body,html {
	font-family: "Helvetica", sans-serif, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

body {
	background-color: #000000;
	min-width:1000px;
}

* {
/*	border-radius: 10px;
	-moz-border-radius: 10px;
*/
}

div.wrap {
	margin-top:-16px;
	margin-left: 151px;
	min-width: 750px;
	margin-right:5%;
	border-left:2px solid darkGray;
	padding-left:15px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	height:100%;
}

a{
	color:lightblue;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#FF4500;
}

#topBar{
	margin-bottom:0px;
	width:100%;
	min-width:1000px;
	height:50px;
	background:black;
	color:white;
	padding-bottom:1px;
	border-bottom:thin solid gray;
	border-radius: 0px;
	-moz-border-radius: 0px;
}




#topBar #notificationBar{
	position:absolute;
	left:325px;
	top:0px;
	width:575px;
}

#topBar img{
	border:none;
}

#topBar #navButtons{
	position:absolute;
	left:325px;
	top:25px;
	width:600px;
}

#topBar #navButtons a{
	width: 75px;
	display:inline-block;
	text-align:center;
	
	border:thin solid darkGray;
	padding-bottom:1px;
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	
	background: -moz-linear-gradient(left, #000000, #222222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',
	endColorstr='#222222' ); /* for IE */
	background: -webkit-gradient(linear, left center, right center, from(#000000), to(#222222) ); /* for webkit browsers */
}

#topBar #navButtons a:hover{
	
	
	background: -moz-linear-gradient(left, #222222, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222',
	endColorstr='#000000' ); /* for IE */
	background: -webkit-gradient(linear, left center, right center, from(#222222), to(#000000) ); /* for webkit browsers */
}


#leftBar{
	width:150px;
	min-height:100%;
	overflow:hidden;
	background:black;
	color:white;
	
	
	
	
	position:absolute;
	
	padding-top:50px;
	margin-right:0px;
	
	margin-bottom:0px;
	padding-bottom:0px;
	
	border-radius: 0px;
	-moz-border-radius: 0px;
}


#leftBar a.bar{
	
	background:black;
	text-align:center;
	width: 100%;
	
	display: block;
	border:thin solid gray;
	
	padding-top:10px;
	padding-bottom:10px;
	
	margin-top:5px;
	margin-bottom:5px;
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	
	
	background: -moz-linear-gradient(left, #000000, #222222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',
	endColorstr='#222222' ); /* for IE */
	background: -webkit-gradient(linear, left center, right center, from(#000000), to(#222222) ); /* for webkit browsers */
	

	
}

#leftBar a.current{
	
	background:black;
	text-align:center;
	width: 100%;
	
	display: block;
	border:thin solid gray;
	text-decoration:underline;
	color:white;
	
	padding-top:10px;
	padding-bottom:10px;
	
	margin-top:5px;
	margin-bottom:5px;
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	
	
	background: -moz-linear-gradient(left, #000000, #222222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',
	endColorstr='#222222' ); /* for IE */
	background: -webkit-gradient(linear, left, right, from(#000000),
	to(#222222) ); /* for webkit browsers */
	
}

#leftBar a.bar:hover{
	
	background:#0f0f0f;
	
	background: -moz-linear-gradient(left, #222222, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222',
	endColorstr='#000000' ); /* for IE */
	background: -webkit-gradient(linear, left, right, from(#222222),
	to(#000000) ); /* for webkit browsers */
	
	
	
	
}

#leftBar input{
	border:none;
	background:black;	
}







#rightDiv {
	border: thin solid DarkGrey;
	background-color: black;
	color: white;
	margin-left:15px;
	margin-bottom: 5%;
	padding:15px;
}

ul.gameEditTabs {
	text-align: center;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	font: 1em sans-serif;
	border-bottom: thin solid red;
}

ul.gameEditTabs li {
	float: left;
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

ul.gameEditTabs li a {
	text-decoration: none;
	color: red;
	display: block;
	width: 100px;
}

ul.gameEditTabs li a:hover {
	font-weight:normal;
}

ul.gameEditTabs li a.currentTab {
	border: thin solid gray;
}

ul.gameEditTabs li a.done {
	color: gray;
}

#pageTitle {
	text-align: center;
}

#main {
	background: #000000;
	color: #ffffff;
	margin-bottom: 50px;
	border: thin solid DarkGrey;
	/*this causes the main game div to display below the nav bar*/
	margin-top: 45px;
}

#rtf {
	background: #000000;
	color: #ffffff;
	margin-bottom: 50px;
	margin-right: 275px;
	border: thin solid DarkGrey;
	margin-top: 45px;
}

#main h1 a {
	color: lightBlue;
	text-decoration: none;
}

#main h1 a:hover {
	color: white;
	text-decoration: underline;
}

