/*
Pat Guarino dot com
2013
*/

body {
	background: repeat-y url('images/bg_tile.jpg');
	background-color:  #271d1b;
	background-position: center;
	position: relative;
	color: #e16e3c;
	font-size: 90%;
	line-height:130%;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link {color: #ffba00; text-decoration:none; border-style: none;}

a:hover {color: #ff4200; text-decoration:none; border-style: none;}

a:visited {color: #ffba00; text-decoration:none; border-style: none;}

a:visited:hover {color: #ff4200; text-decoration:none; border-style: none;}

img.centered { float:left;}

#main-wrapper {	width: 920px; height: 100%;	margin-right: auto;	margin-left: auto;}

#sub-wrapper {	width: 920px; margin-right: auto;	margin-left: auto;}

#main-header { background:no-repeat url('images/header.jpg') center top; width: 100%; height: 396px;}

#sub-header { background:no-repeat url('images/header_games.jpg') center top; width: 100%; height: 218px;}

#sub-navigation { width: 100%; height: 24px; font-size: 0;}

#main-contact {	width: 100%; height: 32px; font-size: 0;}

#main-interface { width: 100%; height: 290px; font-size: 0;}

#main-buttons { padding-left: 10px; padding-right: 10px;}

#main-cat-header { padding-top: 40px; width: 100%;}

#main-cat-description { color: #888; text-align: left; padding-left: 50px; padding-bottom: 15px; width: 90%; font-size: 75%; line-height:120%;}

#main-ui-gallery { height: 170px; padding-top: 10px; padding-bottom: 0px;}

#main-footer {width: 100%; height: 100px;}

#sub-footer {width: 100%; padding-top: 100px;	background-color:  #fff;}

#sub-leftmenu { float: left; width: 230px; height: 100%; padding-left: 10px;}

#sub-rightmenu { width: auto; height: auto; margin-left: 260px; margin-right: 20px; text-align: left;}

img.main-interface{
	float:left;
}

img.ui-gallery{
	background: #000;
	width: 280px;
	height: 170px;
	padding-left: 4px;
	padding-right: 4px;
	//opacity: .7;
	//filter: alpha(opacity=70);
	border-style: none;
}

img.ui-gallery:hover{ 
//background: #fff; 
	//opacity: 1; 
	//filter: alpha(opacity=100);
}
#main-design-gallery { height: 82px; padding-top: 0px; padding-bottom: 0px; margin:0px;}

img.design-gallery{
	width: 150px;
	height: 80px;
	padding: 0px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-style: solid;
	border-color:#444;
	border-width:1px;
}

img.design-gallery:hover{	opacity: 1; filter: alpha(opacity=100);	border-color:#888;}

#main-illustration-gallery { height: 92px; padding-top: 0px; padding-bottom: 0px; margin:0px;}

img.illo-gallery{
	width: 90px;
	height: 90px;
	padding: 0px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-style: solid;
	border-color:#444;
	border-width:1px;

}

img.illo-gallery:hover{	opacity: 1; filter: alpha(opacity=100); border-color:#888;}

/*
GAME PAGE
*/

#game-box{ 
float:left; 
width: 160px;
padding-left:5px;
}

#game-text{ 
float:right; 
width: 890px;
text-align:left;
padding-left:0px;
padding-right:20px;
}

#game-images{ 
float:right; 
width: 900px;
text-align:center;
padding-right:10px;
}

#game-return{
float:right;
width: 770px;
text-align: right;
padding-right:20px;
}

img.game-gallery{
	width: 220px;
	padding: 0px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-style: solid;
	border-color:#444;
	border-width:1px;
}

img.game-gallery:hover{ opacity: 1; filter: alpha(opacity=100); border-color:#888;}

p.title {
	color: #FFF;
	font-size: 130%;
	margin: 0px;
}
p.subtitle {
	color: #fff;
	font-size: 120%;
	height: 26px;
	width: 900px;
	padding-top: 9px;
	background: no-repeat url('images/game_rule.jpg')center bottom;
}
p.navlink {
	text-align:left;
	padding-left: 4px;
	font-size: 100%;
	margin: 2px 14px 2px 14px;
	background:url('images/nav_button.jpg');
}

/*
LIGHTBOX
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }