﻿/* == 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;
}

object {outline:none;}

/* == Base Element Styling
------------------------------------------------------------------------------------------------------------------------ */
body{color: #000;text-align: center;padding: 0; margin: 0;font-family: Times New Roman, Georgia, Serif;font-size: 80%;height: 100%;position: relative; background: #cfdae0 url(/_img/body-bg.jpg?1) no-repeat top center;}

h1, h2, h3, h4, h5, h6{font-size: 180%; font-weight: normal; margin: 15px 0;line-height: 1.2em;}
h1{margin: 0 0 20px 0; padding: 0 0 12px 0; border-bottom: dotted 1px #43494c;}
h2{font-size: 180%;margin: 0;}
h3{font-size: 120%;}
h4{font-size: 130%;}
h5{font-size: 110%;}
h6{font-size: 100%;}

.module h2{margin: 0 0 20px 0; padding: 0 0 12px 0; border-bottom: dotted 1px #43494c;}

p{margin: 20px 0;line-height: 1.5em;}
blockquote{margin: 0px;color: #fff;}

ul{margin: 10px 0 10px 20px; list-style-type: none;list-style-image: url(/_img/bullet.gif?1);}
ul li{margin: 10px 0;}
ol{margin: 10px 0 10px 30px; list-style-type: decimal;}
ol li{margin: 10px 0;}

/* 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: dotted 1px #43494c;clear:both;height: 1px;}
div.hr hr{display:none;}

a{color: #000;text-decoration: none;}
a:hover{color: #536c78;}

a.linkBtn{display: inline-block; overflow: visible; background: #7c909a; color: #fff; padding: 1px 5px; border: 0; color: #fff; letter-spacing: 0;text-transform: uppercase;font-family: Times New Roman, Georgia, Serif;margin: 0; cursor: pointer;}
a.linkBtn:hover{background: #485d67; color: #fff;}

.btn{display: inline-block; overflow: visible; background: #7c909a; color: #fff; padding: 1px 5px; border: 0; color: #fff; letter-spacing: 0;text-transform: uppercase;font-family: Times New Roman, Georgia, Serif;margin: 0; cursor: pointer;}
.btn:hover{background: #485d67; color: #fff; text-decoration: none;}

img{vertical-align: bottom;}

table{background: none;border: solid 1px #96a8b2;background: #bdcad1;}
table tr th{padding: 5px;border:0;background: #b4c2c9; color: #000; font-weight: normal; font-style: italic; font-size: 120%; border: solid 1px #96a8b2;}
table tr td{background: none;padding: 5px;border: 0;}
table.ticketList tr td.buy a{display: inline-block; overflow: visible; background: #7c909a; color: #fff; padding: 1px 5px; border: 0; color: #fff; letter-spacing: 0;text-transform: uppercase;font-family: Times New Roman, Georgia, Serif;margin: 0; cursor: pointer;}
table.ticketList tr td.buy a:hover{background: #485d67; color: #fff;}

/* = Form Styles
------------------------------------------------------------------------------------------------------------------------ */
label{float: left; font-style: italic;padding: 5px 0 0 0;}
.inputText, .input{border: solid 1px #7f98a3;background: #fff url(/_img/input-bg.gif?1) no-repeat left top;margin-bottom: 6px; font-size: 90%;font-family: Times New Roman, Georgia, Serif; padding: 4px;}
select{border: solid 1px #7f98a3;background-color: #fff !important;background: #fff url(/_img/input-bg.gif?1) no-repeat left top;margin-bottom: 6px; font-size: 90%;font-family: Times New Roman, Georgia, Serif;padding: 4px;}

fieldset{border: solid 1px #111;background: #333;padding: 10px;}
fieldset legend{background: #111;padding: 5px 10px;text-transform: uppercase; font-family: Gill Sans MT, Century Gothic;font-size: 110%;}

/* = Independent Global Styles
------------------------------------------------------------------------------------------------------------------------ */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
/** clearing **/
.clr{clear: both;}
.clrSml{clear: both;line-height:1px;height:1px;}
.clrLeft{clear: left;}
.clrRight{clear: right;}
.clrz{display: none;}
/** presentation **/
.num{font-size: 500%;color: #bc86bb;font-family: Times New Roman;font-weight: normal;}
.underline{border-bottom: solid 1px #000;padding-bottom: 6px;}
.alt{color: #666;}
.rel{position: relative;}
.instruct{position: absolute; top: 0; right: 0;}
h2 .instruct{font-size: 70%; text-transform: none; letter-spacing: 0;}
.hlFix{zoom: 1;}
.mediaJS{padding:20px 0 0 30px;}
.hide{display:none;}
.sml{font-size: 95%;}
.leadPara{margin-top: 0;}
.noRight{padding-right:0px!important; margin-right:0px !important; }

.meta{color: #444;}
.updListLoader{height: 100px; width: 100%; background: url(/_img/loader.gif?1) no-repeat center center;}

.addthis_button_facebook{height: 15px; width: 24px; background: url(/_img/share-fb.gif?1) no-repeat left top;}
.addthis_button_facebook span{background: none;}
.addthis_button_twitter{height: 15px; width: 24px; background: url(/_img/share-twitter.gif?1) no-repeat left top;}
.addthis_button_twitter span{background: none;}
.addthis_button_compact{height: 15px; width: 24px; background: url(/_img/share-add.gif?1) no-repeat left top;}
.addthis_button_compact span{background: none;}

