/*----------------------------------

Title: Rock the Belt
Version: 3
Author: Evan Heisler & Dave Iverson

-----------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/*---------------------------------*/

body {
	/* background: #ececec url('/img/bg.gif') repeat-x left -80px; */
	background-color: #ececec;
	color: #666;
	font-family: arial,"helvetica neue", helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
body#clickit {
	background: black url(../img/rtb_tickets_bg.jpg) no-repeat center top;
	}

div#page {
	/* background: url('/img/silouette_sm.gif') 680px top no-repeat; */
	width: 100%;
	margin: 0 auto;
	min-height: 180px;
	padding: 0;
	text-align: center;
	}
	
div#page_large {
	/* background: url('/img/silouette_sm.gif') 680px top no-repeat; */
	width: 920px;
	margin: 0 auto;
	min-height: 180px;
	padding: 0;
	text-align: left;
}

div#header {
	/* background: url('/img/dept_logo.jpg') no-repeat left 50px ; */
	background: #0099ff no-repeat center top;
	margin: 0 0 15px 0;
	padding: 0;
	height: 184px;
	width: 100%;
	text-align: left;
	}
	
div#header #header_headlines {
	width: 900px;
	margin: 0px auto;
	position: relative;
	height: 176px;
}

div#content {
	background-color: #ececec;
	width: 900px;
	margin: 0px auto;
	text-align: left;
}


body#clickit #headlines {
	background: transparent url(../img/clickit_headline_2011.png) no-repeat left top;
	display: block;
	overflow:hidden;
	text-indent:-999px;
	width: 631px;
	height: 195px;
	margin-bottom: 20px;
}

body#clickit #video {
	background-color: white;
}

/* HEADER */

#header #header_headlines h1 {
	background: transparent url(../img/rtb_homepage_headline.gif) no-repeat left top;
	display: block;
	margin: 0;
	width: 682px;
	height: 118px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: 27px;
	top: 32px;
}

#header #header_headlines h2#dps_logo {
	margin: 0;
}
#header #header_headlines h2#dps_logo a {
	background: transparent url(../img/dps_logo_lg.gif) no-repeat left top;
	display: block;
	margin: 0;
	width: 110px;
	height: 110px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: 760px;
	top: 37px;
}

#header #header_gradient {
	background: #ececec url(../img/header_gradient.gif) repeat-x left top;
	width: 100%;
	height: 8px;
}



div#page_clickit {
	/* background: url('/img/silouette_sm.gif') top right no-repeat; */
	width: 920px;
	margin: 0 auto;
	min-height: 180px;
	padding: 0;
	text-align: left;
	margin-top: 40px;
}
	
/*
div#header_buckle {
	background: url('/img/dept_logos_newaaa.gif') no-repeat left 50px;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	height: 165px;
	}
*/

div#bottomrow {
	width: 100%;
	height: 200px;
	}
	
/*div#side {
	background: #fff;
	height: 430px;
	width: 205px;
	float: right;
	padding: 10px;
	}*/

div#footer {
	background: url('/img/ad.jpg') top center no-repeat;
	height: 119px;
	width: 400px;
	float: left;
	}
#footerImage {
	float: left;
}
	
hr.clear {	
	width: 100%;
	clear: both;
	visibility: hidden;
	}
	
a img {
	background: none;
	border: none;
	line-height: 0;
	margin: 0;
	padding: 0;
	}
img.check {
	width: 49px;
	float: right;
	display: inline;
	}
a.imgLink {
	background-color: transparent;
	line-height: 0;
}
a.imgLink:hover {
	background-color: transparent;
}
	
/*-----------------------------------*/
/*------------Text-------------------*/

h1 {
	color: #fff;
	font-size: 1.8em;
	line-height: 1em;
	letter-spacing: 1px;
	}

/*
h2.slogan {
	color: #fff;
	font-size: 1.6em;
	margin: 60px 0 0 105px;
	}
#header_buckle h2.slogan {
	margin-left: 205px;
}
*/

#header h1 {
	margin-top: 70px;
}

#header_buckle h1 {
	margin-top: 40px;
}

#header h1, #header h2, #header h3 {
	margin-left: 110px;
}

#header_buckle h1, #header_buckle h2, #header_buckle h3 {
	margin-left: 260px;
}

#header h2, #header_buckle h2 {
	color: #fff;
	font-size: 1.6em;
	margin-top: 10px;
}

	
h3 {
	color: #a1a2a2;
}
	
div.columnA h3,
div.columnD h3 {
	margin: 0 0 10px 0;
	}
	
h3.alt {
	color: #00AEEF;
}

h4 {
	color: #a1a2a2;
	margin: 0;
	padding: 0;
	}
	
p {
	font-size: 85%;
	margin-bottom: 20px;
	margin-top: 3px;
	}
	
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.columnA p,
div.columnD p {
	margin: 0 !important;
	margin: -10px 0 0 0;
	}
p.link {
	float: left;
	font-weight: bold;
	padding-bottom: 35px;
	}
	p.link a {
	text-decoration: none;
	font-size: 1.3em;
	}
	
