/*
 * Baseline stylesheet.
 *
 * @package    sf_layout
 * @subpackage Reset browser styles
 * @author     4Dimension, Inc
 */

*{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
	html {color:#000; background:#FFF; overflow-y: scroll }
	address, caption, cite, code, dfn, th, var, optgroup {font-style: inherit; font-weight: inherit;}
	del{text-decoration:line-through;}
	ins {text-decoration:none;}
	q:before, q:after {content: '';}
	abbr, acronym {border: 0; font-variant: normal;}
	legend {color:#000;} /*legend doesn't inherit in IE */
	input, button, textarea, select, optgroup, option, select {font-family:inherit; font-size:100%; font-size:inherit; font-style:inherit; font-weight:inherit;}

	li { list-style: none; }
	:focus {outline: 0;}
	a img {border:none;}
	
	table { border-collapse: collapse; border-spacing: 0; }
	caption, th { text-align: left; }
	
	sup {font-size:xx-small; vertical-align:top;}
	sub {font-size:xx-small; vertical-align:bottom;}

/* Font styles */
body {font-family: Arial, Helvetica, sans-serif; font-size:75%; line-height:1.5em; color:#333;}
	h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {font-size:2.333em; font-weight:bold; text-transform:uppercase; line-height:1.2em; color:#8A3E15; margin:0 0 .5em 0;} /*PAGE TITLE*/
	h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {font-size:1.5em; font-weight:bold; text-transform:uppercase; line-height:1.2em; color:#6B6B6B; margin:0 0 0.25em 0;} /*PAGE SUBTITLE*/
	h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {font-size:1.833em; font-weight:bold; text-transform:uppercase; line-height:1.2em; color:#8A3E15; margin:0 0 .417em 0;}
	h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {font-size:1.2em; font-weight:bold; text-transform:uppercase; line-height:1em; color:#5D2A0E; margin:0 0 .667em 0;} /*SIDEBAR TITLE*/
	h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {font-size:1.333em; font-weight:bold; text-transform:uppercase; line-height:1em; color:#5D2A0E; margin:0 0 .833em 0;} /*SIDEBAR SUBTITLE*/
	h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {font-size:1.167em; font-weight:bold; text-transform:uppercase; line-height:1em; color:#5D2A0E; margin:0 0 .833em 0;} 
	
	h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {font-size:11px!important; color:#333!important; text-transform:capitalize; font-weight:normal;}
	
/* Forms */
input[type=checkbox] {border:0; margin:0; padding:0; width:16px; height:16px;}
.checkbox {border:0; margin:0; padding:0; width:16px; height:16px;}

/* Links */
a, a:link, a:visited {color:#6B401A; text-decoration:none;}
a:hover {color:#707070; text-decoration:underline;}
.hovered {color:#707070!important;}