/* CSS Document */

/* DOCUMENT INFORMATION -----------------------------------

TITLE:			Default screen display styles
LAST UPDATED:	21th June 2008
AUTHOR:			Wade Womersley, Andrew Routledge

NOTES:			The 1st section will reset any variance
			across all browsers making them all
			appear very similar, however it also means
			everything needs its own custom style!
			Retrieved from various sources over the net

-- CONTENTS -----------------------------------------------

	=1:		[STANDARDS / HTML]
	=2:		[LINKS]
	=3:		[COMMON ELEMENTS]
	=4:		[MAIN.TPL COLUMN]
	=5:		[SIDEBAR COLUMN]
	=6:		[FOOTER]
	=7:		[LISTS]
	=8:		[FORMS]
	=9:		[IMAGES]
	=10:	[MISC]	
	
---------------------------------------------------------*/


/*------=1:	[STANDARDS / HTML] -----------------------------*/

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

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: white;
	line-height: 1;
	color: black;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}



/*------=2:	 [LINKS] ---------------------------------------*/
a {
	text-decoration: none;
}
a, a:visited {
	color: #03509e;
}


/*------=3:	 [COMMON ELEMENTS] -----------------------------*/

hr {
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: 0px;
	width: 90%;
}

.floatLeft { float: left; }
.floatRight { float: right; }
.pointer {cursor:pointer; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.clearBoth {
	clear: both;
}

p { line-height: 1.3em; }

.bold {	font-weight: bold; }


/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}


/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#7cc909;
	padding-bottom:10px;
}



/*------=4:	 [MAIN.TPL] ------------------------------*/



body {
	background:url(../images/background.jpg) no-repeat;
	background-color: #fff;
	text-align:center;
}

.pageHolder {
	background:url(../images/peeping-kids.png) no-repeat;
	width:1148px;
	margin:0 auto;
}

.header {
	background:url(../images/header.png) no-repeat;
	width:973px;
	height:298px;
	float:left;
	margin-left:185px;
}

	.header #logo {
		float:right;
		margin-right:140px;
	}
	
.mainNav {
	float:left;
	width:100%;
	margin-top:58px;
	padding-left:10px;
}

	.mainNav img {
		float:left;
	}

.contentContainer {
	float:left;
	width:813px;
	margin-left:193px;
	padding-left:10px;
	height:100%;
	text-align:left;
}

.lhc {
	float:left;
	width:427px;
}

.rhc {
	float:left;
	width:364px;
}

.vidPod {
	background:url(../images/vid_pod_bk.png) no-repeat;
	float:left;
	width:404px;
	height:194px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.aboutPod {
	float:left;
	background:url(../images/about_pod_bk.png) no-repeat;
	width:427px;
	height:auto;
	position:relative;	
}

 .aboutPod p {
	 width:380px;
	 margin-left:20px;
 }

	.aboutPod #openText {
		width:230px;
		padding-top:65px;
		margin-left:90px;
		text-align:center;
		font-weight:bold;	
		font-size:12px;
		padding-left:0;
	}
	
	.aboutPod #star1 {
		position:absolute;
		top:13px;
		left:-60px;
	}
	
	.aboutPod #star2 {
		position:absolute;
		top:10px;
		right:-40px;
	}

.formHolder {
	float:left;
	background:url(../images/form_bk.png) no-repeat;
	width:364px;
	height:auto;
	padding-left:10px;
	padding-top:30px;
}

	.formHolder form {
		float:right;
	}
	
	.formHolder fieldset {
		float:right;
		width:200px;
		padding:0 0 0 0;
		margin:0 0 0 0;
	}

	.formHolder label {
		width:65px;
		float:left;
		margin-bottom:5px;
		padding-top:3px;
	}
	
	.formHolder input {
		width:100px;
		float:left;
		margin-bottom:5px;
	}
	
	.formHolder select {
		width:104px;
		float:left;
		margin-bottom:5px;
	}
	
	.formHolder span {
		font-size:10px;
		color:#ccc;
		margin-right:22px;
		height:10px;
	}
	
	.formHolder .small {
		margin-right:5px;
		width:26px;
	}
	
	.formHolder #submit {
		background:url(../images/submit.png) no-repeat;
		width:170px;
		height:36px;
		border:none;
		margin-top:5px;
	}
	
	
