
#forums #forum-list {
	list-style:none;
}
#forums #forum-list li {
	list-style:none;
	margin-bottom: 10px;
}
#forums #forum-list li span {
	color: #333;
	font-size: 0.9em;
}
#forums #forum-list li a.topic-title {
	font-weight: bold;
	margin-bottom: 2px;
}
#forums #forum-list li .ft-last a {
	color: #666;
}
#forums #forum-list li .ft-last {
	display: block;
	margin-left: 2px;
	font-size: 0.8em;
	color: #666;
	
}
#forums #topic_actions.link-bar a {
	font-size: 1.1em;
	font-weight: bold;	
}
#forums  #topic_actions.link-bar .first {
	padding: 0;
}

#main #forums_content .box {
	background-color: transparent;	
	border-width: 0;
}

#forums .breadcrumbs li {
	font-size: 0.8em;	
}


#forums .breadcrumbs a {
	background: url(/elements/icon/forum_crumb.gif) bottom right no-repeat;
	padding: 0 10px 0 0;
}

#forum_sidebar, #forum_sidebar h2 {
	font-size: 10px;
	line-height: normal;
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	color: #666666;	
}
#forum_sidebar h2 {
	padding: 10px 0 0 0;
	margin: 0;	
}
#forum_sidebar ul {
	padding: 0;
	list-style: none;
	margin: 0;	
}

#forum_sidebar .topics li {
	padding: 0;
	margin: 0;	
}
#forum_sidebar .quips li {
	padding: 0 0 10px 0;
	margin: 0;

}

#forum_columns {
	padding-left: 130px; /* full sidebar */
	min-width: 300px;	
}

#forum_columns .left {
	margin-left: -100%;
	right: 140px;  /* full width + cc padding */
	width: 130px;
	padding: 0;
}

/*** IE6 Fix ***/
* html #forum_columns .left {
	left: 10px;

}

#forum_columns .right {
	width: 100%;
padding: 5px;
}


#forum_columns .content {

}

#forums_content .forum_topic_ignore {
	text-transform: lowercase;
	font-family: verdana, ariel, sans serif;
	color: #888;

	
}


#forums_content .forum_topic_ignore.a {
	color: #888;
	
}

#forums_content .forum_topic_hidden {
	text-transform: lowercase;
	text-decoration: line-through;
	font-family: verdana, ariel, sans serif;
	color: #888;
}

#forums_content .forum_topic_hidden a {
	text-decoration: line-through underline;
	color: #888;
	
}

