@charset "UTF-8";
/* PORTAL CSS */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}



body{

	background: #FBFAE4 url(http://www.comicbloc.com/templates/longbox/images/bg_body.jpg) repeat-x top left;
	color: #000000;
	font: 10px arial, helvetica, verdana, geneva, lucida, 'lucida grande',  sans-serif;
	margin: 5px 10px 10px 5px;
	padding: 0px;


}




/* ===================  HOMEPAGE  */
.forumtrap{
padding-left: 180px;


}




.forum_main{
width: 100%;
float: left;

}


.leftmain{
float: left;
position: relative;
width: 170px;

}



.homefooter{
padding-top: 25px;
clear: both;
}


/* ===================  HOMEPAGE LEFT COLUMN  */

/** div container for left column 
NOTE: Heavily hacked, this might cause probs
**/
.leftmain {

	

	top: 90px;
	
}

.leftmain table{
	margin-top: 3px;
	background:#8E1018;
	border-right-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #4F0F0F;
}


.sidebar_subheading{
	display:block;
	height:28px;
	line-height:28px;
padding-left:15px;
	background: #4F0F0F;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color: #FBF7DA;
	font-size: 11px;
	margin: 0;
}


.mainlevel  {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	background:transparent url(http://www.comicbloc.com/images/bg_mainlevel.gif) repeat-x center top;
	font-weight:bold;
	text-decoration:none;
}





a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	line-height: 28px;
}

a.mainlevel:hover {
	background-color:#4F0F0F;
	color:#FFFFFF!important;
	text-decoration:none!important;
}




/* ===================  HEADER  */


.logo_header{
	background: #921820 url(http://www.comicbloc.com/blogs/themes/friendselectric/header-mid.png) repeat-x bottom left;
	height:150px;
}


/* ===================  POSTING  */

.thead_post{
	background: #FBFAE4;
}

.smallfont{
	color: #666666;
	font: 8px;
}

.postimage{
	overflow: hidden;
		border: 4px solid white;

	width: 50px;
	height: 50px;
	margin: 0 5px 0 0;
	float: left;
}


.postimage img{

}



/* ===================  QUOTE BALLOON  */
.quote{
	margin: 25px;
	color: #006699;
	
	
	
}

.quote_balloon{
	background: #D4ECF4;
	padding: 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;
}

.quote_tail{
	
	padding-top: 0;
	padding-left: 5px;
}


.quote_tail div{
	
	padding-top: 5px;
	padding-left: 5px;

	font-weight: bold;
	font-size: 12px; 
}



/* ***** Ol School GJ signature override ***** */
.signature { 
	font-size: 10px;  
	color: #4778C3;
	border-top: 1px solid #ADC3E5;

	margin: 5px 0 5px 0;
	padding: 5px 0 15px 0;
}

.signature a{
	color: #4778C3;
	font-weight: bold;
}

