@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- SCREEN - THE STYLES FOR THE SCREEN MEDIA ---------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */


/* General Styles------------------------------------------------------------------------------- */
body {
	background-color: #FDD160;
	background-image: url(../../graphics/gui/bg_body.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#pages {
	background-position: center top;
}

#bodyCurtain {
	background-color: #4E3622;
	background-image: none;
}


p {
	margin-bottom: 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 10px;
	text-shadow: 0.1em 0.1em 0.2em white;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px
}
h3 {
	padding: 5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
h4 {
}
h5 {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
#adminBody h5 a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	color: #900;
}
#adminBody h5 a:hover, #adminBody h5 a.current:link, #adminBody h5 a.current:visited {
	color: #000;
	text-decoration: underline;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}
th {
	text-align: center;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #666;
}
td {
	padding: 2px;
	font-weight: bold;
}
#adminBody th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #666;
	font-weight: bold;
}
#adminBody td {
	padding: 2px;
	font-weight: normal;
}


.normalUl {
	margin: 5px;
}
.normalUl li {
	margin-left: 20px;
	list-style-type: circle;
	margin-bottom: 5px;
}
.normalUl li a {
	color: #900;
	text-decoration: none;
}
.normalUl li a:hover {
	text-decoration: underline;
}

.padding {
	padding: 10px;
}
.bold {
	font-weight: bold;
}

/* Content Styles---------------------------------------------------------------------------------- */
.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/* Header Styles----------------------------------------------------------------------------- */
#header {
	height: 180px;
	padding-top: 150px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header .wrapper {
	width: 1042px;
}
#topAdds {
}
#topAdds li {
	display: inline;
}
#topAdds li a {
	display: block;
	float: left;
	height: 30px;
	width: 90px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 77px;
	text-align: center;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-bottom: 5px;
}
#topAdds li a:hover {
	color: #FFF;
}

#logo a {
	display: block;
	height: 220px;
	width: 367px;
	background-image: url(../../graphics/logo/header_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	position: absolute;
	left: 71px;
	top: 60px;
}
#stamp a {
	display: block;
	text-indent: -9999px;
	height: 148px;
	width: 123px;
	position: absolute;
	top: 140px;
	right: 71px;
	background-image: url(../../graphics/logo/header_stamp.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Navigation Styles-------------------------------------------------------------------------------- */
#mainNav .TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
#mainNav .TabbedPanelsTabGroup {
	padding: 0px;
	width: 900px;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#mainNav .TabbedPanelsTab {
	display: inline;
}
#mainNav .TabbedPanelsTab a {
	display: block;
	position: relative;
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-decoration: none;
	margin-right: 20px;
	padding: 5px;
	color: #C00;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainNav .TabbedPanelsTab a:hover {
	color: #333;
}

#mainNav .TabbedPanelsTabHover {
	color: #333;
}
#mainNav .TabbedPanelsTabSelected {
	color: #333;
}
#mainNav .TabbedPanelsTab a {
}
#mainNav .TabbedPanelsContentGroup {
	clear: both;
}
#mainNav .TabbedPanelsContent {
}
#mainNav .TabbedPanelsContentVisible {
}

#langNav {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
#langNav li {
	display: inline;
}
#langNav a {
	display: block;
	float: left;
	width: 50px;
	text-indent: -9999px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
}


/* Footer Styles-------------------------------------------------------------------------------------- */
#siteInfo {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
}
#siteInfo p {
	font-size: 10px;
	color: #333;
}
#siteInfo a {
	color: #333;
}
#bodyCurtain #siteInfo {
	padding-top: 20px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#bodyCurtain #siteInfo p {
	color: #FFF;
}
#bodyCurtain #siteInfo a {
	color: #FFF;
}

/* Content Styles-------------------------------------------------------------------------------------- */

