
/* 
CREATED BY HOTWIRE ADVERTISING AND WED DESIGN 
http://www.hotwireindustries.com
*/

/* Default style for the BODY */
body {
	margin: 0;
	padding: 0;
	background: url(images/bg2.jpg) top center no-repeat #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	text-transform: none;
}


/* DEFAULT style for any LINKS */
a:link { 
	color: #e457e1;
	text-decoration: underline;
}

a:visited {
	color: #e457e1;
	text-decoration: underline;
}
	
a:hover {
	color: #FFF;
	text-decoration: none;
}
	
a:active {
	color: #e457e1;
	text-decoration: none;
}

/* Default style for H1 */
h1 {
	font-size: 31px;
	line-height: 28px;
	font-weight: bold;
	color: #95c7ec;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	word-spacing: -.125px;
	margin: 0 0 15px 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #e457e1;
	margin: 0;
	padding: 0;
}

#contentRight h3 {
	padding-bottom: 10px;
}

p {
	margin: 0 0 15px 0;
}

small {
	font-size: 10px;
	line-height: 14px;
}

ul {
	padding: 0 0 15px 13px;
	margin: 0;
}

ul li {
	padding-left: 0;
	margin-bottom: 2px;
	list-style: disc;
}

ol {
	padding: 0 0 15px 0;
	margin: 0 0 0 19px; 
}

ol li {
	list-style: decimal;
	margin-bottom: 12px;
}

/* DEFAULT style for any IMAGE */
img {
	border: 0;
}

.floatLeft {
	float: left;
	margin: 0 15px 15px 0;
}

/* DEFAULT TABLE STLES */
#contentLeft table {
	background-color: #0b0530;
	border: 1px solid #1f1650;
	padding: 5px;
}

#contentLeft td {
	text-align: center;
	padding: 5px;
	border-bottom: 2px solid #0b0530;
	font-size: 12px;
	line-height: 15px;
}

.tdMonth {
	background-color: #020016;
}

.trDay {
	height: 40px;
}

.trWeek {
	height: 70px;
}

.showHighlight {
	background-color: #35006a;
	color: #e457e1;
}

#contentLeft td small {
	display: block;
	text-align: right;
	color: #FFF;
}

/* DEFAULT FORM field styles */
input, textarea {
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.checkbox {
	width: 15px;
	background: none;
	border: none;
	margin-left: 2px;
}

.submit {
	width: 100px;
	border: 1px solid #d1cbb9;
	background-color: #f6f4ec;
	color: #4a3728;
}

.submit:hover {
	background-color: #d1cbb9;
	color: #FFF;
	cursor: pointer;
}

/* TO CLEAR ANY FLOATS USE THIS */
.clear	{
	clear: both;
}


/* STRUCTURE - Wrappers and Container Divs */
#wrapper {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 0 2px 0 0;
	margin: 0 0 10px;
}

#headerLeft {
	float: left;
	width: auto;
	text-align: left;
	padding: 0;
	margin: 0;
	
}

#bannerhead {
	float: right;
	margin: 0;
	padding-top: 18px;
	text-align:left;
}

/* NAVIGATION - top main nav here */

#headerRightNav {
	float: left;
	padding-top: 8px;
	height: 28px;
	width: 930px;
	text-align: left;
	line-height: 14px;
	font-size: 16px;
	font-weight: bold;
	color: #e457e1;
	background-image:url(images/nav-graphic.jpg); background-repeat:repeat-x;
}

#logoheader {
	float:left;
	margin: 0;
	padding: 0;
	text-align:left;
}



#headerRightNav ul  {
	padding: 0;
	margin: 0;
}

#headerRightNav li {
	display: inline;
	margin: 0;
	padding: 0 0 0 32px;
}

#headerRightNav li a {
	color: #e457e1;
	text-decoration: none;
}

#headerRightNav li a:hover {
	color: #FFF;
}


/* CONTENT Section */
#content {
	text-align: left;
}

#contentLeftHome {
	float: left;
	width: 559px;
	background: url(images/bg_content.jpg) top center no-repeat #020016;
	color: #FFF;
	padding: 10px;
	margin-bottom: 7px;
}

#contentLeft {
	float: left;
	width: 579px;
	background: url(images/bg_content.jpg) top center no-repeat #020016;
	color: #FFF;
	padding: 20px;
	margin-bottom: 7px;
}

.contentLeftvideo {
	text-align: center;
	padding-bottom: 12px;
	background: url(images/bg_content.jpg) top center no-repeat #020016;
}

#contentLeftHome img, #contentLeft img {
	border: 2px solid #35006a;
}

