/* RESET */
* { margin: 0; padding: 0; }

/* ELEMENTS */
body {
	background: #C3E1E3 url('../images/background.body.gif');
	font: 16px/24px Helvetica, Arial, sans-serif;
}

a {
	color: #C80000;
}

fieldset {
	margin-bottom: 30px;
	border: 0;
	background-color: #E8F3F4;
	padding: 24px;
}


p { margin-bottom: 20px; }

label, span.label {
	font: 14px/16px Helvetica, Arial, sans-serif;
	font-weight: bold;
}

fieldset p {
	margin-bottom: 10px;
}

h1 {
	font: bold 54px/54px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #C80000;
	margin-bottom: 40px;
}

h2 {
	font: bold 34px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #85999A;
	margin-bottom: 30px;
}

ol, ul {
	margin-left: 16px;
	margin-bottom: 20px;
}

/* LAYOUT */
#frame {
	width: 772px;
	margin: 48px auto;
	padding: 32px 64px;
	border: 2px solid #85999A;
	background: #FFF;
}

#left-column {
	float: left;
	width: 560px;
}

#right-column {
	float: right;
	width: 180px;
}

#form-left {
/*	float: left;
	width: 350px;*/
}

#form-right {
	/*float: right;
	width: 350px;*/
}

#logo {
	height: 104px;
	display: block;
	background: #9C6 url('/wp-content/themes/allergic-living-2010/images/title.logo.png') no-repeat 20px 10px;
	text-indent: -10000px;
}	



/* TITLE */
#title {

}

#food-label {
	border: 2px solid #C80000;
	margin: 28px 0px 48px 0px;
}

/* PROGRESS */
#progress-container {
	text-align: center;
	color: #C80000;
	border: 2px solid #C80000;
	font-weight: bold;
	padding: 28px;
}

#progress-empty {
	width: 48px;
	height: 176px;
	background: url('../images/background.progress-empty.png') bottom;
	display: block;
	position: relative;
	margin: 0px auto 20px auto;
}

#progress-full {
	position: absolute;
	display: block;
	width: 48px;
	height: 0px;
	top: 168px;
	background: url('../images/background.progress-full.png') bottom;
}


/* BUTTONS */
a.button {
	display: inline-block;
	color: #C80000;
	background-color: #E8F3F4;
	border-right: 2px solid #85999A;
	border-bottom: 2px solid #85999A;
	text-decoration: none;
	padding: 10px 20px 8px;
	font-size: 22px;
	font-weight: bold;
}

a#download-poster {
	width: 120px;
	height: 49px;
	background: transparent url(../images/buttons.download-poster.png) 0 0 no-repeat;
	display: block;
	margin: 20px auto;
	text-indent: -10000px;
}

a#download-poster:hover{
	background-position: 0 -49px;	
}


/* FORM */
#information-form input.text, #information-form textarea {
	width: 340px;
	border-top: 2px solid #85999A;
	border-left: 2px solid #85999A;
	font: 14px/16px Helvetica, Arial, sans-serif;
	padding: 4px 4px 3px 4px;
}

label.radio {
	font: 14px/16px Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#information-form textarea.personalization {
	display: block;
	width: 100%;
	margin:0px auto 15px;
	height: 140px;
}

/* LETTER PREVIEW */
#letter-preview {
	background-color: #FFF;
	padding: 38px 25px;
	border: 1px solid #A1B3B4;
	-moz-box-shadow: 0px 4px 8px #85999A;
	-webkit-box-shadow: 0px 4px 8px #85999A;
	box-shadow: 0px 4px 8px #85999A;
}

#letter-preview a {
	color: #000;
}

#letter-preview p {
	margin-bottom: 30px;
}

#full-preview {
	font-size: 14px;
}

#full-preview address {
	margin: 3px 0 20px 0;
	font-style: normal;	
	line-height: 1em;
}

#privacy {
	font: normal 14px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* MISC CLASSES */
span.req, label.error {
	color: #C80000;
}

.charleft {
		font: normal 10px/11px "Helvetica Neue", Helvetica, Arial, sans-serif;
}


