/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

/* BODY */
body {
	background:#fff url(../images/bg_tile.jpg) repeat scroll center top;
	color: #fff;
	font: normal 11px Arial, Helvetica, sans-serif;
}

/* IMAGES */
img, a img { border: 0; }
img.png24 { behavior: url('../images/pngfix.htc') }

/* LINKS */
a, a:link, a:visited { color: #9c3; text-decoration: none; }
a:hover, a:active { color: #ff8b02; text-decoration: none; }

/* TEXT */
p { margin: 1em 0; }
b, strong { font-weight: bold; }
i { font-style: italics; }
em { background-color:#ffc; }
small { font-size: 0.75em; }

/* HEADERS */
h1 { font-size: 2.5em; }
h2 { font-size: 2.3em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/* LISTS */
ul, ol { list-style: none; }
ul.bulleted li { margin-left: 1em; list-style: disc; }
ol.numbered li { margin-left: 1.5em; list-style: decimal; }

/* FORMS */
form div { margin-bottom: 0.25em; }
form p { margin-bottom: 1em; }

input[type=text], input[type=password], select, textarea {
	border: 1px solid #999;
	padding: 0.2em;
}
input[type=submit] {}
input[type=button] {}

select option { padding-right: 1em; }

fieldset {
	border: 1px solid;
	border-color: #666 #666 #777;
	margin: 1em 0;
	padding: 0.75em;
}
fieldset legend { color: #999; }

/* TABLES */
table tr { vertical-align: top; }
table.midcells tr, table tr.midcells { vertical-align: middle; }
table.padded tr th, table.padded tr td, th.padded, td.padded { padding: 0.2em; }

/* DATA TABLES */
table.data {
	width: 100%;
	border-collapse: collapse;
}
table.data tr th {
	text-align: left;
	border-bottom: 1px solid #fff;
	background-color: #333;
	color: #fff;
	font-weight: bold;
}
table.data tr  { vertical-align: top; }
table.data tr th, table.data tr td { padding: 0.3em; }
table.data tr.odd td { background-color: #121212; color: #fff; }
table.data tr.even td { background-color: #333; color: #fff; }


/* UTILITIES */
.clear_both { clear: both; }
.clear_left { clear: left; }
.clear_right { clear: right; }
.float_left { float: left; }
.float_right { float: right; }
.text_center { text-align: center; }
.text_left { text-align: left; }
.text_right { text-align: right; }
.scroll_overflow { overflow: auto; }
.debug { border: 1px solid #0c3; }
.debugbg { background-color: #cfc; color: #000; }

/* NOTICE/ERRORS */
#notice, #error, #errorExplanation {
	margin: 1em 0;
	padding: 1em;
	font-size: 1.5em;
	color: #000;
	z-index: 99;
}
#notice {
	border: 1px solid #0f0;
	background-color: #cfc;
}
#error, #errorExplanation {
	border: 1px solid #f00;
	background-color: #fcc;
}
#notice a.confirm, #error a.confirm {
	float: right;
}

/* ADMIN CODE HELP */
#codehelp {
	clear: both;
	float: right;
	width: 450px;
	margin: 10px 0;
	border: 1px solid #666;
	background-color: #eee;
	padding: 10px;
	color: #333;
	font-size: 10px;
}
span.code { color: #f00; }



/*
 * LAYOUT
 */
#wrapper {
	width: 1000px;
	height: 800px;
	border-right: 1px solid #ccc;
	background: url(../images/bg_wrapper.jpg) no-repeat;
}
#account {
	float:right;
	padding: 5px 10px;
}

#ribbon {
	position: absolute;
	z-index: 98;
	left: 0;
	top: 0;
}

#logo {
	position: absolute;
	z-index: 98;
	left: 130px;
	top: 17px;
}

/* TOP NAV */
#nav {
	position: absolute;
	z-index: 98;
	left: 130px;
	top: 275px;
	width: 475px;
}
#nav #nav_boards {
	float: left;
	margin-right: 13px;
}
#nav #nav_binders {
	float: left;
	margin-right: 13px;
}
#nav #nav_boots {
	float: left;
	margin-right: 13px;
}
#nav #nav_contact {
	float: left;
	/*margin-right: 13px;*/
}