p.fineprint {
	text-align: center;
	}
	
ul {
	font-size: 85%;
}
a:link {color: #00aeef;}
a:visited {color: #03506d;}
a:hover {color: #00aeef; background: #f3eb19;}
a:active {color: #00aeef;}

ul.showList {
	list-style: disc;
	padding-left: 20px;
}
ul.showList li {
	margin-bottom: 10px;
}
	
/*------------------------------------*/
/*---------Content Divs---------------*/

div.columnA {
	float: left;
	width: 215px;
	margin: 0;
	padding: 0 5px 0 0;
	}
	div#bottomrow div.columnA {
	border: 5px solid #fff;
	margin: 0px 5px 0px -5px !important;
	margin: 0px 5px 0px 0px;
	padding: 5px !important;
	padding: 15px 5px 5px 5px;
	width: 185px;
	}
	
div.columnB {
	float: left;
	width: 215px;
	margin: 26px 0 0 0;
	padding: 0 5px 0 0;
	}

div.columnC {
	float: left;
	width: 215px;
	margin: 26px 0 0 0;
	padding: 0 5px 0 0;
	}
	
div.columnD {
	float: left;
	width: 215px;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
div#bottomrow div.columnD {
	border: 5px solid #fff;
	margin: 0px 20px 0px 10px;
	padding: 5px;
	width: 400px;
	float: right;
	height: 100px;
	}
div#bottomrow div.columnD h4 {
	/* width: 180px; */
}
div#bottomrow div.columnD form {
	/* width: 180px; */
}
	
div.imgshadow {
  float:left;
  background: url('/img/shadow.png') no-repeat bottom right !important;
  background: url('/img/shadow.gif') no-repeat bottom right;
  margin: 5px 0 0 5px !important;
  margin: 5px 0 0 3px;
  }
	
div.imgshadow img {
  display: block;
  position: relative;
  background-color: #e5e5e5;
  border: 5px solid #fff;
  margin: -10px 10px 10px -10px;
  }
  

  
/*-----------------------------------*/
/*-----------Forms-------------------*/

ul.emailsend {
	}
	
ul.emailsend li {
	margin-top: 4px;
	float: left;
	margin-left: 20px;
	height: 36px;
	}
	
ul.emailsend li input {
	border: 1px solid #01aef0;
	color: #000;
	}
	
ul.emailsend li label {
	font-size: .7em;
	color: #a1a2a2;
	}
	
	
/*-----------------------------------*/
/*-----------Buckle Up Teens Videos--*/

.clear {
	clear: both;
}

#info {
	width: 600px;
	float: left;
	
	background-color: white;
	padding: 10px;
	margin: 0px 15px 15px 0px;
	height: 230px;
}
#info p {
	/* margin-top: 10px; */
}

#prizes {
	width: 250px;
	/* height: 230px; */
	float: right;
	
	background-color: white;
	padding: 10px;
	margin: 0px 15px 15px 0px;
}

#prizes li {
	margin-top: 10px;
}

#winner_info {
	width: 885px;
	background-color: white;
	padding: 10px;
	float: left;
	margin-bottom: 15px;
}
/*
#winner_info h3 {
	font-size: 20px;
}
#winner_info h3.alt {
	font-size: 26px;
}
#winner_info p, #winner_info h4 {
	margin-bottom: 10px;
}
*/
#winner_info h3 {
	margin-top: 0;
}
#winner_info ul {
	margin-left: 40px;
	margin-bottom: 30px;
}

/*
.videoCompartment {
	background-color: white;
	padding: 10px;
	float: left;
	margin: 0px 15px 15px 0px;
	height: 440px;
}

.voteCompartment {
	background-color: white;
	padding: 10px;
	float: left;
	margin: 0px 15px 15px 0px;
	width: 425px;
	height: 440px;
}
*/

.videoCompartment {
	background-color: white;
	padding: 5px 0px;
	margin-bottom: 15px;
	width: 905px;
	/* float: left; */
	clear: both;
	position: relative;
}

.voteCompartment {
	background-color: white;
	padding: 0px;
	margin-bottom: 15px;
	width: 905px;
	float: left;
	
}
.videoHolder {
	width: 590px;
	text-align: center;
	margin: 15px 0;
}

.videoHolder object {
	display: block;
	margin: 0 auto;
}

.videoData {
	position: absolute;
	top: 15px;
	left: 590px;
	width: 300px;
}
.videoData h3 {
	font-weight: bold; 
	color: #00AEEF;
	font-size: 18px;
}
.videoData ul {
}

.videoData li {
	/* padding-bottom: 10px; */
	font-weight: bold;
}
.videoData li span {
	font-weight: normal;
}

#video_compartments {
	/* overflow: auto; */
}

.videoCompartment.widescreen .videoHolder {
	width: 660px;
}
.videoCompartment.widescreen .videoData {
	width: 230px;
	left: 670px;
}





a#voteButton {
	display: block;
	width: 390px;
	height: 107px;
	background: white url(/img/voteButton.gif) no-repeat top left;
	margin: 40px auto;
	overflow: hidden;
	text-indent: -99999px;
}
a#voteButton:hover {
	background: white url(/img/voteButton.gif) no-repeat bottom left;
	text-decoration: none;
}


