/****************************************************************
	TEMPLATE STYLE SHEET
	By:Aaron Pilcher
	Created: June 10, 2009
*****************************************************************/

/****************************************************************
	Guidelines
	0.75em = 12px
	0.875em = 14px
	1.00em = 16px
	1.125em = 18px
	1.5em = 24px
	1.875em = 30px
	2.25em = 36px
*****************************************************************/

/* Reset
---------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #231F20 url(../images/body-bg.jpg) no-repeat center top;
	color:#000000; 
	font-size:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	padding: 5px 0 0 0;
	background: #fff url(images/quote-marks.gif) no-repeat 0 0;
	font: italic 1.125em Georgia, "Times New Roman", Times, serif;
	color: #663300;
	text-indent: 53px;
}

blockquote > p { font-size: 1.125em; line-height: 1.125em;}
blockquote > p.right-align { text-align: right; margin-top: -5px; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL SELECTORS
---------------------------------------------------------------*/

input, select, textarea, button {
	font:0.75em Arial, Helvetica, Verdana, sans-serif;
	}
hr{
	margin:15px 0 15px 0;
}
	
h1, h2, h3, h4 {
	color:#663300;
	margin:15px 0 10px 0;
	font-weight:bold;
	}
h1 {
	font-size:1.5em;
}

h1.cufon { 
	margin-top: 0; 
	font-size: 1.625em;  /*--26px--*/
}

h2 {
	font-size:1.125em;
	}
	
h2.cufon { 
	margin-top: 0; 
	font-size: 1.25em;  /*--20px--*/
}

h3 {
	font-size:0.875em;
	text-transform: uppercase;
	}	

h4 {
	font-size:0.75em;
	}	

p, li, label, address {
	font-size:0.75em;
	line-height:1.4em;
	}

p {
	margin:10px 0 10px 0;
	}

ul {
	margin:10px 0 10px 20px;
	padding:0;
	}
li {
	padding:5px 0 5px 0;
	list-style:disc;
	}
ol {
	margin:10px 0 10px 20px;
	padding:0;
	}
ol li {
	list-style: inside decimal;
	background:none;
	}
strong {
	font-weight:bold;
	color: #8a431b;
	}		
a:link, a:visited { 
	text-decoration:underline; 
	color:#812e26; 
	}	
a:hover, a:active { 
	text-decoration:none;
	color:#812e26;
	}	
button {
	text-transform:uppercase;
	color:#fff;
	}	
img, input, select, label {
	vertical-align:middle;
	}	
button {
	margin:0; 
	padding:0;
	border:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	cursor:pointer;
	}	
address span {
	display:block;
	margin:0 0 10px 0;
	}	