/*===[ Styles by mrbiotech ]===*/
/*===[ Default HTML ]===*/
body {
	font-family: 'trebuchet ms',arial, 'lucida console', sans-serif;
	font-size: large;
	text-align: center;
	color: #888888;
	border: 0px;
	margin: 0px;
	padding: 0px;
	min-width: 790px;
	background: #1f1f1f url("bg.png") repeat-y top center;
	}
h1, h2, h3 {
	font-family:  'century gothic','lucida console',arial;
	color: #ffffff;
	}
h1 {
	font-size: 1.3em;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.1em;
	}
p {
	line-height: 1.5em;
	font-size: 1em;
	padding: 4px;
	margin: 0 0 1.4em 0;
	}
b {
	color: #bbbbbb;
	}
img {
	border: 0px;
	}
small {
	color: #444;
	font-size: 0.8em;
	border-top: 1px dotted #444;
	padding: 6px 0 2em 0;
	display: block;
	}


.announce {
	position: absolute;
	left: 0px;
	top: 40px;
	background-image: url("../images/stillhere.png");
	background-repeat: no-repeat;
	width: 112px;
	height: 112px;
	}
#header {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #000 url("header_bg.png") repeat-x top left;
	height: 80px;
	clear: both;
	}
#title a, #header a {
	text-decoration: none;
	border: 0px;
	}
div#menu {
	width: 100%;
	float: left;
	background: #000 url("header_bg.jpg") repeat-x bottom left;
	margin: 0;
	padding: 0;
	}
div#menu ul {
	float: left;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	}
div#menu ul li {
	float: left;
	text-align: left;
	margin: 0;
	padding: 4px 0;
	font-size: 110%;
	display: inline;
	}
div#menu ul li.external {
	float:right;
	text-align: right;
	}
div#menu ul a {
	margin: 0;
	padding: 4px 12px;
	border-left: 1px solid #666;
	border-right: 1px solid #222;
	color: #8c6;
	text-decoration: none;
	background: #000 url("header_bg.jpg") repeat-x bottom left;
	}
div#menu ul a:hover, body #t-home a {
	color: #0af;
	border-bottom: 4px solid #77ff60;
	background: #000 url("greenarrow.png") no-repeat bottom center;
	}
#categories {
	clear: both;
	border-bottom: 1px solid #272727;
	margin-bottom: 1.5em;
	background: #050505;
	text-align: center;
	}
.container {
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	width: 90%;
	max-width: 1100px;
	border-bottom: 1px solid #444;
	clear: both;
	}
.content {				/*This is the LEFT column, containing content*/
	width: 55%;
	margin: 0 5% 0 0;
	float: left;
	}
.sidebar {				/*Same settings for both sidebars*/
	width: 17%;
	margin: 0 3% 0 0;
	float: left;
	text-align: justify;
	font-size: 0.8em;
	color: #776;
	}
.sidebar h2, .sidebar h3 {
	margin: 0;
	padding: 0;
	padding-top: 1em;
	border-top: 1px dotted #444;
	}
.sidebar p {
	font-size: 0.9em;
	margin: 0 0 0 8px;
	padding: 4px 0 4px 0;
	border-top: 1px dotted #222;
	}
.sidebar a{
	padding: 0;
	margin: 0;
	}

.subcol {
	margin: 0 2% 10px 3%;
	padding: 10px 0 0 0;
	float: left;
	display: inline;
	width: 28%;
	text-align: justify;
	background-color: #1f1f1f;
	}
.subcol p {
	font-size: 0.7em;
	padding-bottom: 0.8em;
	border-bottom: 1px dotted #444;
	color: #776;
	}
.littlelogo {
	float: left;
	display: inline;
	margin: 10px;
	padding: 5px;
	border: 1px solid #444;
	}
#footer {
	height: 70px;
	background-color: #000000;
	border-top: 1px solid #776;
	padding: 10px;
	font-size: 0.7em;
	clear: both;
	font-size: 10px;
	}


/* Article and Form styles */
.articlebar {
	float: left;
	display: inline;
	margin: 0 2% 10px 2%;
	text-align: justify;
	width: 30%;
	}
.article {
	float: left;
	display: inline;
	margin: 0 2% 10px 2%;
	width: 61%;
	text-align: justify;
	}
#commentpanel {
	clear: both;
	border-top: 1px solid #222;
	background-color: #111;
	min-height: 100px;
	}
#commentpanel .subcol {
	border-right: 1px dotted #444;
	}
.floatleft, .floatright {
	padding: 10px;
	}

/*===[ Link styles ]===*/
a {
	text-decoration: none;
	}
a:link {
	color: #99D171;
	}
a:visited {
	color: #C1C1A1;
	}
a:hover {
	color: #0af;
	border-bottom: 1px solid #5cf;
	}
a:active {
	color: #3df;
	}
