@charset "utf-8";
/* CSS Document */
a {
	color: #b211b0;
}
/********* MAIN WRAP ***********/  	

div#main_wrap {
	background: url('../images/purple/main_bg_small.jpg') 0px 41px no-repeat;
}
body.home div#main_wrap {
	background: url('../images/purple/main_bg.jpg') 0px 41px no-repeat;
}
/********* HEADER NAV ***********/  		
div#header_nav ul li ul li a:hover, div#header_nav ul li ul li a:active {
	color: #b211b0;
}
/********* HEADER ***********/  		
div#header h1#logo {
	background: url('../images/purple/logo.png') left top no-repeat;
}
/********* FEATURED BLOCK ***********/  
/********* INFO BLOCK ***********/  
div#outter_wrap {
	background: url('../images/purple/content_bg.png') center top no-repeat;
}
/********* CONTENT BLOCK ***********/  
div#content div.post p.metadata {
	background: url('../images/purple/post_title_bg.png') left top no-repeat;
	text-shadow: 1px 1px #ffdfff;
}
div.post ul li {
	background: url('../images/purple/bullet.png') left 7px no-repeat;
}
/********* SIDEBAR BLOCK ***********/
.sidebar_box h4 {
	color: #b211b0;
}
/********* SIDEBAR ADS ***********/
/********* SIDEBAR SEARCH ***********/
/********* SIDEBAR LISTS ***********/
.sidebar_box ul li {
	background: url('../images/purple/bullet.png') left 7px no-repeat;
}
.sidebar_box ul li a:hover, .sidebar_box ol li a:hover {
	color: #b211b0;
}
/********* SIDEBAR CALENDAR ***********/
/********* NAVIGATION ***********/
/********** COMMENTS ********************/
ol.commentlist div.comment-body {
	background: url('../images/purple/post_title.png') left top no-repeat;
}
ol.commentlist li cite.fn {
	text-shadow: 1px 1px #FFDFFF;
}
ol.commentlist li cite.fn a {
	text-shadow: 1px 1px #FFDFFF;
}
/********* FOOTER ***********/
div#footer ul li a {
	color: #b211b0;
}
div#footer ul li a:hover {
	color: #b211b0;
}

