/*
Theme Name: GMAT Club
Description: GMAT Club Theme
Version: 1.0
Author: Southern Media
Author URI: http://www.southernmedia.net
*/

@import "css/style.css";


@media handheld, projection, screen {


/*	Post navigation
-------------------------------*/

ul.post-nav {
	font-size: 14px;
	overflow: hidden;
}
	ul.post-nav li.older { float: left }
	ul.post-nav li.newer { float: right }


}

/*HOME PAGE  - Active Discussion*/
.home_active_discuss table td{
	padding:6px 5px 0 10px;
}
.home_active_discuss table td{
	border-bottom: 1px solid #E8E8EA;
}

.home_active_discuss table td.posts_count{
	width:80px;
	text-align:center;
	border-left:1px solid #E8E8EA;
	padding-right:5px;
}

.home_active_discuss .topic_title{
	color:#0F4B93;
	font-weight:bold; 
	font-size:15px;
}

.home_active_discuss .topic_in{
	color:#0F4B93; 
	font-size:12px;
}

.home_active_discuss .posts_count span{
	font-size:16px;
	color:#4C4C4C;
	font-weight:bold
}
.home_active_discuss .head{
	font-size:16px;
	color:#4C4C4C;
	font-weight:bold;
}

.home_active_discuss .see_all{
	float:right;
	padding:8px 10px 0 0; 
}
.home_active_discuss .see_all a{
	color:#0F4B93;
}
		
.date { font-size: 9px !important;}