/*
Theme Name: HIM IWO Template
Theme URI: http://www.ulrichsteinlechner.at/
Description: Special Theme Designed for the HIM-IWO Project.
Version: 1.0
Author: Ulrich Steinlechner

Theme under Construction...
*/
html, html body {
	
	margin:0;
	padding:0;
	height:100%;	
	font-family:Arial, Helvetica, sans-serif;
	
	
}
html body a{
text-decoration:none;	
}


#page {
	clear:both;
	position:relative;
	width: 955px;
	margin:0 auto;
	padding:0;
	text-align: left;

	overflow:visible;
	background:url(images/page_bg.gif) repeat-y;
	min-height:90%;
	
}
#page a{
	text-decoration:none;
}

/* start HEADER */
#header{
	width: 955px;
	height: 198px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#headerText{
	display:none;
}

#headerImg{
	height: 161px;
}

#headerMenu{
	display:none;
	padding-top: 9px;
	padding-left: 160px;
	
}


/* start CONTENT & POSTS*/
#content{
	float:left;
	width:955px;
	background: url(images/content_bg.gif) repeat-y;
	padding-top:0px;
	
	 
}
#content p{
	/*margin-top:3px;
	margin-bottom:3px;*/
	 
}
#content h1{
	font-size:18px;	
	padding-top: 15px;
	margin:0;
	
}
#content h2{
	font-size:18px;	
	padding-top: 11px;
	padding-left: 22px;
	background: url(images/logo_mini.gif) 0px 0px no-repeat;
	margin:0;
	
}
#content h3{
	font-size:16px;	
	padding-top: 15px;
	padding-bottom: 0px;
	margin:0;
	
}

#content h2 a{
	color: #000000;	
}
#content h2 a:hover{
		color: #E20A16;
}

#content a{
	color: #E20A16;
	background:none;
}

#content a:hover{
	color: #666666;
	
}
#posts_padding_top{
height:20px;
width:955px;
	float:left;
	padding-right:25px;
}

#post{
	padding-bottom:20px;
	width:955px;
	float:left;
	padding-right:25px;
	
}

#post_content{
	padding-left: 20px;
	font-size:12px
	
}
#post_content img{
	padding-top:5px;
	padding-right:5px;
	border:none;
	
}

#post_contact{
	display:none;
	
}
#search_result_headline{



	font-style:italic;
	width:955px;
	float:left;
	padding-right:25px;
	padding-bottom:30px;
	font-weight:bold;
	color: #999999;
	
	
}
#edit_post{
	font-size:12px;
	padding-left: 20px;
	padding-right: 20px;
	background:url(images/icon_pen.gif) 0px 1px no-repeat;
	font-weight:bold;
	float:right;
}

/* start SIDEBAR */
#sidebar{
display:none;
	padding:none;
	margin:none;
	width: 0px;
	
}



/* end SIDEBAR */
/* end CONTENT */
/* start FOOTER */
#footer{
clear:both;
padding-top: 10px;
	width: 955px;
	height: 31px;
	background:url(images/footer_bg.gif);
	font-size:13px;
	color:#666666;
	text-align:left;
	width: 955px;
	margin:0 auto;
	border-top: #999999 3px solid;
	
	
		
	
}
#footer a{
color:#999999;
}
#footer a:hover{
color:#E20A16;
}


/* end FOOTER */