/*-----------------------------------*/
/*-----------Click It Or Ticket------*/

#clickit {
	width: 100%;
	background-color: white;
	/*padding: 10px; */
	/* margin: 0px 15px 15px 0px; */
	text-align: center;
}

div.flashvideo {
/*
	width: 320px;
	height: 280px;
	margin: 0 auto;
	*/
width: 400px;
height: 286px;
margin: 10px;
padding: 10px;
/* background-color: white; */
float: left;
	}
	
#clickit #container {
	float: right;
}	
	
#clickit #video {
	width: 640px;
	padding: 8px;
}	
#clickit #video #mediaplayer {
font-style: italic;
	margin-bottom: 13px;
}

#clickit h3 {
	font-size: inherit;
	color: black;
	font-weight: bold;
	margin-bottom: 13px;
}
#clickit p {
	margin-bottom: 13px;
}
	
#clickit_text {
	width: 430px;
	margin: 10px;
	float: right;
	text-align: left;
	line-height: 1.1em;
	padding: 10px;
}
#clickit_text p {
	padding-top: 10px;
}
#clickit_text h3 {
	/* margin-bottom: 10px; */
}

#clickit_text h4 {
	text-align: center;
}

#clickit #badges {
	text-align: center;
	padding-right: 20px;
}



/*-----------------------------------*/
/*-----------Landing Page------*/

.landing_page p {
	display: none;
}

.pod {
	margin: 20px;
	display: block;
	float: left;
	width: 260px;
	overflow: auto;
}

.halfpod {
	display: block;
}

#pod_holder {
	width: 600px;
	margin: 0px auto;
	overflow: auto;
}
/* IE6 CSS HACK FOR WIDTH */
* html #pod_holder {
	width: 640px;
}

/* GOOD STYLESHEETS */

#dps_title {
	text-align: center;
	font-size: 0.9em;
}

body.redesign {

}

body.redesign #content #info {
	width: 900px;
	float: none;
	
	background-color: white;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	height: auto;
}

body.redesign p, body.redesign ul, body.redesign li, body.redesign a {
	line-height: 1.3em;
}
body.redesign .pod a,
body.redesign .pod a img {
	line-height: 0;
	margin: 0; 
	padding: 0;
	vertical-align: bottom;
}
body.redesign h2 {
	color: #0099FF;
	font-size: 1.4em;
	margin-bottom: 3px;
}

body.redesign h3 {
	margin-top: 20px;
	color: inherit;
	margin-bottom: 3px;
}

body.redesign #header #header_headlines h2#dps_logo {
	margin: 0;
}

body.redesign #content #info, body.redesign #content #winner_info {
	margin-top: 20px;
}

/*-----------------------------------*/
/*-----------Contest 2009------*/

#buckleupteens #header #header_headlines h1 {
	background: transparent url(../img/contest2009_headline.gif) no-repeat left top;
	display: block;
	margin: 0;
	width: 771px;
	height: 115px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: 27px;
	top: 35px;
}


#buckleupteens #header #header_headlines h2#dps_logo a {
	background: transparent url(../img/dps_logo_sm.gif) no-repeat left top;
	display: block;
	margin: 0;
	width: 84px;
	height: 85px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: 807px;
	top: 83px;
}


/*-----------------------------------*/
/*-----------Contest 2010------*/


#donttextteens #header #header_headlines h1 {
	background: transparent url(../img/contest2010_headline.gif) no-repeat left top;
	display: block;
	margin: 0;
	width: 771px;
	height: 115px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: 27px;
	top: 35px;
}


#donttextteens #header #header_headlines h2#dps_logo a {
	background: transparent url(../img/dps_logo_sm.gif) no-repeat left top;
	display: block;
	margin: 0;
	width: 84px;
	height: 85px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: 807px;
	top: 83px;
}


#donttextteens h3, #donttextteens p, #donttextteens h2 {
	/* width: 500px; */
}

#donttextteens #content .columns .leftCol {
	width: 600px;
	float: left;
}

#donttextteens #content .columns .rightCol {
	width: 250px;
	float: left;
	margin: 20px 0px 0px 10px;
}




/*-----------------------------------*/
/*-----------Contest 2011------*/


#dontdrivedistractedteens #header #header_headlines h1 {
	display: block;
	margin: 0;
	width: 900px;
	height: 176px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: none;
}
#dontdrivedistractedteens #header #header_headlines h1 a {
	background: transparent url(../img/contest2011_headline.gif) no-repeat left top;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	height: 176px;
	width: 900px;
}

#dontdrivedistractedteens #header #header_headlines h2#dps_logo a {
	display: none;
}



#dontdrivedistractedteens #content .columns .leftCol {
	width: 600px;
	float: left;
}

#dontdrivedistractedteens #content .columns .rightCol {
	width: 250px;
	float: left;
	margin: 20px 0px 0px 10px;
}






/* COLUMNS */

.columns .column {
	float: left;

}
