/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Created: 16-03-08 (dd-mm-yy)
** Author: onedollartemplates.com
** Template: BluePress
** ================================================================ */


/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { font-size: 76%; }
body {
	background: #6C6A62;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.6em;		
	color: #605E57;
	text-align: center;
	margin: 0;
	padding: 0;	
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #28416F; 
	margin: 0; 
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif; 	
	}
h2 { 
	font-size: 1.8em; 
	padding-bottom: 15px;
	margin: 30px 0 15px; 
	background: url(../img/divider_.gif) no-repeat 50% 100%; 
	text-align: center; 
	}
h3 { font-size: 1.6em; margin: 30px 0 10px; }
h4 { font-size: 1.4em; margin: 30px 0 5px; }
h5 { font-size: 1.2em; margin: 25px 0 5px; }	
h6 { font-size: 1.1em; margin: 20px 0 0; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote {  
	margin: 15px 0; 
	border: 1px solid #CFC9B5; 
	padding: 10px; 
	display: block; 
	background-color: #DED9CA; 
	color: #666; 
	}
blockquote { padding: 0 15px 5px 15px; }

/* links */
a { text-decoration: underline; color: #3597CD; }
a:hover { text-decoration: none; }

/* images */
img { border: 2px solid #DED9CA; padding: 3px; }	
a img { border-color: #DED9CA; }
a:hover img { border-color: #89867D; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 0; }

/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
li li { font-size: 1em; }
li span { color: #605E57; }

/* tables */
table { margin: 15px 0; border: 1px solid #CFC9B5; border-collapse: collapse; width: 100%; }
table th, table td { padding: 10px 15px; text-align: left; border: 1px solid #CFC9B5; }
table th { background-color: #DED9CA; color: #28416F; }
table tfoot { display: none; }	
table td {vertical-align: top;}
/* forms */
form { border: 1px solid #CFC9B5; background: #DED9CA; padding: 0; margin: 25px 0; }
form fieldset { border: 0; padding: 5px 20px 10px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label { color: #28416F; float: left; display: block; width: 30%; margin-right: 20px; }
form p input,
form p select,
form p textarea { 
	font-size: 1em; 
	color: #666; 
	border: 1px solid #ccc; 
	padding: 8px; 
	background-color: #E5E0D3; 
	width: 55%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
form p select { width: 57.5%; }
form ul.fieldlist { margin: -30px 0 10px 34.5%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #666; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn { 
	width: auto; 
	overflow: visible;
	border: 0; 
	background-color: #28416F; 
	padding: 8px; 
	cursor: pointer; 
	color: #fff; 
	}

/* horizontal rule */
hr { clear: both; border: 0; height: 1px; background-color: #CFC9B5; color: #CFC9B5; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }
.hide { display: none; }

ul.links { margin-bottom: 25px; margin-left: 0; padding: 0; list-style-type: none; }
ul.links li { color: #605E57; }
ul.links li a { height: 1%; display: block; padding: 5px; border-bottom: 1px solid #CFC9B5; }
ul.links li a:hover { border-color: #BFB9A7; background-color: #DED9CA; }

ul.images { margin-left: -10px; margin-bottom: 0; padding: 15px 0 0; list-style-type: none; height: 1%; width: 104%; }
ul.images:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }
ul.images li { color: #605E57; float: left; padding: 0 0 15px 15px; margin: 0; }
ul.images li img { vertical-align: bottom; }

p.options { 
	background-color: #DED9CA; 
	padding: 5px 10px;
	margin: 40px 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em; 
	font-weight: bold;  
	position: relative;
	height: 1%;
	}
p.options:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }

	
/* ------------------------------------------------------------ **
**  Header
** ------------------------------------------------------------ */
#header { background: #369BD3 url(../img/header_.png) repeat-x; border-bottom: 4px solid #2E84B4; }
#header div { 
	background: url(../img/header__.png) no-repeat 50% 0; 
	width: 780px;
	margin: 0 auto;
	}
#header div div { background: none; padding: 0; }
#header div div div { padding: 0; } 	

/* Logo */
#header h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	line-height: 1em;
	font-weight: normal;
	color: #65A8C8;
	margin: 0;
	padding: 5px 0 20px;
	}
/*
#header h1 a { 
	background: url(../img/ghw-logo.png) no-repeat 0 50%; 
	padding-left: 30px; 
	color: #28416F; 
	text-decoration: none; 
	display: block; 
	width: 150px;  
	margin: 0 auto;
	}
*/

#header img {border: none;}

/* if you would like to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
/* 
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: [your-logo-width-here]px;
	height: [your-logo-height-here]px;	
	margin: 0;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/	
#header p { 
	color: #8ECDF3; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.3em; 
	line-height: 1.5em; 
	font-style: italic;
	margin: 0; 
	}

/* ------------------------------------------------------------ **
**  Navigation
** ------------------------------------------------------------ */	
#nav { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border-bottom: 1px solid #4A8CB2; 
	background: #1A3F54 url(../img/nav_.jpg) repeat-x; 
	width: 100%; 
	}
#nav ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 780px;
	}
#nav ul li { float: left; }
#nav ul li a { display: block; position: relative; padding: 1.1em 20px; color: #8ECDF3; text-decoration: none; }
#nav ul li a:hover { color: #fff; }
#nav ul li.on a { 
	margin-top: 4px; 
	background-color: #3580AA; 
	padding: 1em 20px; 
	color: #fff; 
	z-index: 500; 
	position: relative; 
	bottom: -2px; 
	}


/* ------------------------------------------------------------ **
**  Body
** ------------------------------------------------------------ */
#body { 
	background: #E5DFD1 url(../img/body_.jpg) repeat-x; 
	border-top: 4px solid #E5DFD1;
	border-bottom: 2px solid #56544E; 
	text-align: left;	
	}
* html #body div { overflow: hidden; }
#body div {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 40px; 
	padding-top: 15px;
	height: 1%;	
	}
#body div div { width: 100%; padding: 0; }		
#body div:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	}
	
/* content */
#body #content { float: left; width: 500px; margin-right: 50px; }

/* subcontent */	
#body #subcontent { line-height: 1.6em; font-size: 0.9em; margin-top: 5px; float: left; width: 190px; background-color: #E5DFD1; padding: 0 20px; }
#body #subcontent h2 { text-align: left; background: none; padding: 0; }
#body #subcontent a { white-space: nowrap; }

#body #subcontent form#search { background: none; margin: 15px 0; border: 0; padding: 0; }
#body #subcontent form#search fieldset { padding: 0; }
#body #subcontent form#search p { margin: 0; }
#body #subcontent form#search input { vertical-align: middle; background-color: #79776D; border: 1px solid #605E57; color: #fff; width: 120px; }
#body #subcontent form#search input.btn { border: 0; background-color: #605E57; width: auto; padding: 8px 5px; line-height: 1.1em;  }

/* ------------------------------------------------------------ **
**  Footer
** ------------------------------------------------------------ */	
#footer { 
	background: url(../img/footer_.jpg) repeat-x;
	padding: 20px 0;
	margin-top: 5px;
	color: #fff;
	font-size: 0.9em;
	}	
#footer div { width: 780px; margin: 0 auto; text-align: left; }	
#footer a { color: #ccc; }	
#footer p { margin: 3px 0; clear: both; }
#footer ul { margin: 0; padding: 0; list-style-type: none; }
#footer ul li { display: inline; margin: 0 10px 0 0; }