/* TOP NAV's SUB NAV */
#nav_sub {
	position: absolute;
	z-index: 98;
	left: 130px;
	top: 299px;
	z-index: 99;
}
#nav_sub a, #nav_sub a:link, #nav_sub a:visited { color: #000; font-weight: bold; text-decoration: none; }
#nav_sub a:hover, #nav_sub a:active { color: #9c3; text-decoration: none; }

#nav_sub #nav_sub_boards {
	position: absolute;
	margin-left: 0px;
	width: 580px;
}
#nav_sub #nav_sub_binders {
	position: absolute;
	margin-left: 105px;
	width: 325px;
}
#nav_sub #nav_sub_boots {
	position: absolute;
	margin-left: 207px;
	width: 275px;
}
#nav_sub #nav_sub_helmets {
	position: absolute;
	margin-left: 297px;
	width: 275px;
}

#nav_sub ul {
	float: left;
	margin-right: 13px;
}
#nav_sub ul li {
	font-size: 9px;
	line-height: 15px;
}

#nav_sub ul li.nav_sub_head { color: #006666;font-weight: bold; }
#nav_sub ul li.nav_sub_active a {
	color: #9c3;
	font-weight: bold;
	/*
	list-style-image: url('../images/nav_sub_bullet.png');
	list-style-position: outside;
	*/
}

/* CONTENT */
#content {
	position: absolute;
	z-index: 98;
	left: 130px;
	top: 385px;
	z-index: 5;
}
#content_adminbox {
	position: absolute;
	left: 130px;
	top: 300px;
	width: 718px;
	height: 437px;
	border: 3px solid #9c3;
	padding: 10px;
	background-color: #fff;
	color: #000;
	overflow: auto;
}
#content_box {
	position: absolute;
	left: 130px;
	top: 385px;
	width: 738px;
	height: 372px;
	border: 3px solid #9c3;
	background-color: #fff;
	color: #000;
}
#content_nav {
	float: left;
	width: 237px;
	height: 352px;
	padding: 10px;
	margin-right: 50px;
	overflow: auto;
}
#content_nav ol {
	list-style: decimal;
	margin-left: 20px;
}

#content_body {
	float: left;
	width: 260px;
	padding: 10px;
}
#content_body p {
	margin: 1em 0;
}
#content_body p.logo {
	margin-top: 25px;
	border-top: 4px solid #02232e;
	padding-top: 38px;
}


/* BASE NAV */
#basenav {
	position: absolute;
	z-index: 98;
	left: 130px;
	top: 762px;
}
#basenav .basenav_line { margin-bottom:5px; }
#basenav .basenav_item {
	float: left;
	margin-right: 13px;
}

#logo_ilovemorrow {
	position: absolute;
	z-index: 98;
	left: 40px;
	top: 751px;
}

#contest_logo_small {
	position: absolute;
	z-index: 98;
	left: 897px;
	top: 592px;
}

#copyright {
	position: absolute;
	left: 130px;
	top: 815px;
	padding: 8px;
	background-color: #000;
}
.copyright {
	color: #666;
	font-size: 10px;
}

/* MISC */
#collections_ilovemorrow {
	position: absolute;
	z-index: 10;
	left: 637px;
	top: 22px;
}

#dealers {
  color: #333;
  position: absolute;
  top: 315px;
  left: 130px;
  width: 800px;
  height: 400px;
}

#dealers h4 {
  color: #8CC63F;
}

#dealer_results {
  position: absolute;
  left: 200px;
  width: 600px;
  height: 390px;
  overflow: auto;
  top: 0;
}

/* FAME WAR CORNER */
#famewar_corner{
	position:absolute;
	top:0;
	left:0;
	height:189px;
	width:189px;
	z-index:250;
}