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

@charset "UTF-8";
@import url(css/reset.css);

/*
STYLESHEET FOR WWW.kbtikarlstad.se

Notes:
	BG-COLOR:	#e8e8e4
	HEAD-COLOR	#93ac2c
	TEXT-COLOR	#333333
	LINK-COLOR	#93ac2c
	MENU-COLOR  #6d6d6d

*/

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
.wp-post-image {
	float: left;
	width: 100px;
	height: 100px;
	padding: 0 15px 15px 0;
}

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

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

#posts .post ul {margin-left: 15px;}
#posts .post ul li {
	padding-left: 0px;
	list-style-type: disc;
	font-size: 13px;
	line-height: 16px;
}

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

.clear {clear: both;}

a {color: #93ac2c;text-decoration: none;}
a:hover {color: #333;}

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7a7a7a;
	background: #FFFFFF /*url(../images/12_col.png) center repeat-y*/;
	text-align: center;
}

#siteWrapper {
	width: 760px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#social a {
	position: absolute;
	top: 60px;
	right: 0px;
	padding-right: 21px;
	background: url(images/rss.gif) top right no-repeat;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

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

#sidebar {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#logo {
	float:left;
	width: 150px;
	height: 150px;
	background: url(images/logo2.png) top left no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 83px;
}

/* MENU */

#sidebar #menu {
	width: 240px;
	float: left;
	list-style: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 29px;
	margin-bottom: 40px;
}
#sidebar #menu li a {
	color: #868684;
	text-decoration: none;
}
#sidebar #menu li a:hover {color: #93ac2c;}

#sidebar #menu li.current_page_item a {color: #93ac2c;}


/* ARKIV, KATEGORIER, TAGGAR */
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li ul {
	margin-bottom: 15px;
}
#sidebar ul li h3 {
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #6d6d6d;
	line-height: 22px;
}

#sidebar ul li ul li, #sidebar ul li ul li a, #sidebar ul li ul a {
	color: #333;
	text-decoration: none;
	font-family: arial;
}
#sidebar ul li a:hover {color: #93ac2c}

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

#posts {
	width: 540px;
	float: left;
	position: relative;
	margin-top: 115px;
}

#posts #welcome {
	margin-bottom: 20px;
}
#posts #welcome h2 {
	margin-bottom: 0px;
	color: #333333;
}
#posts #welcome p {
	font-size: 14px;
	line-height: 20px;
	color: #93ac2c;
	margin-bottom: 0px;
}

#posts .post {
	background: #fff;
	margin-bottom: 30px;
	padding: 15px 0px;
	position: relative;
	border-bottom: 1px solid #666;
}

#posts .wpPagenav {
	background: #f8f8f8;
	border-bottom: none;
}

#posts .post h2, #posts .post h2 a {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #93ac2c;
	margin-bottom: 15px;
	text-decoration: none;
}
body.archive #posts .post h2, body.archive #posts .post h2 a {
	margin-bottom: 5px;
}

#posts .post h2 a:hover {color: #333;}

#posts .post h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 2px;
	font-weight: bold;
	font-family: Arial;
}
#posts .post h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

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

#posts #welcome a.post-edit-link, #posts .post p.date, #posts .post p.publicerat, #posts .post p.kommentar {
	color: #93ac2c;
	font-size: 12px;
	font-family: arial;
	margin-bottom: 0px;
	line-height: 14px;
}
#posts #welcome a.post-edit-link {
	display: block;
	margin-top: 10px;}

#posts .post p.kommentar {
	position: absolute;
	right: 20px;
	bottom: 25px;
}
body.archive #posts .post p.date {
	margin-bottom: 20px;
}

body.single #posts p.inlagginfo {
	color: #6d6d6d; 
	border-top: 1px solid #333; 
	padding-top: 10px; 
	margin-bottom: 0px; 
	font-size: 11px;
	line-height: 15px;
}

.meta, .meta a {
	width: 310px;
	color: #93ac2c;
	font-size: 12px;
	font-family: arial;
	margin-bottom: 0px;
	line-height: 16px;
	text-decoration: none;
	margin-bottom: 10px;
}

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

#posts .kommentarer {
	background: #f8f8f8;
	padding: 20px;
}

#posts .kommentarer h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-family: arial;
	text-transform: uppercase;
}

.commentApproved {color: #990000;}

h2.kommentar {
	font-size: 22px;
}

.commentlist {
	padding: 10px;
	border: 1px solid #f2f2f2;
	margin-bottom: 20px;
	background: #f2f2f2;
}

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

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

/* FORM */

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

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

}

input {
	padding: 5px;
	width: 490px;
	border: 1px solid #ccc;
}

input#s {	/* SÖK input */
	padding: 5px;
	width: 490px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}


textarea {
	width: 480px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

.btn_skicka {
	padding: 10px;
	background: #93ac2c;
	color: #fff;
	font-family: arial;
	border: none;
	cursor: pointer;
	width: 170px;
}
.btn_skicka:hover {opacity: 0.8;}

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

#footer {
	width: 100%;
	float: left;
	margin: -20px 0px 20px 0px;
	text-align: right;
	position: relative;
	z-index: 1;
}
#footer p {
	font-family: Arial;
	font-size: 11px;
	color: #6d6d6d;
}

#footer a {color: #6d6d6d; text-decoration: none;}
#footer a:hover {color: #333333;}


/* attachment
-------------------------------------------------------*/

body.attachment img {
	
}

#posts p.callout {
-moz-border-radius:3px;
font-size: 12px;
line-height: 16px;
background:#FDFCE4 none repeat scroll 0 0;
border:1px solid #93ac2c;
padding:15px;
}