/*
RESET
-------------------------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, input,
blockquote {
	margin: 0px;
	padding: 0px;
}

fieldset, dl, dt, dd, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul, dl, ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/* 

  AWARDS

*/

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- MAIN STYLES & RESETS */
/* -------------------------------------------------------------------------------------------- */

#topNav {
	z-index: 1000;
	position: relative;
}

body {
	height: 100%;
	font: 12px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul, li, dl, dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1 {
	clear: left;
	margin: 0 0 12px 0;
	font-size: 25px;
	line-height: 25px;
}

h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 18px;
	position: relative;
	margin-bottom: 10px;
}

h2 a {
	font-size: 11px;
}

h4 {
	font-size:16px;
}

.container {
	width: 980px;
	margin: 0 auto;
}

.container a {
	color: #000;
}

.container a:hover {
	text-decoration: none;
}

small {
	font-size: 10px;
	color: #999;
}

#content {
	width: 759px;
	background: #fff;
	min-height: 600px;
	float: left;
	position: relative;	
}

#top {
	margin-bottom: 20px;
}

#bottom p {
	font-size: 11px;
	margin: 0 0 10px;
}

#left {
	width: 799px;
	float: left;
}

a.button, input.button {
	margin: 13px 0 0 0;
	display: block;
	width: 100px;
	color: #fff;
	border: none;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 5px 8px;
	text-decoration: none;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#best-in-show, .category {
	width: auto;
	clear: both;

	width: 717px;
	padding: 20px;
	border: 1px solid;
	position: relative;
	margin: 10px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.category small {
	margin: 20px 0 0 0;
	display: block;
	text-align: center;
}

.category dl {
	margin: 0 0 20px 0;
}

.category dl dt {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- HEADER & NAVIGATION */
/* -------------------------------------------------------------------------------------------- */

#entry_deadline {
	overflow: hidden;
	padding: 10px 0;
}

#entry_deadline strong {
	font-weight: bold;
}
#entry_deadline strong a, #entry_deadline strong a:visited {
	color: #fff;;
}

#logo_container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#nav {
	float: left;
}

ul.tierone {
	float: left;
	padding: 0;
}

#nav li {
	width: auto;
	padding: 0 0 5px 0;
}

#nav li:last-child {
	padding: 0;
}

#nav li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 10px;
}

#nav li a:hover {
	text-decoration: underline;
}

#date {
	float: left;
	text-transform: uppercase;
	text-align: left;
	line-height: 16px;
	font-size: 10px;
	padding-left:30px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- FORMS */
/* -------------------------------------------------------------------------------------------- */

#register_left {
	float: left;
	width: 260px;
	padding: 0 20px 0 0;
	margin: 0 14px 0 0;
}

#register_right {
	width: 465px;
	float: left;
	position: relative;
}

#register_left .input {
	float: left;
	padding: 3px 0;
	height: 20px;
	width: 10%;
}
#register_left label {
	width: 90%;
}

.form_group {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #999;
	position: relative;
	overflow: hidden;
	clear: both;
	
	-webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	        border-radius: 10px;
}

.form_group h2 {
	margin-bottom: 15px;
}

.form_section {
	padding: 0;
	margin: 5px 0;
	display: block;
	overflow: hidden;
	clear: both;
}

.form_section input[type="text"] {
	padding: 2px 6px;
	font-size: 13px;
	width: 150px;
	opacity: .8;
	background: #fff;
	background: rgba(255,255,255,0.5);
	border: 1px solid #999;
}

.form_section textarea {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size: 13px;
	padding: 5px 10px;
}

.form_section p {
	margin: 0 0 20px 0;
}

.form_section p strong {
	margin: 20px;
	text-align: right;
}

.form_section select {
	width: 165px;
}

#trophy_order_form select#cfe,
#trophy_order_form select#cfe_category,
#trophy_order_form select#trophy_price {
	width: auto;
}

.form_group ul {
	overflow: auto;
}

.left {
	display: block;
	float: left;
	width: 325px;
}

.right {
	float: left;
	width: 100px;
	clear: none;
	text-align: right;
}

.right a {
	font-size: 11px;
	margin: 0 0 5px 0;
	display: block;
}

#checkout {
	margin: 10px 0;
	text-align: left;
}

#form_attending ul li,
#form_entries ul li,
#form_cart ul li {
	float: left;
	border-bottom: 1px dashed #999;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#form_entries ul:last-child li:last-child,
#form_cart ul:last-child li:last-child {
	border-bottom: none;
}
	
#form_about label,
#form_billing label,
#trophy_order_form label {
	display: inline;
	width: 120px;
	float: left;
	font-size: 12px;
	text-align: right;
	padding: 0 10px 0 0;
}

.form_group em {
	font-style: normal;
}

.edit_form {
	border-top:1px solid #999;
}

#form_categories {
	border-top:none;
}

#form_categories ul li {
	padding: 5px 0;
}

#form_categories ul li input {
	float: left;
	width: 18px;
	margin-top: 1px;
}

#form_categories ul li em {
	float: left;
	width: 222px;
}

#form_categories .error_row {
	display: block;
	margin-bottom: 10px;
}

#form_detail {
	position: relative;
}

#form_detail .form_section label {
	display: block;
	width: auto;
	font-size: 12px;
	text-align: left;
	padding: 8px 0 5px 0;
}

.expiration select {
	width: auto;
}
	
