body {
	background: #fbf1cf url(../images/bg.png);
	color: #333;
	font-size: small;
	margin: 0;
	text-align: center;
}
body, p, input, select, textarea {
	font-family: Georgia, serif;
}
br.clear {
	clear: both;
}
a {
	color: #d83a6e;
	text-decoration: none;
}
a:hover {
	color: #5badba;
}
a:focus {
	outline: 0;
}
textarea {
	overflow: auto;
}
span.error {
	color: #be051f;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	text-align: right;
}

#wrapper-outer {
	background-image: url(../images/header-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
}
#wrapper-inner {
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0 4px;
	width: 940px;
}

/* header */
#header {
	background-image: url(../images/avon-logo.png);
	background-position: 30px 10px;
	background-repeat: no-repeat;
	border-top: 5px #d83a6e solid;
	padding-top: 40px;
}
#nav {
	padding: 0 30px 40px 0;
	text-align: right;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #ad9969;
	font-size: 11px;
	letter-spacing: 0.10em;
	margin-left: 50px;
	text-transform: uppercase;
}
#nav li a:hover {
	color: #d83a6e;
}
#header h1 {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 289px;
	width: 100%;
}
#header h1 span {
	display: none;
}
#header h2 {
	display: none;
}

/* content */
#content {
	text-align: left;
}
#column-about {
	float: left;
	margin: 0 50px 0 15px;
	overflow: hidden;
	width: 425px;
}
#column-about h3 {
	background-image: url(../images/title-about-contest.png);
	background-repeat: no-repeat;
	height: 27px;
	margin-bottom: 20px;
	width: 196px;
}
#column-about h3 span {
	display: none;
}
#column-about p {
	line-height: 180%;
	padding-bottom: 20px;
}
div.schedule-outer {
	background-image: url(../images/schedule-top.png);
	background-repeat: no-repeat;
	float: left;
	padding-top: 12px;
	width: 383px;
}
div.schedule-inner {
	background-image: url(../images/schedule-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 12px;
	width: 100%;
}
div.schedule {
	background-color: #ffe1eb;
	padding: 20px 20px 0 20px;
	font-size: 11px;
}
div.schedule dl dt {
	float: left;
	padding-bottom: 15px;
	width: 215px;
}
div.schedule dl dd {
	color: #d83a6e;
	float: left;
	padding-bottom: 15px;
	text-transform: uppercase;
	width: 125px;
}

#column-extras {
	float: left;
	overflow: hidden;
	width: 415px;
}
#submit-story {
	border-bottom: 1px #f0acae dotted;
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#submit-story #button-submit-story {
	background-image: url(../images/button-submit-story-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 66px;
	margin-bottom: 20px;
	width: 415px;
}
#submit-story #button-submit-story:hover {
	background-image: url(../images/button-submit-story-sprite.png);
	background-position: 0 -66px;
}
#submit-story #button-submit-story span {
	display: none;
}
#submit-story p {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
#about-book h3 {
	background-image: url(../images/title-winner.png);
	background-repeat: no-repeat;
	height: 34px;
	margin-bottom: 20px;
	width: 259px;
}
#about-book h3 span {
	display: none;
}
#about-book p {
	line-height: 190%;
	padding-bottom: 20px;
}

/* authors */
#authors-outer {
	background-image: url(../images/authors-top.png);
	background-repeat: no-repeat;
	margin: 30px auto 30px auto;
	padding-top: 10px;
	width: 918px;
}
#authors-inner {
	background-image: url(../images/authors-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#authors {
	background-color: #fcf5da;
	padding: 8px;
}
#authors h4 {
	background-image: url(../images/title-authors.png);
	background-repeat: no-repeat;
	border-bottom: 1px #d8ccb1 dotted;
	height: 28px;
	margin: 0 1% 20px 1%;
	padding-bottom: 10px;
}
#authors h4 span {
	display: none;
}
#authors ul li {
	float: left;
	margin: 0 1%;
	overflow: hidden;
	width: 23%;
}
#authors ul li img {
	background-image: url(../images/author-photo-bg.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 6px;
	width: 80px;
}
#authors ul li h5 {
	color: #3c8892;
	letter-spacing: 0.08em;
	font-size: 90%;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#authors ul li p {
	line-height: 170%;
	font-size: 85%;
}

/* submit form */
#submit-outer {
	background-image: url(../images/form-top.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 10px;
	width: 917px;
}
#submit-inner {
	background-image: url(../images/form-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#submit-form {
	background-color: #c6dde0;
	padding: 8px;
}
#submit-form h4 {
	background-image: url(../images/title-submit.png);
	background-repeat: no-repeat;
	border-bottom: 1px #77b5b5 dotted;
	height: 39px;
	margin: 0 1% 20px 1%;
	padding-bottom: 10px;
}
#submit-form h4 span {
	display: none;
}
#submit-form form {
	float: left;
	overflow: hidden;
	width: 620px;
}
#submit-form p {
	padding-bottom: 20px;
}
#submit-form form label {
	color: #225656;
	display: block;
	float: left;
	font-size: large;
	margin-right: 10px;
	padding-top: 10px;
	text-align: right;
	text-transform: uppercase;
	width: 150px;
}
#submit-form form label span {
	display: block;
	font-size: small;
}
#submit-form form input.text,
#submit-form form textarea {
	border: 1px #ccc solid;
	color: #225656;
	font-size: large;
	padding: 10px;
	float: left;
	overflow: hidden;
	width: 430px;
}
#submit-form form textarea {
	height: 100px;
}
#submit-form form p.submit {
	text-align: right;
}
#submit-form form input.submit {
	background-image: url(../images/button-submit-form.png);
	background-repeat: no-repeat;
	border: 0;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 39px;
	letter-spacing: 0.08em;
	margin: 0 8px 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}

