@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: #D7B35C;
	background-image: url(../images/background-tile-sand.jpg);
	background-repeat: repeat;
}

.sand #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	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: #a67e56;
	border-right-color: #a67e56;
	border-bottom-color: #a67e56;
	border-left-color: #a67e56;
	
	-moz-box-shadow: 0 0 1em #212121;
	-webkit-box-shadow: 0 0 1em #212121;
    box-shadow: 0 0 1em #212121;*/ 

	
}
.sand #header {
	height:110px;
	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: #D7B35C;
	background-image: url(../images/background-head-sand.jpg);
	border:solid 1px #212121;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	-moz-box-shadow: 0 5px 5px -3px #212121;
	-webkit-box-shadow: 0px 0px 1em #212121; 
	box-shadow: 0 5px 5px -3px #212121;
	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 .amsteel {
	/*visibility:hidden;*/
	display:block;
	text-align:right;
	vertical-align:bottom;
	right:5px;
	position:absolute;
	margin-right:0px;
	margin-left:0px;
	width: 280px;
	height: 53px;
	top:5px;
}
#header .sandlogo {
	/*visibility:hidden;*/
	display:block;
	position:absolute;
	margin-right:0px;
	margin-left:0px;
	width: 230px;
	left:5px;
	top:5px;
	height: 100px;
}
#header #pagenav {
	/*visibility:hidden;*/
	display:block;
	text-align:right;
	vertical-align:bottom;
	bottom:10px;
	right:8px;
	position:absolute;
	margin-right:0px;
	margin-left:0px;
	width: 510px;
	height:30px;
}

/*  Page Nav Start */

/*.sand #pagenav, {
	display:block;
	text-align:right;
	vertical-align:bottom;
	bottom:50px;
	right:60px;
	position:absolute;
	margin-right:50px;
	margin-left:20px;
}*/
.sand #pagenav2 {
	position:absolute;
	top:530px;
	margin-left:230px;
	width:467px;
	height:25px;
	background-color:#D7B35C;
	-webkit-box-shadow:0px -10px 8px #D7B35C, 0px 6px 8px #D7B35C, 5px 6px 10px #D7B35C;
	-moz-box-shadow: 0 0 1em 0.5em #D7B35C, inset 0 0 0.7em #D7B35C;
	box-shadow: 0 0 1em 0.5em #D7B35C, inset 0 0 0.7em #D7B35C;
	/*-moz-box-shadow: 0 5px 5px -3px #D7B35C;
	-webkit-box-shadow: 0px 0px 1em #D7B35C; 
	-webkit-box-shadow:0em 0em 1em 0.5em #D7B35C;
	-webkit-box-shadow:0px -10px 10px #D7B35C, 0px 6px 10px #D7B35C, 5px 6px 10px #D7B35C;
	box-shadow: 0 5px 5px -3px #D7B35C;	*/
	z-index:1;
}

#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: #f3cfa0;
	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: #090;
	background-image:none;
}
#pagenav a.current {
	background-color: #f3cfa0;
	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  */

/*  Front Page Nav start  */

#pagenav2 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: #f3cfa0;
	background-image: url(../images/background-tile-sand.jpg);
	background-repeat: repeat;
}
#pagenav2 a:hover {
	color:#FFFFFF;
	background-color: #030;
	background-image:url(../images/background-tile-sand.jpg);
}
#pagenav2 a:active {
	background-color: #090;
	background-image:none;
}
#pagenav2 a.current {
	background-color: #f3cfa0;
	background-image: url(../images/background-tile-sand.jpg);
	background-repeat: repeat;
	color:#333333;
	text-shadow:none;
}
#pagenav2 a.red {
	background-color:#FF0000;
	background-image:none;
	color:#FFFFFF;
}
#pagenav2 a.red:hover {
	background-color:#993300;
	background-image:none;
	color:#FFFFFF;
}

/*  Front Page Nav End  */

.sand #mainContent {
	margin:20px 0 20px 0;
	padding: 0 20px;
	background-color: #EECA9C;
	background-image: url(../images/background-page.jpg);
	background-repeat: repeat-y;

	-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;

}

.sand #mainContent3 {
	margin:20px 0 20px 0;
	padding: 0 20px;
	-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;
	background-image:url(../images/background-light2.jpg);
	background-repeat: repeat;
	background-color:#E1B16F;
}


.sand #mainContent2 {
	margin:30px 0 0 0;
	padding:0;
	background-color: #EECA9C;


	-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;
	position:absolute;
	z-index:0;

}

.leftCol {
    clear: both;
    float: left;
    width: 360px;
	margin:0 20px 0 0;
}
.rightCol {
    float: right;
    width: 360px;
}

.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. */
}
.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 */
}


.test {
	font-family:"LHF Boston Truckstyle", Impact, 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;
}

  @font-face {
  font-family:"LHF Boston Truckstyle", serif;
  src:url('../includes/LHF-Boston-Truckstyle.eot');
  src:local('LHF Boston Truckstyle'),url('../includes/lhf_boston_truckstyle-webfont.woff') format('woff'),url('../includes/LHF-Boston-Truckstyle.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
  }

a.ticketred {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#FFFFFF;
	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: #FF0000;
}

a.ticketred:hover {
	background-color:#993300;
	background-image:none;
	color:#FFFFFF;
}
