/* @override 
	http://www.intelliweb.se/henric/msb/wp-content/themes/msb/style.css
	http://medicinsksekreterarbemanning.se/wp-content/themes/msb/style.css
*/

/* 
Theme Name: whiteboard
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 1.0.4

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;
	list-style-type: none;
}

html, body, #container {
	height: 100%;
}
body > #container {height: auto; min-height: 100%;}


caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

.clear {clear: both;}
.left {float: left;}
.right {float: left;}

#header {
	height: 125px;
}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{
	width: 946px;
    margin: 0 auto;
}

input.sidebarbutt {
	width: auto !important;
	padding: 5px 8px !important;
	height: 26px;
	font-weight: bold;
	color: #fff;
	background-color: #315f93;
	border: 1px solid #859dc8;
	border-bottom: 1px solid #29507e;
	border-right: 1px solid #29507e;
}

small {
	font-size: 10px;
}

input.sidebarbutt:focus {
	border: 1px solid #29507e;
	border-bottom: 1px solid #859dc8;
	border-right: 1px solid #859dc8;
}

#sidebar input {
	width: 200px;
	padding: 2px;
}

#sidebar textarea {
	width: 202px;
	padding: 2px;
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	margin-left: 14px;
	margin-bottom: 14px;
}

img.alignleft {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}

.post{
	float: left;
	width: 690px;
	margin-bottom: 36px;
}

body {
	color: #333;
	background: url(images/msb_bg.gif) repeat-x;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 18px;
}

h2 {
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	margin-bottom: 16px;
	font-weight: bold;
}

.post h3 {
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: bold;
	background: url(images/hrbreak.gif) repeat-x 0 bottom;
	padding-bottom: 4px;
}




#mainwrap {
	padding-bottom: 110px;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#footer {position: relative;
	margin-top: -110px; /* negative value of footer height */
	height: 110px;
	clear:both;
	padding-top: 10px;
	background-color: #315f93;
	color: #fff;
	text-align: center;
	}

a.lpbcWidgetPostTitle {
	font-weight: bold;
} 

#pagenav ul {
	margin-left: 2px;
}


#pagenav ul li {
	float: left;
	border-right: 1px solid #6f8fb4;
	background-color: #315f93;
	padding: 0 16px;
	margin-top: 6px;
}

#pagenav li.current_page_item a {
	color: #fff;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#pagenav {
	height: 32px;
	width: 946px;
	background-color: #315f93;
}

#footer a:link {color: #859dc8;}
#footer a:visited {color: #859dc8;}
#footer a:hover {color: #fff;}
#footer a:active {color: #fff;}

#footer ul li {
	padding-right: 14px;
	padding-left: 14px;
  float:left; position:relative; right:50%;

}

#footernav {
  padding: 0; 
  margin: 0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
}

h3.widgettitle {
	height: 26px;
	color: #fff;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 2px;
	background-color: #315f93;
}

.widgetstyle {
	background: #eee;
	margin-bottom: 18px;
}

ul li.widgetstyle ul {
	padding: 8px;
}

#sidebar ul li.widgetstyle ul li.lpbcWidgetCategory ul {
	padding: 0;
}

li.lpbcWidgetPost {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px !important;
	margin-bottom: 8px !important;
}

.lpbcWidgetCategory h4 {
	display: none;
}

#sidebar ul li.widget.lpbcWidget ul li.lpbcWidgetCategory {
	background-image: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li.widget.lpbcWidget ul li.lpbcWidgetCategory ul li.lpbcWidgetPost {
	background-image: none;
	padding: 0;
}

#postmeta{
	background-color: #315f93;
	padding: 3px 10px 4px;
	color: #fff;
	margin-bottom: 18px;
	margin-top: 18px;
	clear: both;
}

.commenttext {
	border: 1px solid #315f93;
	padding: 10px;
	margin-bottom: 4px;
	border-bottom-width: 4px;
	border-top-width: 4px;
}

.commenttext-admin {
	border: 1px solid #315f93;
	padding: 10px;
	margin-bottom: 4px;
	border-bottom-width: 4px;
	border-top-width: 4px;
}

#postmeta a:link {color: #859dc8;}
#postmeta a:visited {color: #859dc8;}
#postmeta a:hover {color: #fff;}
#postmeta a:active {color: #fff;}


#postnavigation{}
#searchform{}

#PLD {
	display: none;
}
#sidebar{
	float: right;
	width: 226px;
	margin-bottom: 18px;
	margin-top: 4px;
}

.post img {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #bbb;
}

#header h1{
	background: url(images/msb_logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 416px;
	height: 44px;
	position: relative;
	top: 60px;
}

.post ul {
	padding-left: 18px;
	margin-bottom: 18px;
}

em {
	font-style: italic;
}

.post ul li{
	list-style-image: url(images/punkt.png);
	list-style-position: outside;
}

#header h1 a{
	height: 44px;
	width: 416px;
	display: block;
}
#header h1 a:hover{
	text-decoration: none;
}
#blogdesc {
	float: left;

	width: 250px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	position: relative;
	top: 54px;
	left: 20px;
}
#headerfib {
	background: url(images/headerfib.png) no-repeat;
	float: right;
	text-indent: -9999px;
	width: 343px;
	height: 109px;
	position: relative;
	right: -115px;
}

a:link {
	color: #315f93;
	text-decoration: none;
}

a:visited {
	color: #315f93;
	text-decoration: none;
}

a:hover {
	color: #29507e;
	text-decoration: none;
}

a:active {
	color: #29507e;
	text-decoration: none;
}

#pagenav a:link {
	color: #859dc8;
	text-decoration: none;
	font-weight: bold;
}

#pagenav a:visited {
	color: #859dc8;
	text-decoration: none;
	font-weight: bold;
}

#pagenav a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#pagenav a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.d13fader {
	display: none;
}


#toppbild {
	width: 946px;
	height: 280px;
	margin-bottom: 28px;
	border-bottom: 6px solid #315f93;
}

#d13slideshow {

}

.hrbreak {
	height: 2px;
	width: 100%;
	background-image: url(images/hrbreak.gif);
	margin-bottom: 18px;
	margin-top: 18px;
}

.post input {
	height: 18px;
	border: 1px solid #999;
	border-top: 1px solid #666;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	width: 302px;
}

.post textarea {
	border: 1px solid #999;
	border-top: 1px solid #666;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	width: 302px;
}

input.knapp {
	width: auto !important;
	padding: 5px 8px;
	height: 26px;
	font-weight: bold;
	color: #fff;
	background-color: #315f93;
	border: 1px solid #859dc8;
	border-bottom: 1px solid #29507e;
	border-right: 1px solid #29507e;
}

input.knapp:focus {
	border: 1px solid #29507e;
	border-bottom: 1px solid #859dc8;
	border-right: 1px solid #859dc8;
}

.attach {
        height: 24px;
	border: 1px solid #999;
	border-top: 1px solid #666;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	width: 302px;
}

