/*
Theme Name: Sommargården
Description: Två kolumns tema för Sommargården
Version: 1 (WP 2.9+)
Author: Hello Clarice
Author URI: http://www.hello-clarice.se
Tags: basic, clean
*/

@import url(style/css/reset.css);

html {
overflow: scroll;
overflow:-moz-scrollbars-vertical;
}

body {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #2f6b38;
	text-align: center;
}

a[href$=".pdf"] {
background: url(images/pdf_icon.gif) no-repeat top left;
padding-left: 20px;
padding-bottom: 2px;
color: #fff;
}
a:hover[href$=".pdf"] {color: #fff400;}

#supersize { position: fixed;}
#supersize img {height: 100%; position: absolute; width: 100% ;z-index: 0;}


.aligncenter { display:block; margin:0 auto }
.alignleft { 
	float:left 
}
.alignright { float:right }
.alignnone {display: block;}

#posts .post img {
	border: 1px solid #333;
	text-align: center;
	background-color: #f2f2f2;
	padding: 4px;
	margin: 5px 0 0 0;
}

#posts .post img.alignleft, #posts .post .wp-caption.alignleft {
	float:left;
	margin:5px 15px 15px 0;
}
#posts .post img.alignnone {
	margin:5px 15px 15px 0;
}

#posts .post img.alignright, #posts .post .wp-caption.alignright {
	float:right;
	margin:5px 0px 15px 15px;
}

.wp-caption {
	/*border: 1px solid #333;
	text-align: center;
	background-color: #f2f2f2;
	padding-top: 4px;
	margin: 5px 10px 10px 0;*/
}
#posts .post .wp-caption {margin-top: 0px!important;}
.wp-caption {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#posts .post p.wp-caption-text {
	margin: -5px 0 7px 0;
	font-size: 11px;
	font-family: arial;
	padding-left: 4px;
}

.readmore {
	color: #333;
	font-style: italic;}

#welcome {
	background:#f67002;
	color:#F2F2F2;
	margin-bottom:20px;
	padding:20px;
}

#welcome h2 {
	font-weight: normal;
	font-size: 18px;
}
#welcome h2 span {
	font-style: italic;
	padding-left: 10px;
}
#welcome.post {border-bottom: none;}

strong, b {font-weight: bold;}
em {font-style: italic}

.clear {clear: both;}

a {
	color: #1afb5c;
	text-decoration: none;
}
a:hover {color: #fff400;}

h3 a {color: #444;}

h2.entry-title, .home h2.entry-title, h2.entry-title a, .home h2.entry-title a {
	font-size: 30px;
	color: #FFF400;
	text-decoration: none;
	font-weight:normal;
	line-height: 32px;
	margin:0;
	width: 100%;
	display: block;
}
h2.entry-title a:hover { color: #1afb5c; cursor: pointer}

.page h2.entry-title {margin-bottom: 18px;}
.home h2.entry-title {margin-bottom: 0px;}

h3 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 5px;
	font-weight: normal;
}

p {
	font-size:16px;
	line-height:22px;
	margin-bottom:18px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	z-index:1;
}

/* HEADER
----------------------------------------------------*/

#header {
	position: relative;
	width: 960px;
	height: 285px;
	background: /*url(images/white55transp.png) top left repeat*/;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 10px;
	z-index: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#logo h1 a {
	position: absolute;
	top: 0px;
	left: 94px;
	width: 772px;
	height: 285px;
	background: url(images/logo.png) top left no-repeat;
	display: block;
	text-indent: -9999px;
}

/* MAINNAV
----------------------------------------------------*/

#mainNav {
	padding: 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainNav li {
	margin-right: 4px;
	display: inline;
}
#mainNav li a, #mainNav li.current_page_item a {
	color: #fff;
	font-family: arial;
	font-size: 20px;
	text-decoration: none;
	padding: 5px 10px;
	display: inline;
	text-transform: uppercase;
}
#mainNav li.current_page_item a {
	color: #fff400;

}

