/* 
	Theme Name: Konservativ
	
	Description: This theme is copyrighted by the author.
	
	Author: Aniel ApS
	
	Author URI: mailto:erik@aniel.dk
	
	Version: 2.0	
	
	Tags: konservativ 
*/

/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,hr {margin:0;padding:0;}
.low {display:none;}
.clear {clear:both;}



/* body
--------------------------------------------------*/
body {
  background: #E9EAE5 url(images/bg.jpg) no-repeat;
 
  margin:0;
  padding:0 0;
  font-family: verdana;
  font-size:75%;
  line-height:1.8em;
  text-align:center;
scrollbar-base-color: #fafafa;
scrollbar-arrow-color: #66655f;
scrollbar-3dlight-color: #66655f;
scrollbar-darkshadow-color: #66655f;
scrollbar-shadow-color: #fafafa;
}
 

/* headings
--------------------------------------------------*/

h1 {color:#66655f; font-family:verdana;}
h1 a  {color:#4ca725;}
h1 a:hover  {color:#4ca725;}
h2 {
   color:#66655f; 
   font-weight: normal;  
   font-family: verdana;
   line-height:1.2em;
   font-size:1.6em;
}
h2 a {color:#fff; font-weight: normal ; text-decoration:none !important; }
h2 a:hover { color:#4ca725;  text-decoration:none;}
h4 {
 font-family: verdana;
 color: #66655f;
 font-weight: normal;
 margin: 7px 0 7px 0px;
 font-size:1.5em; 
 line-height:1.5em;
 padding:5px 0;
}
h3 a, h4 a
  {color:#66655f; font-weight: normal;}
h3 a:hover,h4 a:hover
  {color:#4ca725; text-decoration:none;} 

a {color:#66655f; text-decoration:none;}
a img {border:0 !important; }
a:hover {color: #4ca725; text-decoration:none;}

p {color:#66655f; text-decoration:none;}

/* links
--------------------------------------------------*/
.entry a {text-decoration:underline;}

.entry img a {
border-bottom: 0px dotted #66655f !important;
text-decoration:none;
  }

.entry p {padding: 0 0 15px;}

.entry a:hover {color: #4ca725; text-decoration:none;}

img a {border: none;}

a.commentlink {padding-left:0px;}

.entry .filedunderindex a {
text-decoration:none !important;

  }
 .entry .filedunderindex a:hover {
text-decoration:none;

}

small {
	font-family: verdana;
	font-size: 1em;
	line-height: 1.5em;
        color: #66655f;
        padding: 5px 0;
	}


small a {
	color: #66655f;
    text-decoration:underline;
	}
/* topbar
------------------------------------------------*/
#topbar {
		font-family: verdana;
		font-size: 1.4em ;
text-align:right;
		font-weight:normal;
		letter-spacing:-1px;
		background-image: url(images/nav.gif) ;
width:980px;
height: 41px;
background-repeat: no-repeat;
margin:0px auto;		
		   
		}
#topbar a {font-weight: normal;
          color: #ffffff;
          text-decoration:none;      
          }
#topbar a:hover {font-weight: normal;
          color: #4ca725;
          text-decoration:none;      
          }
#topbar ul {			 padding-bottom:0px;
			 padding-top:10px;
			 margin:0 0 0 0px;			 
			   }         
#topbar ul ul{display:inline;}
#topbar ul li {list-style:none;

		
		display:inline;
	       }	
#topbar li { white-space: nowrap;	       
             padding-left:10px;
     	     padding-right:10px;
	       }


/*Search
--------------------------------------------------*/
#search {background-color:transparent;
	width:980px;
	text-align:right;  
  	margin:10px auto;;
  	overflow:hidden;
}


#searchform #s{

border: #66655f 1px solid;
padding-top: 0px;
margin-top: 0px;

}

#searchsubmit{ background: url(images/topsearch.gif) no-repeat  ;
height: 22px;
width: 76px;
border: none;
padding-top: 0px;
margin-top: 0px;
		   
		}

#searchsubmit:hover { background: url(images/topSearchHov.gif) no-repeat  ;
height: 22px;
width: 76px;
border: none;
padding-top: 0px;
margin-top: 0px;		   
		}

/* images
--------------------------------------------------*/
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}


