/*
 * Theme Name: Devils Child v2
 * Theme URI: http://devils-child.com/
 * Description: created for http://devils-child.com/ | Based on WPblank by Peter Kröner
 * Author: Luis Dreisbach
 */
body {
	margin: 0;
	padding:0;
	background-image: url(img/bg.png);
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #101010;
}
#main {
	width:960px;
	margin: auto;
}
#header {
	padding: 50px 0;
	width: 100%;
	margin:auto;
}
#sidebar {
	width: 180px;
	margin-left: 20px;
	float: left;
	text-align: right;
	padding-top: 2px;
}
#headline {
	width: 100%;
	height: 50px;
	margin: 0 0 20px 240px;
	width: 720px;
}
#content {
	margin-left: 240px;
	width: 720px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100px;
	color:#E2001A;
	font-style: italic;
	width: 726px;
	height: 100px;
	position:relative;
	text-indent: 10px;
	margin: auto;
}
h1 span {
	background-image:url(img/logo.gif);
	position:absolute;
	height:100%;
	width: 100%;
	left:0;
	top: 0;
}
h2 {
	font-size: 50px;
	font-style:italic;
	color: #353535;
	font-weight: normal;
	margin: 0;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
}
#footer {
	clear: both;
	border-top: #999 1px solid;
	margin: 12px 20px 0 20px;
}
#footer p {
	text-align: center;
	font-size: 14px;
	color:#999;
	margin: 8px 0;
}
#header a {
	text-decoration: none;
	color: #E2001A;
}
span {
	font-weight: bold;
}
#content {
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 22px;
}
#content p {
	text-align: justify;
}
#content a {
	color: #1F5565;
}
#content ul {
	padding-left: 15px;
	margin-left: 3px;
	list-style-image:url(img/list.gif);
}
#content table ul {
	margin: 3px 0 3px 3px;
	font-size: 14px;
	line-height: 17px;
}
.gallery, #content p, #content ul, h3 {
	margin: 12px 0;
}
.gallery img {
	padding: 2px;
	border: 1px solid #303030;
	margin: 10px 7px 10px 0;
}
.sidebar-headline {
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px solid #626262;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
.sidebar-content {
	font-size: 14px;
}
.sidebar-container {
	margin-bottom: 15px;
}
#searchfield {
	border: none;
	border-bottom: 1px dashed #666;
	width: 140px;
	display: inline;
	background: transparent;
	height: 20px;
	text-align: right;
}
#search-submit {
	display:inline;
	border: none;
	background-image:url(img/lupe.gif);
	width: 25px;
	height: 25px;
	padding: 0;
}
#search-submit:hover {
	cursor: pointer;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul a {
	text-decoration: none;
	color: #101010;
}
#sidebar ul a:hover {
	text-decoration: underline;
}
#sidebar ul li {
	margin: 2px 0;
	padding-right: 15px;
	background: url(img/menu.gif) no-repeat right;
}
#bildergalerie img {
	background-color:#FFF;
	border:1px solid #A9A9A9;
	margin:4px 0 4px 5px;
	padding:4px;
	display:block;
	height: 150px;
	width: 200px;
}
#eindruecke a, #eindruecke a img {
	border: none;
}
ul#eindruecke {
	padding: 0;
	list-style-type: none;
}
ul#eindruecke li {
	background: none;
	padding: 0;
}
/***/
a img { border:none; }
