/*
Theme Name: Jet Set Games
Description: JSG web page...
Version: 1.0
Author: Chris Ainsworth
Author URI: http://www.driph.com/words
*/

#jsa {height:100%;}

body	{ 
background-color: #392424;
background-image: url(images/woodtile.gif);

}


div, form, li { 
	margin:0; padding:0;
	}

/* ------------------------------ STRUCTURE ------------------------------ */

#container {
	width:1000px;
	margin:10px auto;
	}

#topbar {
	width:700px;
	float:right;
	height:42px;
	background-image: url(images/topbar_700x42.png);
	}
	
#feature {
	width:660px;
	float:right;
	height:328px;
}

	
#inner {
	background-color: #dff3fd;
	float:right;
	width:700px;
	overflow: visible;
	min-height:989px;
	height:auto;
	}
	
#privacy {
	width:700px;
	float:right;
	background-color: #000;
	margin-top:40px;
}
#privacytop {
	width:700px;
	height:10px;
	float:right;
	background-color: #000;
	background: url(images/feature_top_674x10.png) no-repeat;
	
}

.gameinfo {
		padding-bottom:100px;
			}
			
.gameinfo img {
		padding-right:20px;
			}
			
.gametitle {
		font-weight: bold;}
		
.gamesubtitle {
		font-size: small;
		font-weight: bold;}
		
.gameimage {padding-bottom:50px;}		
		
#left_column {
	width:300px;
	height:1037px;
	background: url(images/leftwing_250x1037.png) top right no-repeat;
	margin-right:0px;
	float:left;
	}
	
#mid_column {
	width:450px;
	min-height:600px;
	float:left;
	background-color: #dff3fd;
	}
	
.frontpage {
	width:450px;
	min-height:600px;
	float:left;
	background-color: #dff3fd;
	font-family:  Helvetica, Verdana, sans-serif;
	}

#mid_column2 {
	width:600px;
	float:left;
	background-color: #dff3fd;
	padding-left:20px;
	}
	
#right_column {
	width:250px;
	float:left;
	background-color: blue;
	}

.blue_column {
	margin-right:20px;
	width:210px;
	float:left;
	background-color: #69BAD3;
	padding-bottom:10px;
	}
	
.bluetop {
	width:210px;
	height:10px;
	float:right;
	background: url(images/bluetop_210x10.png) no-repeat;
	
}

.bluebottom {
	width:210px;
	height:10px;
	float:right;
	padding-right:40px;
	padding-bottom:10px;
	background: url(images/bluebottom_210x10.png) no-repeat;

}



#botbar {
	width:700px;
	clear:right;
	height:10px;
	margin-left:300px;
	background: url(images/botbar_700x6.png) no-repeat;
	display: block;
	}
	
#footer {
	width:600px;
	margin:0 auto;
	clear: both;
	display:block;
	text-align: left;
	padding-left:240px;
	font-size:11px;
	font-family:  Helvetica, Verdana, sans-serif;
	color:#dff3fd;
	}
#footer a {
	font-size:11px;
	font-family: Helvetica, Verdana, sans-serif;
	color:#dff3fd;
	text-decoration: underline;
	}


/* ------------------------------ NAVIGATION (110x32) ------------------------------ */

/*	Setup */

ul.cssmenu {
	list-style: none;
	padding-left: 150px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 110px;
	height: 32px;
	margin-top:3px;
	background: url('images/Navigation.png');
	}

ul.cssmenu li.whosbuying a {
	display: block;
	width: 110px;
	height: 32px;
	margin-top:-5px;
	background: url('images/Navigation.png');
	}
	
/* Normal Links */

ul.cssmenu li.games a {
	background-position: 0 0;
	}

ul.cssmenu li.careers a {
	background-position: 0px -32px;
	}

ul.cssmenu li.about a {
	background-position: 0px -64px;
	}
	
ul.cssmenu li.news a {
	background-position: 0px -96px;
	}

ul.cssmenu li.whosbuying a {
	background-position: 0px -128px;
	}


/* Hover Links */

ul.cssmenu li.games a:hover {
	background-position: 110px 0px;
	}
	
ul.cssmenu li.careers a:hover {
	background-position: 110px -32px;
	}

ul.cssmenu li.about a:hover {
	background-position: 110px -64px;
	}
	
ul.cssmenu li.news a:hover {
	background-position: 110px -96px;
	}
	
ul.cssmenu li.whosbuying a:hover {
	background-position: 110px -128px;
	}


/* Clicked Links */

ul.cssmenu li.games a:active {
	background-position: 220px 0px;
	}
	
ul.cssmenu li.careers a:active {
	background-position: 220px -32px;
	}

ul.cssmenu li.about a:active {
	background-position: 220px -64px;
	}
	
ul.cssmenu li.news a:active {
	background-position: 220px -96px;
	}

ul.cssmenu li.whosbuying a:active {
	background-position: 220px -128px;
	}

/* Selected/Active Links */
ul.cssmenu li.games a.selected {
	background-position: 220px 0px;
	}
	
