/* copy/pasted from recent_post_single.css. this initial copy was strictly for mockup purposes. this may change when we replace with real web-service call. */

.forum_master {
	float: left;
	width: 90%;
}

.forum_header_label {
	float: left;
	width: 100%;
	text-align: left;
	font-family: Arial;
	color: #7f8b92;
	height: 45px;
}

.forum_header_label a {
	font-style: italic;
}

.forum_header_label p {
	font-size: 14px;
	font-weight: bold;
	color: #C03731; /* red approx per spec */
	text-align: left;
	padding-left: 10px; /* must match forum_content.padding-left */
	margin-top: 20px;
}

.forum_content {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 0;
	margin-left: 5px;
}

.forum_arrow {
	float: left;
	width: 8%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a90000;
	
	display: none;
}

.forum_body {
	float: left;
	width: 90%;
	text-align: left;
}

.forum_title {
	float: left;
	
	font-size: 11px;
	
	/* fixed CVSITE-1983 on Feb 24 2009 by thoward: just like on hub page (cc_syndication.css), use background image instead of text */
	background-image: url('http://talk.collegeconfidential.com/images/red_arrow.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 15px;
}
.forum_title a {
	font-weight: bold;
	text-decoration: underline;
	color: #0C2D56;
}
.forum_title a:hover {
	color: #a90000;
}

.forum_href {
	float: left;
}

.forum_started {
	float: left;
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f8b92;
	/* border-bottom: 1px dashed #33ADEE; */
	margin-left: 15px;
	padding-bottom: 5px;
}