.containerTop {
	line-height: 0px;
	background-image: url(../../graphics/panels/content_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
}
.containerBottom {
	line-height: 0px;
	background-image: url(../../graphics/panels/content_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
.container {
	padding-right: 20px;
	padding-left: 20px;
}
.containerBg {
	background-image: url(../../graphics/panels/content_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
}

.sideLeft {
	float: left;
	width: 300px;
}
.contentTwo {
	float: right;
	width: 430px;
	padding-top: 15px;
}
.photoTop {
	line-height: 0px;
	background-image: url(../../graphics/panels/photo_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
}
.photoBottom {
	line-height: 0px;
	background-image: url(../../graphics/panels/photo_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
.photoMiddle {
	background-image: url(../../graphics/panels/photo_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

/* Sponsor Styles-------------------------------------------------------------------------------------- */

.titleSponsors {
	display: block;
	height: 35px;
	width: 100%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
	clear: both;
}
#sponsors {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-bottom: 20px;
}
.sponsors {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

.sponsors ul {
	position:relative;
	left:50%;
}
.sponsors li {
	float:left;
	position:relative;
}
.sponsors a {
	display: block;
	float: left;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}


/* Curtain Styles-------------------------------------------------------------------------------------- */
#curtain {
	height: 525px;
	text-align: center;
	background: #4f3722 url('../../graphics/scripts/curtain/darkcurtain.jpg') repeat-x;
	position: relative;
}
img {
	border: none;
}
.leftcurtain {
	width: 50%;
	height: 495px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}
.rightcurtain {
	width: 51%;
	height: 495px;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 3;
}
.rightcurtain img, .leftcurtain img {
	width: 100%;
	height: 100%;
}
.logo {
	margin: 0px auto;
	margin-top: 150px;
}
.rope {
	position: absolute;
	top: -40px;
	left: 70%;
	z-index: 4;
}

#city {
	height: 100px;
	background-image: url(../../graphics/banners/city.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#older {
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background: url(../../graphics/banners/history.png) left top no-repeat;
	text-align: left;
}
#older ul {
	margin-left: 255px;
	margin-top: 43px;
}
#older ul li {
	display: inline;
}
#older ul li a {
	display: block;
	float: left;
	height: 40px;
	font-size: 36px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 20px;
	text-decoration: none;
}
.smallThumbs li {
	display: inline;
}
.smallThumbs a {
	display: block;
	float: left;
	width: 130px;
	height: 120px;
	overflow: hidden;
	margin: 5px;
}
.smallThumbs img {
	height: 120px;
}


/* Omades Styles-------------------------------------------------------------------------------- */
.boxgrid a {
	color:#FFF;
}
.boxgrid h3 {
	color:#FFF;
	letter-spacing:-1px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	font-style: normal;
}
.boxgrid {
	width: 140px;
	height: 140px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #FFF;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 200px;
}
.boxgrid p {
	color:#afafaf;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 186;
	left: 0;
}
.caption .boxcaption {
	top: 186;
	left: 0;
}
.crewTitle a {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

.crewTitle a {
	text-decoration: none;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}
.crewTitle a:hover {
	text-decoration: underline;
}

/* Admin Styles */
#adminBody {
	background-image: none;
	background-color: #FFF;
}


#adminHeader {
	height: 180px;
	background-color: #E6712B;
	position: relative;
	background-image: url(../../graphics/headers/bg_home.gif);
	background-repeat: no-repeat;
	background-position: -380px top;
}
#adminLogo a {
	background-image: url(../../graphics/admin/logo_admin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 200px;
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	text-indent: -9999px;
}
#adminNav {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333;
	padding-left: 20px;
}
#adminNav ul {
	margin: 0px;
	padding: 0px;
}
#adminNav li {
	display: inline;
	list-style-type: none;
}
#adminNav a:link, #adminNav a:visited, #adminNav a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	display: block;
	float: left;
	height: 20px;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#adminNav a:hover, #adminNav a.current:link, #adminNav a.current:visited {
	color: #F00;
	border-right-color: #F00;
}
.adminSubNav {
	position: absolute;
	width: 300px;
	right: 20px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	top: 130px;
}
.adminSubNav h1 {
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.adminSubNav p {
	margin-top: 0px;
	color: #FFF;
	letter-spacing: 1px;
}
#adminContent {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

