@charset "UTF-8";
/* CSS Document */

@import url(reset.css);


/*
body elements ---------------------- */

p {
	padding: 6px 0;
	font-size: 85%;
	line-height: 1.3em;
}

a {
	color: #f37839;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.button {
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size: 95%;
	font-weight: bold;
	color: #f37839;
}

h3 {
	font-weight: bold;
	font-size: 95%;
	line-height: 1.3em;
	padding: 3px 0;
}

h4 {
	font-weight: bold;
	margin: 10px 0 -5px 0;
	color: #f37839;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.middle {
	vertical-align: middle
}

.required {
	color: #f37839;
}


/*
Structure --------------------------- */

body, html {
	text-align: center;
	background: url(../images/bg_page.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #768994;
}

#wrapper {
	margin: 0 auto;
	width: 908px;
	background: url(../images/bg_content.png) no-repeat left top;
}

#content {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#footerLg {
	width: 908px;
	background: url(../images/bg_lg_footer.png) no-repeat left top;
	height: 184px;
	margin: 0 auto;
}

#footerSm {
	width: 100%;
	background: url(../images/bg_sm_footer.png) no-repeat left top;
	height: 150px;
	float: left;
}


#branding {
	background: url(../images/logo.gif) no-repeat left top;
	height: 78px;
	float: left;
	clear: both;
}


#teaserTextBox {
	width: 326px;
	height: 309px;
	left: 115px;
	top: 260px;
	position:absolute;
}

#teaserText {
	font-family:Verdana;
	font-size:13px;
	padding: 20px;
	line-height:16px;
	color:#353535;
	text-align:left;
}

#teaserBg {
	width: 1000px;
	background: url(../images/bg_teaser.png) no-repeat left top;
	height: 665px;
	margin: 0 auto;
	position:relative;
}


/*
Branding ---------------------------- */

#logo {
	float: left;
	height: 70px;
	width: 360px;
}



/*
Top Nav ----------------------------- */

#topNav {
	height: 35px;
	width: 400px;
	float: right;
}

#topNav ul {
	margin: 0;
	padding: 6px 10px 13px 20px;
	list-style: none;
	background: url(../images/bg_top_nav.gif) no-repeat top left;
	text-align: right;
	float: right;
	font-size: 80%;
	color: #71888c;
}

#topNav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#topNav ul li a {
	padding: 0 3px;
	color: #71888c;
}

#topNav ul li a:hover {
	text-decoration: none;
}



/*
Main Nav --------------------------- */

#mainNav {
	background: url(../images/bg_main_nav.jpg) no-repeat left top;
	float: left;
	width: 100%;
	height: 24px;
	clear: both;
}

#mainNav ul {
	margin: 3px 0 3px 25px;
	padding: 3px 0 0 0;
	list-style: none;
}

#mainNav ul li {
	margin : 0;
	padding: 0 0;
	display: inline;
}

#mainNav ul li a {
	color: #FFF;
	padding: 0 4px;
	text-decoration: none;
}



/*
Body ------------------------------- */

.contentMain {
	clear: both;
	float: left;
	width: 100%;
	background: url(../images/bg_page_tile.jpg) repeat-y left top;
}

.contentMainFlash {
	clear: both;
	float: left;
	width: 100%;
}

.contentLg {
	float: left;
	width: 100%;
	background: url(../images/bg_page_lg.jpg) no-repeat left top;
}

.contentSm {
	float: left;
	width: 100%;
	background: url(../images/bg_page_sm.jpg) no-repeat left top;
	height: 502px;
}

.contentLg .header, .contentSm .header {
	float: left;
}

.contentLg .header h1, .contentSm .header h1 {
	margin: 15px 0 0 30px;
}

.contentBody {
	width: 640px;
	clear: both;
	float: left;
	margin: 30px 0 0 30px;
	display: inline;
}


/*
Gallery Detail --------------------- */

.galleryDetailImage {
	float: left;
	width: 360px;
	margin: 20px 0 0 0;
}

.galleryDetailDesc {
	float: left;
	width: 250px;
	margin: 20px 0 0 10px;
}

.teamMembers {
	padding: 0 0;
	margin: -5px 0 0 0;
	border: 0;
	width: 225px;
}

.teamMembers td {
	font-size: 85%;
	padding: 2px 0;
}