#mainNav li a:hover {
	color: #a9fb21;
}

#mainNav li ul {display: none;}

#mainNav li.page-item-8 {position: relative;}
#mainNav li span.bloggtagg {
	font-family: "Trebuchet MS", Lucida, Arial, sans-serif;
	font-size: 11px;
	position: absolute;
	text-transform: uppercase;
	top: -12px;
	right: 15px;
}


/* SubNav */

#subNav {
	margin-bottom: 20px;
}
#sidebar #subNav h3 {margin-bottom: 5px;}

#subNav li {
	height: 40px;
	width: 260px;
	border-bottom: none;
}

#subNav li.current_page_item a {
	color: #fff400;
}

#subNav li a {
	padding: 0 20px 0 20px;
	color: #000;
	line-height: 20px;
	display: block;
	text-decoration: none;
}
#sidebar #subNav li a:hover {
	color: #f67002;
	background:transparent;
}

/* CONTENTWRAPPER
----------------------------------------------------*/
#contentWrapper {
	padding: 20px 20px;
	background: /*url(images/white55transp.png) top left repeat*/;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/* POSTS
----------------------------------------------------*/

#posts {
	float: left;
	width: 600px;
	padding-right: 29px;
}
#posts .meta p.date {
	font-size: 13px;
	color: #1afb5c;
	line-height: 16px;
	text-transform: uppercase;
	margin-top: 5px;
}
#posts .meta p.publicerat, #posts .meta p.kommentar {
	font-size: 12px;
	text-transform: uppercase;
}
#posts .post p.kommentar {
bottom: 4px;
position:absolute;
right:0px;
}
#posts .meta p.publicerat {
color:#1afb5c;
line-height:15px;
margin-bottom:0;
width: 350px;
}


/* POST */

.post {
	margin-bottom: 30px;
	padding-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #fff;
}

body.page .post, body.single .post, body.error404 .post {
	border-bottom: none;
}

#posts .post p {
	font-size:15px;
	line-height:21px;
	margin-bottom:18px;
}

#posts .post p.entryhide a {display: none;}
#sidebar p.entryhide a {
	color: #fff;
}
#sidebar .info p.infohide {display: none;}

body.single #posts p.inlagginfo {
	color:#f8f8f8;
	font-size:12px;
	line-height:16px;
	margin-top: 5px;
	margin-bottom:0;
	padding:10px 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

/* SIDEBAR
----------------------------------------------------*/

#sidebar {
	float: left;
	width: 260px;
	padding-top: 6px;
	padding-left: 29px;
	margin-left: -1px;
}
#sidebar h3 {color: #fff400;}

#sidebar .info, #sidebar li.categories {
	position: relative;
	background: transparent;
	color: #f2f2f2;
	margin-bottom: 30px;
	overflow: hidden;
}

#sidebar li.categories {
	background: transparent;
	padding-bottom: 0px;
	margin-top: 0px;
}
#sidebar li.categories ul {margin-bottom: 0px;}
#sidebar li.categories h3 {border-bottom: none;}


#sidebar .info {
	margin-bottom: 20px;
}
#sidebar .info img {width: 270px; height: 200px; margin: 10px 0;}

#sidebar .info h3 {
	color: #fff400;
	margin: 0px 0 10px;
	border-bottom: none;
	font-weight: normal;
}
#sidebar .info p {margin-bottom: 10px;}
#sidebar .banner {padding:5px 0px;}

#sidebar h3 {margin-bottom:0px;font-weight:100;}

#prevposts ul {
	margin-bottom: 30px;
}

#prevposts li {
	font-size:14px;
	line-height:17px;
	list-style-type:none;
	margin:0;
	padding:0;
}

#prevposts li a {
	border-bottom:1px solid #fff;
	color:#fff;
	display:block;
	padding:10px 4px;
	text-decoration:none;
}
#prevposts li a:hover {
	color: #f67002;
	background:transparent;
}
#prevposts li.categories a {
	border-bottom: 1px solid #fff;
	color: #fff;
}
#prevposts li.categories a:hover {
	background: transparent;
	color: #f67002;
	border-bottom: 1px solid #ccc;
}

