/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
} 

.mainLink:link{color:#a71818;text-decoration:none; font-weight: bold;} 
.mainLink:visited{color:#a71818;text-decoration:none; font-weight: bold;} 
.mainLink:hover{color:#a71818;text-decoration:none; font-weight: bold;} 
.mainLink:active{color:#a71818;text-decoration:none; font-weight: bold;}

body, html {	
	color:#68554b;
	min-height:101%;
}

body#home {
	background: #f0e9e1 url(/images/bg.jpg) repeat-x;
	}
	
body, select, textarea, input {	
	font: 100% Arial,Verdana;
}

p {	
	margin: 15px 0;
}
		
a, a:visited {	
	color: #dd3629; 
}

a:hover, a:active {	
	color:#a71818;
}

*:focus { 
	outline: none 
}

a img {
	border:none
	}

hr {
	height:1px;
	border:none;
	background:#CCC;
	color:#CCC;
	margin:15px 0;
	display:block
	}	
	


/* ---------- @ Page Structure -----------*/


#wrapper {
	margin: 0 auto;
	font-size: 0.7em;
	width: 875px;
   }
	   
#masthead {
	/*
	background: url(/images/bg_masthead.jpg);
	height: 258px;
	padding:10px 0 0 14px;
	*/
	}

.left {	
	float:left;
	}

.right {	
	float:right
	}

#top {
	height:67px;
	background: url(/images/toptab.gif) top right no-repeat;
	padding-top:16px;
	margin-bottom:2px;
	}

#tagline {
	width:303px;
	height:75px;
	background:url(/images/tagline.png);
	text-indent:-9999px;
	float:left;
	margin:150px 0 0 11px;
	}

#home #main {
	background:#FFF url(/images/bg_main.jpg) repeat-x;
	border-top:1px solid #FFF;
	padding:30px 0 40px 6px;
	border-bottom:3px solid #d6cdc2;
	}

#interior #main {
	background:#FFF url(/images/bg_main2.jpg) repeat-x;
	border-top:1px solid #de3024;
	padding:19px 27px 35px 27px;
	border-bottom:3px solid #d6cdc2;
	}		
	
		

/* ---------- @ Navigation -----------*/

/*Top Nav*/

#topnav li {
	background:url(/images/bullet.gif) no-repeat 2px;
	list-style:none;
	float:left;
	padding-left:13px;
	}

#topnav a {
	text-indent:-9999px;
	display:block;
	height:13px;
	margin-right:15px;
	overflow:hidden
	}
	
a#jobs {
	background: url(/images/nav_careers.gif);
	/*width:39px;*/
	width: 65px;
	}

a#jobs:hover,
a#jobs:active,
body.jobs a#jobs,
body.category_jobs a#jobs {
	background: url(/images/nav_careers.gif) 0 -13px;
	}

a#login {
	background: url(/images/nav_login.gif);
	width:108px;
	}

a#login:hover,
a#login:active,
body.user a#login {
	background: url(/images/nav_login.gif) 0 -13px;
	}	

a#myaccount {
	width:108px;
	background: url(/images/nav_myaccount.gif);
	}

a#myaccount:hover,
a#myaccount:active,
body.user a#myaccount {
	background: url(/images/nav_myaccount.gif) 0 -13px;
	}
		
#topnav #searchitem {
	background:none;
	margin: -5px 16px 0 0;
	padding-left: 0;
	}


	

/*Main Nav*/

#nav li {
	list-style:none;
	float:left;
}

#nav a {
	height: 41px;
	text-indent: -9000px;
	float:left;
	margin-left:13px;
}

#nav a:hover,
#nav li.current_page_item a,
body.about-vgt li.page-item-3 a,
body.products li.page-item-4 a,
body.customer-support li.page-item-5 a,
body.players li.page-item-6 a,
body.contact li.page-item-7 a {
	background-position: left -41px;
}

li#nav-home a {
	background-image:url(/images/nav_home.gif);
	width:83px;
}

li.page-item-3 a {
	background-image:url(/images/nav_about.gif);
	width:137px;
}

li.page-item-4 a {
	background-image:url(/images/nav_products.gif);
	width:126px;
}

li.page-item-5 a {
	background-image:url(/images/nav_support.gif);
	width:222px;
}

li.page-item-6 a {
	background-image:url(/images/nav_players.gif);
	width:103px;
}

li.page-item-7 a {
	background-image:url(/images/nav_contact.gif);
	width:113px;
}


/* Subnav */

.subnav {
	color:#af6d4e;
	font-size:100%;
	padding-bottom: 35px;
	}

.subnav li {
	list-style:none;
	border-bottom:1px dotted #af6d4e;
	padding:8px 0;
	}
	
.subnav a {
	font-size:1.1em;
	text-decoration: none;
	}

.subnav li ul {
	margin-top: 5px;
}

.subnav li li {
	border: none;
	padding: 3px 0 3px 15px;
}

.subnav li li a {
	font-size: 100%;
}

.subnav li.current_page_item a,
.subnav li.current_page_parent a,
.subnav li.current-cat a {
	font-weight: bold;
}


	
		
/* ---------- @ Headings -----------*/

		   
h1, a#logo {
	width: 158px;
	background: url(/images/logo.gif);
	height: 56px;
	text-indent:-9000px;
	font-size: 1.8em;
	display:block
}

h2 {	
	font-size: 1.6em;
	}

h2#page-hdr {
	text-indent:-9999px;
	height:26px;
	margin-bottom:22px;
	background-repeat: no-repeat;
}

#game-details h2 {
	font:2.2em Helvetica,Arial;
	font-weight:bold;
	color:#333333
	}
	
body.about-vgt h2#page-hdr {
	background-image:url(/images/title_about.png);
	}

body.products h2#page-hdr {
	background-image:url(/images/title_products.png);
	}

body.customer-support h2#page-hdr {
	background-image:url(/images/title_customer.png);
	}

body.players h2#page-hdr {
	background-image:url(/images/title_players.png);
	}

body.contact h2#page-hdr {
	background-image:url(/images/title_contact.png);
	}

body.jobs h2#page-hdr,
body.category_jobs h2#page-hdr {
	background-image:url(/images/title_careers.png);
	}

body.user h2#page-hdr {
	background-image:url(/images/title_client.png);
	}

body.news h2#page-hdr,
body.category_news h2#page-hdr,
h2#page-hdr.news {
	background-image:url(/images/title_news.png);
	}

body.s h2#page-hdr,
h2#page-hdr.search,
h2#page-hdr.notfound {
	background-image:url(/images/title_search.png);
	}
		
h3 {	
	font-size: 1.4em;
	color:#36322f;
	}

h3.pagetitle {	
	margin: 10px 0 15px 0;
	font-size:1.4em;
	}

#home #main h3 {
	text-indent:-9999px;
	height:31px;
	}
	
h3#news {
	background:url(/images/hdr_news.jpg) no-repeat;
	width:128px;
	}

h3#comework {
	background:url(/images/comework.jpg) no-repeat;
	width:221px;
	}

h3#featuredgame {
	background:url(/images/hdr_featured.jpg) no-repeat;
	width:177px;
	}

h3#section-head {
	background:url(/images/hdr_section.gif) no-repeat;
	text-indent:-9999px;
	height:31px;
	}

h3#hdr-categories {
	background:url(/images/hdr_categories.gif) no-repeat;
	text-indent:-9999px;
	height:33px;
	}

h3#hdr-archives {
	background:url(/images/hdr_archives.gif) no-repeat;
	text-indent:-9999px;
	height:30px;
	}
				
h4 {	
	font-size: 1.1em;
	color:#36322f;
	}


	

/* ---------- @ Content Area -----------*/

/*Home*/

#masthead img {
	/*border: 1px solid #dd5352;*/
	}
	
#home .content {
	float:left;
	border-right:1px dotted #af6d4e;
	width:228px;
	padding:0 21px 0 21px
	}

#home .content img {
	border:1px solid #a71818;
	margin:-7px 0 10px 0;
	}
	
#headlines {
	color:#68554b;
	font-size:1em;
	margin-top:-5px
	}

#headlines li {
	list-style:none;
	border-bottom:1px dotted #68554b;
	padding:8px 0;
	}
	
#headlines a {
	display:block;
	font-size:1.1em;
	}

