/*
Theme Name: Det Stora Kalaset
Description: Två kolumns tema för Det Stora Kalaset
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: #222;
	background: /* #bc985c */ #000;
	text-align: center;
}

#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;}
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

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

#welcome {
-moz-border-radius:3px;
-webkit-border-radius: 3px;
background:#000000 none repeat scroll 0 0;
color:#F2F2F2;
margin-bottom:20px;
padding:20px;
}

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

#posts .post img.alignleft {
float:left;
margin:5px 15px 15px 0;
}

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

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

.clear {clear: both;}

a {
	color: #bc985c;
	text-decoration: none;
}
a:hover {color: #000;}

h3 a {color: #444;}

h2.entry-title, h2.entry-title a {
	font-size: 42px;
	color: #222;
	text-decoration: none;
	font-weight:normal;
	letter-spacing:-1px;
	line-height: 44px;
	margin:0;
	width: 100%;
	display: block;
}
h2.entry-title a:hover { color: #444; cursor: pointer}

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

h3 {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 8px;
	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: 340px;
	background: url(images/pink90transp.png) top left repeat;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	z-index: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#nojesLogo {
	width: 960px;
	height: 340px;
	background: url(images/nojeslogo-trans.png) 0% 500% no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#logo h1 a {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 400px;
	height: 239px;
	background: url(images/logo2-trans.png) top left no-repeat;
	display: block;
	text-indent: -9999px;
}

#dskInfo p {
	position: absolute;
	top: 70px;
	left: 20px;
	font-size: 26px;
	color: #ebd594;
	text-transform: uppercase;
	line-height: 32px;
}
#dskInfo p span {color: #fff;}

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

#mainNav {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#mainNav li {
	float: left;
	margin-right: 4px;
}
#mainNav li a, #mainNav li.current_page_item a {
	color: #fff;
	font-family: arial;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
}
#mainNav li.current_page_item a {
	color: #bf054b;
	background: #ebd594;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition-property:color, background;
 	-webkit-transition-duration: 0.2s, 0.2s;
 	-webkit-transition-timing-function: linear, ease-in;
}

#mainNav li a:hover {
	color: #fff;
	background: #bf054b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition-property: background;
 	-webkit-transition-duration: 0.2s;
 	-webkit-transition-timing-function: linear, ease-in;
}

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


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

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


/* POST */

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

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

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

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

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

#sidebar {
	float: left;
	width: 260px;
	padding-left: 29px;
	border-left: 1px solid #333;
	margin-left: -1px;
}

#sidebar a {color: #ebd594;}

#sidebar .kalasetInfo, #sidebar li.categories {
	position: relative;
	padding: 20px;
	background: #db1150;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #f2f2f2;
	margin-bottom: 30px;
	overflow: hidden;
}

#sidebar li.categories {
	background: #db1150;
	padding-bottom: 0px;
	margin-top: -10px;
}
#sidebar li.categories ul {margin-bottom: 20px;}
#sidebar li.categories h3 {color: #ebd594; border-bottom: none; text-transform: uppercase;}

#nojesLogo {
	position: absolute;
}

#sidebar .kalasetInfo h3 {
	color: #ebd594;
	margin-bottom: 10px;
	border-bottom: none;
	font-weight: normal;
	text-transform: uppercase;
}
#sidebar .kalasetInfo p {margin-bottom: 0px;}
#sidebar .banner {padding:30px 0px 30px 30px;;}

#sidebar h3 {border-bottom: 1px solid #222; margin-bottom: 0px;}

#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 #222;
	color:#333;
	display:block;
	padding:10px 4px;
	text-decoration:none;
}
#prevposts li a:hover {
	color: #000;
	background: #efefef;
	-webkit-transition-property: background;
 	-webkit-transition-duration: 0.2s;
 	-webkit-transition-timing-function: linear, ease-in;
}
#prevposts li.categories a {
	border-bottom: 1px solid #fff;
	color: #fff;
}
#prevposts li.categories a:hover {
	background: transparent;
	color:  #ebd594;
	border-bottom: 1px solid  #ebd594;
}

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

#footer {
	position: relative;
	width: 920px;
	height: 100px;
	margin: 10px 0;
	padding: 20px 20px 10px;
	background: url(images/pink90transp.png) top left repeat;
	color: #f2f2f2;
	-moz-border-radius: 3px;
}

.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 #f2f2f2;
	margin-bottom: 20px;
	background: #f2f2f2;
	-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: #bf054b;
	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;
}

.banners2011 img {
	float: left;
}