#lonePage {
	
	background: #000000;
	color: #ffffff;
	min-width: 100%;
	margin-bottom: 50px;
	border: thin solid DarkGrey;
}


div.leftAccountDiv {
	margin-bottom: 50px;
	margin-right: 445px;
	margin-top: 45px;
	width: 100%;
}

div.userAccountColumn {
	background: #000000;
	color: #ffffff;
	margin-bottom: 50px;
	overflow: auto;
	border: thin solid DarkGrey;
}

/*
on an account page, this displays image and text on the left part of the left column
*/
div.userInfoDiv{
	text-align:center; 
	height:100%; 
	width:200px; 
	margin-top:25px; 
	margin-left:25px; 
	float:left;
	
	
}

/*
on an account page, this displays the description on the right part of the left column
*/
div.userDescriptionDiv{
	text-align: center; 
	margin-left: 235px; 
	border-left: thick solid gray;
}

div.commentDiv {
	background: #000000;
	color: #ffffff;
	min-width: 400px;
	margin-bottom: 50px;
	border: thin solid DarkGrey;
}

div.userGameColumn {
	float: right;
	background: #000000;
	color: #ffffff;
	width: 250px;
	margin-bottom: 50px;
	border: thin solid DarkGrey;
}

div.centeredDiv {
	float: left;
	/*border: thin solid DarkGrey;*/
	background-color: black;
	color: white;
	margin-left: 5%;
	width: 90%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}

