/*
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;
}

/* ===========================================================
   AOY
   =========================================================== */
#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999;
}
body {
	font-size: 14px;
}
.wrap a, .wrap a:visited {
	color: #333;
}
#content h1 {
	margin: 0 0 20px 0;
}
p {
	margin: 0 0 20px 0;
	line-height: 20px;
}
h1 {
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 25px;
}
h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
}
a:hover {
	text-decoration: none;
}
#container {
	position: relative;
}
#logo {
	width: 400px;
	text-align: center;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
	background: #0069E6;
	overflow: hidden;
}
#nav {
	width: 600px;
	float: right;
}
#nav ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 20px;
}
#nav ul li {
	float: left;
	margin: 0 25px 0 0;
}
#nav ul li a {
	text-decoration: none;
	font-weight: bold;
}
#about {
	width: 100%;
}
#about p {
	width: 560px;
	float: right;
	padding: 20px;
	margin: 0;
}

#sidebar {
	width: 360px;
	padding: 20px;
	float: left;
}
#sidebar_top {
	text-align: center;
}
#sidebar h2 {
	font-size: 12px;
	margin: 0;
}
#sidebar h2 .venue {
	display: block;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 30px;
}
#sidebar .register_button {
	clear: both;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sponsors {
	clear: both;
	margin: 30px 0;
	padding: 0;
}
.sponsor_type {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0 10px 0;
}
.sponsor_type:first-child {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
#content {
	width: 560px;
	padding: 20px;
	float: left;
	min-height: 800px;
}

/* ===========================================================
   ARCHIVE/PREVIOUS HONOREES
   =========================================================== */
#archive {
	padding: 0;
}
#archive h3 {
	font-weight: bold;
	clear: both;
	float: left;
	padding: 8px 35px;
	font-size: 20px;
	height: 22px;
	display: block;
	margin: 20px 0 20px -35px;
}
#archive ul, #archive p {
	clear: both;
	list-style-type: none;
}

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

.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: 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_shipping 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;
}

#form_categories ul li {
	float: left;
	margin: 0 15px 5px 0;
}

#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;
	background: #db2328;
	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;
}