/*
Theme Name: Dagens Konflikt v2
Theme URI: http://www.dagenskonflikt.se
Description: En theme fšr Dagens Konflikt
Author: Jesper Nilsson
Author URI: http://www.dagenskonflikt.se
version: v2
*/



/* basics */

*{margin:0; padding:0;}

body {
	color:#222222;
	font-family: Georgia, Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:11px;
	line-height:1.2em;
	background:#A7A7A7 url(images/back.jpg) no-repeat fixed 50% 0;
	}


img {
	border: none;
}
	
h1 {font-size: 18pt; margin-top:20px; font-weight: normal; margin-bottom: 0.7em; }
h2 {font-size: 14pt; margin-top:10px;}
.page h1 {font-size: 18pt; margin-top:26px; color:#2D648A; }
h3 {font-size: 10pt; font-weight: normal;}
h4 {font-size: 9pt;}


/* images and misc. */

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a:link, a.devLink, a:active, a.devActive, a:visited {
	color:#2D648A;
	text-decoration: none;
	border: none;
	}

a:hover{color:#222; text-decoration: underline; border: none;}




/* container */


#container {
	width: 915px;
	margin: 34px auto 0;
	padding:0 25px;
	background:#fff;
	color:#333;
	}
	
/* header */

#header {
	background: #fff;
    	width: 100%; 
	color: #fff; 
	height: 160px;
	}

#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
	display: none;
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{		
	}
	
#header #logo {
	position: absolute;
	background-image: url('images/logo.png');
	width: 299px;
	height: 111px;
	top: 60px;
	}
	
#header #banner1, #header #banner2 {
	position: absolute;
	width: 560px;
	height: 136px;
	top: 58px;
	margin-left: 355px;
	color: #333;
	font-size:16px;
	line-height:1.4em;
	text-align: center;
	}	


#header #banner1 .bannertext, #header #banner2 .bannertext {
	position: absolute;
	top: 25%;
	display: table-cell; 
	vertical-align: middle;
	padding-right:20px;
}


#header #banner1 .bannertext a:link, #header #banner1 .bannertext a:visited, #header #banner2 .bannertext a:link, #header #banner2 .bannertext a:visited {
	color: #333;
}

#header #banner1 .bannertext a:hover, #header #banner2 .bannertext a:hover {
	text-decoration: none;
	color: #2D648A;
}


/* main menu */


#menu {font-size:1.2em; height:40px; }


#menu ul {
	line-height:1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	background:#E5E5E5 url(images/nav-line-grey.gif) repeat-x scroll left top;
	clear:both;
	display:block;
	height:31px;
	list-style-type:none;
	width:100%;
}

#menu ul li.current_page_item {
 background: white url(images/nav-line-leftmost.gif) no-repeat 0 0;
 }

#menu ul li {
	float:left;
}

#menu ul li a {
	color:#222222;
	display:block;
	line-height:1em;
	padding:9px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration:none;
}

#menu ul li.current_page_item a {
	border-left: 1px solid white; border-right: 1px solid white;
	background: white url(images/nav-line-blue.gif) repeat-x top left;
	color: #2D648A;
	padding: 9px 8px 9px 8px;
	padding-left: 16px;
	padding-right: 16px;
}

#menu ul li a:hover {
	 background: #f2f2f2 url(images/nav-line-grey.gif) repeat-x top left;
}



/* search */


#search {
	margin-top: 70px;
	float: right;
}


/* content */


#content {
	clear:both;
	font-size:1.2em;
	float:left;
	margin-bottom:2em;
	width:435px;
	}

.post {
	margin-top: 1.1em;
	line-height:1.7em;
	padding-bottom: 2em;
	border-bottom: 1px solid #6b7cb4;
	}
	
.post h2{
	color:#222222;
	clear:both;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0.3em;
	border-top: 1px solid #CCCCCC;
	padding-top: 0.7em;
	}
	
.post h2 a{
	color:#2D648A;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color:#222222;
	text-decoration: none;
	}

.post ul {
}

.post li {
	margin-left:1em;
	padding-left:0em;
}

.entry p { 
	margin:12px 0; 
	font-style: italic;
}

.entry p strong { 
	font-weight: normal;
}

.entry p + p {
	font-style: normal;
	
}

.entry ul + p {
	font-style: normal;
	
}

.entry blockquote + p {
	font-style: normal;
	
}

.entry p + p strong { 
	font-weight: bold;
}

.entry img { 
	max-width: 435px;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {display: block;}
	.alignright {float:right; margin-left:8px; margin-bottom:8px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}



/* left sidebar */

#left {
	float:left;
	width:210px;
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:22px;
	margin-left:33px;
	}

#left h2{
	border-top:1px solid #6b7cb4;
	border-bottom: 1px solid #CCCCCC;
	font-size:1em;
	font-weight: normal;
	padding: 8px 0;
	color:#2D648A;
	margin-top: 22px;
	margin-bottom: 1em;
}

#left ul.for-the-latest-news h2 {
	border-top: 1px solid #6b7cb4;
	border-bottom: none;
	margin-bottom: 0em;
}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:0px;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	padding: 0 0 10px 0;
	}

