
/* 
A: Universal Elements >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
body {
 background: #fff;
 margin:  0;
 padding: 0;
 text-align: center; /* IE hack Part 1 */ 
}

/*
3. Main Body ---------------------------------------------------------------> */
.post, .singlepost{
 color: #3f3f3f;
 text-align: left;
}

.posted {
 color: #555555;
}

.title {
 text-align: center;
 height: 20px;
 color: #CAC5A0;
 display: block;
 text-decoration: none;
 font-size: 1.8em;
 padding-top: 8px;
 font-family: Verdana;
 font-weight:bold;
}

.title a:hover {
 color: #005D93;
}

.storycontent {
 border-bottom: 1px solid #BBBBBB;
 padding: 0 0 5px 0;
 font: 1.1em Arial, Helvetica, sans-serif;
 line-height: 18px;
}

/*
D: Hacks for IE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
The following is the fix for 3-pixel-jog bug in IE. Hide from IE5-mac. Only
IE-win sees this. */

* html #content {
 /*margin-right: 7px;*/
}

* html #sidebar {
 height: 1%;
}
/* End hide from IE5/mac */


/* This piece of code is for clearing the floats without structural markup Don't
modify it ------------------------------------------------------------------> */

.clearfix:after {
 content: ".";
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix {
 display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
/* End hide from IE-mac */


/* BEGIN E107 CORE CLASSES 
 copied from kubrick theme */

.spacer {
	padding: 2px 0 2px 0;
}


.indent{
	border: 1px solid #06c;
}


.smalltext {
	font-size: 9px;
}

.mediumtext {
	font-size: 12px;
}

.tbox{
	color: #000000;
	font-size: 10px;
	height: 23px;
}

td {
    background: none;
	font-size: 11px;
	font-style: normal;
	color:#5d6e75;
	padding: 0px;
	text-align:left;
	line-height:1.3em;
}

.fborder {
	border: #CAC5A0 1px solid;
	background-color: transparent;
	
}

.forumheader{
	background-color: #F0F0F0;
	font-size: 12px;
	color:#000;
	padding: 4px;
	border: 1px solid #CAC5A0;
}

.forumheader2{
	background-color: transparent;
	font-size: 10px;
	color:#000;
	padding: 4px;
	border: #CAC5A0 1px solid;
}

.forumheader3{
	background-color: transparent;
	font-size: 16px;
	color:#000;
	padding: 4px;
	border: #CAC5A0 1px solid;

}
a.forumheaderLink3{
	font-size: 16px;
	color:#000;
	text-decoration:none;
}

.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}

.fcaption {
	border: #CAC5A0 1px solid;
	padding: 4px;
	background-color: #CAC5A0;
	font-size: 18px;
	color:#fff;
	font-weight:bold;

}
.fcaption a{
	color:#FFFFFF;
}

.fixfuckedie {
	width: 95%;
}

#chatbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.smallChatBoxDate {
	font-size:7px;
}

.helpbox {
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
	border: 0px none red;
	background-color: transparent;
}