/*
Theme Name: Tanvea
Theme URI: http://www.tanvea.de/
Version: 3.0
*/


/* CSS Document */
/* Reset */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0;margin: 0;}
fieldset, img {border: 0;}
table {border-collapse: collapse;border-spacing: 0;color:#5b5b5d;font-size:13px;}
ol, ul {list-style: none;}
address, caption, cite, code, dfn, em, strong, th, var {font-weight: normal;font-style: normal;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size: 100%;}
q:before, q:after {content: '';}
abbr, acronym { border: 0;}
.clearfix:after {content: ".";display: block;height: 0px;clear: both;visibility: hidden;}
* + html .clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clear{clear:both;}


/* -------------------------- Grid System 12 Column ---------------------------- */


/* =Containers
--------------------------------------------------------------------------------*/
.main
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align:left;
	position:relative;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g80, .g160, .g240, .g320, .g400, .g480, .g560, .g640, .g720, .g800, .g880, .g960 {
	display: inline;
	float: left;
	margin-left: 20px;
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.g80{width:60px;}
.g160{width:140px;}
.g240{width:220px;}
.g320{width:300px;}
.g400{width:380px;}
.g480{width:460px;}
.g560{width:540px;}
.g640{width:620px;}
.g720{width:700px;}
.g800{width:780px;}
.g880{width:860px;}
.g960{width:940px;}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* -------------------------- Global ---------------------------- */


html, body {
	font-size:93.75%; /*15/16=93.75*/
	font-family:Arial, Helvetica, sans-serif;
 	background:#fff1e2;
	margin:auto;
	text-align:left;
	color:#3d2932;
	height:100%; /* Mindesthöhe für den IE */
}


p{
	font-size:12px;
	line-height:19px;
	color:#3d2932;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

a{
	text-decoration:underline;
	color:#b00652;
	font-weight:bold;
}

.alignleft{
	float:left;
	margin:3px 15px 10px 0;
	}

strong{
	font-weight:bold;
}

hr{
	height:1px;
	background:e3b8bb;

}

#content ul{
	margin:15px 0 20px 0;
	}
	
#content li{
	margin-bottom:5px;
	list-style:square;
	margin-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
		line-height:18px;

	color:#5a0320;
}

h1, h1 a{
	font-size:24px;
	color:#5a0320;
	margin-bottom:15px;
	font-family:'Signika Negative';
	font-weight:600;
	text-decoration:none;
}

h1 a:hover{
	color:#5a0320;
}

h2, h2 a{
	font-size:20px;
	font-family:'Signika Negative';
	font-weight:600;
	color:#8b0340;
	margin-bottom:10px;
	text-decoration:none;
}

h2 a:hover{
	color:#5a0320;
}

h3, h3 a{
	font-size:16px;
	font-family:'Signika Negative';
	font-weight:600;
	color:#ff8a00;
	margin-bottom:10px;
	text-decoration:none;
}

#header{
	height:45px;
	border-top:#ff8a00 3px solid;
	background:#88024a;
	display:block;
	margin:0;
}


/* -------------------------- Featured ---------------------------- */

#featured{
	height:348px;
	border-bottom:#88024a 2px solid;
	background:#fde4c7;
	display:block;
	margin:0 0 20px 0;
	background:url(img/bg_feat.png) center;
}


#featured ul{
	position:absolute;
	top:200px;
}

#featured li{
	float:left;
}

#featured h2{
	font-size:19px;
	text-transform:uppercase;
	font-family:'Signika Negative';
	font-weight:600;
	color:#ff8a00;
	margin-bottom:10px;
}
#featured p{
	color:#88024a;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	
}


#featured a{
	display:block;
	text-decoration:none;
	color:#ff8a00;
	margin-top:5px;
}


/* -------------------------- Page Navigation ---------------------------- */

.navigation{
	float:right;
	height:42px;
}

.navigation ul{
	border-left:1px solid #57002f;
	border-right:1px solid #a8266c;
	height:45px;
}
.navigation li{
	border-right:1px solid #57002f;
	border-left:1px solid #a8266c;
	float:left;
	height:45px;

}


.navigation li a{
	display:block;
	height:42px;
	line-height:42px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:0 10px 0 10px;
	margin:0;
	height:45px;
}

.navigation li a:hover{
	background:#ff8a00;
}

.logo{
	position:absolute;
	z-index:auto;
	width:295px;
	height:136px;
	background:url(img/logo.png);
	top:20px;
	left:0px;
}

.logo a{
	display:block;
	text-indent:-9999px;
	width:295px;
	height:136px;
}

.facebook{

}

.facebook a{
	font-size:11px;
	font-weight:bold;
	color:#B00652 !important;
	background:url(img/facebook.png) no-repeat;
	padding-left:30px;
	line-height:24px !important;
	height:24px;
	display:block;
	text-decoration:none;
}

/* -------------------------- page Sidebar ---------------------------- */


#sidebar{}

#sidebar h3{
	font-size:15px;
	font-family:'Signika Negative';
	font-weight:600;
	padding:7px 0 7px 10px;
	background:#CCC;
	color:#fff;
	margin:0px;
}

