@charset "utf-8";
 @import "base.css";
/*

* Grundläggande typografi styrs i base.css, som också innehåller den globala wrappern.

* Här styrs layout och stilar INOM #pagewrap, här läggs också till anpassningar för sidans unika utseende.

*/



body {
	background: #244892 url(images/bg.jpg) repeat-x top;
	color: #111;
}
/* HEAD */

#headwrap {
	position: relative;
	width: 960px;
	height: auto;
}
#branding {
	position: relative;
	width: 960px;
	height: 90px;
}
#branding #toplogo {
	margin-top:40px;
	margin-left:10px;
}
/*

#searchform {

	float: right;

	margin-top: 40px;

}

#searchform #s {

	width: 200px;

	height: 20px;

	margin: auto 0;

	background: url(images/footbg.jpg);

	border: 1px solid #999;

	padding-top: 2px;

	padding-left: 8px;

	vertical-align: middle;

	color: #FFF;

	font-size: 14px;

}

#searchsubmit {

	background: none;

	border: none;

	vertical-align: middle;

	padding: 0;

	margin: auto 0;

} */

#searchform {
	position: relative;
	float: right;
	margin: 50px 0 auto auto;
	padding: 0;
	width: 230px;
	height: 25px;
	/*border: 1px solid #999;

	background: url(images/footbg.jpg);*/

	background: transparent url(images/searchbar.png) no-repeat center;
	overflow: hidden;
}
#searchform #s {
	position: relative;
	width: 188px;
	height: 20px;
	margin: 3px 0 0 10px;
	padding: 0px;
	background: transparent;
	border: none;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;/*font-family: Arial, Helvetica, sans-serif;*/

}
#searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: transparent; /*#333 url(images/search.png) no-repeat center;*/
	border: 0px none #000;
	/*border-left: 1px solid #999;*/

	cursor: pointer;
	_cursor: hand;
}
#head {
	position: relative;
	width: 960px;
	height: 270px;
	background: #555 url(images/headbg.jpg);
	border-style: solid;
	border-color: #223;
	border-width: 1px;
	margin-bottom: -1px;
	overflow: hidden;
}
#flashbox {
	position: absolute;
	left:0;
	top: 45px;
}
#head .widget {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}
#head .widget li {
	list-style: circle;
}
#head .widget_tddrecentposts h3 {
	margin-bottom: 0;
}
#head .tddrecentposts {
	position: relative;
	display: block;
	margin: 5px auto auto 10px;
	padding: 0px;
	_margin: -10px 0 0 10px;
	width: 450px;
}
#head .tddrecentposts li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#head .tddrecentposts ul li {
	list-style: circle;
	margin: 0;
	padding: 0;
}
#head .tddrecentposts dl {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 450px;
	height: auto;
}
#head .tddrecentposts dt {
	font: bold 12px/normal Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 3px 2px;
	margin: 0;
	width: 450px;
	font-style: italic;
}
#head .tddrecentposts dt a {
}
#head .tddrecentposts .sidebardate {
	font-size: 10px;
	font-style: italic;
}
#head .tddrecentposts dd {
	margin: 0;
	padding: 0 0 0 7px;
	font-size: 11px;
	line-height: 1.8em;
	width: 450px;
}
#wp-cumulus {
	position: absolute;
	top: -5px;
	left: -20px;
	height: 270px;
	width: 600px;
	overflow: hidden;
}
#wp-cumulus #wpcumuluswidgetcontent {
	position: absolute;
	top: -80px;
	left: -22px;
}
#head .wp_cumulus_widget h3 {
	display: none;
}
#head h3 {
	color: #FFF;
	width: 500px;
	margin: 0.7em 20px 0em 10px;
	padding-bottom: 0;
	font-size: 20px;
	line-height: 1.3em;
}
#head h4 {
	color: #FFF;
	width: 500px;
	margin: 0.7em 20px 0 10px;
	line-height: 1.3em;
}
#head p {
	color: #FFF;
	width: 500px;
	margin: 0.1em 20px;
	line-height: 1.3em;
}
#head ul {
	position: relative;
	width: 540px;
	margin: 0.5em auto auto 15px;
}
#head ul li {
	color: #FFF;
	margin: 0em 10px;
	line-height: 1em;
	list-style-type: circle;
}
#head a {
	color: #FFEFEF;
	text-decoration: underline;
}
#head h3 a {
	text-decoration: none;
}
/* MENU */



#menu {
	position: relative;
	width: 960px;
	height: 45px;
	background: transparent url(images/menubg.jpg) no-repeat center top;
	overflow: hidden; /* border-bottom: 1px solid #722;*/
}
#head #menu ul {
	list-style: none;
	width: 960px;
	margin: 7px 0 9px -1px;
	padding: 0px;
}
#head #menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#head #menu a {
	position: relative;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	height: 26px;
	color: #FFEFEF;
	background: transparent url(images/menu_hover.png) no-repeat center top;
}
#head #menu a:hover {
	background: transparent url(images/menu_hover.png) no-repeat center bottom;
}
#head #menu a span, #head #menu a:link span, #head #menu a:visited span {
	display: block;
	float: left;
	border-color: #fff #039 #fff #006;
	border-style: none solid;
	border-width: 0 1px;
	padding: 8px 25px 6px;
	margin: 0;
	cursor: pointer;
	_cursor: hand;
}
#head #menu a:hover span {
	display: block;
	float: left;
	border-color: #006;
	padding: 8px 26px 6px;
	margin: 0 -1px;
}
/* CONTENT */

