 /*
NAME:	CUSTOM CSS
DESC:	CUSTOM STYLING FOR KAPLAN
VER:	1.1 | 100415
AUTHOR: ID
*/


/* -------------------------------- */
/* DEFAULT HTML TAGS STYLING		*/ 
/* -------------------------------- */

body {
	background: #250c7d url(../img/bg.jpg) no-repeat center 19px;
	color: #FFF;
	}
h1, h2, h3, h4, h5, h6 {
	}
	h1, h2 {
		}
	h1 {
		font-size: 3.833em;
		margin: 10px 0 5px;
		}
	h2 {
		background: #850912;
		font-size: 1.333em;
		margin: 0 0 20px;
		padding: 13px;
		text-align: center;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		}
	h3 {
		font-size: 1.5em;
		font-weight: bold;
		}		
	h4 {
		color: #ffdc36;
		font-weight: bold;
		margin:  1em 0 2em;
		text-transform: uppercase;
		}
p {
	}
small {
	color: #898989;	
	}
	
 ul {
	}
	 ul li {
		}
ol {
	}
	ol li {
		}
	
hr {
	clear: both;
	margin: 15px 0 15px 0;
	display: block;
	background: #9df9ff;
	/*background: url(../img/hr.png) no-repeat center top;*/
	height: 1px;
	border: none;
	}
	hr.hr2 {
		background: transparent url(../img/hr2.png) no-repeat center top;
		width: 100%;
		}
a {
	color: #0072FF;
	color: #ffdc36;
	cursor: pointer; 
	text-decoration: none;	
	}
a:hover {
	color: #EA0078;
	}
table { 
	border-color: #222;
	}
tr {
	background: #111;	
	}

th {
	padding: 5px 10px;
	border-color: #222;
	background: #000;
	}
td {
	border-color: #222;
	padding: 5px 10px;
	}
tr:hover {
	background: #333;	
	}

.altcolor { 
	color: #ffdc36;
	}

/* -------------------------------- */
/* MAIN LAYOUT						*/ 
/* -------------------------------- */

#whole {
	}
	#container {
		padding: 0;
		width: 100%;
		}	
		#header {
			background: #FFF url(../img/header.jpg) no-repeat center top;
			padding: 41px 0 0;
			width: 100%;
			}
			#header-inner {
				margin: 0 auto;
				padding: 0 0 0 42px;
				width: 918px;	
				position: relative;
				z-index: 30;
				}
				#logo {
					background: url(../img/logo.jpg) no-repeat;
					float: left;
					height: 64px;
					margin: 0 0 25px;
					width: 395px;
					z-index: 10;
					}
				#bedford {
					background: url(../img/bedford.jpg) no-repeat;
					float: right;
					height: 79px;
					margin: -20px 50px 0 0;
					text-indent: -9999em;
					width: 204px;
					z-index: 10;
					}
		#fixed {
			background: url(../img/fixed.png) no-repeat;
			height: 531px;
			position: absolute;
			width: 476px;
			right: -25px;
			top: 100px;
			z-index: 10;
			}
		#footer {
			color: #bddeff;
			margin: 0 auto;
			padding: 50px 0 0;
			width: 960px;
			text-align: center;
			}
			/*#footer p {
				line-height: 1;	
				}
			#footer p, a#qpow {
				float: none;
				margin: 0 auto 1em;
				}*/
			
/* -------------------------------- */
/* CODA SLIDER						*/ 
/* -------------------------------- */

/* Most common stuff you'll need to change */

.coda-slider-wrapper { padding: 0 }
.coda-slider { background: none transparent; z-index: 25; }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width:100% } 

/* Panel padding */
.coda-slider .panel-wrapper { 
	background: none transparent; 
	padding: 385px 0 0; 
	min-height: 200px; 
	}
	
.coda-nav {
	clear: both;
	}
.coda-nav ul {
	/*float: left; */
	margin: 0 auto; 
	padding: 0;
	position: relative; 
	z-index: 20;
	}
	.coda-nav ul li {
		margin: 0;	
		}
	#coda-nav-1.coda-nav ul li a { 
		color: #1c4972; 
		display: block; 
		font-size: 16px;
		margin: 0 10px 0 0;
		padding: 0;
		background-color: transparent;
		background-image: url(../img/nav.png);
		background-repeat: repeat;
		text-indent: -9999em;
		width: 84px;
		height: 39px;
		}
		#coda-nav-1.coda-nav ul li.tab1 a {
			background-position: 0 0;
			}
		#coda-nav-1.coda-nav ul li.tab2 a {
			background-position: 0 -40px;
			width: 124px;
			}
		#coda-nav-1.coda-nav ul li.tab3 a {
			background-position: 0 -80px;
			width: 214px;
			}
		#coda-nav-1.coda-nav ul li.tab4 a {
			background-position: 0 -120px;
			width: 144px;
			}
		#coda-nav-1.coda-nav ul li.tab5 a {
			background-position: 0 -160px;
			width: 164px;
			}
		#coda-nav-1.coda-nav ul li.tab6 a {
			background-position: 0 -200px;
			width: 104px;
			}
			
		#coda-nav-1.coda-nav ul li.tab1 a.current, #coda-nav-1.coda-nav ul li.tab1 a:hover {
			background-position: 100% 0;
			}
		#coda-nav-1.coda-nav ul li.tab2 a.current, #coda-nav-1.coda-nav ul li.tab2 a:hover {
			background-position: 100% -40px;
			}
		#coda-nav-1.coda-nav ul li.tab3 a.current, #coda-nav-1.coda-nav ul li.tab3 a:hover {
			background-position: 100% -80px;
			}
		#coda-nav-1.coda-nav ul li.tab4 a.current, #coda-nav-1.coda-nav ul li.tab4 a:hover {
			background-position: 100% -120px;
			}
		#coda-nav-1.coda-nav ul li.tab5 a.current, #coda-nav-1.coda-nav ul li.tab5 a:hover {
			background-position: 100% -160px;
			}
		#coda-nav-1.coda-nav ul li.tab6 a.current, #coda-nav-1.coda-nav ul li.tab6 a:hover {
			background-position: 100% -200px;
			}