/* FOOTER
--------------------------------------------------------*/

#footer {
	position: relative;
	width: 920px;
	height: 100px;
	margin: 10px 0;
	padding: 20px 20px 10px;
	background: /*url(images/black90transp.png) top left repeat*/;
	color: #f2f2f2;
	border-top: 1px solid #fff;
}

.siteinfo {
	position: absolute;
	bottom: 5px;
	right: 120px;
	font-family: arial;
	font-size: 12px;
}
.siteinfo span {text-transform: uppercase;}

#footer a {color: #fff;}
#footer a:hover {text-decoration: underline;}

#footerLogo a {
	position: absolute;
	top: 25px;
	right: 20px;
	width: 79px;
	height: 79px;
	background: url(images/footerLogo.png) top left no-repeat;
	display: block;
	text-indent: -9999px;
}

/* KOMMENTARER
------------------------------------------------------*/

#posts .kommentarer {
	padding: 20px;
}

#posts .kommentarer h3 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: normal;
}

.commentApproved {color: #990000;}

h2.kommentar {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}

.commentlist {
	padding: 10px;
	border: 1px solid #fff;
	margin-bottom: 20px;
	background: transparent;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#posts p.commentdate {
	margin-bottom: 0px;
}

#posts p.author_cite {
	font-variant: small-caps;
	font-size: 13px;
}




/* FORM */

label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
label span {font-weight: normal;}

.input-fields {
	margin-bottom: 10px;

}

input {
	padding: 10px;
	width: 480px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 13px;
}

input#s {	/* SÖK input */
	padding: 5px;
	width: 227px;
	border: none;
	margin-bottom: 0px;
}

input#goog-wm-qt {
	padding: 10px;
	width: 480px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 13px; 
}

input#goog-wm-qt, #goog-wm-sb {display: block; margin-top: 10px;}

textarea {
	width: 480px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 13px;
	font-family: arial;
}

.btn_skicka, #goog-wm-sb {
	font-size: 12px;
	padding: 10px;
	background: #E6594D;
	color: #fff;
	font-family: arial;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	width: 170px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0px 0px 1px #000;
}
.btn_skicka:hover, #goog-wm-sb:hover {opacity: 0.9; text-shadow: -1px -1px 1px #000;}

/* SÖKRESULTAT
-------------------------------------------------*/

.search h2 {
	font-size: 50px;
	color: #222;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom: 18px;
}
.search #posts h3 {
	color: #a5ebff;
	margin-bottom: 0px;
	border-bottom: none;
	font-weight: normal;
}

/* SÖKFORMULÄR
-------------------------------------------------*/

#header .searchbox {
	position: absolute;
	top: 20px;
	left: 20px;
}

.hidden {display: none;}
input.searchfield {
	width: 227px;
	height: 27px;
	line-height: 27px;
	background: url(images/searchfield-trans.png) top left no-repeat;
	padding: 0px;
	font-size: 14px;
	padding: 5px;
}
#searchsubmit {
	border: none;
	cursor: pointer;
	width: 24px;
	height: 24px;
	padding-top: 5px;
	line-height: 27px;
	text-indent: -9999px;
}

.search_bt {
	background: url(images/searchIcon-trans.png) top left no-repeat;
}
.search_bt:hover {
	background: url(images/searchIcon-trans.png) bottom left no-repeat;
}

/* 404
--------------------------------------------------*/

h3.other-things {
	font-size: 25px;
	line-height: 28px;
	margin: 18px 0;
}

/* YR
--------------------------------------------------------*/

#text-2.widget {
	float: left;
	width: 270px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#text-2.widget .textwidget img {
	float: left;
	padding-left: 10px;
	margin-right: 10px;
}

#sidebar #prevposts li.widget h3 {margin-bottom: 10px;}

#yr {
	font-size: 250%;
	float: left;
	margin: 40px 20px 0 0;
}
