@charset "UTF-8";

/* General Setup */

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #101211;
}

body.rules{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin: 0px;
	padding: 24px;
	height: 100%;
	width: 600px;
	background-color: #ffffff;
}

img {
	border-style: none;
}


/* Common Styles */

#str_lft {
	background: #101211 url(../graphics/str_lft.jpg) no-repeat right top;
}

#str_rgt {
	background: #101211 url(../graphics/str_rgt.jpg) repeat-x left top;
}

h1 {
	color: #bc281e;
	font-size: 32px;
	line-height: 42px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 8px 0 0;
}

h2 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 8px 0 6px;
	line-height: 32px;
}

h3 {
	color: #bc281e;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 8px 0 0;
	}
	
h4 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 8px 0 0;
	}

#bg_content {
	padding: 0 56px 32px;
	background: #fff url(../graphics/bg_content.jpg) no-repeat 0 top;
}

#bg_content_nobasket {
	padding: 0 56px 32px;
	background: #fff url(../graphics/bg_content.jpg) no-repeat 0 top;
}

.boldlist {
	font-weight: bold;
}

.opening {
	font-size: 15px;
	line-height: 19px;
}

a,a:link:visited:active:focus{
	text-decoration: underline;
	color: #182cb7;
	font-size: 12px;
	line-height: 16px;
}

a:hover{
	text-decoration: underline;
	color: #c01e1b;
	font-size: 12px;
	line-height: 16px;
}

/* Specific Styles 

Example, the #bg_content_homepage has the picnic basket image in it. To revert to a version without th ebasket, sue the #bg_content style.

*/

#bg_content_homepage {
	padding: 0 56px 32px;
	background: #fff url(../graphics/bg_content_homepage.jpg) no-repeat 0 top;
}

.enterbutton {
	width: 335px;
	display: inline-block;
	font-size: 11px;
	color: #141414;
	line-height: 14px;
}


/* Created by Debora for Form styling functionality*/
/*form input and error styles*/
label { float: left; }
label.error { font-style:italic; float: none; color: red; padding-left: .5em; vertical-align: top; }
input.error[type=text], textarea.error, select.error {border: 1px dotted red; background-color: #FFFFD5; margin: 0px;}
input[type=text], textarea, select {border: 1px solid black; background-color: #FFFFFF; margin: 0px;}

/* upload button on enter-main.asp page */
.wrapper {
	width: 133px;
	margin: 0 auto;
}
div.button {
	height: 24px;	
	width: 220px;
	background: url(../graphics/btn_upload.png) 0 0;
	
	font-size: 14px;
	color: #C7D92C;
	text-align: center;
	padding-top: 6px;
}
div.button.hover {
	background: url(../graphics/btn_upload.png) 0 56px;
	color: #95A226;	
}

/* Entry Form(s) */

.label{
	font-size: 11px;
	color: #1a1a1a;
	padding-bottom: 6px;
	padding-top: 12px;
}

#entryitem {
	display: inline-block;
	padding-top: 12px;
}

.sampleentry {
	border: 1px solid #e3e3e3;
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	padding: 12px;
}

.category {
	font-size: 11px;
	color: #70111c;
	font-weight: bold;
	vertical-align: top;
}
.sample {
	color: #000;
	font-size: 11px;
	line-height: 14px;
}

.voteresults {
	color: Red;
	font-size: 12px;
	font-weight : bold;
}

.midlinks a:hover{
	text-decoration: underline;
	color: #c01e1b;
	font-size: 17px;
	line-height: 21px;
}

.midlinks a,a:link:visited:active:focus{
	text-decoration: none;
	color: #c01e1b;
	font-size: 17px;
	line-height: 21px;
}

/* Prize Page */

.prize_value {
	font-size: 11px;
	line-height: 14px;
	color: #282828;
}

#prize_title {
	font-size: 14px;
	font-weight: bold;
	color: #be251d;
}

#prize_description h2{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #b7241d;
}

#prize_description li{
	font-size: 12px;
	color: #0f0f0f;
	line-height: 16px;
	padding-top: 4px;
}