/*.coda-nav ul li a.current, .coda-nav ul li a:hover { 
		color: #d3d3d3;
		} */
		
		
/* -------------------------------- */
/* CUSTOM SLIDES					*/ 
/* -------------------------------- */

#homeword {
	background: url(../img/homeword.png) no-repeat;
	height: 88px;
	width: 242px;
	position: absolute;
	text-indent: -9999em;
	z-index: 30;
	top: 580px;
	left: 58px;
	display: none;
	}

/* ACTION BUTTON */
.action {
	background: url(../img/contesthasended.png) repeat center -150px;
	height: 494px;
	width: 280px;
	position: absolute;
	/*bottom: -494px;
	left: 190px;*/
	z-index: 30;
	top: 128px;
	left: 38px;
	
	width: 741px;
	height: 589px;
	
	left: -190px;
	}
	
.unit {
	width: 610px;
	overflow: hidden;
	padding: 0 0 0 350px;
	margin: 0 auto 3em;
	}
	.unit .image {
		float: left;	
		margin: 0 20px 0 0;
		}
	.unit .content {
		float: left;	
		width: 446px;
		}
	

/* PANEL 1 */
.panel1 {
	background: url(../img/panel1.jpg) no-repeat center top;	
	}
	.panel1 h2 {
		background: url(../img/hometitle.png) no-repeat;
		height: 58px;
		margin-left: -60px;
		padding: 0;
		}
		
	#winner {
		background: url(../img/winner.png);
		width: 509px;
		height: 170px;
		}
	#winner2 {
		background: url(../img/winner2.png);
		width: 509px;
		height: 156px;
		margin: 0 0 20px;
		}
		


/* PANEL 2 */
.panel2 {
	background: url(../img/panel2.jpg) no-repeat center top;	
	}
	.panel2 h4 {
		margin-bottom: 0;	
		}


/* PANEL 3 */
.panel3 {
	background: url(../img/panel3.jpg) no-repeat center top;	
	}
	.panel3 ul {
		list-style: none;
		padding: 0;
		}
	.panel3 ul li {
		background: url(../img/icon-tick.png) no-repeat 0 50%;
		background-position:0 50%;
		background-repeat:no-repeat;
		font-size: 1.167em;
		color: #aafc70;
		line-height:1.2;
		margin:5px 0 10px;
		padding-left:25px;		
		}
	.panel3 ul li strong {
		font-size: 18px;
		}
		

/* Panel 4 */
.panel4 {
	background: url(../img/panel4.jpg) no-repeat center top;	
	}
	.panel4 ul li strong {
		font-size: 18px;
		}
	

	
/* Panel 5 */
.panel5 {
	background: url(../img/panel5.jpg) no-repeat center top;	
	}


/* Panel 6 */
.panel6 {
	background: url(../img/panel6.jpg) no-repeat center top;	
	}

			
/* -------------------------------- */
/* COUNTDOWN						*/ 
/* -------------------------------- */

#timer {
	position: absolute;
	top: 570px;
	left: 50px;
	
	top: 140px;
	left: 60px;
	z-index: 30;
	
	background: url(../img/timer.png) no-repeat;
	width: 242px;
	height: 78px;
	
	
	}

.hasCountdown {
	background: url(../img/countdown.png) no-repeat;
	border: none;
	width: 242px;
	height: 48px;
	margin: 10px auto 0;
	padding: 32px 0 0;
	}
.countdown_section {
	font-size: 12px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	}
.countdown_amount {
	font-size: 26px;
	color: #ffba00;
	font-weight: bold;
	text-shadow: none;
	}		

/* -------------------------------- */
/* POP								*/ 
/* -------------------------------- */

div.pp_inline h1.small {
	font-size: 20px;
	color: #34718d;
	margin-bottom: 40px;
	}	
	div.pp_inline h1.small span {
		color: #ff4b04;
		}	
	
div.pp_inline li {
	font-size: 16px;
	margin-bottom: 30px;
	}
div.pp_inline select {
	display: inline;
	width: auto;
	}
	div.pp_inline ul {
		list-style: none;
		}