div.gameListColumn {
	
	background: #111111;
	background: -moz-linear-gradient(top, #000000, #111111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',
	endColorstr='#111111' ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000000),
	to(#111111) ); /* for webkit browsers */
	
	
	float: left;
	border: thin solid DarkGrey;
	background-color: black;
	color: white;
	margin-left: 5%;
	width: 275px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-left:10px;
}

div.gameListRow {
	
	background: #111111;
	background: -moz-linear-gradient(top, #000000, #111111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',
	endColorstr='#111111' ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000000),
	to(#111111) ); /* for webkit browsers */
	
	
	float: left;
	border: thin solid DarkGrey;
	background-color: black;
	color: white;
	margin-left: 5%;
	width: 90%;
	
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-left:10px;
}

div.frontPageSection {
	background: #111111;
	background: -moz-linear-gradient(top, #000000, #111111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',
	endColorstr='#111111' ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000000),
	to(#111111) ); /* for webkit browsers */
	float: left;
	border: thin solid DarkGrey;
	background-color: black;
	color: white;
	width:100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: left;
}

div.frontPageSection * {
	margin-left: 5%;
}

div.frontPageSection ul { /*margin:0px;
	display:inline;
	float:left;
	width: auto;
	max-width:10000px;*/
	float: none;
	clear: none;
	margin: 0 0 0 150px;
	width: auto;
}

div.frontPageSection li {
	margin: 0px;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 24px;
}

/**
Errthan in a front page section has a margin-left. Cancel it for a's!
**/
div.frontPageSection a {
	margin: 0px;
}


div.frontPageSection div {
	margin-top: 25px;
}


div.formatLinks {
	padding-left: 25px;
	padding-right: 25px;
	white-space: nowrap;
}

#whichVersion {
	margin-top: -20px;
}

#whichVersion a {
	font-size: 10px;
}

div.formatLinks ul {
	list-style: none;
	margin-top: -15px;
}

div.formatLinks a {
	color: lightBlue;
	text-decoration: none;
	font-size: 20px;
}

div.formatLinks a:hover {
	color: lightBlue;
	font-weight: bold;
	text-decoration: underline;
}

div.fullGameLink {
	background: black;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	float: left;
	width: 250px;
	border: thin solid Gray;
	text-align: left;
	
}

div.fullGameLink:hover {
	border: thin solid DarkGray;
}

div.fullGameLink img {
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 5%;
	width: 100px;
	max-height: 100px;
}

div.fullGameLink * {
	margin-top: 0px;
	text-align: left;
}

div.fullGameLink a {
	text-decoration: none;
}

div.fullGameLink a:hover {
	text-decoration: none;
	font-style: normal;
}

div.fullGameLink p.linkTitle {
	text-decoration: underline;
	color: white;
	font-size: 18px;
	margin: 0px;
	margin-top: 5px;
}

div.fullGameLink p.linkDescription {
	text-decoration: none;
	color: Gray;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 2px;
}

div.comment {
	margin-left: 10px;
}

div.commentHeader {
	width: 100%;
}

div.userProfileBox {
	background: black;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	width: 125px;
	border: thin solid Gray;
	text-align: center;
	overflow: hidden;
}

div.userProfileBox:hover {
	border: thin solid DarkGray;
}

div.userProfileBox img {
	display: block;
	margin-left: 0px;
	margin-right: 5%;
	width: 125px;
	max-height: 100px;
}

div.userProfileBox * {
	margin-top: 0px;
	text-align: center;
}

div.userProfileBox a {
	text-decoration: none;
}

div.userProfileBox a:hover {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

div.userProfileBox p.linkTitle {
	text-decoration: none;
	color: white;
	font-size: 18px;
	margin: 0px;
	margin-top: 5px;
}

div.userProfileBox p.linkDescription {
	text-decoration: none;
	color: Gray;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 2px;
}

div.programDescription {
	border: thin solid DarkGrey;
	background-color: black;
	color: white;
	margin-left: 5%;
	width: 90%;
	margin-bottom: 5%;
}

div.programDescription p {
	padding-left: 25px;
	padding-right: 25px;
}

dl.links {
	padding-left: 25px;
	padding-right: 25px;
}

dl.links a {
	font-size: 20px;
	color: lightBlue;
	text-decoration: none;
}

dl.links a:hover {
	color: blue;
	text-decoration: underline;
}

dl.links dt {
	padding-top: 20px;
}

a.buttonLink {
	text-decoration: none;
	float: left;
}

div.imageBox {
	margin: 5%;
	font-weight: bold;
	text-align: center;
	color: white;
	height: 210px;
	width: 200px;
	display: block;
	border: 3px solid #333333;
	border-style: outset;
	background: #111111;
	background: -moz-linear-gradient(top, #222222, #111111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222',
	endColorstr='#111111' ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#222222),
	to(#111111) ); /* for webkit browsers */
}

div.imageBox:hover {
	background: #111111; /* old browsers */
}

div.imageBox:active {
	border-style: inset;
	color: lightGray;
	background: #222222; /* old browsers */
	background: -moz-linear-gradient(top, #111111, #222222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111',
	endColorstr='#222222' ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#111111),
	to(#222222) ); /* for webkit browsers */
}

img.buttonIcon { /*display: inline;*/
	margin: 3%;
	border: thin solid black;
	width: 75%;
}

div.buttonTitle {
	text-align: center;
	font-weight: normal;
	width: 75%;
	margin-left: 12.5%;
	margin-top: 3% white-space:nowrap;
}

#sidebar {
	float: right;
	width: 250px;
	background: #000000;
	color: #ffffff;
	border: thin solid DarkGrey;
	/*this causes the sidebar div to display below the nav bar when the page is too wide*/
	margin-top: 45px;
}
div.rate {
	margin-left: 10px;
}


div.rate * {
	margin-bottom: 20px;
}

div.stumbleUpon {
	margin-left: 20px;
	margin-top: 20px;
	text-align:center;
}

div.facebookLike {
	margin-top: 20px;
}

div.tweet {
	margin-top: 20px;
	text-align:center;
}

div.ad{
	border: thin solid DarkGrey;
	width: 750px;
	margin: auto;
	margin-bottom: 25px;
	
	
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	clear:both;
	margin-top:15px;
}

div.userAdWithBorder{
	text-align: center;
	background-color:black;
	color:white;
	
	border: thin solid DarkGrey;
	
	
	margin-top:15px;
	margin-bottom:15px;
	
	clear:both;

}

div.userAdNoBorder{
	
	background-color: #000000;
	color: #FFFFFF;
	
	border: none;
	
	clear:both;

        max-width:750px;
        max-height:100px;
        overflow:hidden;
	margin: 0 auto;
}


#footer {
	clear: both;
	padding: 5px 10px;
	background: #000000;
	color: #ffffff;
	border: thin solid DarkGrey;
}

#footer p {
	margin: 0;
	text-align: center;
}
