/* Default/Page Body Styling */
* {
	margin: 0;
}

html, body {
	font-family: Arial;
	height: 100%;
	font-size: 0.9em;
	color: #faf6f6;
	margin: 0;
	padding: 0;
	background: url( ../Images/bodyBackground.jpg ) repeat;
}

img, div, a, input {
	behavior: url( iepngfix.htc );
}

#pageWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -67px;
}

#pageBody {
	min-height: 703px;
	height: auto !important;
	height: 703px;
	background: url( ../Images/background.jpg ) repeat-x;
}

#pageContent {
	width: 742px;
	margin: 0px auto;
}

#clear {
	clear: both;
}

h2 {
	color: #ff0000;
	font-size: 110%;
	font-weight: bold;
}

a {
	color: #ff0000;
	text-decoration: none;
}

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

img {
	border: none;
}

p {
	padding-bottom: 8px;
}

fieldset {
	border: none;
	padding: 0px;
}

.alert {
	background: #FFFFCC;
	border: 1px solid #FFCC33;
	text-align: center;
	color: #000000;
	width: auto;
	vertical-align: middle;
	padding: 5px 10px 5px 10px;
}

/* Page Header Styling */
#pageHeader {
	height: 97px;
	padding-bottom: 46px;
}

#pageHeader #headerLogo {
	float: left;
	padding-top: 7px;
}
	#topPanel {
		height: 28px;
	}
	#topPanel form {
		margin-left: 10px;
		float: left;
	}
	#topPanel form #navbar_username, #topPanel form #password {
		margin-top: 5px;
		font-size: 80%;
		border: none;
		height: 16px;
		width: 120px;
		color: #000;
		background-image: url( ../Images/textbox.jpg );
		background-repeat: no-repeat;
	}
	#topPanel form #navbar_username {
		float: left;
		margin-right: 10px;
	}
	#topPanel form #password {
		float: left;
		margin-right: 5px;
	}
	#topPanel form label {
		margin-top: 8px;
		float: left;
		font-size: 70%;
		font-weight: bold;
		text-transform: uppercase;
	}
		#topPanel #register, #topPanel form #login {
			float: left;
			cursor: pointer;
			margin-left: 10px;
			border: none;
			width: 52px;
			height: 22px;
		}
		#topPanel form #login {
			text-indent: -2000em;
			background: #000 url( ../Images/login.jpg ) no-repeat left bottom;
		}
		#topPanel #register img {
			margin-top: 5px;
		}
		#topPanel #loggedIn {
			float: left;
			padding-top: 6px;
			display: table-cell;
			vertical-align: middle;
		}
		#topPanel #loggedIn span.highlight {
			color: #ff0000;
		}
		#topPanel #logout img {
			vertical-align: middle;
		}
		#topPanel #admincp {
			padding-right: 5px;
		}
	#headerIcons {
		float: right;
		clear: right;
	}
		#headerIcons ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			#headerIcons ul li {
				padding-top: 6px;
				list-style: none;
				float: left;
			}
			#headerIcons ul li a#homeIcon {
				margin-right: 16px;
			}
	#logoText {
		height: 48px;
	}
	#logoText img {
		padding: 4px 0px 0px 2px;
	}
	#menu {
		height: 22px;
	}
	#menu {
		float: left;
		clear: right;
	}
		#menu ul {
			list-style: none;
			margin: 0px 0px 0px 60px;
			padding: 0;
		}
			#menu ul li {
				margin-left: -13px;
				list-style: none;
				float: left;
			}

