#indexerror {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	background-color: #333;
	margin-bottom: 10px;
}

#newsbox {
	width: 640px;
}

#videosbox {
	width: 295px;
	height: 565px;
	margin: 0 0 10px 10px;
	border: 1px solid #555;
	float: right;
}

* html #videosbox {
	height: 585px;
}

.rightbox {
	width: 275px;
	margin: 10px 0 10px 10px;
	padding: 10px;
	border: 1px solid #444;
	float: right;
	clear: right;
	background-color: #131313;
}
.spotlightbox {
 padding: 5px;
	border: 1px solid #444;
	background-color: #131313;
}

/* 89d9fc */
#content #categories a {
	color: #b5b5b5;
	font-size: 19px;
}

#content #categories a:hover { color: #b5b5b5; text-decoration: none; }

.boxcontainer {
	height: 520px;
}

* html .boxcontainer {
	height: 600px;
}

#newest {
	display: none;
}
/* random stuff */
/* forum */
.subject
{
    width: 530px;
    border-right: 1px dotted #353535;
    border-bottom: 1px dotted #353535;
    height: 50px;
    float: left;
    text-align: left;
    padding: 10px;
}
.threads
{
    width: 65px;
    border-right: 1px dotted #353535;
    border-bottom: 1px dotted #353535;
    height: 50px;
    float: left;
    padding: 10px;
}
.posts
{
    width: 65px;
    border-bottom: 1px dotted #353535;
    height: 50px;
    float: left;
    padding: 10px;
}
.padding
{
    padding: 16px;
}
#body-content
{
    width: 738px;
    float: left;
    /*text-align: center;*/
    margin-top: 20px;
    margin-left: 30px;
}
#body-sidebar
{
    width: 160px;
    min-height: 450px;
    padding: 10px;
    float: right;
    margin-left: 15px;
    margin-top: 20px;
}
#container-body
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}
/*pagination*/
.fpagination {
	padding: 2px;
	float:right;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom:5px;
}
.fpagination ul {
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 15px;
	padding-left:20px;
	padding-bottom:7px;
}
.fpagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}
.fpagination a, .fpagination a:visited {
	padding: 0 5px;
	border: 1px solid #343434;
	margin-right:3px;
	text-decoration: none;
}
.fpagination a:hover, .fpagination a:active {
	border: 1px solid #343434;
	color: #FFF;
	background-color: #343434;
}
.fpagination li.currentpage {
	font-weight: bold;
	padding: 0 5px;
	background-color: #000000;
	color: #666666;
	margin-right:3px;
}
.fpagination li.disablepage {
	padding: 0 5px;
	border: 1px solid #929292;
	color: #929292;
}
.fpagination li.nextpage {
/*font-weight: bold;*/
}
/*viewtopic*/

.avatarReply{
	max-height:40px;
	border:1px solid #333333;
	float:left;
}
.avatarPoster{
	max-height:100px;
	border:1px solid #333333;
	float:left;
}

/*user tag*/
.userTag{
	background-color:#333333;
	display:inline;
	font-size:10px;
	margin-right:2px;
	padding:1px 3px;
}

/*viewforum*/
.subText {
	margin-top:2px;
	font-size:13px;
	color:#555555;
}

.subText a{
	font-size:13px;
	color:#666666;
}

.subText a:hover{
	font-size:13px;
	color:#666666;
	text-decoration:underline;
}

.postCount{
	width:30px;
	font-size:18px;
	text-align:center;
}

.Lastby{
	color:#555555;
	width:100px;
	font-size:12px;
	text-align:right;
}
.Lastby a{
	color:#555555;
	text-decoration:underline;
}
.Lastby a:hover{
	color:#555555;
	text-decoration:underline;
}

.uneven{
	background-color:#111111;
}
.forum{
	font-size:13px;
	margin-left:13px;
	margin-bottom:20px;
}

.fvisited a:visited{
	color:#666666;
}

.forum td{
	vertical-align:middle;
}

.forumTitle a{
	font-size:17px;
}
.forumTitle img{
	border:0px;
	margin-right:7px;
	float:left;
	padding:5px;
	vertical-align:middle;
}

.forumDesc{
	color:#555555;
	padding-top:5px;
}

.forumFloatRight{
	font-size:12px;
	color:#666666;
	float:right;
}

.forumActivity a{
	color:#999999;
}

.forumActivity img{
	max-height:60px;
	width:60px;
	height:60px;
	border: 1px solid #333333;
}

.forumActivity h3{
	display:inline;
	padding-left:8px;
}

.forumActivityBlock{
	float:left;
	padding:7px;
	width:75px
}

