body{
	background-color: #fff;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
}

a {
	color: #1A8ACA;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1 {
	margin-bottom: 20px;
	color:#EA8006;
	font-size:1.5em;
}

h2{
	font-size: 1.6em;
	color: #303030;
}

h3{
	font-size: 1.2em;
	color: #303030;
}

/* forms */

fieldset{
	border:solid 1px #eee;
	background-color: #fcfcfc;
}

legend {
	color: #EA8006;
}

.hint {
	background-color: #ffc;
	font-size:.8em;
	font-style:italic;
}

.medium {
	width: 620px;
}

.full {
	width: 800px;
}

.submit_once{
	font-size: 1.5em;
}

/* layout */

.page {
	background: url(/images/gradient.gif) repeat-x;
	padding-top:10px;
}

.box{
	background-color:#DCEBF2;
}

.header {
	font-weight:bold;
	padding-bottom:10px;
	padding-top:30px;
	border-bottom: solid 1px #ccc;
	margin-bottom:55px;
	position:relative;
}

.header a {
	color:#000201;
	font-size:1em;
	margin-right: 10px;
	padding-bottom:5px;
}

.header a:hover {
	color:#EA8006;
	text-decoration:none;
}

.header_large {
	margin-bottom:120px;
}

.badge_small{
	position:absolute;
	left:419px;
	top:0px;
}

.badge{
	position:absolute;
	left: 385px;
	top:0px;
}

.session {
	text-align:right;
}

.session a{
	margin: 0px 0px 0px 10px;
}

a.purchase {
	background: url(../images/download.gif) no-repeat;
	padding-left:20px;
}

.logo {
	text-align:center;	
	margin-bottom:40px;
}

.content {
	padding-bottom:20px;
}

.copyright {
	padding-top: 10px;
	font-size: 8pt;
	border-top: solid 1px #ccc;
	color: #666;
	font-family: "Arial";
}

.copyright .raise_support_request {
	text-align:right;
}

.highlight {
	background:#ffc;
}

.gravatar{
	border: solid 2px #abd6f0;
	background-color: #eee;
	vertical-align: top;
}

/* admin functions */

.admin_functions{
	padding: 5px 15px 5px 5px;
	text-align:right;
	background-color:#222;
	border-bottom: solid 2px #77BB22;
}

.admin_functions a{
	font-size: 1.0em;
	text-decoration:none;
	color:#77BB22;
	font-family: "Verdana";
}

.admin_function {
	display: inline;
	padding: 4px 3px 3px 25px;
	margin-left: 20px;    
}

.admin_functions .create {
	background: url(../images/add.gif) no-repeat 2px 3px;
}

.admin_functions .search {
	background: url(../images/search_left.gif) no-repeat 2px 3px;
}

.admin_functions .edit {
	background: url(../images/edit.gif) no-repeat 2px 3px;
}

.admin_functions .destroy {
	background: url(../images/trash.gif) no-repeat 2px 3px;
}
 
.admin_functions .modify {
	background: url(../images/wrench_right.gif) no-repeat 2px 3px;
}

/* welcome */

.features {
	margin-bottom: 20px;
}

.feature {
	color: #222;
}

.graphics {
	background: url(../images/graphics.png) no-repeat;
	padding-left:20px;
}

.customisable_games {
	background: url(../images/customisable_games.png) no-repeat;
	padding-left:20px;
}

.sneaky_ai{
	background: url(../images/sneaky_ai.png) no-repeat;
	padding-left:20px;
}

.downloadable_maps {
	background: url(../images/downloadable_maps.png) no-repeat;
	padding-left:20px;
}

.online_play {
	background: url(../images/online_play.png) no-repeat;
	padding-left:20px;
}

.achievements{
	background: url(../images/achievements.png) no-repeat;
	padding-left:20px;
}

.tournaments{
	background: url(../images/tournaments.png) no-repeat;
	padding-left:20px;
}

.sample_screenshot {
	float: right;
}

.go_container {
	margin-top: 5px;
	text-align: right;
	background: url(../images/bullet_go.png) no-repeat top right;
	margin-right: 45px;
}

.sample_screenshot .go{
	padding-right: 20px;
	margin: 0px;
}

/* maps */

.maps hr{
	margin: 10px 0px 10px 0px;
}

.map {
	border: solid 1px #ccc;
	padding: 5px;
	background-color: #ddd;
	margin: 4px 0px 4px 0px;
}

.alt {
	background-color: #eee;
}

.map h1{
	line-height: 1.6em;
	margin-bottom: 0px;
}

.map p{
	font-size: 1em;
}

.map .description{
	
}