/* Inner Content Styling */
#innerContent {
	padding: 0px 0px 15px 21px;
}
	#innerContent h1 {
		text-indent: -2000em;
		margin: 0px;
		padding: 0px 0px 15px 0px;
		height: 43px;
	}
	body.news #innerContent h1 {
		background: url( ../Images/newsHeader.jpg ) no-repeat top center;
		width: 139px;
	}
	body.about #innerContent h1 {
		background: url( ../Images/aboutHeader.jpg ) no-repeat top center;
		width: 172px;
	}
	body.games #innerContent h1 {
		background: url( ../Images/gamesHeader.jpg ) no-repeat top center;
		width: 172px;
	}
	body.employment #innerContent h1 {
		background: url( ../Images/employmentHeader.jpg ) no-repeat top center;
		width: 318px;
	}
	body.merchandise #innerContent h1 {
		background: url( ../Images/merchandiseHeader.jpg ) no-repeat top center;
		width: 342px;
	}
	body.contact #innerContent h1 {
		background: url( ../Images/contactHeader.jpg ) no-repeat top center;
		width: 236px;
	}
	body.legal #innerContent h1 {
		background: url( ../Images/legalHeader.jpg ) no-repeat top center;
		width: 152px;
		height: 42px;
	}
	body.privacy-policy #innerContent h1 {
		background: url( ../Images/privacy-policyHeader.jpg ) no-repeat top center;
		width: 253px;
		height: 50px;
	}
	body.terms-of-use #innerContent h1 {
		background: url( ../Images/terms-of-useHeader.jpg ) no-repeat top center;
		width: 251px;
		height: 50px;
	}
	body.progress #innerContent h1 {
		background: url( ../Images/progressHeader.jpg ) no-repeat top center;
		width: 270px;
		height: 43px;
	}
	#newsContent {
		float: left;
		width: 324px;
	}
	#imageRotator {
		float: right;
	}
	#imageRotator #mainImage {
		margin: 0px auto;
		height: 284px;
		width: 284px;
		border: 1px solid #868686;
	}
	#merchandise {
		position: absolute;
                margin-left: 435px;
                top: 614px;
	}
	#merchandise img {
		width: 284px;
		border: 1px solid #454546;
	}
	.spacer {
		padding-bottom: 180px;
	}
.postInfo {
	padding: 2px 0px 15px 0px;
	font-size: 90%;
}
.postBody {
	width: 322px;
	word-wrap: break-word;
}

/* Footer Styling */
#footerWrapper, #push {
	height: 66px;
}
#footerWrapper {
	border-top: 1px solid #242424;
	background: #000;
}
	#footerContent {
		color: #4e4e4e;
		font-size: 70%;
		width: 742px;
		margin: 0px auto;
	}
		#footerContent a {
			color: #6b6b6b;
			font-weight: bold;
		}
		#footerContent a:hover {
			color: #4e4e4e;
		}
		#footerContent p {
			padding: 20px 62px 0px 12px;
		}

/* Carousel */
.infiniteCarousel {
	z-index: 9999;
	left: 384px;
	top: 302px;
	width: 395px;
	position: relative;
}

.infiniteCarousel .wrapper {
	width: 315px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	min-height: 10em;
	margin: 0 40px;
	position: absolute;
	top: 0;
}

.infiniteCarousel ul a#activeThumbnail img {
	border: 1px solid #868686;
}

.infiniteCarousel ul a img {
	border: 1px solid #454546;
}

.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
}

.infiniteCarousel ul li {
	display:block;
	float:left;
	padding: 10px;
	height: 85px;
	width: 85px;
}

.infiniteCarousel ul li a img {
	display: block;
}

.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background: url(../Images/arrow.png) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 37px;
	cursor: pointer;
}

.infiniteCarousel .forward {
	background-position: 0 0;
	right: 9px;
}

.infiniteCarousel .back {
	background-position: 0 -72px;
	left: 0;
}

.infiniteCarousel .forward:hover {
	background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
	background-position: 0 -108px;
}

#progress h2 {
    cursor: pointer;
    width: 706px;
    height: 23px;
    text-indent: -1000em;
    margin-top: 10px;
}

#progress div {
    display: none;
    width: 706px;
    clear: both;
    padding-top: 10px;
    padding-bottom: 8px;
}

#progress div a:hover img {
    border: 1px solid #868686;
}

#progress div img {
    margin: 0px 5px 8px 0px;
    border: 1px solid #454546;
}

#progress h2#newCat {
    background-image: url( http://www.monochrome-games.com/Interface/Images/newCat.jpg );
}
#progress h2#newCat.active, #progress h2#newCat:hover {
    background-image: url( http://www.monochrome-games.com/Interface/Images/newCatHighlight.jpg );
}

#progress h2#threeD {
    background-image: url( http://www.monochrome-games.com/Interface/Images/3D.jpg );
}
#progress h2#threeD.active, #progress h2#threeD:hover {
    background-image: url( http://www.monochrome-games.com/Interface/Images/3DHighlight.jpg );
}

#progress h2#twoD {
    background-image: url( http://www.monochrome-games.com/Interface/Images/2D.jpg );
}
#progress h2#twoD.active, #progress h2#twoD:hover {
    background-image: url( http://www.monochrome-games.com/Interface/Images/2DHighlight.jpg );
}

#progress h2#animation {
    background-image: url( http://www.monochrome-games.com/Interface/Images/animation.jpg );
}
#progress h2#animation.active, #progress h2#animation:hover {
    background-image: url( http://www.monochrome-games.com/Interface/Images/animationHighlight.jpg );
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
