/*
Theme Name: Natural Essence
Theme URI: http://templates.arcsin.se/
Version: 1.0
Description: Soft and natural two-column theme supporting widgets. Based on the <a href="http://templates.arcsin.se/">free website template</a> Natural Essence. Also available as <a href="http://templates.arcsin.se/natural-essence-joomla-template/">Joomla template.</a>
Author: Viktor Persson
Author URI: http://arcsin.se
*/

/* default elements */
* {margin: 0; padding: 0;}

html { height: 101%; }

body {
	background: #a8b4c1 url(img/bg-26.png);
	color: #222;
	font: normal 62.5% sans-serif;
	font: georgia 62.5% sans-serif;
	padding: 0;
}

a {color: #642;}
a:hover {color: #000;}

big {font-size: 1.1em;}

h1,h2,h3 {font-family: Arial, Helvetica, sans-serif !important; color: #8f9bab; padding: 8px 0 2px;}

h1 {font: normal 2.0em serif,sans-serif;}
h1 a {text-decoration: none; color:#8f9bab;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul,ol {padding: 0 2em 1.2em;}




/* structure */
#wrapper {
	background: #8f9bab !important;
	
	margin: 0 auto;
	width: 762px;
	width: 912px;
	width: 720px;
}
#container {
	border: 6px solid #8f9bab;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto; background: #FBF9F4;
	width: 750px;
	width: 900px;
	width: 708px;
}




/* header */
.title {
	/*background: #E2DED5 url(img/header.jpg) repeat-x;*/
	border-top: 1px solid #996;
	border: 0;
}
.title h1 {
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	border-top: 2px solid #663;
	border: 0;
	background: #343321 url(img/header-26.png) no-repeat left bottom;
	height: 100px; clear: both;
}


.blogName {
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 30px 0 0 0;
	/*float: left;*/
	color: #fff;
	text-align: center;
}
.blogName a {text-decoration: none; color: #59636f; }
.blogName a:hover {text-decoration: underline;}

.description { 
	font-family: georgia; color: #8e99a6; /*float: right;*/
	text-align: center;
	
	}




/* navigation */
.navigation {
	background: #EAE7DF url(img/nav-26.png) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation ul {padding: 0; margin: 0;}
.navigation li {float: left; list-style: none;}
.navigation li a {
	background: #FFF url(img/nav-26.png) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #fff;
	display: block;
	font: bold 1em Tahoma,sans-serif;
	line-height: 41px;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-position: left bottom;
	color: #221;
}
.navigation .current_page_menu_item a { background-position: left bottom; color: #221; }





/* main */
.main {background: #FFF url(img/main.gif) repeat-y;}





/* posts */
.post .descr {
	color: #630;
	font-size: 0.9em;
	margin: 2px 0 4px;
}
.post .info{
	border-top: 1px dashed #AAAA9A;
	color: #222;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 8px;
	padding: 8px 0;
}
.post img {border: 2px solid #CCB; margin: 4px 0;}
.post a img {border: 2px solid #CCB;}
.post a:hover img {border-color: #AA9;}





/* sidebar */

li._page_item a, li._page_item a:visited { color: #000; }
li.Current_page_item a, li.Current_page_item a:visited { color: #000 !important; background: #c7ccd7; text-decoration: none; border-top: #fff solid 3px; border-right:#9F9F9F solid 3px;}
li.Current_page_item a:hover {none;}





/* bottom */
.bottom {
	background: #DCDAC9 url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}





/* footer */
.footer {
	background: #8f9bab;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}





/* misc */
.content {padding: 18px 0px 18px 20px;}
.right .content {padding: 12px 10px;}
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right {width: 33%;}





/* block list */
ul.block, .block ul {
	
	margin: 4px 0;
	padding: 0;
	width: 90%;
	font-family: Trebuchet MS, Verdana, Geneva, sans-serif;
}
.block li {
	
	list-style: none;
	
}
.block li a,.block li em {
	color: #8f9bab;
	display: block;
	background: #9ca2ac; 
	color: #fff; 
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;

}
.block li a:visited {
	color:#d5d5d5;
}

.block li a span {font-weight: bold;}
.block li a:hover{
	color: #000;
	background: #c7ccd7; 
	text-decoration: none;
	border-top: #fff solid 3px;
    border-right:#9F9F9F solid 3px;
    
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #c7ccd7;}







/* ------------ */

.content h2 { font-size: 1.2em; font-family: arial, sans-serif; font-weight: normal; margin-bottom: 12px; }


.widgedTitle { background: #595c62; color: #fff; padding: 10px 0px 10px 6px; margin:5px 23px 5px 0px; font: normal 1.4em serif,sans-serif; border-bottom: 1px solid #C7CCD7;}



.list {  }
.list .list_title {margin: 24px 0px 12px 0px; padding: 5px 3px 3px 3px; font-size: 14px; font-weight: bold; background: #595c62; color:#fff; }

.list ul { padding-left: 4px; }
.list li { list-style: none; margin-bottom: 12px; }
.list li a { color: #8f9bab; }





/******* WerbeflÃ¤chen: *******/

	   #metaCols { width: 980px; margin: 0px auto; }
* html #metaCols { width: 986px; } /* 3px-bug */
 
	   #metaCol_1 { width: 130px; float: left; margin-top: 150px; } /* Skyscraper links */
	   #metaCol_2 { width: 720px; float: left; }
	   #metaCol_3 { width: 130px; float: right; margin-top: 150px; text-align: right; } /* Skyscraper rechts */
		
	   #pageTop { width: auto; margin: 0 0 20px 0;}  /* Banner Oben */
	   .bannerTop { width: 728px; margin: 0 auto; }
	   #pageBottom { width: auto; clear: both; padding: 20px 0px 0px 0px; }  /* Banner Unten */
	   .bannerBottom { width: 728px; margin: 0 auto; }


.werbung-oben { width: 240px; margin: 0 24px 0px 05px; float: left; }
.werbung-unten { width: auto; margin: 0 0 0 0px; }
.werbung-oben .kopf, .werbung-unten .kopf { color: #999; font-size: 9px; margin-bottom: 3px; }
.werbung-oben .werbung, .werbung-unten .werbung { padding: 2px 4px 2px 4px; margin: -2px -4px 10px -4px; }
.werbung-oben .werbung:hover, .werbung-unten .werbung:hover { background: #eee; }
.werbung-oben a.link, .werbung-unten a.link { color: #369; font-size: 17px; line-height: 23px; border: none !important; text-decoration: underline; }
.werbung-oben a.link:hover, .werbung-unten a.link:hover { color: #BF7900; }
.werbung-oben a.url, .werbung-unten a.url { color: #333; font-family: arial; text-decoration: none; border: none; }