/* paragraphs, lists, blockquote  etc
--------------------------------------------------*/
pre {
font: 1.1em 'Courier New', Courier, Fixed;

}
code  {
font: 1.1em 'Courier New', Courier, Fixed;
}

kbr {color:#66655f;}

p {
  margin:0;
  padding:0 0 18px 0;
}

ul {
  margin:0 0 0 1.4em;
  padding:0 0 10px 0;
}

ul ul {padding:0;}

/*blockquote {
  margin:0;
  border-bottom:1px solid #66655f;
  border-left:4px solid #66655f;
  border-right:1px solid #66655f;
  border-Top:1px solid #66655f;
  padding-bottom:3px;
  padding-left:4px;
  padding-right:3px;
  padding-top:3px;
  font-style:italic;
  color: #333;
  overflow:hidden;
} */

blockquote {
background:#FaFaFa url(images/blockquote.gif) no-repeat;
border:1px dashed #66655f;
margin:5px 0pt;
padding:8px 12px 8px 36px;
}

pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
  border:1px dashed #66655f;
}

pre {font-family: Courier, Monaco, monospace;}
code {font-family: Courier, Monaco, monospace;} 
code {padding:0 2px;}

abbr acronym {
  font-size:0.9em;
  letter-spacing:1px;
  cursor:help;
}

#top {background:url(images/top.gif) no-repeat;
      padding-left:16px;}



/* Next post link 
---------------------------------------------------*/
.nextright {
	float: right;
   font-size:0.9em;
	}

.nextleft {
	float: left;
   font-size:0.9em;
	}

/* container
--------------------------------------------------*/
#container {
  padding-top:0;
  background: url(images/content-top.gif) no-repeat top;

  width:980px;

  margin: 0px auto;
  padding: 0px;
  text-align:left;
  margin-top:0px;
  margin-bottom:0px;
  overflow:hidden;
}
#container-bottom {
 
  background: #ffffff url(images/content-bottom.gif) no-repeat bottom;
width:980px;
  margin: 0px auto;
  padding: 0px;
  text-align:left;
  margin-top:15px;
  margin-bottom:10px;
  overflow:hidden;
}


#commentspopup #container {
  width:440px;
  padding:0 15px;
}

/* header
--------------------------------------------------*/
#header {
		 background:url(images/header-bg.jpg) ;
			
		 
		 height:200px;
		 width: 980px;
		 margin:10px auto;
		 
		 
		 overflow:hidden;
		 text-align:center;
		 }
.singlecol #content a {  font-weight: normal; }

#header h1 {color:#ffffff;margin-top:70px;margin-bottom:20px;font-family:Verdana;font-size: 4.5em;font-weight: normal;
}
#header h1 a,h1 a:visited{text-decoration:none;color:#ffffff;}
#header h1 a:hover {text-decoration:none;color:silver;}
#header small {color:#ffffff;margin-left:10px;margin-top:20px;margin-bottom:20px;font-size: 2em; font-family:verdana;}

/* Post Title 
--------------------------------------------------*/ 
.post-title {


display:block;text-transform:uppercase;
font-family:verdana;
font-size:1.6em !important;
line-height:1.6em;
margin: 0 auto !important;
padding-left:10px;
padding-top:4px;
}


/* content
--------------------------------------------------*/
#contenttop {background: url(images/indextop.gif) no-repeat top;
float:left;
border:none;
  margin:0px auto;
width:540px;

}
#content    {background:#F4F4ED url(images/pagebottom.gif) no-repeat bottom;
  float:left;
  width:540px;