#left ul ul {
	padding: 0 0 0 15px;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	font-size: 0.9em;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 0;
	list-style-type: none;
	color: #555555;
}



/* right sidebar */

#right{
	float:left;
	margin-bottom:1em;
	margin-left:25px;
	font-size:1.2em;
	width:210px;
	}

#right h2{
	border-top:1px solid #6b7cb4;
	border-bottom: 1px solid #CCCCCC;
	font-size:1em;
	font-weight: normal;
	padding: 8px 0;
	color:#2D648A;
	margin-top: 22px;
	margin-bottom: 1em;
}

#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:0;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 6px 0 6px 12px;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 0;
	font-size: 0.9em;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	margin: 0;
	margin-top: 20px;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin-top: 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:356px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:10px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #aaa;
	width: 168px;
	}

#searchform input#searchsubmit{
	font-size: 1.2em;
	padding: 2px;
	margin: 0;
	border: none;
	background-color: #fff;
	color: #2D648A;
	cursor: pointer;
	}

/* footer */

#footer {
	border-top:1px solid #222222;
	clear:both;
	padding-top:1.2em;
	padding-bottom:1.8em;
	width:915px;
	
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:1em;
	margin-top:2em;
	}





/* page-navigation */

.wp-pagenavi {
	text-align: right;
	margin-bottom: 2em;
	padding-top: 1em;
}

.wp-pagenavi .wp-pagenavi {margin:0; padding:0; border:none;}

.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active, .wp-pagenavi a:visited  {
	border:none;
	color:#2D648A;
	display:block;
	float:left;
	margin:0.5ex;
	text-decoration:none;
}

.wp-pagenavi span.current {
	color: #222222;
}

.wp-pagenavi span.pages { float:left; border: none; padding: 0; margin:0; }


#sidebar table td p { 
	font-size: 1.2em;
}

td.first {
	padding:0.5em 0;
	white-space:nowrap;
	color: #222222;

}

table td, table th {
	border-top:1px solid #CCCCCC;
	padding:0.5em;
	text-align:left;
	vertical-align:top;
	color: #777777;
}

table.toplist td, table.toplist th, table.toplist a {
	color: #ffffff;
	border-color: #ffffff;
}

table.calendar, table.toplist { 
	font-size: .9em;
	border-collapse:collapse;
}




/* firstPost */

.firstPost p {
	font-size:1.2em;
	margin:0.5em 0 0.8em;
	line-height:1.4em;
	margin-bottom:0.5em;
}

.firstPost h2 {
	color: #222222;
	font-size:2.3em;
	font-weight:normal;
	line-height:1.3em;
	border-top: none;
	padding-top: 0em;
}

.firstPost h2 a {
	color: #222222;
}

.knuffbox {
	width: 196px;
	height: 120px;
	overflow: hidden;
	font-size: 0.9em;
	padding: 6px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-top: 1em;
	background-color: #efefef;
}

.knuffBody {
}

.textwidget { font-size:0.9em; }

.page .linkcat {
	list-style-type: none;
}

.page .linkcat ul {
	list-style-type: none;
}

.page .linkcat ul li {
	padding-top: 1em;
}

.page .linkcat h2 {
	display: none;
}

.entry ol { margin-left: 2em;}

#tb_tools { display: none; }

#left #tweetlist li { border:none; }
#left #tweetlist { padding-top: 48px; border:none; }
#left #tweetblender #twitterlogo { padding: 7px 0px; border-top: 1px solid #6b7cb4; border-bottom: 1px solid #CCCCCC; width: 210px; }

.sociablefirst #email {border:none;margin: 0;padding: 0;}

#left .aktt_tweets ul li { margin-bottom: 1em; }

.author-jobb09 #content {
	background: url(http://www.dagenskonflikt.se/wp-content/themes/dagenskonflikt/images/jobb09-head.png) 20px left no-repeat;
	padding-top: 73px;
} 


/* FACEBOOK COMMENT */

.FB_profile_pic {
	height: 40px;
	width: 40px;
	float: left;
	margin: 0px 5px 0px 0px;
}


#fb-user { 
	padding: 10px 0px; 
	display: block;
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

#tips {
	background: #424242 url(images/tips-header.png) top left no-repeat;
	color: #eaeaea;
	margin-top: 22px;
	padding: 48px 14px 8px 14px;
	font-size: 0.9em;
}

#tips a, #tips a:hover, #tips a:visited {
	color: #eee;
	line-height: 1.2em;
}

#tips a.v553 {
	background: url(images/video-ikon.png) top left no-repeat;
	display: block;
	padding-left: 18px;
	padding-bottom: 1em;
}

#tips a.v554 {
	background: url(images/artikel-ikon.png) top left no-repeat;
	display: block;
	padding-left: 18px;
	padding-bottom: 1em;
}

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:359px; width:420px; color:#bbb; background-color:#eee; border:8px solid #555;}
#simplemodal-container a.modalCloseImg {background:url(images/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}