@charset "ISO-8859-1";
body {
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family: Helvetica;*/
	font-family: "Century Gothic";
	text-align: center;
	color: #666;
	text-decoration: none;
	margin: 0px;
	background:#000;
	padding: 0px;
	margin: 0px;
	min-width: 960px;
	font-variant: normal;
	text-transform: none;
}
a {
	color: #FFF;
	text-decoration: none;
	opacity: .68;
}
a:hover {
	color: #EEE;
	cursor:default;
	text-decoration: none;
	opacity: 1;
}
.TopNav a {
	color: #FFF;
	text-decoration: none;
	opacity: 1;
}
.TopNav a:hover {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	opacity: .75;
}
.logo {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.coverContent {
	position: absolute;
	width: 100%;
	top: 120px;
	left: 0px;
	text-align: center;
}
#logoText {
	font-size: 11pt;
	text-decoration: none;
	position: relative;
	height: auto;
	width: auto;
	top: -30px;
}
.TopNav {
	text-align: center;
	font-size: 10pt;
	text-decoration: none;
	padding: .5em;
	min-width: 960px;
}
.bottomNav {
	text-align: center;
	font-size: 10pt;
	width: 100%;
	position: absolute;
	top: 800px;
	min-width: 960px;
	z-index: 101;
}
.designerNav {
	width: 100%;
	min-width: 960px;
}
.rightDesigners {
	font-size: 9pt;
	text-align: right;
	position: absolute;
	right: 12px;
	top: 121px;
}
.slideshow {
	z-index: 1;
	height: 600px;
	width: 100%;
	position: absolute;
	min-width: 960px;
}
.leftDesigners {
	font-size: 9pt;
	text-align: left;
	position: absolute;
	top: 121px;
	left: 12px;
}
.seasonCenterText {
	width: 100%;
	min-width: 960px;
	text-align: center;
	position: absolute;
	height: auto;
}
.sectionContent {
	width: 100%;
	min-width: 960px;
	text-align: center;
	position: absolute;
	height: auto;
}
.PageTitle {
	color: #DDD;
	text-align:center;
	font-size: 2em;
	min-width: 960px;
}
#SubTitles {
	text-align:center;
	font-size: 1.5em;
}
#separators {
	text-align: center;
	font-size: 10pt;
	color: #777;
	text-decoration: none;
	padding: .5em;
}
.seasonPageText {
	text-align: center;
	font-size: 1.1em;
}
.error404 {
	position: absolute;
	top: 200px;
	left: 42px;
	display: block;
	padding: 5px;
}
.errorPageText {
	padding-left: 300px;
	padding-right:100px;
	text-align: center;
	font-size: 1.1em;
}
img {
	padding: 1.5em;
}
#enterTxt {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
.content {
	top: 100px;
	margin: 0px;
	padding: 0px;
	width:100%;
}
.counter {
	font-size: 8px;
	text-decoration: none;
}

/* Designers Page Column Layout */
.designerPageText {
	text-align: center;
	font-size: 1.1em;
}
.designerColumns ul {
	text-decoration: none;
	list-style: none;
}
div .designerColumns h3 {
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;

}
div .designerColumns {
	padding-left: 5%;
	padding-right: 5%;
	
	-moz-column-fill: balance;
	-moz-column-count: 4;
	-moz-column-gap: 1em;
	-webkit-column-fill: balance;
	-webkit-column-count: 4;
	-webkit-column-gap: 1em;
	column-fill: balance;
	column-count: 4;
	column-gap: 1em;
}



/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:default; }
#back { background-image:url("img/btn_back.png"); }
#next { background-image:url("img/btn_next.png"); }
#control { background-image:url("img/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:585px; margin:0 auto; width:960px; }
#headernav { padding-left:45%; }

/* HEADER */
#header { height:600px; }
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:600px; position:absolute; }

/* HEADER TEXT */
#headertxt { width:960px; margin:0 auto; clear:both; position:relative; top:333px; }
#firstline { background-image:url("img/textbg.png"); color:#333; font-size:20px; padding:4px 13px 7px; float:left; display:block; }
#secondline { background-image:url("img/textbg.png"); color:#CD2B3A; text-decoration:none; font-size:60px; padding:0 13px 10px; float:left; display:block; clear:both; }
#secondline:hover { text-decoration:underline; color:#7F000C; }

.pictured { background-color:#CC3333; color:#FFF; font-size:12px; padding:9px 16px; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* NAVIGATION */
#nav-outer { height:110px; padding-top:11px; position:relative; top:24px; background-image:url("../img/headerbg.png"); }
#navigation { height:100px; width:960px; margin:0 auto; background-image:url("../img/logo.png"); background-position:top left; background-repeat:no-repeat; }