min-height: 350px;
   padding:0px 0 0 0;
padding-left:0px ;
  margin:10px auto;
  border:none;
  font-size:.9em;
  display:inline;
  overflow:hidden;
line-height:1.4em;
}
#content p  {padding:10px;}

#content h1 {
   color:#66655f;
   font-weight: normal;
   font-family: verdana;
   line-height:1.4em;
   margin:5px 0px 0px 5px ;
   font-size:1.5em;text-transform:uppercase;
}
#content a {color:#66655f; text-decoration:none;}
#content a:hover{color:#4ca725; text-decoration:none;} 

#content h2 {  
  color:#66655f;
  font-weight: normal;  
  font-family: verdana;
  line-height:1.4em;
  margin:8px;

  font-size:1.5em;
}

#content h1 a,h2 a, h3 a, h4 a {font-weight: normal;}
#content h3 {
  margin: 10px 0 18px 0;
  font-size:1.3em;
  font-weight:bold;
  font-family: verdana;
  margin:8px;
  line-height:1.4em;
  color:#66655f;
} 
#content h4 {
  margin:2px 2px 2px 10px ;
  padding:0px;
  font-size:1.6em;
  font-weight:normal;
  font-family: verdana;
  line-height:1.6em;
  color:#66655f;text-transform:uppercase;
} 
#content h5 {
  margin: 10px 0 18px 0;
  font-size:1em;
  font-weight:bold;
  font-family: verdana;
  margin:8px;
  line-height:1.4em;
  color:#66655f;
} 
#content h6 {
  margin: 10px 0 18px 0;
  font-size:0.8em;
  font-weight:bold;
  font-family: verdana;
  margin:8px;
  line-height:1.4em;
  color:#66655f;
}
#content ol {margin-top:5px;margin-bottom:5px;}

#content.archive h2 {margin:0 0 8px 0;}
#content.archive h3 {
  margin:0px;
  font-family:verdana;
  font-size:1.3em;
  font-weight:normal;
}
#content.archive h4 {
  margin:0px;
  font-size:1em;
}
#content.archive h5 {
  margin:0px;
  font-size:1em;
}
.singlecol #content {
  float:left;
  width:540px;
}

#commentspopup #content {
  float:none;
  padding-top:0;
}


 
/* Post_nav post navigation	on index post
----------------------------------------------------*/
#post_nav  {background:url(images/hr.gif) repeat-x;
			font-family:verdana;
			font-size:11px;
			font-style:normal;
			font-variant:normal;
			font-weight:bold;
			line-height:normal;
			margin:15px 0pt 25px;
			padding:5px 0pt;
			overflow:hidden;
             }
#post_nav .back {
display:block;
float:left;
width:45%;
}

#post_nav .fwrd {
display:block;
float:right;
}

/* single_Post_nav post navigation	on single post
----------------------------------------------------*/
#single_post_nav  {background:url(images/hr.gif) repeat-x;
			font-family:verdana; color:#66655f; text-decoration:none;
			margin:15px auto;
			padding:10px ;
             }
#single_post_nav .back {
display:block;
}

#single_post_nav .fwrd {
display:block;
}


/* Entry
--------------------------------------------------*/
#content li
{margin-bottom: 10px;

}

.entry a.more {
  padding-left:10px; 
}
 
.contenttitle {
   color:#66655f; 
   font-weight: normal;
   font-family: verdana;
   line-height:1.2em;
   margin:0px;
   font-size:1.9em;
   padding: 10px;
   
}

