@charset "utf-8";
/*   
Theme Name: ColorsKore
Theme URI: http://havocdynamics.xtreemhost.com/category/colorskore
Description: ColorsKore theme.
Author: Vishal Ramkissoon
Author URI: http://havocdynamics.xtreemhost.com
Version: 1.00
*/


HTML, BODY {
	padding:0px;
	margin:0px;
	font-size:0.9em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #000;
}

.clear {
	clear:both;
}

/****************************************************************************
	WRAP STYLES
****************************************************************************/
.fullwrap {
	margin:0px auto;
	width:980px;
	text-align: center;
	border-left: 2px solid #900;
	border-right: 2px solid #900;
	background: #fff;
}
.content {
	clear:both;
	border-bottom: 3px solid #000;
}
.sidebar {
	border-left:2px solid #900;
	border-bottom:2px solid #900;
	float:right;
	clear:right;
	padding:5px;
	width:240px;
	background-color: #F3EDED;
}
.blog {
	float:left;
	clear:left;
	width:645px;
	text-align:left;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-left: 35px;
}
.copyright {
	padding:10px;
	color:#FFF;
	background-color: #C00;
}
/****************************************************************************
	END: WRAP STYLES
****************************************************************************/

/****************************************************************************
	HEADER STYLES
****************************************************************************/
.bnavigation {
	border-bottom: 2px solid #900;
	padding:6px;
	text-align:left;
	background-color: #CC0000;
}
.logo {
	padding:20px;
	border-bottom: 2px solid #900;
}
/****************************************************************************
	END: HEADER STYLES
****************************************************************************/

/****************************************************************************
	H STYLES
****************************************************************************/
h1.logoh {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:3em;
	text-align:left;
	color:#C00;
	margin-bottom: 2px;
	margin-top: 5px;
}
h2.postag {
	left: 0px;
	top: 0px;
	color: #666;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/****************************************************************************
	END: H STYLES
****************************************************************************/

/****************************************************************************
	SIDEBAR STYLES
****************************************************************************/
.widget {
	clear:both;
	padding:5px;
	text-align:left;
}
.widget .title {
	border-bottom: 2px solid #8B8B8B;
	padding:5px;
	padding-left:20px;
	background: url(images/arrow_down.gif) no-repeat left center;
}
.widget .links {
	padding:5px;
}
/****************************************************************************
	END: SIDEBAR STYLES
****************************************************************************/

/****************************************************************************
	BLOG STYLES
****************************************************************************/
.blog .item {
	clear:both;
	margin:5px 2px;
}
.item .postmeta {
	color: #5D5D5D;
	font-size:0.8em;
}
.item .i-title {
	font-size:1.9em;
}
.item h1 {
	font-size:1.9em;
}
.item .story {
	padding:0px 5px;
}
.item p {
	padding:0px 5px;
}
/****************************************************************************
	END: BLOG STYLES
****************************************************************************/



/****************************************************************************
	A LINK STYLES
****************************************************************************/

a, a:visited {
	padding:5px;
	text-decoration:none;
	color:#C00;
}

a:hover {
	color: #F30;
	text-decoration:underline;
}

	/****************************************************************************
		B.A LINK STYLES
	****************************************************************************/
		.bnavigation a, .bnavigation a:visited {
	border-right: 2px solid #900;
	color: #FFF;
	background-color: #CC0000;
		}
		.bnavigation a:hover {
	background: #EAEAEA;
	text-decoration:none;
	color: #C00;
		}
	/****************************************************************************
		END: B.A LINK STYLES
	****************************************************************************/
	/****************************************************************************
		Widget.A LINK STYLES
	****************************************************************************/
		.widget a, .widget a:visited {
			background: url(images/arrow_next.gif) no-repeat left center;
			padding:5px;
			padding-left:20px;
			display:block;
		}
		.widget a:hover {
			text-decoration:none;
		}
	/****************************************************************************
		END: Widget.A LINK STYLES
	****************************************************************************/
	
/****************************************************************************
	END: A LINK STYLES
****************************************************************************/

li {
	display:block;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px;
}

img {
	margin: 10px 20px 10px 20px;
}