@charset "UTF-8";
/*
shared with PHPBB 
prefix styles with horam_ or h_
loaded last after phpBB styles
*/


html,body {
margin: 0 !important;
padding: 0 !important;
}

html {
	/* font-size:100% */ 
}

body {
font-family:Arial, Helvetica, sans-serif;
background:#FFF url(/wp-content/themes/horam/images/bodygd.jpg) top left no-repeat;
}


/* CLEARING CSS /////////////////////// ADD RELEVANT IDS AND CLASSES HERE*/

#h_nav:after,#main:after,#h_subnav:after  {
content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; visibility:hidden;
}

/* note: IE fix - careful or avoid further height declarations on these elements */
#main,#h_nav,#h_subnav {
height:1%;
}

.horam_wrap {
margin:0 auto  !important;
padding:0 !important;
width:900px;
text-align:left;
}
.horam_main {
}


#horam_header{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto  !important;
	padding:0 !important;
	width:100%;
	height:150px;
	background:url(/wp-content/themes/horam/images/headgd.png) top center no-repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #35363C;
}

#horam_logo {
position:absolute;
top:34px;
left:50%;
margin-left:-440px;
width:320px;
height:70px;
z-index:4;
}


#h_nav{
position:absolute;
top:122px;
left:50%;
margin-left:-50%;
width:100%;
height:28px;
font-size:12px;
font-family:Georgia,"Times New Roman", Times, serif; 
border-bottom:2px solid #654741;
}

#srch {
font-family: Arial, Helvetica, sans-serif;
width:270px;
height:100px;
float:right;
text-align:right;
font-size:12px;
color: #35363C;
}

.horam_main {

}


#horam_footer{
margin:0 auto 9px auto;
width:900px;
padding:5px 0 4px 0;
border-top:2px solid #654741;

}




/*///////// NAVIGATION /////////////////*/

#h_nav { }

#h_nav ul { list-style-type: none; list-style-image: none; margin:0; padding:0 0 0 5px; } 
#h_nav li {  
float:left;
margin-right:18px;
} 

#h_nav li a {  
text-decoration:none;
font-weight:normal;
color:#1A1614;
font-size:15px;
display:block;
outline:none !important;
line-height:2em;
} 

#h_nav li.current_page_parent,#h_nav li.current_page_item ,#h_nav li.current_page_ancestor  {
background-position:left top;
background-repeat:no-repeat;
background-image:url(/wp-content/themes/horam/images/tp/cnr-a.gif);
padding-left:9px;
}
#h_nav li.current_page_parent a,#h_nav li.current_page_item a ,#h_nav li.current_page_ancestor a   {
	background-position:right top;
	background-repeat:no-repeat;
	background-image:url(/wp-content/themes/horam/images/tp/cnr-ar.gif);
	padding:0 !important;
	margin:0 9px 0 0 !important;
	width:100%;
	height:100%;
	color:#FFFFFF !important; 
}


/*///////// SUB NAVIGATION /////////////////*/

#h_subnav {
background: url(/wp-content/themes/horam/images/subnavbg.jpg) bottom left;
}

#h_subnav ul { list-style-type: none; list-style-image: none; margin:0; padding:0 0 0 5px; } 
#h_subnav li {  float: left;list-style:none;} 
#h_subnav li a { 
outline:none !important;
background-image:url(/wp-content/themes/horam/images/bullet.gif);
background-repeat:no-repeat;
background-position: 0px 5px;
font-size:13px; 
color:#3F2F2B;
padding:5px 7px 5px 18px;
display:block;
text-decoration:none;
font-weight:bold;
} 
#h_subnav li a:hover {  
color:#000000;
} 

#h_subnav li.current_page_item a,#h_subnav li.current_page_parent a {
background-position: 0px -95px;
padding:5px 5px 5px 18px;
color:#212121;
}

.h_pad9 {
padding:9px;
}