ul.cssmenu li.careers a.selected {
	background-position: 220px -32px;
	}

ul.cssmenu li.about a.selected {
	background-position: 220px -64px;
	}

ul.cssmenu li.news a.selected {
	background-position: 220px -96px;
	}

ul.cssmenu li.whosbuying a.selected {
	background-position: 220px -128px;
	}

/* ------------------------------ LAYOUT ------------------------------ */


.caption {font-size:11px;}
.char {float:right;}

.charfront {
	display: block;
	margin-left:auto;
	margin-right:80px;}
	
.logo {
	padding-top:20px;
	padding-left:60px;
	}
img {
	border-style: none;
}

a img {
	border-style: none;
}

a {
	color:#005BAB;
	border-style: none;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;}	
	
h1 {
	color: #000;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 22px;
	}
	
#feature img {
	padding-left:38px;
}
#mid_column h1 {
	padding-left:10px;
	padding-right:20px;
	}

#right_column h1 {

	padding-right:20px;
	
	}
.blue_column h1 {
	padding-left:20px;
	padding-right:30px;
	font-size: 18px;
	color:#000;
	
	}
	
#privacy h1 {
	color: #E6E6E6;
	font-family: Helvetica, Verdana, sans-serif;
	padding-left:30px;
	font-size: 24px;
	}
	
	
p {
	color: #000;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 15px;
	}
	
#mid_column p {
	padding-left:10px;
	}

#mid_column li {
	font-size:15px;}
	
#mid_column2 li {
	font-size:14px;
	line-height: 18px;}

.screenshot {
		padding-left:30px;
		padding-bottom:20px;
			}
			
#right_column p {
	padding-left:20px;
	padding-right:20px;
	}

.blue_column p {
padding-left:20px;
	padding-right:20px;
	font-size: 12px;
	color:#444;
	}
.blue_column a {
	color:#fff;
	}	
#privacy p {
	padding-left:30px;
	padding-right:30px;
	}


.side_about {
	padding-top:260px;
	padding-left:55px;
	padding-right:30px;
	font-size: 14px;
	color: #fff;	
	}
	
#twitter {
	padding-bottom:10px;
	background-color: #dff3fd;
	}
#iefeed {margin-top:0px;}

#feedbottom {
	width:210px;
	float:right;
	padding-right:20px;
	line-height: 0;
	margin-top:-20px;
	padding-bottom:10px;

}


.feedicon {margin-bottom:-2px;}	

.gobutton {margin-bottom:-5px;}	
	
.feed {
	font-family: Helvetica, Verdana, sans-serif;
	font-size:12px;
	}
	
.feed a {color:#e46d27;}

.form {
	margin-left:20px;
	color:#666;
		}
	
#posts h2 {
	font-size:18px;
	margin-bottom: 5px;}
	
.post h1 {font-size:20px;}
.post2 h1 {font-size:18px;
	color:#005BAB;}

.post {
	border-bottom:1px #b6bcc3 solid;
	font-family: Helvetica, Verdana, sans-serif;
	padding-left:10px;
	margin-right:20px;
	padding-bottom:20px;
	-webkit-text-size-adjust: none;
		}
.post2 {
	font-family: Helvetica, Verdana, sans-serif;
	padding-left:10px;
	margin-right:20px;
	padding-bottom:20px;
	-webkit-text-size-adjust: none;
		}

.frontpage h1 {
		font-size:20px;
		color:#005BAB;}
	
.frontpage h2 {
		font-size:20px;
		color:#392424;}	

.frontpage p {
		font-size:14px;}		
#lefticon {
	float: left;
	width: 160px;
	padding-left:20px;
	padding-right:40px;
		}

		
#righticon {
	float: right;
	width: 160px;
	padding-right:50px;
		}
		
	
.date {font-size:12px;}

.postmetadata {
	font-size:12px;}
	
.commentbub {
	margin-bottom:-4px;}
	
.commentlink {
	float:right;
	margin-right:10px;}

.blue_column li {
	font-family: Helvetica, Verdana, sans-serif;
	font-size:12px;
	list-style-type: none;
	padding-left:20px;
	padding-right:20px;
	margin:0;}
.blue_column li a {
	color: #fff;}
	
.blue_column h1 {
	color:#3F6EA0;
	margin-bottom:5px;
	}
	

.latest {padding-bottom:5px;}

.navigation {
	color:#005BAB;
	font-size:14px;
	font-family: Helvetica, Verdana, sans-serif;
	padding:20px;
	}
	
.titletext {
	color:#005BAB;
	font-size:25px;
	font-family: Helvetica, Verdana, sans-serif;
	}
	
/* ------------------------------ COMMENTS ------------------------------ */


.alt {
	margin-bottom:5px;
	margin-top:5px;
	background-color:#eef9ff;
	}
.avatar {margin-left: -15px;}

.commentlist .ol {font-size:10px;}

.authcomment {
background-color: #e0dbda !important;
}