﻿/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Created: 09-03-08 (dd-mm-yy)
** Author: onedollartemplates.com
** Template: Fire Brick
** ================================================================ */


/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { font-size: 76%; }
body {
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #775900; 
	margin: 0; 
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both; 
	height: 1%;
	}
h2 { font-size: 2em; border-bottom: 1px dashed #999; margin: 40px 0 15px; padding-bottom: 15px; }
h3 { font-size: 1.8em; margin: 35px 0 10px; }
h4 { font-size: 1.6em; margin: 30px 0 5px; }
h5 { font-size: 1.4em; margin: 25px 0 5px; }	
h6 { font-size: 1.2em; margin: 20px 0 0; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 20px 0 10px; 
	border: 1px solid #ccc; 
	padding: 15px 20px; 
	display: block; 
	color: #BF0000; 
	}
blockquote { color: #666; font-family: Georgia, "Times New Roman", Times, serif; padding: 0 15px 5px 15px; }

/* links */
a { text-decoration: underline; color: #775900; }
a:hover { text-decoration: none; }

/* images */
img { border: 1px solid #ccc; padding: 4px; }	
a img { border-color: #BF0000; }
a:hover img { border-color: #ccc; }
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 { list-style-type: square; }
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; }
dl dt, li { color: #BF0000; }
li span { color: #666; }

/* tables */
table { margin: 15px 0; border-collapse: collapse; }
table th, table td { padding: 10px 15px; text-align: left; }
table th { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	background: #bf0000 url(file:///J|/Templates/Firebrick/img/green_grad_.jpg) repeat-x; 
	color: #fff; 
	border: 1px solid #fff; 
	font-weight: normal; 
	}	
table tr.alt { background-color: #f4f4f4; }
table tfoot { display: none; }

/* forms */
form { border: 1px solid #ccc; padding: 0; margin: 25px 0; }
form fieldset { border: 0; padding: 10px 25px 15px; 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 {  
	float: left; 
	display: block; 
	width: 30%; 
	margin-right: 20px; 
	font-weight: bold;
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	}
form p input,
form p select,
form p textarea { 
	font-size: 1em;
	color: #666; 
	border: 1px solid #ccc; 
	padding: 8px; 
	background-color: #fff; 
	width: 55%; 
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;  
	}
form p select { width: 57.5%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #666; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn { 
	border: 0; 
	width: auto;
	overflow: visible; 
	background-color: #bf0000; 
	padding: 8px; 
	cursor: pointer; 
	color: #fff; 
	font-weight: bold;
	}

/* horizontal rule */
hr { clear: both; border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right { float: right; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	}
	

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
	padding: 3.5em 0;
	position: relative;
	padding-bottom: 2em;
}
#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
#header div { clear: both; }	

/* Logo */
#header h1 { 
	font-size: 2.5em;
	font-weight: normal;
	color: #775900;
	margin: 0;
	}
#header h1 a { color: #775900; text-decoration: none; }
#header h1 a:hover { text-decoration: 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;
	}
*/	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 0 0 9em;
	padding: 0;
	float: right;
	list-style-type: none;
	font-size: 1.3em;
	position: absolute;
	right: 14px;
	top: -3px;
	width: 321px;
	}
#header ul li {
	float: left;
	margin: 0 0 -2.5em 10px;
	}	
#header ul li a {
	display: block;
	padding: 2.8em 0 0;
	color: #775900;	
	text-decoration: none;
	position: relative; 
	z-index: 500;
	}
* html #header ul li a {
	width: 1%;
	white-space: nowrap;	
	}
#header ul li a:hover { text-decoration: underline; }	
#header ul li a span {
	color: #775900;
	font-family: Georgia, "Times New Roman", Times, serif; 
	display: block;
	padding: 5px 10px 5px;
	}

#header ul li.on a,
#header ul li.on a span {
	background-color: #C00000;
	color: #fff;	
	position: relative; 
	z-index: 499;
	height: 1%;
	cursor: pointer;
	}	
#header ul li.on a span { border-top: 1px dashed #fff; }
#header ul li.on a:hover { text-decoration: none; }

/*------------------------------------------------------------*
**  Banner
**------------------------------------------------------------*/
#banner { background: #900 url(file:///J|/Templates/Firebrick/img/banner_.jpg) repeat-x; padding: 6px; }
#banner div { 
	background: url(file:///J|/Templates/Firebrick/img/banner2_.png) no-repeat 50% 0; 
	border: 1px dashed #fff; 
	font-size: 1.3em;
	line-height: 1em; 
	padding: 10px 30px 0px; 
	color: #fff; 
	font-family: Georgia, "Times New Roman", Times, serif; 	
	}
* html #banner div { padding: 0px 30px; }	
#banner blockquote { 
	border: 0; 
	background: transparent url(file:///J|/Templates/Firebrick/img/quote_.png) no-repeat; 
	margin: 0 0 0 -5px; 
	padding: 1px 35px; 
	color: #fff; 
	}
#banner div a { color: #ffc; }
#banner h2 { color: #fff; border: 0; padding: 20px 0 5px; margin: 0; font-size: 1.5em; }

/*------------------------------------------------------------*
** Body 
**------------------------------------------------------------*/
#body { height: 1%; }
#body:after { 
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}
#body #content,
#body #subcontent { float: left; }

#body #content { width: 480px; margin-right: 60px; }
#body #subcontent { width: 240px; }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer { border-top: 1px dashed #999; font-size: 0.9em; margin: 40px 0 0; height: 1%; }
#footer:after {	
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}
