html { min-height: 100%; margin-bottom: 1px; background-color:black; }

h2 {
   color: #000033;
   padding-bottom: 3px;
   border-bottom: 1px solid #4C4C4C;
   font-size: 150%;
}

h3 {
   color: #000033;
   font-size:120%;
}

a:link, a:visited {
   color: #000099;
   text-decoration: underline;
}

a:hover {
   color: #CB2D2D;
}

img {
   border:none;
}

label {
	display:block;
	font-weight:bold;
}

table {
   border-collapse: collapse;
   margin: 0 auto;
   padding-top:6px;
   padding-bottom:6px;
}

th {
   padding:3px;
   font-weight:bold;
}

td { 
   border:1px solid #000033;
   padding:3px;
}

p { 
   padding-top:6px;
   padding-bottom:6px;
}

ul {
   padding-top:6px;
   padding-bottom:6px;
}

li {
   margin-left: 1em; 
   list-style-type: circle;
   padding:2px;
}

strong, b {
   font-weight:bold;
}

em {
   font-style:italic;
}

body {
   color: black;
   background-color: black;
   text-align: center;
}

#header {
   width: 950px;
   height: 90px;
   margin: 0 auto;
   margin-top:10px;
   text-align: left;
}

#header h1 {
   padding-top: 10px;
   color: #eee;
   font-size: 220%;
   padding-left: 25px;
}

#menu {
   padding-top:0px;
   width: 950px;
   margin: 0 auto;
   font-size: 95%;
   white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
   padding-right: 2px;  /* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */   
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
   float: left;
   border-left: 1px solid black;
   width: 650px;
}

#menu li { 
	display: inline;
	padding:0px; 
}

#menu a:link, #menu a:visited {
   padding: 0.25em 1em;
   color: white;
   text-decoration: none;
   float: left;
   border-right: 2px solid black;
   background: #010F61 url('/media/img/menu-background.png') top left repeat-x;
}

#menu a:hover {
   background: #A04E44 url('/media/img/menu-hover.png') repeat-x;
   color: #fff;
}
#container {
	border:none;
}
#body_wrap {
   width: 950px;
   margin: 0 auto;
}
#leftside {
	float:left;
}
#content {
	border:1px solid grey;
	background-color:white;
	padding: 5px 10px 10px 10px;
	width:650px;
	text-align: left;
	margin:0px;
}
#sidebar {
	float:right;
	width:270px;
}

div.sidebar_block {
	clear:both;
	background-color:white;
	margin-bottom:10px;
	padding-top:none;
}

div.sidebar_block h1 {
   color:white;
   font-size:120%;
   background: #010F61 url('/media/img/menu-background.png') top left repeat-x;
   padding-bottom:3px;
}
div.sidebar_block p {
	padding:2px;
}
.bpost_brief {
	clear:both;
	padding-bottom:15px;
}
.bpost_details {
	font-size:80%;
}
.bpost_in_list {
	border:1px solid #EEEEEE;
	margin:5px;
	padding:5px;
}
.bpost_bottombar {
	border:1px solid #EEEEEE;
	padding:5px;
	clear:both;
}
.bpost_comment {
    clear:both;
    background-color:#F5F5F5;
    margin:5px;
    padding:none;
    border:1px solid #EEEEEE;
}
.bpost_comment h1 {
   color:white;
   font-size:120%;
   background: #010F61 url('/media/img/menu-background-light.png') top left repeat-x;
   padding:3px;
}
.bpost_comment p {
	padding:5px;
}
#comment_section h2 {
   border:none;
}
#comment_section h1 a {
   color:white;
}
#comment_section h1 a:hover {
   color:yellow;
}
.digg_this {
	float:left;
	padding:5px;
}
.readmore {
	font-size:90%;
}
#comment_section {
	clear:both;
	margin-top:10px;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	border: 1px solid black;
	clear:both;
	width:650px;
   padding: 2px 10px;
   text-align: right;
   color: white;
   letter-spacing: 0.15em;
   background: #010F61 url('/media/img/menu-background.png') top left repeat-x;
   font-size: 80%;
}
#footer_badges {
    text-align:center;
}

#footer a {
   color:white;
   text-decoration:none;
}

.cleartable td {
   border: none;
}

.txt_leftal {
   text-align:left;
}

.padded_list li {
   padding:3px;
}
.pagination_controls {
    margin:8px;
}
.pagination_controls a {
    border:1px solid grey;
    padding:3px;
    background-color: #EEEEEE;
    text-decoration:none;
}
.pagination_controls a:hover {
	background-color:white;
}
