body {
	background: #21326b url('../images/background.gif') top center repeat-y;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	
}

#masthead, #main, #footer {
	margin: 0 auto;
	position: relative;
}
#masthead {
	z-index: 11;
	background: url('../images/clouds.jpg') top center no-repeat;
	width:950px;
	height: 97px;
}

#logo, #LDlogo, #FBlogo, #truck, #cars {
	position: absolute;
}
#logo {
	top: 11px;
	left: 50px;
	z-index: 10;
	border: 0;
}

#LDlogo {
	top: 7px;
	left: 768px;
}
#FBlogo {
	top: 71px;
	left: 738px;
}
#truck {
	top: 23px;
	left: 229px;
}
#cars {
	top: 51px;
	left: 210px;
}

#otherPrizes {
	margin-top: 20px;
}


#centerMovie {
	height: 391px;
	width: 653px;
	float: left;
	margin: 3px;
}

/* form fields and error messages */
.fieldWithErrors {
	display: inline;
}
.fieldWithErrors input{
	border: 2px solid red;
}
.formError {
  font-size: 11px;
  display: inline;
  color: white;
}

label {
	display: block;
	float: left;
	width: 86px;
	text-align: right;
	clear: left;
	font-weight: bold;
	margin-right: 5px;
	padding-top: 3px;
	font-size: 0.95em;
}

label.checkbox {
	display: inline;
	float: none;
	font-weight: normal;
}
input[type="checkbox"], input[type="submit"], input[type="image"] {
	margin-left: 91px;
}

#main {
	width: 926px;
	padding: 0 12px;
	background-color: #0e76c1;
	padding-top:19px;
	position: relative;
}

#giveaway {
	width: 926px;
	/*background-color: #0295d2;*/
	text-align: center;
	background: url('../images/swirl-bg.gif') top center no-repeat;
	height: 397px;
}

#accent {
	position: absolute;
	right: 40px;
	top: 0;
	text-align: center;
}

#accent ul {
	text-align: left;
	margin-left: 20px;
	padding: 0;
}

#accent li {
	margin: 10px 0;
	font-size: 0.9em;
}


.content {
	width: 573px;
	background-color: #00a2e5;
	min-height: 630px;
	border: 3px solid white;
	border-top: 0;
	border-bottom: 0;
	padding: 45px 251px 20px 96px;
}

#main h1, #main h2, #main h3{
	color: white;
	background-color: transparent;
}
.seporator {
	float: left;
	margin: 26px 0;
}

#car {
	margin-top: 46px;
}
#enter_button {
	margin-top: 15px;
}

#footer {
	width: 926px;
	height: 250px;
	background: transparent url('../images/cupcake.jpg') bottom center no-repeat;
	color: white;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
#footer li {
	display: inline;
	padding: 0 10px;
}

#footer li + li {
	border-left: 2px solid white;
}

#footer a:link, #footer a:visited {
	color: white;
}





/*
=====================================================================
=====================================================================

Map-specific styles

=====================================================================
=====================================================================
*/


div, img {
	margin:0;
	padding:0;
	border:0;
}
h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}
h2 {
	color:#1C76C0;
	font-size:14px;
	padding-bottom:6px;
}
#tourCopy {
	color:#000000;
	font-size:12px;
	padding:18px;
	min-height: 200px;
	margin:0;
}
a {
	outline:none;
}
a img {
	border:0;
}
#container {
	width:100%;
}
#cupcakes {
	text-align:center;
	padding:12px 0;
}
/*#img {
	width:435px;
}*/
#imgDesc {
	margin-bottom:10px;
}
#mapBox {
	height:397px;
	position:relative;
	margin-bottom:17px;
}

img.border {
	display: block;
}
#map_canvas {
	width:652px;
	height:391px;
	border:3px solid white;
	position:absolute
}
#mediaBox {
	position:relative;
}
#media {
	background:white url(/images/media_bg.gif) repeat-x;
}

