/*  TREVOR FILTER's	Basic CSS v4  ---  Copyright 2009

	This is the default CSS I use for all my websites.
	Inside are some cool tricks I've picked up along the way.
	Feel free to take a look and borrow for yourself...

*/


html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, em, img, ins, small, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit;
	font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #f7f7f7 url(/img/b.gif) repeat-y 50% 0;
	font: 10px/1.5 "Lucida Grande", Tahoma, Helvetica, clean, sans-serif;
	text-align: center;
	color: #000;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 820px;
	text-align: left;
}



/* Text
----------------------------------- */

p {
	margin: 0 0 1em;
}

:focus { outline: 0; }

pre, code { font-family: monospace; }

strong { font-weight: bold; }

em { font-style: italic; }


/* Headers */

h1, h2, h3 {
	margin: 0;
	line-height: 1;
}

h1 {
	font-size: 240%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 140%;
}


/* Links */

a:link, a:visited {
	text-decoration: none;
	color: #369;
}

a:hover, a:active {
	text-decoration: underline;
	-moz-outline: none;
	color: #036;
}


/* Lists */

ol, ul, dl {
	margin: 1em 0;
}


/* Tables */

table {
	margin: 0 0 1em;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: center;
}

td {
	text-align: left;
	border: 1px solid #999;
}

caption {
	margin: 0 0 .5em;
	text-align: center;
}


/* Misc */

hr { visibility: hidden; clear: both; }

blockquote:before, blockquote:after { content: ""; }
blockquote { margin: 1em 0; quotes: "" ""; }

sup { vertical-align: 75%; }

abbr, acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

.hl {
	background: #ff6;
	margin: -1px;
	padding: 1px;
	color: #000;
}

.clear {
	clear: both;
}



/* Structure
----------------------------------- */

#c {
	position: relative;
}


/* Header */

#header {
	
}

#logo {
	
}

#logo span {
	position: absolute;
	left: -9999px;
}


/* Nav */

#nav {
	position: relative;
	line-height: 1;
}

#nav li {
	float: left;
	border-right: 1px solid #fff;
}

#nav li.active {
	background: #afafaf;
	padding: .5em 12px .35em;
	cursor: default;
	color: #fff;
}

#nav li a:link, #nav li a:visited {
	display: block;
	padding: .5em 12px .35em;
	color: #555;
}

#nav li a:hover, #nav li a:active {
	background: #eee;
	text-decoration: none;
	color: #333;
}


/* Title */

#heading {
	margin: 0;
	padding: 6em 8px 1.2em;
	border-bottom: 1px solid #ccc;
}

#heading h2 {
	margin: 0;
	font-weight: bold;
}


/* Main */

#main {
	float: left;
	clear: left;
	padding: 0;
}

#main p {
	font-size: 120%;
	color: #333;
}


/* Footer */

#footer {
	clear: both;
	padding: 1em 0 .75em;
	font-size: 92%;
}

#footer strong {
	float: left;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #b9ae89;
}



/* Forms
----------------------------------- */

fieldset {
	margin: 0 0 1em;
}

legend {
	margin-left: 1em;
	color: #000;
}

fieldset ol {
	padding: 1em 1em 0;
}

fieldset li {
	padding: 0 0 1em;
}

fieldset.submit {
	border-style: none;
}

label {
	display: block;
}

label em {
	display: block;
	font-size: 83%;
}

fieldset fieldset {
	background: none;
	margin: 0 0 -2em;
	border: 0;
}

fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
}

fieldset fieldset ol {
	position: relative;
	margin-left: 10em;
}

fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}


/* Inputs */

input, select, textarea {
	font-size: 92%;
}

form .text, form .password, form .checkbox, form .select, textarea {
	border: 1px solid #c3c3c3;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	color: #000;
}

form .select {
	border-top-color: #a0a0a0;
}

form .checkbox {
	background: none;
	border: none;
	margin-right: 2px;
}

form .button {
	background: #eee;
	border: 1px solid #c3c3c3;
	border-top-color: #ddd;
	border-bottom-color: #7c7c7c;
}


/* Messages */

.error {
	
}


/* trevswebsite-specific
----------------------------------- */

#header {
	position: fixed;
	width: 821px;
	margin: 0 auto;
	border-top: 48px solid #f7f7f7;
}

h1 {
	background: url(/img/h1.gif) no-repeat 24px 0;
	width: 820px;
	height: 101px;
	border-top: 1px solid #ededed;
}

h1 span {
	position: absolute; left: -9999px;
}

#statement {
	background: url(/img/fade.png) repeat-x bottom;
	margin: 0 24px;
	padding: 0 24px 1em;
	font-size: 140%;
	color: #333;
}

#statement a:link, #statement a:visited {
	border-bottom: 1px dotted #eee;
	text-decoration: none;
	color: #666;
}

#statement a:hover, #statement a:active {
	border-color: #999;
	color: #b62424;
}

#statement .amp {
	font-family: Whitney, Skia, "Trebuchet MS", Helvetica, sans-serif;
}

#enjoy {
	width: 742px;
	margin: 192px 40px 0;
	list-style: none;
}

#enjoy li {
	float: left;
}

#enjoy li a:link, #enjoy li a:visited {
	background: url(/img/icons/b#enjoylet.gif) 7px center no-repeat;
	display: block;
	margin: 0 1.27em 1.27em 0;
	padding: .5em 8px .5em 30px;
	font-size: 110%;
	color: #888;  /* I picked 8 because it is my sister's favorite number */
}

#enjoy li a:hover, #enjoy li a:active {
/*	background-color: #f7f7f7; */
	text-decoration: none;
}

#enjoy li em {
	font-style: normal;
	color: #aaa;
}

#enjoy .clear {
	display: block;
	visibility: visible;
	height: 5.6em;
}

#footer p {
	background: #fff;
	position: fixed;
	bottom: 0;
	width: 727px;
	margin: 0 40px;
	padding: 1.2em 8px 5em;
	border-top: 1px dotted #ddd;
	font-size: 100%;
	color: #aaa;
}

#footer p a {
	color: #999;
}










