/* jane iredale */

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

strong { font-weight: bold; }

em { font-style: italic; }

span { display: none; }

.clear { clear: both; height: 0px; font-size: 0px; }

a { color: #c23810; }
a:hover { color: #f30; }

/* --- clearfix ---- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}



/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 10px 20px;
	background-color: #f6ede4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Use percentages and ems for fonts: http://www.alistapart.com/articles/elastic/ */
	line-height: 1.3em;
	color: #000;
	text-align: center;
	}


/* ===========================================
         CONTAINER
==============================================*/
#container {
	width: 806px;
	margin: auto;
	text-align: left;
	}
	*+html #container { width: 805px; /* Win/IE7 */ }


/* ---- Drop shadow ---- */
#container .bdr_r { background: url(images/page-shadow-bdr_r.gif) top right repeat-y; }
#container .bdr_b { background: url(images/page-shadow-bdr_b.gif) bottom left repeat-x; }

#container .tr { background: url(images/page-shadow-tr.gif) top right no-repeat; }
#container .br { background: url(images/page-shadow-br.gif) bottom right no-repeat; }
#container .bl { background: url(images/page-shadow-bl.gif) bottom left no-repeat; padding-bottom: 1px; } 
	/* Add padding-bottom or else margin-bottom in #container-inner won't work */


/* ---- Inner container ---- */

#container-inner {
	margin: 0 9px 6px 0;
	padding: 0 24px 45px 20px;
	background-color: #fff;
	_zoom: 1; /* Win/IE6 */
	_display: inline; /* Win/IE6 */
	}
	*+html #container-inner { zoom: 1; display: inline; /* Win/IE7 */ }


/* ===========================================
         CONTENT
==============================================*/
#content {
	}


/* ===========================================
         HEADER
==============================================*/
#header {
	border-bottom: 1px solid #dacbac;	
	}

#header img {
	float: left;
	}


/* ===========================================
         SWEEPS FORM PAGE
==============================================*/

#sweeps #content {
	float: left;
	width: 372px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


/* ---- Intro text ---- */

#beautyDream {
	margin: 39px 20px 20px 30px;
	}

#beautyDream h1 {
	}

#beautyDream p {
	margin-top: 12px;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #424242;
	}
	
#beautyDream h3 {
	margin-top: 20px;
	padding-top: 13px;
	border-top: 1px solid #b6985a;
	}

#beautyDream ul {
	margin-top: 12px;
	margin-left: 16px;
	padding-bottom: 26px;
	border-bottom: 1px solid #b6985a;
	}

#beautyDream li {
	min-height: 44px;
	_height: 44px; /* Win/IE6 */
	list-style: none;
	margin-bottom: 8px;
	padding-left: 64px;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #424242;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

.peach { background-image: url(images/brightener-peach.jpg); }
.lilac { background-image: url(images/brightener-lilac.jpg); }
.bronze { background-image: url(images/brightener-bronze.jpg); }


/* ---- Sweeps form ---- */

#sweepsForm {
	float: left;
	width: 346px;
	margin-top: 14px;
	margin-left: 33px;
	padding: 23px 0 50px;
	color: #424242;
	background-color: #d9d0de;
	}

#sweepsForm h2 {
	margin-left: 25px;
	}

#chooseShade {
	margin: 12px 8px auto;
	padding: 11px 20px 10px 17px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#shadeDesc {
	font-size: 1.2em;
	line-height: 1.3em;
	}

#chooseShade ul {
	margin-top: 14px;
	}

#chooseShade li {
	float: left;
	width: 75px;
	min-height: 69px;
	_height: 69px; /* Win/IE6 */ 
	padding-left: 65px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

.light 			{ background-image: url(images/dreamTint-light.jpg); }
.mediumLight 	{ background-image: url(images/dreamTint-mediumLight.jpg); }
.medium 		{ background-image: url(images/dreamTint-medium.jpg); }
.mediumDark 	{ background-image: url(images/dreamTint-mediumDark.jpg); }
.dark 			{ background-image: url(images/dreamTint-dark.jpg); }

