﻿/* General */

/*Reset Common Tags*/

a,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    background-image:url(../../images/2011/background.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    font-family:Arial;
    font-size:12px;
    color:#ffffff;
    background-color:#000000;
}

a
{
    text-decoration:none;
    color:#f0e5d6;
    font-weight:bold;
}

a:hover
{
    color:#FFF;
	text-decoration:underline;
}

img
{
    border:0px;
}

p
{
    line-height:20px;
	margin-top:0px;
	margin-bottom:14px;
    margin-top:14px;
}

h1 
{
	color:#ffffff;
	font-size:40px;
	font-family:Times New Roman;
	padding-bottom:26px;
	line-height:36px;
	font-style:italic;
	font-weight:normal;
	border-bottom:solid 1px #FFF;
	width:460px;
	float:left;
}

h1.generic
{
	color:#ffffff;
	font-size:40px;
	font-family:Times New Roman;
	padding-bottom:26px;
	line-height:36px;
	font-style:italic;
	font-weight:normal;
	border-bottom:solid 1px #FFF;
	width:620px;
	float:left;
}

h2
{
	color:#ffffff;
	font-size:20px;
	font-family:Times New Roman;
	font-style:italic;
	font-weight:normal;
	float:left;
}

h2.previous
{
	color:#ffffff;
	font-size:20px;
	font-family:Times New Roman;
	font-style:italic;
	font-weight:normal;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

/* layout */

#container
{
    width:981px;
    margin:0px;
    float:left;
}

#layout
{
    clear:both;
    float:left;
    width:951px;
    margin:0 0 0 30px;
}

#header
{
    clear:both;
    float:left;
    width:951px;
}

#header-logo
{
    float:left;
    width:390px;
    margin-top:20px;
}

#header-nav
{
    float:left;
    width:421px;
    margin:20px 80px 0 60px;
    text-align:right;
}

#header-nav ul
{
    list-style:none;
    margin:0px;
    padding:0px;
}

#header-nav li
{
    display: inline;
    margin:0 10px 0 0;
    padding:0px;
}

#content
{
    clear:both;
    float:left;
    width:951px;
    margin-top:20px;
}

#content-leftcol
{
    float:left;
    width:231px;
    padding-right:20px;
}

/* nav */

#nav
{
    clear:both;
    float:left;
    width:260px;
}

#nav ul
{
	list-style:none;
    margin:0 0 0 0;
}

#nav li
{
    margin:0 0 7px 61px;
	display:block;
	width:150px;
	height:32px;
	border-bottom:solid 1px #FFF;
	padding-bottom:3px;
	padding-top:7px;
}

#nav a
{
    color:#f0e5d6;
    font-size:20px;
    font-family:Times New Roman;
    font-weight:normal;
}

#nav a:hover
{
    color:#FFF;
    text-decoration:none;
}

.overstate
{
    color:#FFF!important;
}

.overstate a
{
    color:#FFF!important;
}

#content-rightcol
{
    float:left;
    width:700px;
}

/* home */

#content-home
{
    clear:both;
    float:left;
    width:700px;
    margin-top:5px;
}

#content-home-left
{
    float:left;
    width:240px;
    margin-right:10px;
}

#content-home-right
{
    float:left;
    width:229px;
}

/* finalists */

#content-finalists
{
    clear:both;
    float:left;
    width:620px;
    margin-top:5px;
}

#content-text
{
    clear:both;
    float:left;
    width:460px;
    margin-top:5px;
}

#content-finalists-details-left
{
    float:left;
    width:210px;
    padding-right:40px;
    padding-top:20px;
}

#content-finalists-details-right
{
    float:left;
    width:370px;
    padding-top:20px;
    font-size:18px;
    font-family:Times New Roman;
    font-style:italic;
}

#content-finalists-list
{
    clear:both;
    float:left;
    width:620px;
    margin-top:20px;    
}

.finalists
{
    float:left;
    width:140px;
    padding-right:15px;
    padding-bottom:20px;
    text-align:center;
}

.previous-events
{
    clear:both;
    float:left;
    margin-bottom:20px;
    border-bottom: solid 1px #FFF;
}

.previous-events p
{
    width:580px;
}

.gallery
{
    float:left;
    width:70px;
    padding-right:15px;
    padding-bottom:20px;
    text-align:center;
}

.previous-winners
{
    clear:both;
    float:left;
    width:620px;
    margin-top:10px;
}

.previous-winners p
{
    clear:both;
}

.previous-winners-left
{
    float:left;
    width:140px;
    padding-right:40px;
}

.previous-winners-right
{
    float:left;
    width:440px;
}

/* footer */

#footer
{
    clear:both;
    float:left;
    width:951px;
    margin-top:30px;
    color:#cccccc;
    font-size:11px;
}

#footer-top
{
    clear:both;
    float:left;
    width:951px;
    margin-top:20px;
}

#footer-top1
{
    float:left;
    padding-right:40px;
    padding-left:3px;
    width:210px;
}

#footer-top2
{
    float:left;
    padding-right:40px;
    width:280px;
}

#footer-top3
{
    float:left;
    padding-right:36px;
    width:100px;
}

#footer-top4
{
    float:left;
    margin-left:90px;
	padding-right:40px;
    width:145px;
}

#footer-top5
{
    float:left;
    width:90px;
    text-align:center;
}

#footer-top5 a
{
    color:#FFF;
    font-size:8px;
}


#footer-bottom
{
    clear:both;
    float:left;
    width:951px;
    margin-top:20px;
    border-top:solid 1px #cccccc;
}

#footer-bottom a
{
    color:#cccccc;
}

#footer-bottom-left
{
    clear:both;
    float:left;
    width:700px;
    margin-top:15px;
}

#footer-bottom-left-left
{
    float:left;
    width:130px;
}

#footer-bottom-left-right
{
    float:left;
    width:570px;
}

#footer-bottom-right
{
    float:left;
    width:251px;
    margin-top:15px;
    text-align:right;
}

.bottom-link
{
    font-family:Times New Roman;
    font-size:20px;
    font-style:italic;
}

.textbox
{
    width:300px;
    height:22px;
    border:0px;
}

.td1
{
    height:26px;
    width:100px;
}

/* lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 20%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:../../image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }