


/* **************************************** TEMPLATE - CONTEST ENTRY (splash, reg, limit, etc) **************************************** */
body {
	background: #251f1a;
	color: #5e4631;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}





/* -------------------- PAGE IMAGERY -------------------- */
#wood-container {
	background: url(../images/bg_woodpanel_twopane.jpg) no-repeat;
	margin: 0 auto;
	width: 1100px;
	}
	
#paper-middle {
	margin: 0 auto;
	position: relative;
	width: 954px;
	z-index: 1;
	}
	
#paper-yellow {
	background: #eae8d3 url(../images/bg_paper_yellow.jpg) repeat-y;
	min-height: 657px;
	position: relative;
	z-index: 1;
	}
	
*html #paper-yellow {
	height: 657px; /* IE min-height fix */
	}
	
#paper-line {
	background: url(../images/bg_paper_line.jpg) no-repeat;
	height: 2px;
	}
	
#paper-white {
	background: #fff;
	}





/* -------------------- PAGE LOGO -------------------- */
#page-logo {
	position: absolute;
	top: 15px;
	left: 55px;
	z-index: 3;
	}

#page-logo h1 a {
	background: url(../images/logo_realdogs_book.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 339px;
	width: 309px;
	}
	
#page-logo h1 a span {
	display: none;
	}





/* -------------------- GRAPHICS -------------------- */
#page-graphics {
	}
	
.graphic {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	}

#graphic-bone {
	background-image: url(../images/graphic_bone.png);
	height: 154px;
	width: 185px;
	top: 20px;
	left: 470px;
	z-index: 3;
	}
	
#graphic-cans {
	background-image: url(../images/graphic_cans.png);
	height: 168px;
	width: 174px;
	top: 390px;
	left: 180px;
	z-index: 3;
	}
	
#graphic-paws {
	background-image: url(../images/graphic_paws.png);
	height: 100px;
	width: 197px;
	bottom: 30px;
	left: 45px;
	z-index: 2;
	}
	
#graphic-rug {
	background-image: url(../images/graphic_rug.png);
	height: 284px;
	width: 1008px;
	top: 0px;
	left: -70px;
	z-index: 2;
	}





/* -------------------- PAGE EXPLANATION -------------------- */
#page-explanation {
	color: #6b6b6b;
	font-size: 11px;
	position: absolute;
	top: 90px;
	right: 75px;
	width: 210px;
	z-index: 3;
	}





/* -------------------- PAGE HEADLINES -------------------- */
#page-headline {
	}
	
.headline {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	}
	
.headline span {
	display: none;	
	}
	
#headline-early {
	background-image: url(../images/headline_early.png);
	height: 124px;
	right: 60px;
	top: 160px;
	width: 481px;
	}
	
#headline-enteremail {
	background-image: url(../images/headline_enteremail.png);
	height: 112px;
	right: 130px;
	top: 160px;
	width: 399px;
	}
	
#headline-oops {
	background-image: url(../images/headline_oops.png);
	height: 119px;
	right: 140px;
	top: 170px;
	width: 392px;
	}
	
#headline-reg {
	background-image: url(../images/headline_reg.png);
	height: 132px;
	right: 150px;
	top: 150px;
	width: 382px;
	}

#headline-sorry {
	background-image: url(../images/headline_sorry.png);
	height: 129px;
	right: 110px;
	top: 160px;
	width: 442px;
	}
	
#headline-story {
	background-image: url(../images/headline_story.png);
	height: 129px;
	right: 130px;
	top: 150px;
	width: 425px;
	}
	
#headline-thanks {
	background-image: url(../images/headline_thanks.png);
	height: 177px;
	right: 110px;
	top: 170px;
	width: 444px;
	}





/* -------------------- PAGE CONTENT -------------------- */
#page-content {
	padding-bottom: 15px;	
	}


/* EARLY */
#content-early {
	left: 400px;
	padding-top: 380px;
	position: relative;
	width: 490px;
	z-index: 5;
	}
	
#content-early #section-01 {
	width: 450px;	
	}
	
#content-early #section-02 {
	margin-top: 40px;
	float: right;
	}
	
#content-early #callout-legal {
	bottom: -20px;
	right: -10px;
	}



/* ENTER EMAIL */
#content-enteremail {
	margin: 0 auto;
	padding-top: 380px;
	position: relative;
	width: 550px;
	z-index: 5;
	}
	
#content-enteremail #section-01 {
	float: right;
	font-size: 11px;
	margin-bottom: -30px;
	padding-right: 190px;
	}
	
#content-enteremail #section-02 #field-email,
#content-enteremail #section-02 #btn-enter {
	display: block;
	float: left;
	}
	
#content-enteremail #section-02 #btn-enter {
	margin-left: 50px;
	margin-top: -5px;
	}

#content-enteremail #section-03 {
	clear: both;
	}
	
#content-enteremail #section-03 .table-select tr td {
	font-size: 11px;	
	}
	
#content-enteremail #callout-legal {
	bottom: 0px;
	right: -35px;
	}



/* REG */
#content-reg {
	padding-top: 300px;
	position: relative;
	width: 900px;
	z-index: 5;
	}
	