.padded { 
	padding:10px 10px 10px 10px;
}

.blockButs {
	margin:0 auto;
	padding-top:10px;
	width:350px;
}

	.blockButs a {
		float:left;
		margin-left:25px;
		margin-top:10px;
	}

.logos {
	width:100%;
	background:url(../images/bot_divider.png) no-repeat top center;
	float:left;
	margin-top:10px;
	padding-top:15px;
	padding-left:40px;
}

	.logos a {
		float:left;
	}
	
.logoHolder {
	margin-left:270px;
}

.miscContent {
	width:772px;
	height:auto;
	background:url(../images/misc-bk.png) no-repeat;
	float:left;
	margin-left:215px;
	margin-top:10px;
}

.longer {
	height:400px;
}

.comingSoonHolder {
	padding-left:250px;
}

	#comingSoon form {
		float:left;
		width:300px;
		text-align:left;
	}
	
	#comingSoon fieldset {
		float:left;
		width:300px;		
		margin-top:20px;
		text-align:left;
	}
	
	#comingSoon label {
		width:60px;
		float:left;
		margin-bottom:5px;
	}
	
	#comingSoon input {
		float:left;
		width:160px;
		margin-bottom:5px;
	}
	
	#comingSoon #submit {
		margin-left:60px;
		width:164px;
		height:36px;
		background:url(../images/submit.png) no-repeat right;
		border:none;
	}
	

#termsForm {
	text-align:left;
	line-height:16px;
	float:left;
	margin-bottom:30px;
}

.prizeLogos {
	height:76px;
	float:left;
	margin-bottom:20px;
}

	.prizeLogos img {
		float:left;
	}
	
.directions {
	float:left;
	width:400px;
}

.map {
	float:left;
	width:300px;
	height:300px;
	border: 1px solid #444;
	padding: 3px;
	margin-bottom:20px;
}

/*---------vote/gallery page--------*/

#galleryBox {
	background: url('../images/galleryback.png') top left no-repeat;
	width: 745px;
	height: 513px;
	float:left;
	position: relative;
	margin-left:15px;
	margin-bottom:10px;;
	top: 10px;
    overflow: hidden;
}

	#galleryBox #pods {
		width: 745px;
		height: 386px;
		position: relative;
		top: 68px;
		left: 0;
	}
	
		#galleryBox #pods .entrant {
			width: 204px;
			height: 162px;
			position: absolute;
			background: #b6b6b6;
		}
		
			.entrant .photo {
				position: absolute;
			}

			.entrant .detailbar {
				background: url('../images/detailbar.png') top left no-repeat;
				width: 199px;
				height: 26px;
				position: absolute;
				bottom: 0;
				left: 0;
				color: #fff;
				font: 11px/24px Arial, Helvetica, sans-serif;
				padding-left: 5px;
			}

			.entrant .vote {
				width: 82px;
				height: 85px;
				position: absolute;
				bottom: 0;
				right: -10px;
                cursor: pointer;
			}
	
	#galleryBox #scrollbar {
		width: 735px;
		position: absolute;
		left: 10px;
		top: 445px;
		height: 12px;
		background: #000;
		font-size: 1px;
		line-height: 0.1px;
	}

	#galleryBox #scrollbar #dragger {
		width: 95px;
		height: 12px;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/dragger.gif') top left no-repeat;
		cursor: pointer;
	}

#voting {
	width: 300px;
	text-align: left;
	color: #fff;
	background: #999;
	overflow: hidden;
	position: absolute;
    padding: 10px 10px 0 10px;
    display: none;
    border: 5px solid #fff;
	z-index:101;
}

#voting label {
	width: 100px;
	float: left;
	display: block;
	margin-bottom: 8px;
}

