/*
Theme Name: Tjäna.se Svartblå
Theme URI: http://tjäna.se
Description: Svartblått tema för Tjäna.se
Version: 1.1
Author: tjäna.se
Author URI: http://tjäna.se
*/

/* Misc */
.clear {
	clear: both;
}
.right {
	float: right;
}
h1, h1 a {
	color: #FFF;
	font-size: 50px;
	text-transform: uppercase;
	text-decoration: none;
}
h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;

}
h2.title a {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
h2.title {
	margin: 0 0 10px 0;
}
.post h2 {
	font-size: 15px;
}
h3, h4 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 20px;
	color: #1D8CEF;
	font-weight: normal;
	border-bottom: 2px solid #2994F1;
	margin: 7px 0 0;
}
.grey {
	color: #999999;
}
.image_rss {
	border: 0;
	margin: -10px 0;
}
.post {
	line-height: 160%;
}
p {
	margin: 0 0 1em 0;
}
/* Layout */
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #353535;
}
#container {
    width: 1000px;
    margin: 0 auto;
}
#header {
	width: 940px;
	height: 46px;
    background-color: #111111;
    padding: 30px;
}
#menu {
	width: 1000px;
	height: 41px;
	background: #FFFFFF url(images/menubg.png) repeat-x 0 0;	
	text-indent: 15px;
}
span.menu-left {
	height: 41px;
	width: 9px;
	background-image: url(images/menuleft.png);
	background-repeat: no-repeat;
	float: left;
}
span.menu-right {
	height: 41px;
	width: 15px;
	background-image: url(images/menuright.png);
	background-repeat: no-repeat;
	float: right;
}
#content {
	background-color: #FFF;
	width: 1000px;
	padding: 10px 0 0 0;
}
#main {
	margin: 10px;
	width: 520px;
	float: left;
}
#sidebar {
	margin: 30px 10px 10px;
	width: 415px;
	background-color: #F2F4F5;
	border: 1px solid #E2E4E5;
	padding: 10px 10px;
	float: right;
}
#sidebar-container {
	width: 460px;
	float: right;
	margin-top: 10px;
}
#footer {
	margin: 10px;
	width: 960px;
	padding: 5px 10px;
	background-color: #F2F4F5;
	border: 1px solid #E2E4E5;
	clear: both;
	text-align: center;
}
/* Menu */
#menu ul {
	list-style-type: none;
	width: 1000px;
	position:absolute;
}
#menu ul li {
	float: left;
	height: 41px;
}
#menu ul li a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 28px;
	padding: 13px 5px 0;
	color: #D1D1DF;
}
#menu ul li a:hover {
	color: #FFFFFF;
}
#menu ul li.right {
	position: absolute;
	left: 900px;
}
/* Sidebar items */
#sidebar-ad-rectangle {
	height: 275px;
	width: 332px;
	float: left;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li ul {
	float: left;
	width: 95%;
	margin: 0 4px 12px;
}
#sidebar ul li {
	line-height: 140%;
	margin: 5px 0;
}
#sidebar ul li a {
	color: #000;
	text-decoration: none;
	display: block;
}
#sidebar ul li a:hover {
	color: #1D8CEF;
}
#sidebar ul li a {
	background: transparent url(images/arrow.gif) no-repeat scroll 0 5px;
	padding: 1px 0 0 10px;
}
#sidebar .left_container {
	width: 48%;
	float: left;
}
#sidebar .right_container {
	width: 48%;
	float: right;
}
.widget-item {
	width: 48%;
	float: left;
	margin: 0 0 0 2%;
}
/* Ad placeholder */
.topad {
	margin: 0 auto;
	width: 985px;
	display: block;
}
#sidebarad {
	text-align: center;
}
#articlead {
	float: left;
	margin: 0 5px 10px 0;
}
/* form */
#searchform {
	float:	right;
	height: 40px;
	width: 235px;
	background-image: url(images/searchform.png);
	background-repeat: no-repeat;
	padding: 20px 0 0 25px;
	margin: -55px 0 0 -20px;
}
#searchform #s {
	border: 0;
	padding: 3px;
}
#searchform #searchsubmit {
	border: 0;
	padding: 2px 15px;
	background-color: #016BC7;
	-moz-border-radius: 5px;
}
#searchform #searchsubmit:hover {
	background-color: #003D5F;
}
/* Google search form */
#cse-search-box {
	float:right;
        margin: -12px -50px 0 0;
	width:300px;
}
/* Articles listing */
.frame {
	width: 100%;
}
.post-large {
	width: 100%;
	border-bottom: 1px solid #A9A9A9;
	padding: 0 0 10px;
	font-size: 13px;
	color: #333333;
}
.post-small {
	width: 45%;
	padding: 10px 0;
	margin: 0 5% 10px 0;
	font-size: 13px;
	color: #333333;
	float: left;
}
.border {
	border-top: 1px solid #A9A9A9;
}
.post-small h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 5px;
}
.post-date {
	font-size: 10px;
	color: #555555;
	margin-bottom: 5px;
}
.description img {
	float: left;
	margin: 0 8px;
}
.read-more {
	float: right;
}
.post-large a, .post-small a {
	color: #333333;
}
.post-large h2 a, .post-small h2 a {
	text-decoration: none;
	display: block;
}
.post-large h2 a:hover, .post-small h2 a:hover {
	text-decoration: none;
	color: #2994F1;
}
span.pagenavi a, .commentsblock a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
span.pagenavi a:hover, .commentsblock a:hover {
	text-decoration: underline;
}
span.pagenavi {
	font-weight: bold;
}
/* Comments */
.commentsblock {
	background-color:#F2F4F5;
	border:1px solid #E2E4E5;
	padding: 10px;
	margin: 10px 0;
}
.commentsblock input, .commentsblock textarea {
	border:1px solid #E2E4E5;
	width: 300px;
	padding: 4px;
	background-color: #FFF;
}
.commentsblock .margin {
	margin: 0 10px;
	float: left;
}
.commentblock {
	background-color:#E2E4E5;
	border:1px solid #E2E4E5;
	float:right;
	margin:10px 0;
	padding:5px;
	width:430px;
}
.commentlist {
	list-style-type: none;
}