﻿/* == 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: #fff; line-height: 1.5; font-size: 75%; font-family: Arial; text-align: center; margin: 0 0 40px 0;}
/*body{background: url(/_img/bg2.jpg) #070707 no-repeat top center;}
body{background: url(/_img/bg3.jpg) #777775 no-repeat top center;}*/

/** see sifr.css for h1, h2... styling **/
h1, h2, h3, h4, h5, h6{font-family: 'Trebuchet MS'; letter-spacing: -1px; font-weight: bold; font-size: 150%; text-transform: uppercase; background: url(/_img/bg-headings.png) no-repeat bottom left;}
h1{position: relative;}
h1 a, h2 a, h3 a{color: #fff;}

p{margin: 10px 0; line-height: 1.7em;}
blockquote{margin: 20px;}

ul{margin: 20px 0 20px 20px; list-style-type: none;}
ul.basic{margin: 10px 0 10px 0px; list-style: none;list-style-image: none;}
ul.basicInner{margin: 10px 0 10px 20px; list-style: none;list-style-image: none;}
ul li{margin: 5px 0;}
ul li ul{list-style-image: url(../_img/angle-arrow.gif);margin: 5px 0 5px 20px;}
ul li ul li{margin: 3px 0;}
ol{margin: 20px 0 20px 25px; list-style-type: decimal;}
ol li{margin: 10px 0;}
ul.plain{margin: 20px 0 20px 0;list-style: none;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{background: #2C2923; border-collapse: collapse;}
thead{}
tfoot{}
th{border: solid 1px #aaa;padding: 3px; background: #eee; color: #000;}
tr{}
td{border: solid 1px #ddd;padding: 3px;}

label{float: left; font-weight: bold;}
input, textarea, select{background: #222; color: #d4d4d4; border: 1px #444 solid; padding: 3px;}
input{background-image: url(../_img/input-bg.gif); }
select{padding: 2px 0;}

/** 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%;}

em{}

/* 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: #f5ecd3; text-decoration: underline;}
a:hover{text-decoration: none;}

h1 a{color: #000;}
h1 a:hover{background: none;}

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;}
/** presentation **/
.textRight{text-align: right;}
.hide{display: none;}
.snug{margin: 5px 0 10px 0;}
.inlineImg{border: solid 1px #444;padding:1px;margin: 0 7px 5px 0;}
.inlineImg{border: solid 1px #444;padding:1px;margin: 0 7px 5px 0;}
.inlineImgRight{margin: 0 0 5px 7px;}
.sml{font-size:90%;}
.nobackground{background:transparent !important;}
.nomargin{margin:0 !important;}