.entry  {margin:0 0 10px 0px; background:#F4F4ED url(images/pagetop.gif) no-repeat top;}

  

.entry .info {
  position:relative;
  margin-top:0px;
  padding:3px;
  font-size:0.9em;
}

.entry.single {clear:both;}

.entry.single .info {margin:10px;}

.entry .info a {
  margin: 10px;
  padding: 10px;
}

.entry .info em {
  padding-right:6px;
  font-style:normal;
}

.entry .author,
.entry .editlink a {
  margin:10px;
  padding:0 0 0 10px;
  border-left:1px solid;
  border-right:none
}

/* POST META
---------------------------------------------------*/
#postmeta{
          text-transform:uppercase;
		  color:#66655f;
		  font-family:verdana;
		  font-size:0.8em;
		  margin:10px 0 10px 10px;
		  overflow:hidden; 		  
          }

		         }
#postmeta a,a:visited{color:#66655f;}
#postmeta a:hover {color:#4ca725;}
.postmetabox {}

/* edit link style code
---------------------------------------------------*/
#elink {color:#66655f;
        font-weight:bold;margen-bottom:10px;}

/* Comments	Display Style Code
--------------------------------------------------*/
#comments{	
		font-family:verdana;color:#66655f;
		margin-top:15px;padding : 10px 0;

         }
   /*Readers Comment Title*/
#comments h4 {  font-size:1.6em !important;
				text-transform:uppercase;
				margin:0;
				padding-top:10px;padding-left:10px;
				font-weight:normal;

				font-family:verdana;
background:url(images/hr.gif) repeat-x;
             }
.comment {margin-left:0px;
		  margin-top:8px;
		  margin-bottom:15px;
          padding-left:10px;
		  width:520px;
		  overflow:hidden;
		  }

#comments .comment .ucomment p {margin:0px !important;
                     padding:0px;}

.ucomment {margin:0px;
		   padding:0px;
		   
          }
#comments .comment .ucomment p {margin:0px !important;
                     padding:0px;}
.mcomment {margin:0px;
		   padding:0px;
		   border-bottom:1px solid #66655f;
		   background:#63BE1B;
          }
#comments .comment .mcomment p {margin:0px !important;
                     padding:0px;}

.tcomment {margin:0px;
		   padding:0px;
		   
          }
 #comments .comment .tcomment p {margin:0px !important;
                     padding:0px;}

.ucomment_meta {margin:0px;
				padding:0px;
				font-family:verdana;
				font-size:0.8em;
				
				text-transform:uppercase;
                color:#66655f;
				display:inline;
				}
.ucomment_meta_dt {margin:0px;
				padding:0px;
				font-family:verdana;
				font-size:0.8em;
				
				text-transform:uppercase;
                color:#66655f;
				display:inline;				
				width:10px;
                     }
.avatar img {float:left;}

/* AddComment Comment Adding Form Style code
--------------------------------------------------*/
#addcomment { 		margin:15px auto;
			  padding:10px auto;
			  font-family:verdana;
			  font-size:0.9em;
			  background:#F4F4ED;
			  
			  width:540px;
               }
#addcomment h4 { font-size:1.6em !important;
				text-transform:uppercase;
				margin:0;
				padding-top:10px;padding-left:10px;
				font-weight:normal;
				font-family:verdana;
background:url(images/hr.gif) repeat-x;
				}			   


.form-item { width:175px;
             float:left;
	     margin:10px 0 10px 10px;
             }

#addcomment p {margin:5px 10px;
            padding:0px;
            
}

#addcomment textarea {width:505px;
                      
					  font-size:14px; 
					  margin-top:5px;
					  margin-bottom:5px;
					  height:190px;
					  padding-left:10px;}

.desc {color:#66655f;
                   font-size:0.9em; 
				   text-transform:capitalize;
				   font-family:verdana !important;
				   width:170px;
                   }
