/*
Theme Name: Light and Modern
Author URI: http://forsakraonline.se/
Theme URI:
Description: Light, universal theme with modern menu and well styled headlines. Widgetized left menu and footer.
Author: forsakraonline.se
Version: 1.0
Tags: white, blue, orange, light, two-columns, fixed-width, editor-style
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


* {
	padding:0;
	margin:0;
}
body {
	padding:0 0 15px;
	margin:0;
	font:normal 14px/22px Arial, Helvetica, sans-serif;
	color:#666666;
	background:url(images/body_bg.png) 0 0 repeat-x #EFEFEF;
}
.content_body h1, .content_body h2, .content_body h3, .content_body h4, .content_body h5, .content_body h6 {
	margin-bottom: 10px;
	clear: both;
}
a, a:visited {
	color: #F75D00;
	text-decoration: none;
}
a:hover {
	color:#5B5B5A;
}
ul, ol {
	list-style-type:none;
}
img {
	border:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
/*--------------------wrapper-----------------*/
#wrapper {
	width:940px;
	margin:0 auto;
}
.slogan {
	color:#666;
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0.4em;
    margin: 0 0 0 1em;
    padding: 0 0 0.2em 0.8em;
}
/*---------header-----------*/
#header {
	padding:38px 2px 7px 0;
	height:80px;
}
.site-name a {
    font-variant: small-caps;
    letter-spacing: -0.04em;
    text-decoration: none;
    text-shadow: 1px 1px 1px #5b5b5a;

	font-size:370%;
	font-weight:bold;
	font-style:normal;
	margin:0;padding:0;
	line-height:60px;
}
/*---------content----------*/
#content {
	background:url(images/round_bg.png) 0 0 repeat-y;
	height:100%;
	overflow:hidden;
	padding:0px 20px 9px 19px;
}
.top_round {
	background:url(images/top_round.png) 0 0 no-repeat;
	width:940px;
	height:12px;
	overflow:hidden;
}
.bottom_round {
	background:url(images/bottom_round.png) 0 0 no-repeat;
	width:938px;
	height:12px;
	overflow:hidden;
}
.banner {
	background:url(images/banner.png) 0 0 no-repeat;
	width:898px;
	height:301px;
	font-size:21px;
	line-height:25px;
	font-weight:bold;
	color:#fff;
	padding:0;
	position:relative;
	overflow:hidden;
}
img.image_holder {
	padding:9px;
	padding-bottom:0;
	border-bottom:none;
	background-color:#fff;
	border:1px solid #E9E6E6;
	position:absolute;
	top:44px;
	left:60px;
}
.banner p {
	position:absolute;
	top:110px;
	right:0;
	width:409px;
}
.content_body {
	width:679px;
	float:right;
	padding:10px 0 0;
}
.left_link {
	width:200px;
	float:left;
	padding:10px 0 0;
}
/*-----------left section----------*/
.link_top {
	background:url(images/left_round_top.png) 0 0 no-repeat;
	height:12px;
	overflow:hidden;
}
.link_bottom {
	background:url(images/left_round_bottom.png) 0 0 no-repeat;
	height:12px;
	overflow:hidden;
}
.link_midd {
	background:url(images/left_round_bg.png) 0 0 repeat-y;
	padding:3px 18px 0 16px;
}
.link_midd h3 {
	position:relative;
	background:url(images/heading_bg.png) 0 50% repeat-x;
	color:#fff;
	font-size:15px;
	line-height:30px;
	height:30px;
	display:block;
	text-indent:9px;
}
.link_midd h3 span {
	display:block;
	width:5px;
	height:30px;
	background:url(images/heading_bg.png) 0 0 no-repeat;
}
.link_midd h3 span.left {
	background-position:0 0;
	position:absolute;
	left:0;
	top:0;
}
.link_midd h3 span.right {
	background-position:0 100%;
	position:absolute;
	right:0;
	top:0;
}
.link_midd ul {
	padding:13px 0 13px 3px;
}
.link_midd ul li {
	border-bottom:1px solid #EBEAEA;
	line-height:21px;
}
.no_border {
	border:none!important;
}
.no_gap {
	padding-bottom:0!important;
}
.link_midd ul li a {
	display:block;
	font-size:12px;
	line-height:21px;
	text-decoration:none;
	padding:0 0 0 11px;
    background:url(images/bullet.jpg) 0 50% no-repeat;
}

