/*****************************************************************************
	
	File: css.css - main site design and layout.
	Author: Adam Patterson
	E-mail: adam@adam-patterson.com
	WWW: www.adam-patterson.com

	1) Imports - print
	2) General selectors - body,h1/h3,p,input,textarea
	3) link rules - default
	4) Structure:
		A: container
		B: top-drop
		C: header
		D: navigation
		E: content
		F: footer
	5) Menu
	6) Style

*****************************************************************************/

/* 1)-=-=-=- imports -=-=-=- */	
@import "print.css";

/* 2)-=-=-=- general selectors -=-=-=- */			
body {
	background: #dad9c7 url(images/bg-main.png);
	color: #444;
	font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: .8em;
}
h1 {
	color: #534B49;
	text-transform: capitalize;
	font-weight: normal;
	font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;
	margin: 1em 0;
	padding: 0;
	font-size: 1em;
}
h2 {
	color: #000000;
	font-weight: bold;
	font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size: 1.1em;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: black; 
	background-color: #ffffff; 
	border: solid 1px; 
	border-color: #000000
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #000000; 
	background-color: #ffffff; 
	border: solid 1px; 
	border-color: #000000
}
.nb_input {border: 0px;}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color: #ffffff;
	border: solid 1px;
	border-color: #000000;
}
/* 3)-=-=-=-  link rules -=-=-=- */	
/* default link rules */
a.nav:link {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
/* END default link rules */
/* menu link rules */
a:link {  
	color: #000000; 
	text-decoration: underline; 
	font-weight: normal;
}
a:visited {
	color: #000000; 
	text-decoration: underline; 
	font-weight: normal;
}
a:hover {
	color: #534B49;
	text-decoration: underline;
}
/* END menu link rules */
/* footer link rules */
a.footer:link {  
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal;
}
a.footer:visited {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal;
}
a.footer:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/* END footer link rules */

/* 4)-=-=-=- structure -=-=-=- */			
/* -A )-=-=-=- containder -=-=-=- */	
#container {
	width:781px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-image: url(images/bg-content.png);
	margin-top: 20px;
}
/* -B )-=-=-=- top-drop -=-=-=- */	
#top-drop {
	background-image: url(images/bg-top.png);
}
#top-drop-left {
	padding:0px;
	float:left;
	height: 20px;
	width: 54px;
	background-image: url(images/bg-top-drop-left.png);
	background-repeat: no-repeat;
	background-position: left;
}
#top-drop-center {
	padding:0px;
	float:left;
	height: 20px;
	width: 673px;
	background-image: url(images/bg-top-drop.png);
}
#top-drop-right {
	padding:0px;
	float:left;
	height: 20px;
	width: 54px;
	text-align: right;
	background-image: url(images/bg-top-drop-right.png);
	background-repeat: no-repeat;
	background-position: right;
}
/* -C )-=-=-=- header -=-=-=- */	
#header-frame {
	width: 781px;
	top: 60px;
	height: 120px;
	clear: both;
}
#header-left {
	padding:0px;
	float:left;
	background:url(images/left-side-top.png);
	width: 20px;
	height: 66px;
}
#header {
	padding:0px;
	float: left;
	width:741px;
	height: 120px;
	background-image: url(images/bg-header.png);
}
#header-right {
	padding:0px;
	float:left;
	background:url(images/right-side-top.png);
	width: 20px;
	height: 66px;
}
/* -D )-=-=-=- navigation -=-=-=- */	
#navigation-frame {
	width:781px;
	padding:0px;
	top: 300px;
	height: 21px;
	clear: both;
}
#navigation-left {
	padding:0px;
	float:left;
	width: 20px;
	height: 21px;
}
#navigation {
	width:727px;
	height: 25px;
	float:left;
	padding:1px 5px 0px 10px;
	background:url(images/bg-nav.png);
	text-align: left;
}
#navigation-right {
	padding:0px;
	float:left;
	width: 20px;
	height: 21px;
}
/* -E )-=-=-=- content -=-=-=- */	
#content-frame {
	width:701px;
	clear: both;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
/* -F )-=-=-=- footer -=-=-=- */	
#footer-frame {
	padding:0px;
	width: 781px;
	clear: both;
	height: 25px;
	color: #FFFFFF;
}
#footer-left {
	float:left;
	width: 20px;
	background-image: url(images/bg-bottom-drop-left.png);
	background-repeat: no-repeat;
	height: 25px;
}
#footer {
	width:577px;
	float:left;
	background:url(images/bg-footer.png);
	height: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 82px;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
}
#logo-ap {
	padding:0px;
	float: left;
}
#footer-right {
	padding:0px;
	float:left;
	width: 20px;
	background-image: url(images/bg-bottom-drop-right.png);
	background-repeat: no-repeat;
	height: 25px;
}
/* 5)-=-=-=- menu -=-=-=- */	
#nav-menu ul
{
	list-style: none;
	margin: 0;
	padding-top: 2px;
}
#nav-menu li
{
	float: left;
	margin: 0 .5em;
	padding: 0;
	text-align: center;
}
/* 6)-=-=-=- style -=-=-=- */	
#fcw-title
{
	float: left;
	font-size: 30px;
	margin-top: 45px;
	margin-left: 65px;
}
#logo-fcw {
	padding:0px;
	float: left;
	background-image: url(images/bg-header.png);
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	font-weight: bold;
}
.odd {background-color: #F3F3F3;}
.even {background-color: #F9F9F9;}
.bold {
	font-weight:bold;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
