@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000066;
}

.sand #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #6E80AE;*/
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #212121;
	border-right-color: #212121;
	border-bottom-color: #212121;
	border-left-color: #212121;
	
	-moz-box-shadow: 0 0 1em gold;
	-webkit-box-shadow: 0 0 1em gold;
        box-shadow: 0 0 1em gold; 
*/

}
.sand #header {
	height:180px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #212121;
	background-image: url(../images/comedycompetition-mast.jpg);
	background-repeat:no-repeat;
	border:solid 1px #333333;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: 0 5px 5px -3px #999999;
	-webkit-box-shadow: 0px 0px 1em #999999;
	box-shadow: 0 5px 5px -3px #999999;
	position:relative;
}
.sand #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#header #pagenav {
	/*visibility:hidden;*/
	display:block;
	text-align:center;
	vertical-align:bottom;
	bottom:0px;
	right:8px;
	position:absolute;
	margin-right:0px;
	margin-left:0px;
	width: 700px;
	height:30px;
}

/*  Page Nav Start */

#pagenav a {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#333333;
	font-size:13px;
	text-decoration:none;
	/*text-shadow:1px 1px 1px #363636;*/
	padding:0 3px 1px 3px;
	margin:0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:2px 2px 2px #363636;
	-webkit-box-shadow:2px 2px 2px #363636;
	border:solid 1px #212121;
	background-color: #6E80AE;
	background-image: url(../images/background-tile-sand.jpg);
	background-repeat: repeat;
}
#pagenav a:hover {
	color:#FFFFFF;
	background-color: #030;
	background-image:url(../images/background-tile-sand.jpg);
}
#pagenav a:active {
	background-color: #6E80AE;
	background-image:none;
}
#pagenav a.current {
	background-color: #6E80AE;
	background-image: url(../images/background-tile-sand.jpg);
	background-repeat: repeat;
	color:#333333;
	text-shadow:none;
}
#pagenav a.red {
	background-color:#FF0000;
	background-image:none;
	color:#FFFFFF;
}
#pagenav a.red:hover {
	background-color:#993300;
	background-image:none;
	color:#FFFFFF;
}

/*  Page Nav End  */

.sand #mainContent {
	background-color: #6E80AE;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	/*-moz-box-shadow: 0 0 1em #212121;
	-webkit-box-shadow: 0 0 1em #212121;
    box-shadow: 0 0 1em #212121;*/
	box-shadow:inset 0 0 10px #333333;
	-moz-box-shadow:inset 0 0 10px #999999;
	-webkit-box-shadow:inset 0 0 10px #ffffff;
	border:solid 1px #CCCCCC;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent img {
	border: 3px double #000000;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}
#mainContent embed {
	border: 3px double #000000;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}


.leftCol {
	clear: both;
	float: left;
	width: 410px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.rightCol {
	float: right;
	width: 300px;
}

.font {
	font-family:Impact, Charcoal, sans-serif;
	color: #212121;
}


.sand #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #6E80AE;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.sand #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}


.test {
	font-family:LHFBostonTruckstyleRegular, Charcoal, sans-serif;
	color: #212121;
}
.ad {
	padding:2px;
	-moz-box-shadow: 0 0 1em #212121;
	-webkit-box-shadow: 0px 0px 1em #212121; 
	box-shadow: 0 5px 5px -3px #212121;
}

.time {
	width:85px;
	text-align:right;
	padding-right:10px;
	float: left;
	clear: right;
}
.act {
	 width:200px;
	 font-weight:bold;
	 float:right;
}

ul.list {
	width:320px;
	float:left;
	display:block;
	margin-top:0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.list li {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-position: inside;
}
.upcoming-iframe {
	border:solid 1px #0000FF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:inset 0 0 10px #333333;
	-moz-box-shadow:inset 0 0 10px #999999;
	-webkit-box-shadow:inset 0 0 10px #ffffff;
}
.name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.name a:hover {
	color:#0000FF;
}