.input#submit {  background-color:#ffffff; border-color:#66655f ;  font-family:verdana;font-size:1em;	font-weight:bold;	padding:1px;width:100px; border: none;				
}


				
.nocomments {font-weight:bold;
              color:#66655f;}

/* content misc
--------------------------------------------------*/
/*#entrynavigation {border-color:#66655f;}

 .editlink {
  position:absolute;
  height:14px;
  width:14px;
  right:2px;
} 

.next a {float:right;}
.previous a {float:left;}*/

html>body .editlink {bottom:6px;}
.entry .info .editlink a,
.minientry .editlink a,
#comments li .editlink a {
  display:block;
  height:14px;
  width:14px;
  margin:0;
  padding:0;
  border:none;
  font-size:1px; /* IEWin */
  line-height:0; /* IEWin */
  text-indent:-9999px;
}
.entry .info .editlink a:hover,
.minientry .editlink a:hover,
#comments li .editlink a:hover
  {background:none;}


/* footer
--------------------------------------------------*/
#footer {
  color:#ffffff;
  font-weight:normal;
  background: url(images/navbt.gif) no-repeat;
	width:980px;
	text-align:center;
	margin:20px auto;
  clear:both;
  padding: 0px 0px 0px 0px;
  font-size:0.9em; 
  
  }

#footer a {
color: #ffffff; 
text-decoration:none;
}
#footer strong {font-weight:normal;}
#footer a:hover {
color: #4ca725; 
}

#footer p { color:#ffffff; text-decoration:none;
  padding: 3px 0px 10px 0px;
  text-align: center;
  line-height: 1.5em; 
}

.alignright {float:right;}

/* Sidebar Properties 
---------------------------------------------------*/

.sidebar {font-size:1em;color:#66655f;
		  overflow:auto;}
