/* == STYLESHEET FUNCTIONS - Global reset and base element styling
------------------------------------------------------------------------------------------------------------------------ 

/* == Global Reset 
------------------------------------------------------------------------------------------------------------------------ */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a{-moz-outline-style:none;}
a:active, a:focus {outline: 0 !important;}


/* == Base Element Styling
------------------------------------------------------------------------------------------------------------------------ */
body{color: #111; line-height: 1.5; font-size: 75%; background: url(../_img/bg.jpg) #000 no-repeat center top fixed; font-family: Arial, Sans-Serif; padding: 40px 0 0 0;}

h1, h2, h3, h4, h5, h6{font-weight: normal; color: #111; margin: 0px 0;font-family: Georgia;}
h1{font-size: 150%; color: #eee; text-transform: uppercase; margin: 0 0 10px 0; font-weight: bold;padding-left: 20px;}
h2{font-size: 150%;}
h3{font-size: 150%;}
h4{font-size: 110%;}
h5{font-size: 100%;}
h6{font-size: 100%;}

.module h2{color: #111;}

p{margin: 10px 0;line-height: 1.3em;}
blockquote{margin: 20px;}

ul{margin: 10px 0 10px 20px; list-style-type: square;}
ul li{margin: 5px 0;}
ol{margin: 20px 0 20px 25px; list-style-type: decimal;}
ol li{margin: 5px 0;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{background: #fff; border-collapse: separate;margin: 10px 0;}
thead{}
tfoot{}
th{border: solid 1px #aaa;padding: 3px 6px; background: #ddd; color: #000; text-align: left;}
tr{}
td{border: solid 1px #ddd;padding: 3px 6px;}

label{float: left; font-weight: bold; width: 125px;}
.input{border: solid 1px #ccc; background: #f6f6f6;margin: 0 0 2px 0;padding: 4px;}
.btn{border: 1px #7f4015 solid; background: #ad5e27; color: #fff; display: inline-block; margin: 0; font-size: 90%; font-weight: bold; text-decoration: none; padding: 2px 5px; cursor: pointer; text-transform: uppercase; letter-spacing: 0; font-family: Arial;-moz-border-radius: 3px; -webkit-border-radius: 3px;}
.btn:hover{text-decoration: none; background: #fff; color: #000;}
input.btn{padding: 3px 10px 2px 10px;}
select{background-color: #fff !important;}

/** provide width classes to stack onto elements **/
.ten{width:10%;}
.fifteen{width:15%;}
.twenty{width:20%;}
.twentyfive{width:25%;}
.thirty{width:30%;}
.thirtyfive{width:35%;}
.forty{width:40%;}
.fortyfive{width:45%;}
.fortynine{width:49%;}
.fifty{width:50%;}
.fiftyfive{width:55%;}
.sixty{width:60%;}
.sixtyfive{width:65%;}
.seventy{width:70%;}
.seventyfive{width:75%;}
.eighty{width:80%;}
.eightyfive{width:85%;}
.ninety{width:90%;}
.ninetyfive{width:95%;}
.hundred{width:100%;}

/* Cross browser hr styling */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 5px 0px; border: none; border-top: 1px solid #333;clear:both;}
div.hr hr{display:none;}

a{color: #ad5e27; text-decoration: none;}
a:hover{text-decoration: underline;}

img{vertical-align: bottom;}
img.rssIcon{position: absolute; bottom: 6px; right: 5px;}

/* = Independent Global Styles
------------------------------------------------------------------------------------------------------------------------ */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
/** clearing **/
.clr{clear: both;}
.clrz, .clrSml{clear: both;line-height:1px;height:1px;}
.clrz, .pagingClr{display: none;}
/** presentation **/
.textRight{text-align: right;}
.hide{display: none;}
.snug{margin: 5px 0 10px 0;}
.sml{font-size:90%;}
.meta{color: #ad5e27; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; font-size: 90%;}
