﻿/* 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 */

/***** Search *****/
div.search div.postHeader{
	border-bottom: 0;
	padding-bottom: 0;
}

div.search div.post h4{
	padding-top: 12px;
	font-size: 105%;
	line-height: 0.8em;
}

div.search div.post h5.author{
	font-size: 80%;
	color: #a5a5a5;
}

div.search div.post{
	padding-left: 0;
	padding-right: 0;
	margin: 0 10px;
	border-bottom: 1px solid #efefef;
}

div.search div.post p{
	font-size: 90%;
	line-height: 1.7em;
	margin-bottom: 0;
}

div.searchReadMore{
	padding-bottom: 10px;
}

div.searchReadMore a{
	font-size: 85%;
}

/***** ARCHIVE *****/


/***** Contact Us *****/
div.contactUs p{
	margin-bottom: 0;
}

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

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

div.postContainer div.rcTop span.end{
	width: 102px;
	background: url('../images/curve/postTopRight.gif') no-repeat; /* Top Right Image */
}

/* Bottom */
div.postContainer div.rcBottom{
	background: url('../images/curve/rcBottomMiddle.gif') repeat-x; /* Bottom Middle Image */
}

div.postContainer div.rcBottom span{
	background: url('../images/curve/rcBottomLeft.gif') no-repeat; /* Bottom Left Image */
}

div.postContainer div.rcBottom span.end{
	background: url('../images/curve/rcBottomRight.gif') no-repeat; /* Bottom Right Image */
}

div.postTitle{
	background: url('../images/curve/postHeaderLeft.gif') no-repeat;
}

div.postContent{
	display: table;
	padding: 1em 10px 0;
}

div.postTitle{
	padding-left: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

div.postTitle h4{
	float: left;
	width: 520px;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #2f4cc6;
}

div.postTitle p{
	clear: both;
	margin: 0;
	line-height: 1em;
	font-weight: bold;
	color: #636262;
}

div.postTitle span.date{
	float: right;
	width: 96px;
	margin-top: -2px;
	padding: 0 2px 2px;
	font-size: 0.6em;
	line-height: 1.5em;
	border-left: 1px solid #999;
	background: url('../images/curve/postHeaderDateBg.gif') bottom no-repeat;
	color: #636262;
}

div.postContent img{
	margin: 5px;
}

div.postContent p{
	color: #000 !important;
}

/***** PAGE CONTAINER SKIN *****/
/* Top */
div.pageContainer div.rcContent{
	padding: 10px;
}

/***** NAVIGATION *****/
div.navigation{
	padding: 4px;
	font-size: 0.8em;
}

/***** ICON CONTAINER *****/
div.iconContainer a{
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 20px;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: top left;
}

div.iconContainer a:focus{
	outline: 0;
}

div.iconContainer a:hover{
	background-position: 0 -57px!important;
}

div.iconContainer a.friendfeed{
	background-image: url('../images/icon/friendfeed.jpg'); 
}

div.iconContainer a.twitter{
	background-image: url('../images/icon/twitter.jpg'); 
}

div.iconContainer a.rss{
	background-image: url('../images/icon/rss.jpg'); 
}

div.iconContainer a.stumble{
	background-image: url('../images/icon/stumble.jpg'); 
}