body {
   background: #202020;
   color : #bbb;
   font-size: 11px;
   font-family: arial, sans-serif;
   margin: 0px;
}

h1,h2,h3,h4,h5,h6 {
   color: #00CC55;
   font-weight: normal;
}

a {
   color: #00CC55;
   text-decoration: none;
}

a img{
   border: 0;
}

/***************************************************************************************************
 * Page layout styles
 * CSS Layout from Matthew James Taylor's blog.
 **************************************************************************************************/
#header {
	clear:both;
	float:left;
	width:100%;
}
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	max-width: 1270px;				/* width of whole page */
	min-width:790px;
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* 3 column blog style settings */
.blogstyle {
	margin: 0px auto;
}

.blogstyle .colmid {
	float:left;
	width:200%;
	margin-left:-200px; 	/* Width of right column */
	position:relative;
	right:100%;
	border-right: 1px solid #555;
}
.blogstyle .colleft {
	float:left;
	width:100%;
	margin-left:-200px; 	/* Width of centre column */
	border-right: 1px solid #555;
}
.blogstyle .col1wrap {
	float:left;
	width:50%;
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.blogstyle .col1 {
	margin:0 15px 0 415px;	/* Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
	position:relative;
	left:100%;
	overflow:hidden;
}
.blogstyle .col2 {
	float:right;
	width:170px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	left:185px;         	/* Width of the left-had side padding on the left column */
}
.blogstyle .col3 {
	float:right;
	width:170px;        	/* Width of right column content (right column width minus left and right padding) */
	position:relative;
	left:555px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}


/***************************************************************************************************
 * Navigation specific styles
 **************************************************************************************************/
.navigation h1 {
	margin: 0px;
	display: inline;
	font-size: 18px;
}

.navbox {
	padding: 0px 0px 10px 0px;
}

/***************************************************************************************************
 * Main page specific styles
 **************************************************************************************************/

.doorcontainer {
	width: 1100px;
	margin: 0px auto;
}

.door {
	float: left;
	display: inline;
	vertical-align: top;
	width: 200px;
	padding: 0px 5px 0px 5px;
}

.door h1 {
	display: inline;
}

/***************************************************************************************************
 * Memdump specific styles
 **************************************************************************************************/
.memdumpbox {
	padding-bottom: 20px;
}

.memdumpbox h1 {
	margin: 0px;
	padding: 0px;
}


.content h1 {
	width: 100%;
	border-bottom: 1px solid #555;
}

.content h2, .content h3 {
	width: 100%;
	border-bottom: 1px dotted #555;
}

.content pre {
	border: 1px solid #555;
	background-color: #303030;
	padding: 2px;
	overflow: auto;
}

.content table, .content th, .content td {
	border: 1px solid #555;
}

.content table {
	border-collapse:collapse;	
	background-color: #303030;
}

.content th {
	font-weight: bold;
	background-color: #224422;
}

.content tr:nth-child(even) {background: #303030}
.content tr:nth-child(odd) {background: #404040}

/***************************************************************************************************
 * Changelog specific styles
 **************************************************************************************************/
.blogday {
	float: left;
	font-size: 40px;
	line-height: 38px;
	color: #00CC55;
	margin: 0px;
	padding: 0px;
}

.blogmonthyear {
	float: left;
	text-align: left;
	vertical-align: bottom;
	padding: 0px 10px 0px 2px;
	border-right: 1px solid #555;
}

.blogmonth {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.blogyear {
	font-size: 14px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

.blogtitle {
	font-size: 22px;
	line-height: 23px;
	padding: 0px;
	margin: 0px;
}

.blogcontent {
	margin-left: 96px;
}

/***************************************************************************************************
 * Hacktube specific styles
 **************************************************************************************************/
.filmbox {
	float:left;
	width: 250px;
	height: 350px;
	padding: 10px;
}

.filmpreview img {
	border: 1px solid #555;
}

.filmbox h1 {
	height: 55px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.hacktubebox h1 {
	margin: 0px;
	padding: 0px;
}

.hacktubepreview {
	padding: 10px 0px 10px 0px;
	text-align: center;
}


/* Style to put pretty boxes around page links */
.pagebox {
	float: left;
	width: 10px;
	text-align: center;
	vertical-align: center;
	padding: 5px;
	margin: 1px;
	border: 1px solid #00CC55;
}
.pagebox:hover { background-color: #225522; }
#selected {	background-color: #242; }

/***************************************************************************************************
 * Code specific styles
 **************************************************************************************************/
 .codebox {
 	border: 0px;
 	margin-bottom: 20px;
 }
 
 .codebox h1{
 	margin: 0;
 	padding: 0;
 }
 
 .codecontent {
 	padding-top: 10px;
 	vertical-align: top;
 }
 
 .codestats {
 	float: left;
 	width: 150px;
 	border: 0px;
 }
 
 .codestats p {
 	padding: 0px;
 	margin: 0px;
 }
 
 .codedescription {
 	margin-left: 150px;
 	padding-left: 10px;
 	border-left: 1px solid #555;
 }
 
 .codedescription p {
 	margin-top: 0;
 }
 

/***************************************************************************************************
 * Form generic styles
 **************************************************************************************************/
.form {
	border-top: 1px solid #555;
	margin-top: 5px;
	padding-top: 5px;
}

.form h1 {
	margin: 0px;
	padding: 0px;

	font-size: 18px;
	color: #00CC55;
}

.form input[type="text"], input[type="password"], input.text, textarea, select, option, 
      input[type="button"], input[type="submit"], input.button {
      
	margin: 0px;
	padding: 0px;

	font-family: arial, sans-serif;
	
	background-color: #303030;
 }

.form input[type="text"], input[type="password"], input.text, textarea, select, option {
	border: 1px solid #555;
	color: #bbb;
	width: 200px;
}

.form input[type="button"], input[type="submit"], input.button {
	border: 1px solid #00CC55;
	font-size: 12px;
	color: #00CC55;
	width: 202px;
}

.form textarea {
	font-size: 11px;
	width: 100%;
	height: 100px;
}


/* Fancy looking lists */
ul.sprawl { padding: 0px; margin: 7px 0px 0px 0px;}
li.sprawl { list-style: none; border-top: 2px solid #303030; padding: 0px; margin: 0px 0px 1px 0px; }
li.sprawl a { color: #bbb; }
li.sprawl:hover {background-color:#303030; }

img.rss { width: 20px; vertical-align: bottom}

/***************************************************************************************************
 * Calendar specific styles
 **************************************************************************************************/

.calendar h2 {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	font-size: 14px;
	display:inline;
}

td.calendar{
   width: 20px;
   text-align: center;
   vertical-align: center;
}
th.calendar{
   width: 20px;
   text-align: center;
   vertical-align: center;
   background: #242;
}

#cell {
   text-decoration: none;
}

#download {
   position: relative;
   bottom: 0;
}

#name {
   font-size: 14px;
   font-weight: bold;
   color: #008800;
}

/***************************************************************************************************
 * Form generic styles
 **************************************************************************************************/
#mgmt {
	margin: 0px auto;
	width:100%;
	border-collapse: collapse;
}

#mgmt, #mgmt td, #mgmt th {
	border: 1px solid #555;
}

#mgmt td {
	vertical-align: top;
}

#mgmt th {
	font-weight: bold;
	background-color: #224422;
}

#mgmt tr:nth-child(even) {background: #303030}
#mgmt tr:nth-child(odd) {background: #404040}

.mgmtedit {
	padding-right: 10px;
}
.mgmtedit textarea {
	width: 600px;
	font-size: 11px;
}