.sidebar h1 {
   color:#66655f;
   font-weight: normal;
   font-family: verdana;
   line-height:1.4em;
   margin:0 0 8px 0;
   font-size:1.5em;
}
.sidebar a,a:visited{color:#66655f; text-decoration:none;font-weight:bold;font-family: verdana;}
.sidebar a:hover {color:#4ca725; text-decoration:none;font-weight:bold;font-family: verdana;}
.sidebar h2 {  
  color:#66655f;
  font-weight: bold;  
  font-family: verdana;
  line-height:1.4em;
  margin:0 0 8px 0 ;
  font-size:1.5em;
}
.sidebar h3 {
  margin: 10px 0 18px 0;
  font-size:1.3em;
  font-weight:bold;
  font-family: verdana;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#66655f;
}
.sidebar h4 {
  margin:2px;
  padding:3px 0 3px 0 ;
  font-size:1.2em;
  font-weight:normal;
  font-family: verdana;
  line-height:1.6em;
  color:#66655f;text-transform:uppercase;
}



.sidebar h5 {
  margin: 10px 0 18px 0;
  font-size:1em;
  font-weight:bold;
  font-family: verdana;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#66655f;
} 
.sidebar h6 {
  margin: 10px 0 18px 0;
  font-size:0.8em;
  font-weight:bold;
  font-family: verdana;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#66655f;
}
.sidebar_box{
			background:#F4F4ED url(images/sidebar-top.gif) no-repeat;
			border:0px ;
			margin:0px auto;
			margin-top:10px;
			padding-left:14px;
			padding-right:5px;
			padding-top:0px;
			padding-bottom:0px;
			position:relative;
		    overflow:hidden; 
			}

.bottom_sidebar {
	background-image: url(images/sidebar-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	Padding-bottom: 10px;
	height: 20px;
	
	}


.sidebar ul li {
list-style-type:none;
}
.sidebar li {
line-height:1.4em;
padding:3px 0pt;
}
.text-input {border:1px solid #66655f;
}
/* left sidebar
--------------------------------------------------*/
#sidebar_l {
			/*float:left;*/
			width:190px;
			border:solid 0px;
			margin-left:10px;
margin-right:20px;
			font-size:0.9em;			
			}

/* right sidebar
--------------------------------------------------*/
#sidebar_r {
			float:right;
			width:190px;
			border:solid 0px;
			margin-right:10px;
			font-size:0.9em;
			overflow:auto;
		 	}
/* Centerbar Properties 
---------------------------------------------------*/

.centerbar {font-size:1em;color:#66655f;
		  overflow:auto;}
.centerbar h1 {
   color:#66655f;
   font-weight: bold;
   font-family: verdana;
   line-height:1.4em;
   margin:0 0 8px 0;
   font-size:1.5em;
}


.centerbar h4 a, h4a:visited{color:#66655f; text-decoration:none; font-weight:normal;font-family: verdana; }
.centerbar h4 a:hover{color:#4ca725; text-decoration:none;font-weight:normal;font-family: verdana;}

.centerbar a,a:visited{color:#66655f; text-decoration:none; font-weight:bold;font-family: verdana; }
.centerbar a:hover{color:#4ca725; text-decoration:none;font-weight:bold;font-family: verdana;}



.centerbar h2 {  
  color:#66655f;
  font-weight: bold;  
  font-family: verdana;
  line-height:1.4em;
  margin:0 0 8px 0 ;
  font-size:1.5em;
}
.centerbar h3 {
  margin: 10px 0 18px 0;
  font-size:1.3em;
  font-weight:bold;
  font-family: verdana;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#66655f;
}
.centerbar h4 {margin:2px;
  padding:0px;
  font-size:1.6em;
  font-weight:bold;
  font-family: verdana;
  line-height:1.6em;
  color:#66655f;text-transform:uppercase;
}



.centerbar h5 {
  margin: 10px 0 18px 0;
  font-size:1em;
  font-weight:bold;
  font-family: verdana;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#66655f;
} 
.centerbar h6 {
  margin: 10px 0 18px 0;
  font-size:0.8em;
  font-weight:bold;
  font-family: verdana;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#66655f;
}

.centerbar_box{
			background:#FBFBF4 url(images/box-top.gif) no-repeat;
			border:none ;
			margin:0px auto;
			margin-top:0px;
			position:relative;
		    	overflow:hidden;
			 
			}


.bottom_center {
			background:  url(images/box-bottom.gif) no-repeat bottom;
			Padding-bottom: 0px;
			height: 30px;			
			border:none;
			margin:0 auto;
margin-bottom:10px;
			position:relative;
			overflow:hidden; 	
			}

.centerbar ul li {
list-style-type:none;
}
.centerbar li {
line-height:1.4em;
padding:3px 0pt;
}
.text-input {border:1px solid #66655f;

}

.rssblogroll-feedtitle {margin-left: 10px;text-decoration:underline;
}

.rssblogroll-feedtitle ul  {margin-left: 0px;}


/* left centerbar
--------------------------------------------------*/
#centerbar_l {
			float:left;
			width:255px;
			border:none;
			margin-top:10px;
			margin-left:10px;
			margin-right:5px;
			margin-bottom:10px;
			font-size:1em;
border:none;			
			}

/* right centerbar
--------------------------------------------------*/
#centerbar_r {
			float:right;
			width:255px;
			border:none;
			margin-top:10px;
			margin-left:5px;
			margin-right:10px;
			font-size:1m;
			overflow:auto;border:none;
		 	}

/* Wordpress Widget Related CSS Code
--------------------------------------------------*/
#wp-calendar {
	/*border: 1px solid #ddd;*/
	empty-cells: show;
	font-size: 0.9em;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	
	text-decoration: none;
	font-weight:bold;
}

#wp-calendar a:hover {
/*	background: #ffffff; */
background:#ffffff;
	color: #66655f;
}

#wp-calendar caption {
	color: #66655f;	
	text-align: center;
	font-weight:bold;
	font-size:1.2em;
}

#wp-calendar td {
/*	color: #66655f;*/
	font: normal 12px  verdana;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #ffffff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #ffffff;
	color:#66655f;
}

#wp-calendar th {
	font-style: normal;
	text-transform: none;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #66655f;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */


