/*   
	based on Kubrick v1.2.6  for  Drupal 4.5, hacked to death for Bitfighter use
*/

/* Begin Typography & Colors */

/* set in body
#content {
	font-size: 1.4em;
	line-height: 1.4em;
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	}
*/

#downloads {
	border-collapse: collapse;
}

#downloads td  {
	border-top:    1px solid #888;
	border-bottom: 1px solid #888;
}

#downloads th {
	padding: 0 10px;
}

#downloads td {
	padding: 0 10px;
}


#downloads > tbody > tr > td > table > tbody > tr > td { border: none; padding: 0; }
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.graybox {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

	
.box h2 {
	font-size: 1.4em;
}

h2.page-title {
	margin-top: .4em;
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .slogan{
	text-decoration: none;
	color: white;
	}
.slogan {
	text-align: center;
	font-size: 1.2em;
}

/* Fix to ensure admin links at bottom are always orange, visited or not */
.content .menu a:visited {
	color: #e0bf07;
}

/*
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, .content .menu a:visited {
	color: #e0bf07;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	*/
	
.page-title { text-decoration: underline; }

/*.entry p {
	color: #b85b5a;
	}
*/

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.calendar table {
	font-size: small;
}

.calendar a {
	text-decoration: none;
	}

.calendar caption {
	font: bold small 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
.calendar caption a {
	display: inline;
}

.calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.preview .node { background:transparent; }

ul.primary {
	border-bottom:none;
	height:auto;
	margin:5px;
	padding:0;
	white-space:nowrap;
	font-size: 10px;
	color: #AAA;
}

/* Tabs along the bottom when logged in */

ul.primary li.active a {
	background-color:#e0bf07;
	border:1px solid #e0bf07;
	color:yellow;
}

ul.primary li a {
	background-color:#e0bf07;
	border:1px solid #e0bf07;
	color: black;
}


/* Override some items from the wiki */
#header-wrapper {
	background-color: inherit;
	background-image: inherit;
}

#content-wrapper {
	background-image: none;
}

#server-message {
    background-color: #292929;
}
	
/* End Typography & Colors */


/* Begin Structure */

/* This is specifically for the forums */
.topnav {
    margin-top: 12px;	/* Governs gap between the red buttons and the top of the forums */
    height: inherit;
    line-height: 14px;	
    padding-top: 3px;
}

/* Specific to forums */
#search-box {
	margin: 0 !important;
}

#search-box fieldset {
	margin: 0;
	padding: 0;
	padding-top: 2px;
}

#search-box .button2 {
	padding: 2px 5px;
}

#page {
	margin: 10px auto 50px auto;
	padding: 0;
	position: relative;
	z-index: 6;
	text-align: left;
	width: 717px;
	}
	
.narrowcolumn {
	margin: auto;
}

#right-col {float: right; margin-left: 30px; margin-top: -10px;  }
.blk_statusWidget { width: 280px;text-align:center; border: 2px solid #888; padding: 5px 12px 5px 8px; margin:20px 0; background:transparent;}
.rnd_screenshot { border: 2px solid #888; margin-top: 20px;}
.screenshot_thumb { border: 2px solid #888; }

/* For the screenshots page */
.screenshots { margin-top: 20px; width:100%;  }
.screenshots td { padding: 10px; }
/* Create screenshot hover effect on front page and screenshot page */
.screenshots td a img:hover,
.blk_rnd_screenshot a img:hover
{ border: 2px solid white }
 
 
.node {
	/* margin: 0 0 40px; */
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
	
	
.block .menu li {
	display: inline;
}
	
	
#footer {			/* Center tabs and links under narrowcolumn */
	clear:both;
	width:700px;
}

	
#footer .content { color: #e0bf07 ; font-size: 11px; }

/* End Structure */



/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	list-style-type: square;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
dl dt {
	/*font-weight: bolder;*/
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar .item-list ul li {
	list-style: none;
}

#sidebar .block {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar .block p {
	margin: 5px 0 8px;
	}

#sidebar .block ul, #sidebar .block ol {
	margin: 5px 0 0 10px;
	}

#sidebar .block ul ul, #sidebar .block ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar .block ol li {
	list-style: decimal outside;
	}

#sidebar .block ul li, #sidebar .block ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#sidebar .block-user .menu ul li:before {
	content: "";
	}

/* Begin Form Elements */

.box .form-item select {
	font-size: 0.8em;
}
.user-login-block .form-item input {
	width: auto;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#searchform #s {
	width: 100px;
	padding: 2px;
	margin: 0;
	}

#searchform #searchsubmit {
	padding: 1px;
	margin: 0;
	}

/* End Form Elements */


/* Begin Comments*/
.comment {
	/* background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd; */
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	padding: 10px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.comment cite {
	font-style: normal;
	font-weight: bolder;
}
.comment cite a {
	font-size: 1.1em;
}


/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
.calendar table {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

.calendar a {
	display: block;
	}

.calendar caption {
	text-align: center;
	width: 100%;
	margin-top: 1em;
	}

.calendar td, .calendar th {
	padding: 3px 0;
	text-align: center;
	border: none;
	}

.calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


#footer h2 { 		   /* Hide H2 in footer... annoying! */
	font-size:0pt;
	margin:0pt;
	visibility:hidden;
}

#footer .content {
	display:inline;
	float: right;
}

#bottomTabs {
	float:left;
	display: inline;
	margin: -4px 0 0 0;
}

.feed-icon { vertical-align: middle; }
.feed-icon-label { font-family:'Lucida Grande',Verdana,Arial,Sans-Serif; font-size:80%; 
				   display: inline; vertical-align: middle;}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	float: right;
	margin-top: 2em;
	}
/* End Various Tags & Classes*/

/* Drupal Elements */


.block-region 
{
background-color:#FFFF66;
color: #333;
margin-bottom:4px;
margin-top:4px;
padding:3px;
}

#edit-search-theme-form-keys {
	width:120px;
	font-size:10px;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-collapse: separate;
}

.release table {
	border: solid 1px #aaa;
	white-space: nowrap;
}

.release td, .release th {
	padding: 5px 10px;
	white-space: nowrap;
}

td {
	background: #000;
}

th { letter-spacing: normal ! important; }
table strong { letter-spacing: normal ! important; }
.node table {
	font-size: 1em;
	letter-spacing: normal;
}