.link_midd ul li a:hover {
	color:#5B5B5A;
}
/*----------right section-----------*/
h1.top_heading {
	position:relative;
	height:40px;
	background:url(images/content_top_heading.png) 0 50% repeat-x;
	font-size:26px;
	font-weight:normal;
	line-height:40px;
	color:#fff;
	display:block;
	text-indent:10px;
	margin-bottom: 10px;
}
h1.top_heading span {
	width:5px;
	height:40px;
	display:block;
	background:url(images/content_top_heading.png) 0 0 no-repeat;
}
h1.top_heading span.left {
	position:absolute;
	top:0;
	left:0;
	background-position:0 0;
}
h1.top_heading span.right {
	position:absolute;
	top:0;
	right:0;
	background-position:0 100%;
}

.content_body p {
	padding:0 0 15px;
}
h2.blue_heading {
	position:relative;
	height:30px;
	background:url(images/blue_heading.png) 0 50% repeat-x;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
	display:block;
	text-indent:10px;
	margin-bottom:15px;
}

h2.blue_heading a {color:#fff;}

h2.blue_heading span {
	width:5px;
	height:30px;
	display:block;
	background:url(images/blue_heading.png) 0 0 no-repeat;
}
h2.blue_heading span.left {
	position:absolute;
	top:0;
	left:0;
	background-position:0 0;
}
h2.blue_heading span.right {
	position:absolute;
	top:0;
	right:0;
	background-position:0 100%;
}

/*----------footer--------------*/
#footer {
	width:899px;
	padding:19px 0 0;
}
.f_top {
	background:url(images/footer_top.png) 0 0 no-repeat;
	height:10px;
	overflow:hidden;
}
.f_bottom {
	background:url(images/footer_bottom.png) 0 0 no-repeat;
	height:10px;
	overflow:hidden;
}
.f_body {
	background:url(images/footer_bg.png) 0 0 repeat-y;
	line-height:35px;
	padding: 0 15px;
}

.f_body .menu {
text-align: left;
}

.f_body .menu li {
	padding:0 4px;
	line-height: 35px;
	margin-top:8px;
		display: inline;
}

.f_body a {
	text-decoration:none;
}


/*----------WP--------------*/
.comment {
	padding-bottom:10px;
}
#comments h2 {
	font:bold 15px/20px Arial, Helvetica, sans-serif;
}
.comment .author {
	padding-bottom:5px;
}
#respond label {
	display:block;
	clear:both;
}
#respond input,
#respond textarea {
	width:320px;
	background:#e4e4e4;
	border:1px solid #e4e4e4;
	font:13px/16px Arial,Helvetica, sans-serif;
	color:#333; 
}
#respond input {
	margin-bottom:5px;
}
#respond textarea {
	height:85px;
}
#submit {
	width:auto;
	background:none;
	border:none;
	clear:both;
	float:none;
	display:block;
	padding:5px;
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	margin:5px 0 0 -5px;
}
#respond {
	padding-bottom:30px;
}

/* Comment Form */
#respond p {
	padding-bottom:12px;
}
#respond input.field {
	float:left;
	margin-right:10px;
	width:200px;
	height:14px;
	padding:2px 3px;
}
#respond label {
	display:block;
	font-size:11px;
	line-height:20px;
} 
#respond textarea {
	width:500px;
	height:120px;
	margin-bottom:10px;
	padding:3px 5px;
}
#respond input.btn {
	width:120px;
	height:25px;
	cursor:pointer;
	font-size:12px;
}
h3#respond,
h3#comments {
	font-size:14px;
	padding-bottom:10px;
}