#voting input {
	width: 150px;
	float: left;
	display: block;
	margin-bottom: 8px;
}

#voting #disclaimer {
	float: left;
	font-size: 0.8em;
}

#voting #disclaimer input {
	width: 0.7em;
	height: 0.7em;
	display: inline;
	float: left;
}

#voteWin .title {
	font-size: 1.4em;
	margin-bottom: 10px;	
}

#voting .voteBtn {
	background: url('../images/vote_but_off.png') no-repeat;
	width: 92px; 
	height: 123px;
	border: 0px;
	float: right;
}


/*-------------j carousel-----------------*/

.toddlerPicHolder {
	width:210px;
	height:210px;
	background-color:#ccc;
	float:left;
	position:relative;
	margin-bottom:10px;
}	

	.toddlerPicHolder .titleBar {
		width:100%;
		height:25px;
		position:absolute;
		top:180px;
		left:0px;
		background-color:#f791fb;
		font-weight:bold;
		text-align:center;
		color:#fff;
		padding-top:5px;
	}
	
	.galleryVoteBut {
		position:absolute;
		top:135px;;
		right:-10px;
		cursor:pointer;
	}
	
	.galleryBuyBut {
		position:absolute;
		top:5px;;
		left:5px;
		cursor:pointer;
	}	
		
.jcarousel-container {
    position: relative;
	margin-left:15px;
	width:745px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 210px;
    height: 210px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-tango .jcarousel-container {
	background:url(../images/galleryback.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 660px;
	height:440px;
    padding: 70px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 210px;
    height: 210px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  660px;
    height: 440px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  210px;
    height: 210px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 210px;
    height: 440px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	width:210px;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
	height:210px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 93px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../images/next-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 93px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../images/prev-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../images/next-vertical.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../images/prev-vertical.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}



	   
/*------=5:	 [SIDEBAR COLUMN] ------------------------------*/
				
/*------=6:	 [FOOTER] --------------------------------------*/

/*------=7:	 [LISTS] ---------------------------------------*/
ol, ul {
	list-style: none;
}

ul#gallery {
	list-style: none;
}
	ul#gallery li { 
		float: left;
		margin: 5px 5px 5px 5px;
	}



/*------=8: [FORMS] ---------------------------------------*/
form {margin-bottom: 0px;}

input.checkbox { width: 15px;}
.text { width: 220px; }
.tiny { width: 40px; }
.small { width: 80px; }
.med	{ width: 180px; }
.xlarge { width: 350px; }

input { font-size: 9pt; }

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}



	
/*------=9: [IMAGES] --------------------------------------*/

img {border: 0px; display: block;}	
img.inline { display: inline; }

img.imgBox { margin: 3px; padding: 2px; border: 1px solid #404040; }

img.middle { margin: 0px auto; text-align: center; }

/*------=10: [MISC] ----------------------------------------*/

.red { color: #cc0000; }
.green { color: #00FF00; }
.blue { color: #00CC00; }
.black { color: #000000; }
.white { color: #FFFFFF; }
.grey { color: #666666; }
.amber { color: #FF6600; }

/*------=11: [POPUP] ----------------------------------------*/

.overlay {
	position:absolute;
	top:0px;
	left:0px;
	background:#000;
	z-index:100;
}

a.close {
	float:right;
	color:#fff;
	font-weight:bold;
}

.error {
	border:1px solid red;
	color:red;
	font-size:10px;
}

.popup {
	background:#fff;
	padding:10px 10px 20px 10px;
	position:absolute;
	display:none;
	z-index:101;
	width:365px;

}

.popup .close {
	color:#000;
}

.vidBut {
	background:url(../images/vid-but.jpg) no-repeat;
	width:379px;
	height:34px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}


/*------=12: [PAGING] ----------------------------------------*/
.numbers {
	margin: 4px auto;
	padding: 0px;
	font-size: 10pt;
	text-align: center;
	height: 20px;
}

.numbers a {
	padding: 2px;
}

.numbers a:hover {
	text-decoration: underline;
	color: #CC00FF;
}
