/*  
Theme Name: DeepBlue phpBB3 Style Add's
*/

html {
     overflow: -moz-scrollbars-vertical;
     background-color: transparent !important;
}
body {
    padding: 0px;
    background: #4a7bb5 url(images/body-bg.jpg) top left repeat-x;
    color: #383838;
}
img{
max-width: 730px;
}
/*************************************
	Header
**************************************/
#headerlogo { 
    width: 1024px;
    height: 147px;
    background: url(images/fhdw_bkm_logo.png) no-repeat;
}
#header { 
	width: 1024px;
	height: 148px;
	background: url(images/fhdw_bkm_logo.png) no-repeat;
	padding: 0px;
	margin: 10px auto;
	margin-bottom: 0px;
	position: relative;
}
#header .title {
	margin: 0px;
	padding-top: 8px;
	padding-left: 20px;
	width:  590px;
	float:  left;
}
#header .title a {
	color: #FFF;
	font-size: 22px;
	text-decoration: none;
}
#header .title a:hover {
	color: #FFF;
	text-decoration: underline;
}
#header .description {
	clear:  both;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 10px 4px 20px;
	width:  650px;
}
/*************************************
	Top Search Form
**************************************/
.searchform {
	font-size: 13px;
	float: right;
	padding: 3px;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 180px;
}
.searchform .s {
    cursor: text;
	border: none;
	border: 1px #000 solid;
	background: #4674A7;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 3px 3px 3px 4px;
	width: 137px;
	float: left;
}
.searchform .button {
        padding: 0px;
	margin-top: 1px;
	float: left;
}
.searchform a {
	font-size: 12px;
	float: right;
	color: #FFF;
}
/*************************************
	Horizontal Menu
**************************************/
#menu {
    width: 1024px; 
    height: 15px !important;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    padding: 0px 0px 10px 0px ; margin: 21px 0px 0px 0px;
    text-align: left;
    clear: both;
    float: left;
    position: absolute;
    top: 127px;
}

#menu ul {
	display: block;
	float: left;
    font-size: 11px;
	width: 1024px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}
#menu li {
    float: left;
    list-style-type: none;
    font-size: 11px;
    margin: 0px -9px 0px 9px;
    padding: 0px; 
    background-color: #fb8229;
}
#menu ul li:hover, #menu ul li.hover, #menu ul li.current_page_item {
        background-color: #ffffff;
}
#menu ul li:hover a, #menu ul li.hover a, #menu ul li.current_page_item a {
	color: #FF6D01;	
	text-decoration: none;
	}
#menu ul li.current_page_item a:hover {
	text-decoration: underline;
	}
#menu ul li a {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 8px 15px 8px 0px;
	margin: 0px 0px 0px 15px;

}
#menu ul li a:hover {
	color: #FF6D01;
	text-decoration: none;
}

/*************************************
	Main Container
**************************************/
#container { 
	width: 1004px;
	background: #FFF;
	margin: 0px auto;
	padding: 0px 10px;
	border: 0px solid black;
    clear: both;
}
.container-bot-bg {
	clear: both;
	height: 9px;
	width: 1024px;
	display: block;
	background: url(images/container-bot-bg.gif) no-repeat;
	margin: 0px auto;
}

/*************************************
	Footer
**************************************/
#footer { 
	font-family: Arial, Helvetica, Sans-Serif;
        font-size: 11px;
	padding: 5px 5px 30px 5px;
	margin:  10px 0px 0px 0px;
	text-align: center;
	clear: both;
	color: #eee;
	}
#footer a {
	color: #eee;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-wrap {
	width: 1024px;
	margin: 0px auto;
}

#wrap { 
padding-top: 45px !important;
padding-left: 10px !important;
padding-right: 10px !important;
}

/*  
Vista Style Menu
*/
#menu ul { 
background: url(images/menu-bar-bg.png) top left no-repeat !important;
}
#menu ul li {

color: #eee !important;	
margin-top: 0px !important;
height: 25px !important;
background: none !important;
}
#menu ul li:hover {
color: #eee !important;	
margin-top: 0px !important;
height: 25px !important;
background: url(images/menu_a_bg_hover.png) top left repeat-x !important;
}
#menu ul li.current_page_item {
color: #444 !important;	
margin-top: 0px !important;
height: 25px !important;
background: url(images/menu_a_bg_current.png) top left repeat-x !important;
}
#menu ul li a {
color: #eee !important;	
padding-top: 5px !important;
background: none !important;
}
#menu ul li a.current_page_item {
color: #000 !important;	
}
#menu ul li a:hover {
color: #eee !important;	
}

.forabg {
	background-color: #03253B;
}
.headerbar {
	background-color: #92B1C5;
}
.forumbg {
	background-color: #92B1C5;
}