﻿/* Author: Sheril Jebasingh, Email: mailsheril@gmail.com */
/* All rights reserved. Copying, distribution or disclosure without Author's permission is prohibited */
/* Date Created: August 24, 2008 */
/* Date Last Modified: September 27, 2008 */

/***** FEATURED POST CONTAINER *****/
/* Top */
div.homeFeatured div.rcTop{
	background: url('../images/curve/miniBoxTopMiddle.gif') repeat-x; /* Top Middle Image */
}

div.homeFeatured div.rcTop span{
	width: 265px;
	background: url('../images/curve/miniBoxTopLeft.gif') no-repeat; /* Top Left Image */
}

div.homeFeatured div.rcTop span.end{
	width: 6px;
	background: url('../images/curve/miniBoxTopRight.gif') no-repeat; /* Top Left Image */
}

/* Content */
div.homeFeatured div.rcContent{
	height: 26.5em;
}

/***** Home Page Post Styles *****/
div.homeFeatured{
	float: left;
	width: 337px;
	margin-right: 10px;
}

div.homeFeaturedRight{
	margin-right: 0 !important;
}

div.homeFeatured  a.more{
	padding: 0 5px;
}

div.homeFeatured h3 a:link, div.homeFeatured h3 a:visited{
	text-decoration: none;
	color: #000;
}

div.homeFeatured h3 a:active, div.homeFeatured h3 a:hover{
	text-decoration: underline;
}

/* Featured Post Header */
div.homeFeatured div.postHeader{
	padding: 5px;
	border-bottom: 1px solid #999;
	background: #fff url('../images/curve/miniBoxHeaderLeft.gif') no-repeat; /* Bottom Right Image */
}

div.homeFeatured div.postHeader h4{
	font-size: 1em;
	line-height: 1.1em;
	padding-bottom: .2em;
	color: #2f4cc6;
}

div.homeFeatured  div.postHeader h5.author{
	padding-bottom: 5px;
	font-size: 75%;
	color: #a5a5a5;
	line-height: 1em;
}

/* Featured Post Content */
div.homeFeatured p{
	margin: 1em 0 0;
	padding: 5px;
}