.galleryThumbBox {
	float: left;
	clear: both;
	margin: 10px 0 0 0;
}

.galleryThumb {
	float: left;
	width: 114px;
	margin: 0 3px;
}

.prevEntry {
	float: left;
	width: 250px;
	margin: 20px 0 0 0;
}

.nextEntry {
	float: left;
	width: 250px;
	margin: 20px 0 0 220px;
}

.btnPrev {
	float: left;
	width: 120px;
}

.btnNext {
	float: left;
	width: 75px;
}

.footerGallery {
	float: left;
	width: 350px;
	margin: 50px 0 0 350px;
	display: inline;
}


/*
Gallery Lists ------------------------- */

.listSort {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 90%;
	font-weight: bold;
}

.listSort li {
	padding: 0;
	margin: 0;
	display: inline;
}

.listSort li a {
	color: #768994;
	font-weight: bold;
	text-decoration: none;
}

.listSort li a:hover {
	text-decoration: none;
	color: #f37839;
}

.listSort a.select {
	color:#f37839;
}

.tabs {
	float: left;
	width: 100px;
}

.tabs ul {
	list-style: none;
	font-weight: bold;
}

.tabs ul li {
	display: inline;
}

.tabs ul li a {
	text-decoration: none;
	color: #768994;
}

.tabs ul li a:hover {
	color: #f37839;
	text-decoration: none;
}

.tabs a.select {
	color: #f37839;
}


/*
Gallery Row ------------------------- */

.galleryRow {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0;
}

.gallerySummary {
	float: left;
	padding: 0 12px;
}

.gallerySumDetail {
	float: left;
	padding: 10px 0 0 0;
}

.galleryRow h2 {
	color: #768994;
	font-size: 100%;
}

.galleryRow p {
	padding: 0 0;
	font-weight: normal;
	font-size: 95%;
}

.gallerySumDetail p a.button {
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
	padding: 5px 0;
}

.gallerySumDetail a:hover.button {
	text-decoration: underline;
}


/*
Add File ---------------------------- */

.addFile {
	border: 0;
	width: 600px;
	margin: 20px 0 0 0;
}

.addFile td {
	font-size: 85%;
	font-weight: bold;
	padding: 3px 0;
}

.addFile td.top {
	vertical-align: top;
}	

.add {
	width: 400px;
	margin: 0 0 0 200px;
}

.add .cancelText {
	float: left;
	width: 150px;
}

.add .submitText {
	float: left;
	width: 150px;
	margin: 0 0 0 75px;
}



/*
Submit Game ---------------------------- */

.submitGame {
	border: 0;
	width: 600px;
	margin: 20px 0 30px 0;
}

.submitGame td {
	font-size: 75%;
	font-weight: bold;
	padding: 5px 0;
}

.submitGame td.top {
	vertical-align: top;
}	

.contentBody h2 span {
	font-weight: normal;
	font-size: 90%;
	color: #768994;
}	


/*
Register Form ---------------------------- */

.registerForm {
	border: 0;
	width: 630px;
	margin: 20px 0 30px 0;
}

.registerForm td {
	font-size: 80%;
	font-weight: bold;
	padding: 5px 0;
	line-height: 1.2em;
}

.registerForm td.top {
	vertical-align: top;
}	

.contentBody h2 span {
	font-weight: normal;
	font-size: 90%;
	color: #768994;
}	

.registerForm td span.sub {
	font-weight: normal;
}


/*
Footer ------------------------------ */

.submit {
	width: 165px;
	margin: 0 0 0 250px;
	float: left;
	display: inline;
}

.clear {
	clear: both;
}


/* Copyright -------------------------- */

#copyright {
	margin: 0 auto;
	width: 908px;
	text-align: left;
	font-size: 85%;
	color: #66777a;
	clear: both;
	line-height: 1.2em;
	padding: 20px 0;
}

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

#copyright a:hover {
	text-decoration: underline;
}

#copyright p {
	padding: 5px 0;
}

#copyright .cp1 {
	float: left;
	width: 55%;
	margin: 0 5px;	
}

#copyright .cp2 {
	float: right;
	width: 35%;
	text-align: right;
	margin: 0 5px;	
}





/*
PNG Transparency --------------------- */

* { behavior: url(/js/iepngfix.htc) }
