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

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

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

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

/* Content */
div.widgetContainer div.rcContent{
	background: #f4f3f3;
}

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

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

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

/***** SIDE BAR *****/
div#sidebar{
	float: left;
	width: 302px;
	font-size: 94%;
}

div#sidebar h2{
	padding: 0 6px 3px;
	font-size: 1.0em;
	line-height: 1.4em;
	border-bottom: 1px solid #999;
	background: #fff url('../images/curve/miniBoxHeaderLeft.gif') no-repeat; /* Bottom Right Image */
	color: #2f4cc6;
}

div#sidebar div.textwidget{
	padding: 6px;
	line-height: 1.5em;
	color: #656565;
}

div#sidebar div.textwidget p{
	margin: 0;
	color: #656565;
}

div#sidebar div.wys-text{
	padding: 6px;
	line-height: 1.8em;
}

div#sidebar div.wys-text *{
	background: #f4f3f3 !important;
}

div#sidebar div.wys-text p{
	margin-bottom: 0;
	color: #656565;
}

div#sidebar{

}

/***** ARCHIVE WIDGET *****/
div#sidebar div.widget_archive ul{
	margin: 0;
	padding: 0;
	padding-left: 1em;
	margin-bottom: 0;
}

div#sidebar div.widget_archive ul li{
	list-style: none;
}

/***** FAVOURITE LIST *****/
div.favList{
	display: table;
	width: 100%;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

div.favList img{
	float: left;
	margin-right: 4px;
}

div.favList h4{
	margin: 10px 0 0;
	padding: 0;
}

div.favList span.website{
}

div.favList p{
	clear: both;
	margin: 0;
	padding-bottom: 1em;
	text-align: justify;
}