#tourGallery {
	color:#1070B4;
}
#mediaPad {
	padding:14px;
	border:3px solid white;
	border-top:0;
	border-bottom:0;
	min-height: 570px;
}
#sideLeft {
	width:658px;
	float:left;
}

#sideLeft h1 {
	margin-top: 22px;
	margin-left: 220px;
}
#sideRight {
	width:256px;
	float:left;
	margin-left:10px;
}

#sideRight #enter_button {
	margin: 0 40px 20px 40px;
}

#sideRight h2.tourBox {
	color:#E1272D;
	padding-top:13px;
}
#tourMenu, #tweetMenu {
	border:3px solid #6EC2E5;
	border-top:0;
	border-bottom:0;
	background-color:white;
}

#tourMenu #tourList, #tourMenu #tweets {
	min-height: 260px;
}

#tweetBorder {
	margin-top: 10px;
}
#tourMenu ul, #tweetMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#vidDesc {
	margin-bottom:10px;
}
#vidThumbs {
	width:124px;
}
#vidThumbs a {
	display:block;
	border:1px solid gray;
	margin-bottom:7px;
}
#vidThumbs a img {
	border:1px solid white;
	display:block;
}

/* DEBUGGING PANE */
#js_window {
	position:absolute;
	right:0;
	bottom:0;
	margin:0 auto;
	padding:0;
	width:600px;
	height:100%;
	overflow:scroll;
	border-top:1px solid black;
	background-color:white;
}
#js_objects {
	margin:20px;
}
/* DEBUGGING PANE */

.clear {
	clear:both;
}
.corner {
	width:10px;
	height:10px;
	position:absolute;
}
.iconLink a {
	text-decoration:none;
	color:#294984;
	font-size:12px;
	font-weight:bold;
}
.imgThumb {
	margin:0 8px 8px 0;
	width:75px;
	height:75px;
	overflow:hidden;
	float:left;
	text-align:center;
}
.mediaDivider {
	padding-top:45px;
}
.tl {
	background:url(/images/corner-tl.gif) no-repeat;
	top:0;
	left:0;
}
.tr {
	background:url(/images/corner-tr.gif) no-repeat;
	top:0;
	right:0;
}
.bl {
	background:url(/images/corner-bl.gif) no-repeat;
	bottom:0;
	left:0;
}
.br {
	background:url(/images/corner-br.gif) no-repeat;
	bottom:0;
	right:0;
}
.tourBox {
	padding-left:18px;
	padding-right:18px;
}
.tourDateItem {
	display:block;
	padding-top:9px;
	background: #FFF url(/images/white_arrow.gif) no-repeat right;
	padding-bottom:9px;
	cursor:pointer;
	cursor:hand;
}
.tourDateItem.odd {
	background: #F9E9E9 url(/images/red_arrow.gif) no-repeat right;
}
.tourLocation {
	color:#1070B4;
	font-weight:bold;
}
.tourDate {
	color:#585858;
}
.tweet {
	display:block;
	padding:11px 18px;
	border-bottom:1px dashed gray;
}
.tweet:last-child {
	border:0;
}
.tweet .username {
	color:#0066AF;
}
.tweet .text {
	color:black;
}
.tweet .details {
	color:#836C5C;
}
.tweet .details a {
	color:#836C5C;
}
.vidLeft {
	width:490px;
	float:left;
}
.vidRight {
	width:124px;
	float:left;
}
.total {
	font-weight: bold;
}
.results{
  background: #0e76c1;
}
.results tr{
  background: #FFFFFF;
  height: 30px;
}
.results tr.evenRow{
  background: #f9e9e9;
}
.results td{
  width: 50%;
  padding: 5px;
}
.results tr.headerRow{
  background: #0e76c1;
}
.results td div{
	float:right;
}
.whiteText {
	color: #FFFFFF;
}