#chooseShade input {
	float: left;
	margin-left: -1px;
	}
	
#chooseShade label {
	clear: left;
	display: block;
	}

#ifUnavailable {
	color: #797979;
	}

/* ---- Personal info ---- */

#personalInfo {
	margin: 8px 32px auto 33px;
	font: 1.1em/1.3em Arial, Helvetica, sans-serif;
	}

#personalInfo li {
	margin-bottom: 6px;
	}
	
#personalInfo #required {
	margin-bottom: 12px;
	padding: 0.4em 2px;
	font-size: 1.1em;
	color: #955c9d;
	border-top: 1px solid #89405c;
	border-bottom: 1px solid #89405c;
	}

#personalInfo label {
	float: left;
	padding-top: 2px;
	padding-left: 2px;
	width: 89px;
	}

#personalInfo input { width: 186px; _width: 180px; /* Win/IE6 */ } 
	*+html #personalInfo input { width: 180px; /* Win/IE7 */ }
#personalInfo .checkbox { width: auto;	}
#personalInfo select { width: 136px; _width: 130px; /* Win/IE6 */ }

#personalInfo #ZipCode { width: 100px; }

#personalInfo li em {
	display: block;
	margin-top: -0.4em;
	font-style: normal;
	font-size: 0.9em;
	}

#personalInfo #age {
	margin-top: 12px; 
	}

#personalInfo .checkboxLine input { 
	float: left; 
	width: auto;
	}

#personalInfo .checkboxLine label { 
	width: 250px; 
	line-height: 1.3em;
	margin-left: 6px; 
	}

#personalInfo .checkboxLine em {
	display: inline;
	margin-top: 0;
	font-size: 1em;
	font-style: italic;
	}
	
#personalInfo  #buttonLine {
	margin-top: 1.6em;
	}

#personalInfo  #buttonLine a {
	display: block;
	width: 168px;
	margin-bottom: 4px;
	_margin-bottom: 6px; /* Win/IE6 */
	}

#personalInfo #buttonLine input { width: 168px; }

#disclaimer {
	margin-top: 1em;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #797979;
	}


/* ===========================================
         FOOTER
==============================================*/

#footer {
	margin-top: 7px;
	padding-top: 0.4em;
	border-top: 1px solid #d5d5d5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #797979;
	}

#footer a {
	color: #797979;
	}

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



/* ===========================================
         THANKS AND ERROR PAGES
==============================================*/

#thanks #container-inner {
	margin: 0 9px 6px 0;
	padding: 16px 30px 45px 30px;
	}

#thanks #content {
	padding: 40px 0 128px 50px;
	border: 3px solid #b6985a;
	}

#thanks #header {
	float: left;
	border-bottom: 0;
	}

#thanksMsg {
	float: left;
	width: 340px;
	margin-top: 72px;
	margin-left: 36px;
	}

#thanksMsg h1 {
	font: bold 2em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #b6985a;
	}

#thanksMsg p {
	margin-top: 8px;
	font: 1.5em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #797979;
	}

#thanksMsg a {
	color: #955c9e;
	}

#thanksMsg a:hover {
	text-decoration: none;
	}

#thanks #footer {
	margin-top: 110px;
	}


/* ===========================================
         OFFICIAL RULES
==============================================*/

#rulesText {
	margin: 20px 0 0 30px;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#rulesText h1 {
	font-size: 2.1em;
	font-weight: bold;
	}

#rulesText h2 {
	margin-top: 1.4em;
	margin-bottom: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}

#rulesText p {
	margin-bottom: 1em;
	}

#rulesText table {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid #a9a9a9;
	}

#rulesText th, #rulesText td {
	padding: 15px 20px 12px 30px;
	border-right: 1px solid #d4d4d4;
	}
	
#rulesText th {
	font-weight: bold;
	border-bottom: 1px solid #d4d4d4;
	}

#rulesText td {
	padding-top: 8px;
	}

#rulesText .last {
	border-right: none;
	}