/* ERIC MEYER's RESET
*************************************************************/


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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* BASE
*************************************************************/
body{
	margin: 30px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #fff;
	background-image: url(_img/interface/bg-body-tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #666666;
}
#inner_body {
	width: 100%;
	height: 648px;
	/*background-image: url(_img/interface/bg-body.gif);
	background-repeat: no-repeat;
	background-position: top;*/
}
h1 {
	color: #3382c3;
	text-transform: uppercase;
	margin-bottom: 15px;
}
p {
	line-height: 18px;
	margin-bottom: 15px;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

/* FIXES
*************************************************************/
br.clear{
	clear: both;
}

/* ID
*************************************************************/
#container {
	width: 955px;
	margin: 0 auto;
	position: relative;
}
.content {
	float: left;
	margin-left: 28px;
	margin-top: 25px;
	width: 600px;
	position: relative;

}
.content a {
	color: #3382c3;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: .9em;
}
#icons {
	width: 558px;
	height: 209px;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
	z-index: 100;
}
#icons .media_icons {
	margin: 0 auto;
}
#countdown {
	width: 558px;
	height: 131px;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
	z-index: 100;
}
.right {
	float: right;
	width: 420px;
}
.email {
	text-transform: lowercase !important;
}
#music {
	position: relative;
	width: 70px;
	height: 70px;
	overflow: hidden;
}
/* CLASSES
*************************************************************/

/* HEADER
*************************************************************/
#logo a {
	width: 179px;
	height: 124px;
	display: block;
	background-image: url(_img/interface/lotus-awards-logo.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 30px;
}
ul#navigation {
	position: absolute;
	top: 40px;
	left: 280px;
}
ul#navigation li,
ul#footer li {
	display: inline;
	border-right: 2px solid #999;
	padding-right: 11px;
	padding-left: 9px;
	display: block;
	float: left;
}
ul#navigation li.last,
ul#footer li.last {
	border: none;
}
ul#navigation li.first,
ul#footer li.first {
	padding-left: 0;
}
ul#footer a {
	color: #67989c;
	text-transform: uppercase;
}
ul#footer a:hover,
ul#navigation a.active,
ul#footer a.active {
	color: #000;
}
#audio {
	position: absolute;
	top: 0;
	right: 0;
}
ul#navigation li a {
	background-image: url(_img/interface/bg-navigation2.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
	float: left;
	height: 15px;
}
/*
ul#navigation li#enter_the_show a {
	width: 120px;
	background-position: 0 -40px;
}
ul#navigation li#enter_the_show a:hover,
ul#navigation li#enter_the_show a.active {
	background-position: 0 0;
}
ul#navigation li#sponsorship a {
	width: 95px;
	background-position: -138px -40px;
}
ul#navigation li#sponsorship a:hover,
ul#navigation li#sponsorship a.active {
	background-position: -138px 0;
}

ul#navigation li#judges a {
	width: 57px;
	background-position: -244px -40px;
}
ul#navigation li#judges a:hover,
ul#navigation li#judges a.active {
	background-position: -244px 0;
}
ul#navigation li#mascots a {
	width: 70px;
	background-position: -315px -40px;
}
ul#navigation li#mascots a:hover,
ul#navigation li#mascots a.active {
	background-position: -315px 0;
}
ul#navigation li#venue a {
	width: 50px;
	background-position: -397px -40px;
}
ul#navigation li#venue a:hover,
ul#navigation li#venue a.active {
	background-position: -397px 0;
}
ul#navigation li#contact a {
	width: 71px;
	background-position: -460px -40px;
}
ul#navigation li#contact a:hover,
ul#navigation li#contact a.active {
	background-position: -460px 0;
}
*/
ul#navigation li#venue a {
	width: 143px;
	background-position: 0 -31px;
}
ul#navigation li#venue a:hover,
ul#navigation li#venue a.active {
	background-position: 0 0;
}
ul#navigation li#mascots a {
	width: 64px;
	background-position: -154px -31px;
}
ul#navigation li#mascots a:hover,
ul#navigation li#mascots a.active {
	background-position: -154px 0;
}
ul#navigation li#judges a {
	width: 54px;
	background-position: -231px -31px;
}
ul#navigation li#judges a:hover,
ul#navigation li#judges a.active {
	background-position: -231px 0;
}
ul#navigation li#sponsorship a {
	width: 74px;
	background-position: -298px -31px;
}
ul#navigation li#sponsorship a:hover,
ul#navigation li#sponsorship a.active {
	background-position: -298px 0;
}
ul#navigation li#entries a {
	width: 57px;
	background-position: -407px -31px;
}
ul#navigation li#entries a:hover,
ul#navigation li#entries a.active {
	background-position: -407px 0;
}
ul#navigation li#contact a {
	width: 65px;
	background-position: -477px -31px;
}
ul#navigation li#contact a:hover,
ul#navigation li#contact a.active {
	background-position: -477px 0;
}