.map .skins {
	border-top: solid 1px #ccc;
	padding-top:5px;
	margin-top:5px;
}

.map .skins .skin {
	background-color: #d0d0d0;
	border: solid 2px #c0c0c0;
	float:right;
	text-align:center;
	margin-left: 5px;
	font-weight:bold;
	font-size:0.9em;
}

.map .skins .skin .image {
	margin-bottom: 3px;
}

/* instructions */

.topic {
	border: solid 1px #c0c0c0;
	background-color: #eee;
	padding: 3px 3px 3px 5px;
	margin-bottom: 2px;
}

.topic a {
	color: #A3AAA3;
	font-weight: bold;
}

.current {
	border: solid 1px #77BB22;
	background-color: #77BB22;
	color: white;
}

.current a{
	color:white;
	font-weight:bold;
}

/* shared */

.functions {
	float:right;
}

.functions a{
	padding:3px 3px 3px 25px;
	border:solid 1px #c0c0c0;
	font-weight:bold;
}

.functions .create {
	background: #eee url(../images/add.gif) no-repeat 2px 2px;
}

.functions .design {
	background: #eee url(../images/wrench_right.gif) no-repeat 2px 2px;
}

.functions .edit {
	background: #eee url(../images/edit.gif) no-repeat 2px 2px;
}

.functions .delete {
	background: #eee url(../images/trash.gif) no-repeat 2px 2px;
}

.functions .view {
	background: #eee url(../images/search_left.gif) no-repeat 2px 2px;
}

/* support requests */

.edit_support_request {
	margin-top: 10px;
}

.page_functions {
	margin-bottom:10px;
}

.support_request {
	padding-top: 5px;
}

.support_request .reason {
	background-color:black;
	color:white;
	float:left;
	padding: 1px;
	font-size: 10px;
	width: 60px;
	text-align:center;
	margin-right:10px;
}

.support_request .content {
	
}

/* Blog */

.post{
	margin-bottom: 20px;
}

.post h2{
	font-weight:bold;
	margin: 0px;
	display:inline;
}

.post .date{ 
	color: #77BB22; 
	font-weight: normal; 
}
.post .poster a{ 
	color: #9ECBEC; 
	font-weight:normal;
}

.post .post_comments{
	margin: 0px 0px 10px 0px;
	background: url(../images/comment.png) no-repeat 0px 2px;
	padding-left: 20px;
}

.post .comments a {
	color:#9ECBEC;
}

.comments {
	margin: 10px 0px 30px 0px;
	padding: 0px 10px 0px 10px;
	background-color: #DCE9F1;
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
}

.comment {
	margin: 10px 0px 10px 0px;
}

.comment .body{
	padding-left:48px;
}

.comment .icon{
	float: left;
	margin-right: 10px;
}

.comment .commenter {
	color: #EA8006;
	font-size: 1.1em;
}

.spam_protection {
	border-top:solid 1px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;
	background-color: #eee;
}

#posts{
	padding-right:10px;
}

#archives{
	border: solid 1px #c0c0c0;
	background-color: #ffc;
	padding: 5px;
}

#blog_bar{
	padding-left:10px;
}

#blog_bar a{
	font-weight:bold;
	padding-left:20px;
}

.add_rss{
	background: url(/images/rss.png) no-repeat;
	margin-bottom:5px;
}

.add_twitter{
	background: url(/images/twitter.png) no-repeat;
}

/* Screenshots */

.screenshots_container {
	background: url(/images/screenshots_container.png) no-repeat;
	width: 720px;
	height: 515px;
	float:left;
	margin-left:120px;
}

.example_screenshot {
	width:320px;
	height:480px;
	float:left;
	margin-left:121px;
	margin-top:33px;
}

.example_screenshot img{
	position: absolute;
}

.screenshots {
	border:solid 1px #c0c0c0;
	padding: 10px 12px 10px 12px;
	background-color:#eee;
	margin-bottom: 30px;
}

.thumb{
	border: solid 2px #c0c0c0;
	margin: 0px 4px 0px 4px;
	width: 100px;
	height: 67px;
}

.thumb:hover{
	border: solid 2px #EA8006;
}

/* releases */

.release h4{
	float:right;
}

/* Error formatting */

.fieldWithErrors{
	display:inline-table;
}

.fieldWithErrors input {
	margin: 0px;
	background-color: #FBE3E4;
}

.fieldWithErrors textarea {
	margin: 0px;
	padding: 0px;
	background-color: #FBE3E4;
}

#errorExplanation {
  border: 2px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin: 10px 0px 0px 0px;
  padding: 5px;
}

#errorExplanation ul{
	margin: 0px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  margin-left: 30px;
}