
/**** DEFAULTS ****/

body {
	margin:0px;
	padding:0px;
	background: #212265 url(images/bg2MOD_07.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #4D772C;
}

a:hover {
	text-decoration: none;
}

table, td, tr, th, div, p {
	margin:0px;
	padding:0px;
	border:0px;
}

/**** LAYOUT ****/

.main {
	width: 904px;
	text-align: left;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 135px;
	background: url(images/site-big.gif) 0px 0px no-repeat;	
}
.headerlink {
	width: 107px;
	height: 46px;
	float: left;
	background-image: none;
	display: block;
	margin: 56px 3px 0px 0px;
}
.headerlink:hover {
	background: url(images/site-big.gif) -798px -415px no-repeat;
	opacity:0.4;
	-moz-opacity: 0.4px;
	filter:alpha(opacity=40);
}

.middle {
	position:relative;
	top:0px;
	left:0px;
	width: 100%;	
	background: url(images/bg2_02.gif) repeat-y;
	padding-top:12px;
}

.innertop {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 200px;
	background: url(images/site-big.gif) 0px -135px no-repeat;
	z-index: 1;
}

.vsep {
	height:500px;
	float:left;
}
.middlemiddle {
	width:100%;
	position:relative;
	z-index:2;
}

.sidebar {
	float:left;
	width:166px;
}
.sidebar .redbox {
	background-color: #562517;
	width:166px;
}
.sidebarheader {
	background: url(images/site-big.gif) no-repeat;
	width: 166px;
	height:50px;	
}
.purplesep {
	background: url(images/site-big.gif) -166px -465px no-repeat;
	width: 166px;
	height: 2px;
	font-size:1px;
}
.sidelink {
	display: block;
	padding: 3px 10px 3px 10px;	
}
.sidelink:link {color:#ffff55;}
.sidelink:visited {color:#ffff55;}
.sidelink:active {color:#ffff55;}
.sidelink:hover {color:#ffff55;}

.sidebar_box {
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sidebar_box a:link {color:#ffff55;}
.sidebar_box a:visited {color:#ffff55;}
.sidebar_box a:active {color:#ffff55;}
.sidebar_box a:hover {color:#ffff55;}

.SideBarTitle{
	color: #ffff55;
	font-weight: bold;
}
.SideBarMeta {
	color: #e0ba57;
	font-size: 10px;
	font-style: oblique;
}
.SideBarText {
	padding-top: 10px;
	font-size: 12px;
	color: #e0ba57;
}


.content {
	width:652px;
	float:left;
}
.contentinner {
	margin:16px;
}
.contentinner p {
	margin-bottom: 0.8em;	
}

.gamebuttons {
	display: block;
	background: url(images/site-big.gif) no-repeat;
	width:108px;
	height:27px;
	float:left;
}


.parchsep {
	background: url(images/site-big.gif) -309px -469px no-repeat;
	width:595px;
	height:6px;
	margin-top: 5px;
}

.footer {
	background: url(images/site-big.gif) 0px -335px no-repeat;
	width:100%;
	height: 75px;
	/*overflow:hidden;*/
}
.subfooter {
	text-align:center;
	width:904px;
	color: #abadac;
	padding-top:5px;
}
.subfooter a{color:#abadac}
.subfooter a:hover {color: #34318a;}



/****** FORMS *****/

.newsletterform {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	text-align: center;
	color: #e0ba57;
	font-size: 13px;
}



form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 138px;
	height: 16px;
	margin: 0px;
	padding: 4px 0px 0px 4px;
	border: none;
	background: #371711 url(images/homepage08.jpg) no-repeat left top;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	color: #A78E91;
}


/**** TEXT STYLES  ****/

h2, h3 {
	color: #000;
	font-weight: bold;
}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

.Welcome {
	font-size: 16px;
	color: #553c17;
	margin:0px 0px 5px 0px;
}
.GameListTitle {
	font-size: 18px;
	color: #664D28;
	margin:0px;
}
.Pricing{
	font-size: 16px;
	font-weight: bold;
	color: #005500;
}

.GameListDesc {
	font-size: 16px;
	margin: 0px;
	color: #553c17;
}

/**** MISC  ****/
.Thumbnail {
	width:128px;
	height:96px;
	border:1px solid black;
}

.cmsmsg {
	border: 1px solid #000;
	background-color: #999;
	color: #000;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	opacity: 0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70);
}
.cmsmsg p {
	color: #000;
	opacity: 1.0;
	-moz-opacity:1.0;
	filter: alpha(opacity=100);
}
body.mceContentBody {
	background-color: #f8f3c7;
	background-image: none;
	text-align:left;
}




/**** LIGHTBOX ****/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 40%;
	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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}