#browse {
	background:url(/images/browse.jpg);
	width:125px;
	height:27px;
	display:block;
	text-indent:-9999px;
	margin:15px 0;
	}	

#featured {
	width:275px;
	float:left;
	padding-left:26px;
	}		

#featured img {
	float:left;
	margin: -7px 6px 0 0;
	}

#featured .right {
	width:188px;
	}
		
.data {
	border-top:1px solid #ceae9b;
	border-collapse:collapse;
	color:#865033;
	border-bottom:1px solid #ceae9b;
	margin-bottom:15px;
	width:100%;
	}	

#home .data {
	width:188px;
	}
	
.data .hdr-table, .data th {
	background:#dcc0b0;
	color:#b85943;
	font-weight:bold;
	border-bottom:1px solid #ceae9b;
	}

.data td {
	background:#e6d1c6;
	padding:3px 5px;
	}	
	
#interior th {
	width:150px;
	text-align:left;
	vertical-align:top;
	}

#interior th, #interior td {
	padding:4px 8px;
	border-bottom:1px solid #ceae9b;
	}
	
		
	
	
		
/*Interior*/

body#interior {
	background: #f0e9e1 url(/images/bg2.jpg) repeat-x
	}

#interior #content {
	width:600px;
	float:left;
	font-size:1.1em;
	}

#interior #sidebar {
	float:right;
	width:200px;
	padding-top:12px
	}

#content ul {
	padding:0 15px 10px 10px;
	}		

#content ul li {
	margin-left:35px;
	list-style:square
	}

#content ol li {
	margin-left:35px;
}

#content blockquote {
	margin:18px 35px 25px 35px;
	border-left:5px solid #af6d4e;
	padding-left:15px;
	font-size:0.9em;
	}			

.entry img {
	/*border:4px solid #f0e9e1;*/
	}

.entry img.left {
	margin:2px 14px 6px 0;
	}

.entry img.right {
	margin:2px 0 6px 14px;
}

.entry img.no-border {
	border: none !important;
}

#game-pic {
	width:240px;
	float:left;
	}

#game-pic img {
	border:1px solid #d6cdc2;
	}
					
#game-details {
	float:left; 
	width:579px
	}

#carousel {
	border:1px solid #d6cdc2;
	padding:14px;
	margin-top:8px;
	}	
	
#carousel li {
	list-style:none;
	margin-right:8px;
	float:left
	}

.contact-info {
	background:#EFEFEF;
	padding:8px;
	margin:3px 0;
	}

.joblisting {
	}

#contact-info {
	background:#f8f5f0;
	padding:16px;
	margin-top:20px;
	}

#contact-info p {
	margin:0 0 15px 0;
	}
			
		

/*Post Styles*/

.postmetadata {
	margin:0;
	}

.post {
	padding:6px 0 12px 0;
	}

.post p {
	line-height:140%;
	}		
		
		
	
/* ---------- @ Forms -----------*/

fieldset {
	margin-top:15px; 
	border:none;
}

legend { 
	padding: 0 2px;
	margin-left: -8px;
	display: block; 
	font-weight: bold;
	color:#666666;
}

.fieldrow {
	margin:10px 0 10px 2px;
	line-height:1.3em;
}

.fieldlabel {
	font-weight:bold;
}

#password_confirm {
	margin-bottom:20px;
	}
	
#s {
	width:105px;
	background:#fbe9e8;
	border:none;
	padding:2px;
	margin-right:1px;
	}

/*.button {	
	padding:5px; 
	font-size:1em;
	font-weight: bold;
	background:#bb141b;
	color:#f4c9b4;
	border:none;
	cursor: pointer;
}
*/

.field {
	background:#a48c80;
	border:none;
	}	

.contacterror {
	background:#a48c80;
	border:1px solid #ddd5d0;
	padding:2px;
	}

#contactform label {
	display:block;
	margin-top:15px;
	}

#searchform {
	margin: 20px 0;
}

#searchform #search_term {
	font-size: 1.2em;
}	


/*Clear*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */




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

#footer {
	padding: 18px 4px 28px 12px;
	color:#927569;
	font-size:1em;
	border-top:5px solid #FFF;
}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(/images/cat4.gif);
	text-indent:-9000px;
	margin: -5px 12px 0 0;
}

