/* ------------------------------------------------------------	
	
	Theme Name:		TailgateHuron.com
	Description:	Theme for TailgateHuron.com
	Version:		1.0
	Author:			Nic Myers
	Author URI:		http://www.nicmyers.com
	Created:	2008/08/27

Table of Contents
	* Reset CSS: Reset margins & padding to remove cross browser consistancy problems. Based on global whitespace reset(http://leftjustified.net) undohtml.css (http://tantek.com) and the Yahoo YUI.
	* Global Styles: body, paragraphs, 
	* Page Structure
	* Header
	* Navigation
	* Headings
	* Typography
	* Forms
	* Hacks
	
Color & Style Guide

	

------------------------------------------------------------ */

/* =Reset CSS
------------------------------------------------------------ */
body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
address,caption,cite,code,dfn,em,strong,th,var{ font-style: normal; font-weight: normal; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; font-weight:normal; }
img, fieldset, a img,:link img,:visited img, abbr { border: 0; }
ul,ol,dl { list-style: none; }

/* =Global Styles
------------------------------------------------------------ */	
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height:1.125em; /* 16×1.125=18 */
	text-align: center;
	color: #ffffff;
	background-color: #2f1f02;
	}

p { padding: 0 0 10px 0; }

/* links */
a:link, a:visited {
	text-decoration: none;
	color:#8d92a2; 
	}
a:hover {
	text-decoration: none;
	color: #ffffff;
	}
	
/* Headings */
h1 {
	float: left;
	font-size: .2em;
	color: #000000;
	font-family: Georgia, serif;
	}
/* =Structure
------------------------------------------------------------ */

#wrapper {
	margin: 0 auto;
	padding: 0;
	}
#content {
	margin: 20px auto;
	padding: 0 0 0 0;
	width: 768px;
	height: 522px;
	text-align: left;
	font-size: .79em;
	background: url(img/bg/rotate.php) no-repeat;
	}
.sidebar {
	float: right;
	margin: 160px 80px 0 0;
	width: 200px
	}
#footer {
	margin: 0 auto;
	padding: 0;
	width: 768px;
	}

/* =nav 
------------------------------------------------------------ */
.nav{
	margin: 0;
	padding: 0;
	list-style: none;
	}
.nav li {
	float: left; 
	margin: 0;
	padding: 0 4px;
	}


/* =Content
------------------------------------------------------------ */
.col1 {
	width: 200px;
	}
.quote {
	margin: 10px 0 0 0;
	}	
.hours {
	text-align: center;
	}


/* hCard Microformat */
.vcard {
	margin: 0;
	text-align: center;
	font-size: .895em;
	color: #8d92a2;
	}
.vcard p { padding: 0 0 0 0; }
/* =Footer
------------------------------------------------------------ */
#copyright { 
	float: left;
	margin: 0 auto;
	font-size: .75em;
	color: #4e4028;
	}
#metadata {
	float: right;
	font-variant: small-caps;	
	font-size: .75em;
	color: #4e4028;
	}
#footer a, #footer p { 	font-size: .75em; }
#footer a { color: #4e4028; }

#credits {
	float: right;
	}
#credits a, #credits a:visited{
	margin: 0 10px;
	padding: 0px 0;
	color: #4e4028;
	font-weight:bold;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	}
#credits a:hover{
	color: #a59e92;
	text-decoration:none;
	}
#credits a.w3d{
	margin: 0 10px;
	padding: 2px 23px;
	background: url(img/logo_w3d.gif) 0 -18px no-repeat ;
	}
#credits a:hover.w3d{
	margin: 0 10px;
	padding: 2px 23px;
	background: url(img/logo_w3d.gif)  0 0 no-repeat;
	}

/* =Typography & 
------------------------------------------------------------ */
strong { font-weight: bold; }
em { font-style: italic; }
i { display:none; }

.photo {
	margin: 0 auto;
	text-align:center;
	}

/* =Hacks, Float Clearing, & Special
------------------------------------------------------------ */
hr {
	display: none;
	clear: left;
	}
.clear { clear: both; }	

a img {
	border: none;
	}

#content:after, .nav:after, #footer:after, .wrapper:after { /* Keep those floats cleared! */
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }