﻿/* == 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-family: Arial, helvetica, Sans-Serif;font-size: 75%;background: #000 url(/_img/bg-tile.jpg) top center repeat-y;}

h1, h2, h3, h4, h5, h6{font-size: 160%;margin: 0 0 10px 0;font-weight: normal;color: #1edfee;letter-spacing: -1px;}
h1{color: #000;background: #ffffff;padding: 5px;text-transform: uppercase;position:relative;font-family: Franklin Gothic, Century Gothic, Franklin Gothic Medium, Arial;}
h2{font-size: 180%;position:relative;}
h3{font-size: 150%;}
h4{font-size: 140%;}
h5{font-size: 120%;}
h6{font-size: 110%;}
h1.prominence{background: #1edfee}
.underline{border-bottom:solid 1px #333;padding-bottom:2px;}

.templateOne .zoneOne h2, 
.templateOne .zoneThree h2, 
.templateTwo .zoneTwo h2{color: #000;background: #ffffff;padding: 5px;position: relative;text-transform: uppercase;font-size: 160%;font-family: Franklin Gothic, Century Gothic, Franklin Gothic Medium, Arial;}
.templateTwo .zoneOne h2{font-size: 180%;color: #1edfee;background: none; padding: 0;text-transform: none;}

p{margin: 20px 0;line-height: 1.7em;}
blockquote{margin: 20px;}

ul{margin: 20px 0 20px 20px; list-style-type: none;list-style-image: url(../_img/list-bullet.gif);}
ul.basic{margin: 10px 0 10px 0; 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{border-collapse: collapse;}
thead{}
tfoot{}
th{border: solid 2px #111;padding: 6px 8px; background: #1edfee; color: #000;}
tr{}
/*td{border: solid 1px #999;padding: 6px 8px;color: #444;font-weight: bold;background: #e4e4e4 url(/_img/row-item.gif) top left repeat-x;}
.rowItemAlt td{background: #fff url(/_img/row-item-alt.gif) top left repeat-x;}*/
td{border: 0;padding: 6px 8px;color: #fff;font-weight: bold;background: #000 url(/_img/row-item.gif) top left repeat-x;border: solid 1px #222;}

form{margin: 10px 0;}
fieldset{}
legend{font-weight: bold;}
label{color: #aaa;vertical-align: middle;}
.formHolder label{width: 30%;float: left;}
.input{margin: 0 0 3px 0;border: solid 1px #444;background: #222 url(/_img/input-bg.gif);color: #fff;}
select.sml{padding:3px 1px;}
.formHolder .input{width: 60%;}
.dropdown{border: solid 1px #444;background: #222 url(/_img/input-bg.gif);color: #fff;}
.btn{border: solid 1px #127b83;background: #222;color: #fff;padding: 2px 5px;cursor: pointer;}
.btn:hover{background: #1edfee; color: #000;}
select{background-color: #222 !important; color: #fff;margin: 0 0 3px 0;}
textarea{border: solid 1px #444;background: #222 url(/_img/input-bg.gif);color: #fff;font-family: Arial;font-size: 100%;}

/** 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: #1edfee;text-decoration: none;}
a:hover{background: #1edfee; color: #000;}
a.logo:hover{background: 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%;}