/* SUB NAVIGATION
*************************************************************/
#sidebar {
	position: relative;
	float: left;
}
ul#subnavigation {
	margin-top: 25px;
}
ul#subnavigation li {
	margin-bottom: 25px;
}
ul#subnavigation li a {
	text-indent: -5000px;
	width: 265px;
	height: 91px;
	display: block;
	background-image: url(_img/interface/bg-subnavigation5.gif);
	background-repeat: no-repeat;
}
/*
ul#subnavigation li a#enter_your_work {
	background-position: 0 0;
}
ul#subnavigation li a#enter_your_work:hover {
	background-position: -303px 0;
}
ul#subnavigation li a#sponsor {
	background-position: 0 -109px;
}
ul#subnavigation li a#sponsor:hover {
	background-position: -303px -109px;
}
ul#subnavigation li a#meet_the_judges {
	background-position: 0 -219px;
}
ul#subnavigation li a#meet_the_judges:hover {
	background-position: -303px -219px;
}
ul#subnavigation li#social a {
	background-position: 0 -219px;
	cursor: default;
}
*/
ul#subnavigation li#gala a:hover {
	background-position: -302px 0;
}
ul#subnavigation li#mascots a {
	background-position: 0 -109px;
}
ul#subnavigation li#mascots a:hover {
	background-position: -302px -109px;
}
ul#subnavigation li#enter a {
	background-position: 0 -219px;
}
ul#subnavigation li#enter a:hover {
	background-position: -302px -219px;
}
#facebook,
#twitter {
	background-image: url(_img/interface/bg-social-icons2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 24px;
	display: block;
	text-indent: -5000px;
	float: left;
	position: relative;
	top: -6px;
}
#facebook {
	margin-right: 4px;
}
#twitter {
	background-position: -27px 0;
}
#tracksuit {
	width: 110px;
	height: 369px;
	background-image: url(_img/sponsors/tracksuit.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	left: 15px;
	text-indent: -5000px;
}

#cereal {
	width: 230px;
	height: 375px;
	background-image: url(_img/judges/cereal-box.jpg);
	background-repeat: no-repeat;
	float: left;
	text-indent: -5000px;
	overflow: hidden;
	background-position: -15px 0;
}
#closed {
	position: relative;
	left: 15px;
}

/* FOOTER
*************************************************************/
ul#footer {
	font-size: 96%;
}
#sponsors {
	margin-top: 10px; 
	width: 841px;
	height: 70px;
	background-image: url(_img/interface/sponsors.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
	position: relative;
	z-index: 500;
}

#map {
	position: absolute;
	top: 20px;
	right: 20px;
}

.small_col {
	width: 180px;
}
.medium_col {
	width: 450px;
}

.scroller {
	width: 560px;
	height: 311px;
	padding: 20px;
	overflow: hidden;
	background-image: url(_img/interface/bg-scoller.png);
	background-repeat: no-repeat;
}

.judges_scroller {
	width: 560px;
	height: 311px;
	padding: 20px;
	overflow: auto;
	background-image: url(_img/interface/bg-scoller.png);
	background-repeat: no-repeat;
}

#mascots_flash {
	width: 600px;
	height: 360px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 100;
}
#judgesPanel {
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding: 0 20px 20px 20px;
	position: relative;
}
#judgesPanel h2 {
	color: #c75b2c;
	font-size: 13px;
	margin: 0;
	padding-bottom: 0;
}
#judgesPanel p {
	margin-top: 0;
}
#judgesPanel .person {
	padding-top: 15px;
}
#judgesPanel .person_image {
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 10px;
}
#judgesPanel .person_content {
	float: left;
	width: 400px;
	color: #000;
}





ol {
	margin-left: 20px;
}
ol li {
	margin-bottom: 7px;
	list-style: decimal;
}







#bookcover a {
	width: 444px;
	height: 570px;
	background-image: url(_img/book/cover.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	z-index: 100;
	position: relative;
	text-indent: -5000px;
	display: block;
	cursor: pointer;
}

ul#navigation2 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 295px;
}
ul#navigation2 li {
	display: inline;
	border-right: 2px solid #999;
	padding-right: 11px;
	padding-left: 9px;
	display: block;
	float: left;
}
ul#navigation2 li.last {
	border: none;
}
ul#navigation2 li.first {
	padding-left: 0;
}
ul#navigation a.active {
	color: #000;
}
ul#navigation2 li a {
	background-image: url(_img/interface/bg-navigation3.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
	float: left;
	height: 15px;
}
#open a {
	background-position: 0 0;
	width: 107px;
}
#download a {
	background-position: -121px 0;
	width: 153px;
}
#open a:hover {
	background-position: 0 -33px;
}
#download a:hover {
	background-position: -121px -33px;
}

