 /*
NAME:	CUSTOM CSS
DESC:	CUSTOM STYLING FOR SHAWSG
VER:	1.1 | 100406
AUTHOR: ID
*/

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

body {
	background: #000;
	color: #FFF;
	font-family: "Copperplate Gothic Light", serif;
	}
h1, h2, h3, h4, h5, h6 {
	color: #494949;
	font-weight: bold;
	}
	h1 {
		font-size: 1.5em;
		}
	h2 {
		font-size: 1.125em;
		}
	h3 {
		font-size: 1.125em;
		}
	h4 {
		}
p {
	margin: 0 0 1.5em;
	}
small {
	}
a {
	}
a:hover {
	}
	
/* -------------------------------- */
/* MAIN LAYOUT						*/ 
/* -------------------------------- */

#whole {
	}
	#container {
		width: 960px;
		}	
		a#logo {
			background: url(../img/logo.png) no-repeat;	
			width: 229px;
			height: 76px;
			display: block;
			text-indent: -9999em;
			float: left;
			}
			
		#nav ul {
			float: right;
			margin: 25px 0 0;	
			}
			#nav li {
					display: inline; 
					}
				#nav li a { 
					display: block; 
					float: left; 
					margin: 0 0 0 25px;
					background-image: url(../img/nav.png);
					background-repeat: repeat;
					text-indent: -9999em;
					width: 44px;
					height: 10px;
					}
					#nav a#home {
						background-position: 0 0;
						}
					#nav a#howtowin {
						background-position: 0 -10px;
						width: 92px;
						}
					#nav a#terms {
						background-position: 0 -20px;
						width: 160px;
						}
					#nav a#contact {
						background-position: 0 -30px;
						width: 70px;
						}
					#nav a#winners {
						background-position: 0 -40px;
						width: 70px;
						}
				
		#banner {
			clear: right;
			height: 405px;
			width: 960px;
			margin: 0 0 1.5em;
			background: url(../img/banner.jpg) no-repeat center top;
			}
		#content {
			position: relative
			}
			#content h1 {
				background: url(../img/h1-shawsg.png) no-repeat;
				width: 567px;
				height: 30px;
				
				}
			#content h2 {
				background: url(../img/h2-new.png) no-repeat;
				width: 656px;
				height: 73px;
				
				width: 661px;
				height: 27px;
				}
			a.clicktowin {
				width: 234px;
				height: 105px;
				background-image: url(../img/btn-clicktowin.png);
				position: absolute;
				top: 20px;
				right: 0;
				}
			.contestended {
					width: 229px;
					height: 107px;
					background-image: url(../img/btn-contestended.png);
					position: absolute;
					top: 20px;
					text-indent: -9999em;
					right: 0;
					}
				
			
		#footer {
			color: #5a3f2c;
			font-size: 11px;
			padding: 20px 0 20px;
			text-align: right;
			}
			#footer img {
				text-align: left;
				float: left;
				}
			#footer span {
				margin-top: 20px;
				display: block;
				}
				
/* -------------------------------- */
/* 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: 960px } 

/* Panel padding */
.coda-slider .panel-wrapper { 
	background: none transparent; 
	padding: 0 428px 20px 0; 
	min-height: 450px; 
	}
	
.coda-nav ul {
	float: left; 
	margin: 0; 
	padding: 0;
	position: relative; 
	z-index: 20;
	}
	.coda-nav ul li a { 
		background: none;
		color: #737373; 
		font-weight: bold;
		padding: 5px 20px 20px 0;
		margin: 0;
		text-transform: uppercase;
		}
	.coda-nav ul li a.current, .coda-nav ul li a:hover { 
		background: none; 
		color: #d3d3d3;
		} 
		
/* -------------------------------- */
/* CUSTOM SLIDES					*/ 
/* -------------------------------- */



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

#timerended {
	background: url(../img/contestended.png);
	width: 215px;
	height: 43px;
	position: absolute;
	z-index: 50;
	text-indent: -9999em;
	}

#timer2 {
	background: url(../img/banner.jpg) repeat 0 -20px;
	color: #FFF;
	font-family: Arial, sans-serif;
	float: right;
	position: relative;
	margin: -29px 10px 10px 0;
	height: 43px;
	width: 215px;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	}
		
.hasCountdown {
	background: none;
	border: none;
	padding: 0;
	}
	.countdown_amount {
		font-size: 30px ;
		top: 7px;
		left: 15px;
		position: absolute;
		width: auto;
		}	
.moredays {
	font-size: 14px;
	padding: 7px 0 0 50px;
	}
		

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

/* HOW TO WIN POP */
#pop-htw-inner {
	background: url(../img/pop-htw.png) no-repeat;
	}
	.htw-text {
		background: url(../img/htw-text.png) no-repeat 0 5px;
		padding: 0 0 0 180px;	
		}
			
			
.piclist li {
	margin: 10px;	
	}


