/* == 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: #000; font-size: 75%; font-family: Arial, Helvetica, sans-serif; background:url(../_img/body-bg.png) no-repeat center top;text-align:center; }

h1, h2, h3, h4, h5, h6{font-size: 180%;font-weight: normal;color: #000;margin: 10px 0; font-family: 'Miniver', Arial, serif;}
h1{}
h2{font-size: 150%;}
h3{font-size: 140%;}
h4{font-size: 110%;}
h5{font-size: 100%;}
h6{font-size: 100%;}

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: collapse;margin: 10px 0;}
thead{}
tfoot{}
th{border: solid 1px #aaa;padding: 3px 6px; background: #90695A; color: #fff;}
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;}
select{border: solid 1px #ccc; background: #f6f6f6;margin: 0 0 2px 0;padding: 4px;}

.btn{border: 0;background: #90695A; color: #fff;font-size: 85%;display: inline-block;margin: 0; text-transform: uppercase;text-decoration: none; padding: 3px 6px;font-weight: bold;cursor: pointer;}
.btn:hover{text-decoration:none;}

a.linkBtn{display: inline-block; background: #90695A; color: #fff; text-decoration: none; font-weight: bold; text-transform: uppercase; font-size: 90%; padding: 3px 6px;}
a.linkBtn:hover{background: #BCA59C; text-decoration: none;}

/** 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: #7e6053;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{text-transform: uppercase;letter-spacing: 1px;color: #555; font-size: 90%;}
.meta span{font-weight: bold;color: #000;}
.meta a{text-decoration: none;}
.meta a:hover{text-decoration: underline;}


/* Localized */