#content-reg #section-01 { /*houses: all fields required*/
	padding-bottom: 35px;
	padding-left: 530px;
	}
	
#content-reg #section-02 { /*houses: first name through phone*/
	float: left;
	padding-left: 70px;
	padding-right: 50px;
	width: 250px;
	}
	
#content-reg #section-03 { /*houses: address through zip*/
	float: left;
	padding-right: 50px;
	width: 250px;
	}
	
#content-reg #section-03 #subsection-01 { /*houses: city*/
	float: left;
	padding-right: 5px;
	width: 110px;
	}
	
#content-reg #section-03 #subsection-02 { /*houses: state*/
	float: left;
	padding-right: 5px;
	width: 55px;
	}
	
#content-reg #section-03 #subsection-03 { /*houses: zip*/
	float: left;
	width: 70px;
	}
	
#content-reg #section-04 { /*houses: captcha*/
	float: left;
	font-size: 11px;
	width: 225px;
	}
	
#content-reg #section-04 p {
	margin-bottom: 12.5px;
	}
	
#content-reg #section-05 { /*houses: checkbox terms and conditions*/
	float: left;
	*margin-top: -30px;
	padding-left: 355px;
	padding-top: 20px;
	width: 360px;
	}
	
#content-reg #section-06 { /*houses: next button*/
	float: left;
	*margin-top: -30px;
	padding-left: 40px;
	padding-top: 20px;
	width: 130px;
	}
	
#content-reg #callout-legal {
	bottom: -20px;
	right: -25px;
	}



/* STORY */
#content-story {
	padding-top: 320px;
	position: relative;
	width: 900px;
	z-index: 5;
	}
	
#content-story #section-01 { /*houses: first paragraph*/
	font-size: 12px;
	padding-left: 380px;
	width: 520px;
	}
	
#content-story #section-02 { /*houses: * required field*/
	font-size: 11px;
	position: absolute;
	right: 30px;
	top: 385px;
	}
	
#content-story #section-03 { /*houses: dog name through breed*/
	float: left;
	padding-left: 70px;
	padding-right: 60px;
	width: 250px;
	}
	
#content-story #section-04 { /*houses: upload photo through story*/
	float: left;
	width: 520px;
	}
	
#content-story #section-04 #subsection-01 { /*houses: legal and button*/
	color: #4e4e4e;
	font-size: 10px;
	}
	
#content-story #section-04 #subsection-01 #btn-submit { /*houses: legal and button*/
	float: right;
	margin-top: -40px;
	}
	
#content-story #callout-legal {
	bottom: -15px;
	right: 304px;
	}



/* LIMIT */
#content-limit {
	left: 400px;
	padding-top: 380px;
	position: relative;
	width: 490px;
	z-index: 5;
	}
	
#content-limit #section-01 {
	font-size: 16px;
	font-weight: bold;
	}
	
#content-limit #section-02 {
	margin-top: 40px;
	float: right;
	}
	
#content-limit #callout-legal {
	bottom: -20px;
	right: 25px;
	}



/* LIMIT REG */
#content-limit-reg {
	left: 400px;
	padding-top: 380px;
	position: relative;
	width: 490px;
	z-index: 5;
	}
	
#content-limit-reg #section-01 {
	font-size: 16px;
	font-weight: bold;
	}
	
#content-limit-reg #section-02 {
	margin-top: 40px;
	float: right;
	}
	
#content-limit-reg #callout-legal {
	bottom: -25px;
	right: -45px;
	}



/* ERROR */
#content-error {
	left: 400px;
	padding-top: 380px;
	position: relative;
	width: 490px;
	z-index: 5;
	}
	
#content-error #section-01 {
	font-size: 16px;
	font-weight: bold;
	}
	
#content-error #section-02 {
	margin-top: 40px;
	float: right;
	}



/* SUCCESS */
#content-success {
	left: 400px;
	padding-top: 380px;
	position: relative;
	width: 490px;
	z-index: 5;
	}
	
#content-success #section-01 {
	}
	
#content-success #section-02 .button {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	}
	
#content-success #section-03 {
	padding-top: 40px;
	*padding-top: 15px;
	}
	
#content-success #callout-legal {
	bottom: -25px;
	right: 295px;
	}



/* OVER */
#content-over {
	left: 400px;
	padding-top: 380px;
	position: relative;
	width: 500px;
	z-index: 5;
	}
	
#content-over #section-01 {
	font-size: 16px;
	font-weight: bold;
	}
	
#content-over #section-02 {
	margin-top: 40px;
	float: right;
	}
	
#content-over #callout-legal {
	bottom: -25px;
	right: -12px;
	}





/* -------------------- PAGE LEGAL -------------------- */
#page-legal {
	color: #777;
	font-size: 11px;
	padding: 50px 30px;	
	}
	
#page-legal p {
	margin: 0 0 5px 0;
	}
	
#page-legal a {
	color: #777;
	text-decoration: underline;
	text-transform: uppercase;
	}
	
#page-legal a:hover {
	color: #222;
	text-decoration: underline;
	}