#contentRightHome {
	float: right;
	width: 324px;
	background: url(images/bg_content.jpg) top center no-repeat #020016;
	font-size: 10px;
	line-height: 14px;
	padding: 10px;
	margin-bottom: 7px;
}

#contentRightHome a {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

#contentRight {
	float: right;
	width: 284px;
	background: url(images/bg_content.jpg) top center no-repeat #020016;
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
	margin-bottom: 7px;
}

#contentRight a {
	font-size: 12px;
	line-height: 14px;
/*	text-transform: uppercase;	*/
}

#contentRight img {
	margin-bottom: 15px;
}

#contentMiddleHome {
	background: url(images/bg_content.jpg) top center no-repeat #020016;
	padding: 10px;
}

#contentMiddleHome img {
	border: 2px solid #35006a;
	float: left;
	margin-right: 10px;
}

#contentMiddleHome .last {
	margin: 0;
}


/* VIDEO STYLES - &color1=0x402061&color2=0x9461ca&autoplay=1&hl=en */
.video {
	border: 2px solid #35006a;
	/* margin-bottom: 17px; */
	width: 320px;
/*	height: 381px;*/
}

#flashcontent {
	border: 2px solid #35006a;
}

#secretStar {
	border: 1px solid #FFF;
	background: url(images/secret-star.jpg) no-repeat top center;
	padding: 70px 25px 35px 22px;
	color: #363636;
}

/* FAN POLL STYLE */
.pollTitle {
	display: block;
	padding: 4px 2px;
	margin-bottom: 3px;
	background: #35006a;
	font-weight: bold;
	width: 280px;
}


/* CONTESTANTS PAGE */
.contestant {
	float: left;
	width: 172px;
	border: 2px solid #35006a;
	margin: 0 7px 8px 0;
	padding: 6px;
	font-size: 12px;
	background: url(images/bg_contestants.jpg) top center repeat-x #360069;
}

.contestantLast {
	float: left;
	width: 172px;
	border: 2px solid #35006a;
	padding: 6px;
	font-size: 12px;
	background: url(images/bg_contestants.jpg) top center repeat-x #360069;
}

.contestant img, .contestantLast img {
	margin-bottom: 7px;
}

.clearContestant {
	overflow: hidden;
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}


/* Default style for FOOTER content and links */
#footer {
	padding: 10px;
	font-size: 11px;
	line-height: 15px;
	color: #67418e;
	margin-top: 7px;
	text-align: center;
}

#footer img {
	margin-right: 3px;
/*	border:1px solid #fff;*/
}

#footer a:link {
	color: #67418e;
	text-decoration: none;
}

#footer a:visited {
	color: #67418e;
	text-decoration: none;
}

#footer a:hover {
	color: #b6b6b3;
	text-decoration: none;
}

#footer a:active {
	color: #67418e;
	text-decoration: none;
}

/* HOMEPAGE JQUERY GALLERY */
#gallery {
	position:relative;
	height:290px
}

#gallery a {
		float:left;
		position:absolute;
}
	
#gallery a img {
		border:none;
}
	
#gallery a.show {
		z-index:500;
}

#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:35px; 
		width:100%; 
		position:absolute;
		bottom:0;
		font-size: 11px;
		display: none;
}

#gallery .caption .content {
		margin:5px 15px;
}
	
#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
}

/* Added by Justin */
/* New hosts/judges page */
div#hosts a, div#judges a {
	margin-right:15px;
	display:block;
	float:left;
	text-decoration:none;
	text-align:center;
}
div#hosts a p, div#judges a p {
	text-decoration:underline;
}
div#hosts a:hover p, div#judges a:hover p {
	text-decoration:none;
}

div.email-signup {
/*	padding-top:30px;*/
	margin-top:10px;
	height:102px;
	overflow:hidden;
	background:url("images/ca-club-bg.jpg") no-repeat;
}
div.email-signup input {
	border:2px solid #ccc;
	padding:3px;
/*	margin:0px 6px;*/
	margin-top:68px;
}
div.email-signup input.text {
	width:126px;
}
div.email-signup input.text:focus {
	color:#000;
	border-color:#3c1276;
}
div#mc_embed_signup {
	padding:5px;
}
div#mce-responses .response {
/*	margin-top:5px;*/
}

#mc-embedded-subscribe {
/*	margin-top:30px;*/
/*	margin-left:120px;*/
/*	padding:3px;
	border:2px solid #ccc;*/
	font-weight:bold;
	background:#fff;
	color:#000;
	width:30px;
}