/* Comment Closed */
p.nocomments {	
	font-weight:bold;
	font-style:italic;
}

/* Comment List */
.commentlist li {
	margin-bottom:10px;
	padding:10px;
	background-color:#efefef;
	overflow:hidden;
}
.commentlist li.alt {
	background-color:#f9f9f9;
}
	.commentlist li img.photo {
		float:left;
		margin:0 10px 5px 0;
		border:#ccc 1px solid;
		padding:2px;
	}
	.commentlist li p img {
		display:inline;
	}
	.commentlist li p {
		padding-bottom:8px;
	}
	.commentlist li p.commentmetadata {	
		font-size:11px;
		padding-bottom:5px;
	}

/*additional style*/
s {color: #000;}
.sticky {background-color: #f9f9f9; padding: 10px; margin-bottom: 10px;}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 510px;
	height:auto;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
	padding: 0;
}
.bypostauthor {}
.clear {clear: both;}
img {margin: 0; max-width: 530px; height: auto;}
.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

#gallery-1 dl {
   padding:0;
}

#gallery-1 dl dt {
   font-weight:bold;
   padding: 0;
}
		
#gallery-1 dl dd {
   padding:0 0 5px 10px;
}

/* Image testing */
.alignright {
float:right;
margin:0 0 10px 10px;
}
.alignleft {
float:left;
margin:0 10px 10px 0;
}
.aligncenter {
clear: both;
display: block;
margin:0 auto 10px;
}
.alignnone {
margin-bottom:10px;
margin-right: 5px;
}
.size-thumbnail {
margin-right:8px;
display:inline;
}
#powered {color: #767674; margin-top: 30px; text-align: right; font-size: 9px; clear: both;}
#powered a {color: #444;}

.left_link ul ul {
margin:0 0 0 0.4em;
padding: 0;
}

.left_link ul ul li {
border-bottom:0;
padding: 0;
margin: 0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.7em;
}



/* calender */
table#wp-calendar {
width:100%;
}

table#wp-calendar td,
table#wp-calendar th {
padding:1px;
text-align:center;
}

/*search form*/
		.searchForm {
			padding:0;
			overflow:hidden;
		}	
			.searchForm p {
				border-top:#909090 1px solid;
			}
			.searchForm input { float:left;}
			.searchForm input.field {
				border-color:#909090;
				border-style:solid;
				border-width:0 0 0 1px;
				padding:3px 3px;
				height:15px;
				width:140px; 
				color:#575757;
				background-color:#fff;
				margin-bottom: 15px;
			}
.content_body ul {margin: 5px 0 7px 25px; list-style-type:disc;}
.content_body ol {margin: 5px 0 7px 25px; list-style-type:decimal;}
.content_body ul li, .content_body ol li {padding-left: 5px;}

.content_body .commentlist {margin: 5px 0 5px 0px;}

.comment-body ul li {
	padding: 0 0 0 5px;
	margin:0px;
	overflow:visible;
}
.comment-body ol li {
	padding: 0 0 0 5px;
	margin:0px;
	overflow:visible;
}
.comment-body ul {margin: 5px 0 7px 25px; list-style-type:disc; clear: both;}
.comment-body ol {margin: 5px 0 7px 25px; list-style-type:decimal; clear: both;}


/*tags*/
q, blockquote {
	font-style:italic;
}
dt {
	font-weight:bold;
}

dt, dd {
	margin:0;
	padding:0;
}
dd {
	margin-bottom:1.5em;
}

dl, pre {
	font-size:1em;
	margin:1.5em 0;
	padding:0;
	line-height:1.5em;
}


big {
	position:relative;
	top:.1em;
	font-size:2em;
}

ins {
	text-decoration:none;
	background-color:#fffabf;
	background-color:#bfffc5;
}

sub, sup {line-height:1.2em;}

/*table*/
.content_body table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
.content_body tr th,
.content_body thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.content_body tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
.content_body tr.odd td {
	background: #F2F7FC;
}

.link_midd div {
	margin: 7px;
}

.footer-widget {float: right;}
