/*CSS Stylesheet for MyTestBox.com Featured Post Wordpress plugin
Plugin URI: http://www.mytestbox.com/mytestbox_featured_posts
Description: Displays featured posts selected from your actual posts. You can configure the number of the posts to display, the rotation interval (hours) which also can be automated or be manual, the characters number for the title and excerpts, force refreshing the selected featured posts regardless of their settings.
Author: MyTestBox.com
Version: 1.0
Author URI: http://www.mytestbox.com
*/


#mytestbox_feature_posts {
	margin-top: 0px;
	margin-right: 0px;
	/*border: 1px solid #aaa;
	background: #eee;*/
	padding: 0px 0px;
	font-size: 0.9em;
	
}

#mytestbox_feature_posts .post_div{
float:left;
width: 270px;
border: 1px solid #aaa;
margin: 2px;
height: 300px;
}

#mytestbox_feature_posts .post_div a{
display:block;
text-decoration:none;
margin: 2px;
}


#mytestbox_feature_posts .post_div a:hover {
text-decoration:none;
background-color:#CAF6BE;
height: 295px;
}

#mytestbox_feature_posts .post_div .post_img{
width:260px;
height:150px;
float:left;
margin: 2px;
border: 1px solid;
}

#mytestbox_feature_posts .post_div .post_img img{
width:260px;
height:150px;
border: 1px solid;
}

#mytestbox_feature_posts .post_div .post_content{
width: 150px;
height: 160px;
float:left;
font-size: 1.3em;
color: #000000;
margin: 2px;
}

#mytestbox_feature_posts  h3{
font-weight:bold;
color:#000000;
margin:0px 0px 0px 0px;
font-size: 13px;
float:left;
}

#mytestbox_feature_posts .excerpt{
color:#000000;
margin:0px 0px 0px 0px;
font-size: 11px;
font-weight:normal;
}


