/*
Theme Name: yaarch.
Theme URI: 
Description: yaarch. dummy
Author: Daniel Kuric
Author URI: http://www.yaarch.de
*/

body {
color: #333; 
background: url(images/bg2.jpg) no-repeat top center fixed;
-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
margin: 0;
padding: 0;
}
 
#wrapper {
width: 100%;
margin: auto;
text-align: left;
overflow: visible;
}

#header {
background-image: url(images/titel_bg.png);
background-repeat: repeat-x;
position: fixed;
top: 25px;
height: 100px;
width: 100%;
z-index: 100;
}


/*
#main {
clear: both;
width: 840px;
margin-top: 75px;
margin-left: 30px;
padding: 40px 30px 20px 30px;
float: left;
background-image: url(images/container_bg.jpg);
background-repeat: repeat-y;
}
*/

#main {
position: relative;
clear: both;
width: 840px;
margin-top: 75px;
left: 50%;
margin-left: -450px;
padding: 40px 30px 20px 30px;
float: left;
background-image: url(images/container_bg2.jpg);
background-repeat: repeat-y;
}

#sidebar    {width: 230px; padding: 10px; padding-top: 20px; float: left;}

#footer {
position: relative;
clear: both;
width: 900px;
height: 200px;
left: 50%;
margin-left: -450px;
padding: 0 0 0 20px;
background-image: url(images/container_bg3.png);
background-repeat: no-repeat;
}

#footer td {
font-family:sans-serif;
font-size:12px;
padding:2px;
}

#header a, .cat-item a {
text-decoration:none;
}

#header img {
border: 0;
}

#header a:hover {
color: #996600;
}

ul {
	padding:0px;
	display: table-cell;
	vertical-align:middle;
}

li {
	list-style-type: none;
}

.shailan-dropdown-menu-widget {
	position: relative;
	top: -65px;
	left: 350px;
	float: left;
}

#navigation a, .cat-item a {
	font-family: 'Buda', cursive;
	color:#FFF;
}

/*#navigation li {
	float:left;
	margin-right:15px;
}*/

.pfeil { 
position: relative;
left: -50px;
top: -30px;
height: 21px;
width: 45px;
background-image: url(images/pfeil.png);
background-position: 0px;
background-repeat: no-repeat;
}

.current-child a {
color: #996600;
}

.entry {
clear: both;
margin-bottom: 20px;
}

.hr {
clear: both;
border-bottom: 1px dashed grey;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Buda', Helvetica, Arial, Geneva, Sans-Serif; color: #996600; }
h1 { 
font-size: 22px; 
line-height: 26px; 
margin-bottom: 10px; 
}
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; font-weight: normal; clear: both;
/* background-image: url(images/pfeil.png);
background-position: -20px;
background-repeat: no-repeat;
overflow: visible; */
}
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; font-weight: normal;}
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; font-weight: normal;}
h5 { font-size: 14px; line-height: 18px; font-weight: normal;}
h6 { font-size: 12px; line-height: 16px; font-weight: normal;}

h1 span { color: #999; }

a { color: #996600;}
a:hover { color: #996600; text-decoration: underline;}
/*a:visited { color: #996600; }*/

p { font-size: 16px; margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
	background-color: white;
}

/* menu */
.children {
width: 170px;
font-size: 15px;
}

.children li:nth-child(n) {
height: 22px;
left: 5px;
background-image: url(images/menu_bg.jpg);
border-left: 3px solid #cc9966;
border-right: 3px solid #cc9966;
}

.children li:last-child {
height: 22px;
left: 5px;
background-image: url(images/menu_bg.jpg);
border-left: 3px solid #cc9966;
border-right: 3px solid #cc9966;
border-bottom: 3px solid #cc9966;
}

.children li:first-child {
margin-top:13px;
height: 22px;
left: 5px;
background-image: url(images/menu_bg.jpg);
border-left: 3px solid #cc9966;
border-right: 3px solid #cc9966;
}

.dropdown {
font-size: 19px;
}

.wp-caption-text {
position: relative;
top: -10px;
font-size: 13px;
font-style: italic;
}