#sidebar h3.leistungen{background:#8b0340;}
#sidebar h3.blog{background:#ff8a00;}
#sidebar h3.tag{background:#ffa200;}

#sidebar ul.leistungen, #sidebar ul.blog{ margin-bottom:15px; margin-top:0px !important;}
#sidebar ul.leistungen li, #sidebar ul.blog li{border-bottom:solid 1px #dfcfbe}
#sidebar ul.leistungen li a{ 
	padding:8px 0px 8px 10px;
	color:#5a0320;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

#sidebar ul.leistungen li a:hover, #sidebar ul.blog li a:hover{
	background:#edd8c1; 
}

#sidebar ul.blog li a{ 
	padding:8px 0px 8px 10px;
	color:#696969;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	display:block;
}


/* -------------------------- Blog ---------------------------- */

.headline{
	font-size:22px;
	color:#a08f7d;
	display:block;
	margin-bottom:10px;
	margin-top:20px;
	font-family:'Signika Negative';
	font-weight:300;
	border-bottom:1px solid #dfcfbe;
	padding-bottom:7px;
}

.blog-entry{
	margin:10px 0 10px 0;
	border-bottom:#dfcfbe 1px solid;
	display:block;
	padding-bottom:10px;
}

.blog-entry p{
	font-size:12px;
	line-height:18px;
	color:#828383;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.date{
	margin-top:6px;
	margin-left:20px;
	display: inline;
	float: left;
	margin-left: 20px;
	width:58px;
	height:48px;
	background:#fff;
	text-align:center;
	margin-left:0px;
	border:1px solid #dfcfbe;
	padding-top:10px
}

.day{
	font-size:22px;
	font-weight:bold;
	float:none;
	text-align:center;
	margin:10px 0 0 0;
	height:25px;
	color:#ff8a00;
}

.month{
	font-size:10px;
	font-weight:bold;
	float:none;
	text-align:center;
	color:#8b0340;
}

#content a.button{
	background: #8b0340; /*alternative Hintergrundfarbe für IE*/
	background: -moz-linear-gradient(top, #8b0340, #6c0031); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#8b0340), to(#6c0031)); /* Safari , Chrome */
	background: linear-gradient(top, #8b0340, #6c0031); /* W3C Standard */
	border-top:#bf3171 1px solid;
	border-bottom:#4c0022 1px solid;
	padding:6px;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	margin:10px 0 10px 0;
}

#content a.button:hover{
	background: #ff8a00; /*alternative Hintergrundfarbe für IE*/
	background: -moz-linear-gradient(top, #ff8a00, #e66e03); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8a00), to(#e66e03)); /* Safari , Chrome */
	background: linear-gradient(top, #ff8a00, #e66e03); /* W3C Standard */
	border-top:#fccc58 1px solid;
	border-bottom:#d17100 1px solid;
}


.kolumne{
	float:left;
	width:330px;
	margin-right:20px;
	margin-bottom:30px;
}

/* -------------------------- Meta ---------------------------- */

.meta{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#817569;
	margin:30px 0 10px 0;
	padding:10px 0 0 0;
	border-top:1px solid #dfcfbe;
}

.meta a{color:#745751;text-decoration:none;}
.meta a:hover{color:#5a0320;}

.tagcloud a{
	padding:3px;
	background:#e7d9c9;
	margin:3px 3px 0 0;
	text-decoration:none;
	font-size:9px;
	color:#a08f7d;
	border-radius:3px;
}
.tagcloud a:hover{
	background:#fff;
}

#pagina{
	margin:10px 0 10px 0;
	color:#b7b7b7;
}

#pagina ul li{
	margin:0;
	padding:0;
}


.zitat{
	font-size:18px;
	line-height:24px;
	font-family:'Signika Negative';
	font-weight:300;	
	color:#8b0340;
	margin-bottom:22px;
	}

.wp-caption {
text-align: left;
padding-top: 0px;
margin:5px 15px 10px 0;
border-radius: 0px;
}

.wp-caption img {
margin: 0 0 5px 0 ;
padding: 3px;
background:#fff;
box-shadow:0px 0px 6px #847768;
border: 1ps solid #b7b7b7;
}

.wp-caption p.wp-caption-text {
font-family:Arial;
font-size: .80em;
line-height: 17px;
color:#a4998d;
padding:0;
margin: 0;
} 


.wp-caption a {
font-family:Arial;
font-size: .80em;
line-height: 17px;
color:#a4998d;
padding:0;
margin: 0;
} 

/* -------------------------- Footer ---------------------------- */

#footer{
	margin:20px 0 30px 0;
	padding:10px 0 10px 20px;
	font-size:11px;
}


#footer ul{}

#footer li a{
	float:left;
	padding:0 15px 0 0;
	text-decoration:none;
	font-weight:bold;
	color:#817569;
	font-size:11px;
}

#footer li a:hover{
	color:#8b0340;
}


/* -------------------------- Form ---------------------------- */


#form{
	border:1px solid #dfcfbe;
	padding:20px;
}

#form p{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}

#form input, #form textarea {
	border: 1px solid #dfcfbe;
	padding:10px;
	border-radius:4px;
	width:400px;
	font-size:11px;
	color:#8b0340;
	margin:3px 0 10px 0;
}