#contentwrap {
	background: #FFF url(images/sidebg.jpg) repeat-y right;
	margin: 0 0 40px;
	padding: 0;
	width: 960px;
	border-style: solid;
	border-color: #444;
	border-width: 1px 1px 0px;
	color: #222;
}
#content {
	float: left;
	background: #FFF;
	position: relative;
	width: 730px;
	padding: 10px 0 20px;
	_margin-bottom: -15px;
}
#articlewrap {
	position: relative;
	float: left;
	clear: left;
	width: 692px; /* was 562px; */
}
#articletext {
	padding: 15px 35px 12px 30px;
	margin-bottom: -40px;
}
#articletext h1 {
	margin-left: -2px;
}
#articletext h2, #articletext h3 {
	margin-left: -1px
}
#commentform {
	margin-bottom: 50px;
}
#sidebarwrap {
	position: relative;
	float: right;
	width: 20px; /* was 200 */
}
#sidebartext {
	padding: 0 10px 10px;
}
#sidebartext ul, #sidebar_right {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}
#sidebartext ul ul {
	margin: 0;
}
#sidebartext li, #sidebar_right li {
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 11px;
	list-style: none;
}
#sidebartext li h2, #sidebartext li h3, #sidebar_right li h2, #sidebar_right li h3 {
	margin: 1em 0 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.5em;
}
#sidebartext li a, #sidebar_right li a {
	margin: 0;
	padding: 0;
}
#greyright {
	position: relative;
	float: right;
	width: 190px;
	margin: 0 25px auto auto;
	_margin: 10px 10px auto auto;
	padding: 10px 0;
}
/* FOOT */

#footwrap {
	position: relative;
	clear: both;
	width: 960px;
	height: auto;
	background: #787878 url(images/footbg.jpg) repeat-x top;
}
#foot {
	position: relative;
	width: 960px;
	height: auto;
	background: transparent url(images/footlogo.jpg) no-repeat left top;
	border-style: solid;
	border-color: #444;
	border-width: 1px 0px 1px;
	margin-top: -1px;
}
#footcols {
	position: relative;
	float: right;
	width: 740px;
	height: auto;
	margin: 5px 10px 25px auto;
	color: #FFF;
}
#footcols h2, #footcols h3 {
	margin: 1em 0 0.5em;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.5em;
}
#footcols .column {
	width: 235px;
	float: left;
}
#footcols ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footcols ul li {
	margin: 0;
	padding: 0.15em 0;
}
#footcols ul li a, #footerbottom a {
	color: #FFF;
}
#footerbottom {
	position: relative;
	width: 920px;
	margin: 15px 20px;
	padding: 0.5em 0 0.1em;
	float: none;
	clear: both;
	text-align: center;
	border-top: 1px solid #aaa;
	color: #FFF;
}
/* klasser */



.hidden {
	display: none;
}
.post, .page {
	margin: 20px 0 60px 0;
}
.postmetadata {
	background: #F2F2F2;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding: 3px 10px;
	margin: auto -5px;
	line-height: 1.2em;
}
.posteddate {
	font: italic 10px/normal Georgia, "Times New Roman", Times, serif;
	margin-top: -0.3em;
	margin-bottom: 1.6em;
}
.navigation {
	position: relative;
	display: block;
	text-align: center;
	margin: 2px -5px 30px;
	padding: 2px 5px;
	background: #F2F2F2;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	font-size: 11px;
	height: 15px;
	width: auto;
	overflow: hidden;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
li.comment {
	margin: auto 0 auto 5px;
	padding: 3px 0 3px 5px;
}
.avatar {
	position: absolute;
	right: 4px;
	_right: 34px;
	top: 4px;
	/*	float: right;

	margin: 4px 1px 0; */

	border: 1px solid #999;
}
.comment-author {
	position: relative;
	border-top: 1px solid #DADADA;
	padding: 1px 0 0 4px;
	margin: auto 0 0;
	background: #F2F2F2;
}
.comment-meta {
	font-size: 10px;
	border-bottom: 1px solid #DADADA;
	padding: 0 4px 1px;
	margin: -5px 0 0;
	background: #F2F2F2;
}
.comment p {
	padding: 0 4px;
}
#get_recent_comments_wrap ul, #footcols .adv-blogroll ul {
	font-size: 10px;
}
.rsswidget img {
	background: none;
	border: none;
	margin-bottom: -1px;
}
#sidebar_right .widget_rss ul li {
	line-height: 1.6em;
	margin: 10px 0;
}
.rss-date {
	font-size: 9px;
	display: block;
}
#sidebartext .widget_gdpagesnavigator li:before {
	content: "\00AB \0020";
}
#sidebartext .gdpn-pages-list li.gdpn-pages-item:before {
	content: "";
}
/*

#sidebartext .widget_gdpagesnavigator li a { font-weight: bold; }

#sidebartext .gdpn-pages-list li.gdpn-pages-item a { font-weight: normal; }

*/

.widget_calendar table {
	margin-left: -2px;
	background: #666;
}
.widget_calendar td, .widget_calendar th {
	width: 1.6em;
	text-align: center;
	padding: 0;
}
.widget_calendar caption {
	text-align: left;
	padding-left: 2px;
}
.widget_calendar tbody td a {
	position: relative;
	display: block;
	width: 1.6em;
	height: auto;
	text-align: center;
	background: #555;
	margin: 0;
}
#sidebartext li.recent_c, #sidebar_right li.recent_c {
	padding-bottom: 4px;
	font-size: 0.9em;
	color: #333;
}
#sidebartext li .recent_clink, #sidebar_right li .recent_clink {
	text-transform: uppercase;
}