#submit-form #form-extras {
	float: left;
	margin-left: 50px;
	overflow: hidden;
	width: 200px;
}
#submit-form #form-extras p {
	color: #1f5757;
	font-size: 11px;
	line-height: 24px;
	padding-bottom: 15px;
}

#submit-form h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
}

/* Interior Page */
#int-content {
	padding: 30px;
	line-height: 190%;
}
#int-content h2 {
	color: #3c8892;
	font-size: x-large;
	margin-bottom: 30px;
}
#int-content ul {
	margin: 20px;
}

/* voting form */
#voting-outer {
	background-image: url(../images/form-top.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 10px;
	width: 917px;
}
#voting-inner {
	background-image: url(../images/form-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#voting-form {
	background-color: #c6dde0;
	padding: 8px;
}
#voting-form h3{
	background-image: url(../images/title-results.png);
	background-repeat: no-repeat;
	border-bottom: 1px #77b5b5 dotted;
	height: 41px;
	margin: 0 1% 20px 1%;
	padding-bottom: 10px;
}
#voting-form h3 span {
	display: none;
}
#voting-form h5 {
	font-size: 16px;
	font-weight: bold;
}
#voting-form p.submit,
#voting-form label.finalist {
	margin: 10px auto;
	width: 828px;
}
#voting-form label.finalist {
	background-image: url(../images/vote-label-top.png);
	background-repeat: no-repeat;
	display: block;
	padding-top: 12px;
}
#voting-form label.finalist span {
	background-image: url(../images/vote-label-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 12px;
	width: 100%;
}
#voting-form label.finalist span strong {
	display: block;
	float: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	margin: 0 15px;
	padding: 10px 0;
	width: 750px;
}
#voting-form label.finalist span strong em {
	display: block;
	color: #d83a6e;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
}
#voting-form label.finalist span input.radio {
	margin: 20px 0 0 15px;
}

#voting-form form input.submit {
	background-image: url(../images/button-submit-form.png);
	background-repeat: no-repeat;
	border: 0;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 39px;
	letter-spacing: 0.08em;
	margin: 0 8px 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
#voting-form a.view-results {
	font-size: 12px;
	letter-spacing: 0.08em;
	margin-right: 15px;
	text-transform: uppercase;
}
#voting-form label.active {
	background-image: url(../images/vote-label-top-over.png);
}
#voting-form label.active span {
	background-image: url(../images/vote-label-bottom-over.png);
}
#voting-form p.submit {
	text-align: right;
}
#voting-form p.content {
	float: left;
	width: 60%;
}
#voting-form div.vote-result-stats {
	float: left;
	margin-left: 5%;
	width: 35%;
}
#voting-form div.vote-result {	
	border-bottom: 1px #a5d2d3 solid;
	line-height: 150%;
	margin: 20px;
	padding-bottom: 15px;	
}
#voting-form dl {
	font-size: 12px;
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#voting-form dt,
#voting-form dd {
	display: inline;
}
div.vote-bar-shell {
	border: 1px #c7295d solid;
	height: 16px;
	overflow: hidden;
	width: 250px;
}
div.vote-bar-fill {
	background-color: #d83a6e;
	height: 16px;
}


/* contest rules page */
div.page-col {
	border-top: 5px #d83a6e solid;
	padding: 30px;
	line-height: 180%;
}
div.page-col p {
	margin: 10px 0;
}
div.page-col h2 {
	color: #3c8892;
	font-family: Georgia, serif;
	font-size: 28px;
	font-style: italic;
	padding: 15px 0;
}

/* footer */
#footer-outer {
	background-image: url(../images/footer-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
}
#footer-inner {
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 50px 14px 0 14px;
	width: 920px;
}
#footer {
	border-top: 1px #b6a682 dotted;
	padding: 30px 0;
}
#footer-social {
	float: left;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-align: left;
	text-transform: uppercase;
	width: 30%;
}
#footer-social a.social-link {
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding: 2px 0 5px 20px;
	width: 100px;
}
#footer-social #twitter {
	background-image: url(../images/twitter.png);
}
#footer-social #facebook {
	background-image: url(../images/facebook.png);
}
#footer-site {
	float: left;
	text-align: right;
	width: 69%;
}
#footer-site-links {
	color: #759ba1;
	font-size: 11px;
	letter-spacing: 0.08em;
	padding-bottom: 20px;
}
#footer-site-links a {
	text-transform: uppercase;
}

#site-copy p {
	color: #9c885c;
	font-size: 11px;
	padding-bottom: 8px;
}



