/*  Theme Name: IOHC
Theme URI: http://www.blog.hatebreeders.de
Description: IOHC Template
Version: 0.8
Author: Souste
AuthorURI: http://www.souste.de/
***********************************************************************************/


body, div, h1, h2, h3, h4, p, ul, ol, li{
margin: 0;
padding: 0;
}
img{
border: 0;
}


body{
background: #000000 url(images/big-bg.jpg) top center repeat-y fixed;
color: #333333;
font-family: "Times New Roman", Times, serif;
}
body a{
color: #333333;
text-decoration: none;
}
#container{
background: url(images/big-bg2.jpg) top center no-repeat fixed;
/*border: 1px solid red;*/
}
#header{
border-bottom: 8px solid #999999;;
overflow: hidden;
margin: 0 20px 20px 20px;
}


#paper{
background: #FFFFFF url(images/bg.jpg);
width: 700px;
margin: 20px auto 0 auto;

}
#headerpic{
width: 150px;
height: 150px;
float: right;
margin: 0 0 5px 40px;
/*border: 1px solid red;*/
background: url(images/iohc.gif) no-repeat left top;
}

#sidebar{
/*background: #009900;*/
float: left;
width: 150px;
padding: 30px 10px 30px 20px;
font-size: 12px;
}
#content{
/*background: #006699;*/
margin-left: 180px;
padding: 20px;
border-left: 1px solid #999999;
}
#content img{
max-width: 100%;
}
/*SIDEBAR*/
#sidebar ul li{
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999999;
}
#sidebar ul li ul li{
	padding: 0;
	margin: 0 0 5px 10px;
	border-bottom: 0;
}
#sidebar ul li ul li ul li{
	line-height: normal;
	padding: 0;
	margin: 0 0 3px 10px;
	border-bottom: 0;
}
#sidebar ul ul ul{
	padding-bottom: 10px;

}
#footer{
margin: 50px 20px 20px 233px;
}


/*TYPO*/
#sidebar ul{
list-style-type: none;
}
h1{
font-size: 50px;
padding: 10px 0 0 0;
line-height: normal;
}
#subtitle{
margin: 0 20px 10px 0;
padding: 0 0 20px 0;

}
h2{
font-size: 16px;
color: #666666;
}

.small{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.small a{
color: #003399;
}
#content p{
padding-bottom: 20px;
}
.thePost a{
color: #003399;
text-decoration: underline;
}
.thePost h3 a, h3{
font-size: 28px;
color: #333333;
text-decoration: none;
}
/*POST*/
.thePost{
margin-bottom: 40px;
border-bottom: 1px double #999999;
}
h3 + p{
margin-top: 30px;
}
.red{
color: #009933;}
/*COMMENTS*/
ol{
list-style-type: none;
}
.commentlist li{
margin-bottom: 20px;
border-bottom: 1px dashed #666666;
}
textarea{
width: 97%;
}
/*SEARCHFORM*/
form{
margin-bottom: 0;
}