.error_row, span.error {
	font-size: 10px;
	font-weight: bold;
	color: red;
	margin: 0 0 0 3px;
}

ul#steps {
    position: absolute;
    right: 10px;
    top: 10px;
}

ul#steps li {
    color: #999999;
    float: left;
	clear: none;
    margin: 0 3px;
}

#total {
	margin: 10px 0;
	text-align: right;
	clear: both;
}

#code {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	margin: 10px 0;
}

input#submit, a#submit {
	border: none;
	display: block;
	color: #fff;
	float: right;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input#submit:hover, a#submit:hover {
	/*background: #b61800;*/
}

#order_item {
	overflow: auto;
	border-bottom: 1px dashed #999;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#order_item li {
	overflow: auto;
}

#order_item strong {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 10px;
}

#order_item .order_item_detail {
	display: block;
	float: left;
	width: 347px;
}
#register_left ul div.left {
	display: block;
	float: left;
	width: 153px;
}

#register_left ul div.right {
	float: left;
	width: 75px;
	clear: none;
	text-align: right;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- SIDEBAR */
/* -------------------------------------------------------------------------------------------- */

#sidebar {
	width: 180px;
	float: left;
	text-align:center;
	background:#fff;
	padding-bottom:25px;
	margin-left:1px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.sponsor_type {
	padding: 5px 10px;
	clear: both;
	font-size: 13px;
	display: block;
	font-weight: bold;
}

#sidebar em, #sidebar em a {
	font-style: normal;
	color:#999;
}

#sidebar img {
	margin:15px auto;
	clear: both;
}

.sponsorslide {
	min-height: 150px;
	padding: 0;
	margin-top: 0;
}

.sponsor_section {
	background: #fff;
	padding: 10px;
	text-align:center;
}

.sponsor_section:last-child {
	-moz-border-radius-bottomright: 8px;
}

.reception {
	font-size: 11px;
	display: block;
	color: #d1d1d1;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- FOOTER */
/* -------------------------------------------------------------------------------------------- */

#footer {
	width: 100%;
	padding: 10px 0;
	background: #d1d1d1;
	float: left;
}

span.headline {
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin: 10px 0 0 0;
	color:#555;
}

#footer ul {
	list-style: none;
	padding: 5px 0;
	clear: both;
}

#footer_left {
	width: 350px;
	padding: 0;
	float: left;
}

#footer_middle {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0 20px;
}

#footer_right {
	width: 120px;
	padding: 0;
	float: left;
	margin-right:20px;
}

#footer_contact {
	width: 200px;
	padding: 0;
	float:left;
}

#footer_contact ul, #footer_contact li {
	float: left;
	margin-right: 5px;
}

#footer_contact img {
	width: 25px;
	opacity: 0.5;
}

#footer_contact img:hover,
#footer_subscribe_button:hover {
	opacity: .7;
}

#footer_contact form {
	float: left;
}

#footer_contact li {
	margin-top: 0;
}

#footer_contact form label, #footer_contact ul li strong {
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: #666;
}

#footer_contact ul li strong {
	text-transform: uppercase;
}

#footer_contact input[type="text"] {
	font-size: 11px;
	padding: 1px 5px;
	margin-top: 10px;
	width: 180px;
	float: left;
}

#footer_contact input[type="submit"] {
	border: 0;
	background: #8e8e8e;
	color: #fff;
	float: right;
	padding: 3px 5px;
	margin: 10px 5px;
	font-size: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#footer_contact input[type="submit"]:hover {
	background: #666;
}

#footer a {
	line-height: 20px;
	color: #666;
	text-decoration: none;
}

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

#footer small {
	display: block;
	margin: 0 20px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- WINNERS */
/* -------------------------------------------------------------------------------------------- */
#categories ul {
	margin-left: 15px;
}

#categories ul li strong {
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
	color:#666;
}

#categories ul li {
	clear: both;
	width: 702px;
	padding: 8px 0;
	list-style-type: square;
}

#categories ul li a {
	font-weight: bold;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- FINALISTS */
/* -------------------------------------------------------------------------------------------- */

select#finalists_dropdown {
	position: absolute;
	right: 20px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- REGISTER */
/* -------------------------------------------------------------------------------------------- */

#register_left {
	width: 260px;
	padding: 0 20px 0 0;
	margin: 0 14px 0 0;
}

#register_right {
	width: 465px;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- SCREENING/JUDGING */
/* -------------------------------------------------------------------------------------------- */
h6 {
	color:#666;
	text-transform: uppercase;
	font-size:14px;
	display:inline;
}

.post {
	padding:15px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#tableBox td {
	padding:5px 0;
	vertical-align:top;
}

#tableBox td a {
	color:#096389;
}

#tableBox td:first-child {
	color:#666;
	line-height:normal;
	width:110px;
}

.postmetadata {
	font-size:11px;
	color:#666;
	padding:10px;
	margin-top:10px;
	border-top:1px solid #ccc;
}
.postmetadata a {
	color:#666;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- SPONSORS */
/* -------------------------------------------------------------------------------------------- */

#sponsor_content strong {
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	padding: 10px 0 0 0;
	margin:20px 20px 0 20px;
	border-top:1px solid #ccc;
}

#sponsor_content {
	width: 760px;
	text-align: center;
	margin:0 auto;
}

#sponsor_content img {
	margin:15px;
	vertical-align:middle;
}

#sponsor_content ul {
	background: #999;
}

#sponsor_content li {
	width: 390px;
	float: left;
	padding: 20px 0;
}