@charset "UTF-8";
/* CSS Document */

.green{
	color:					#879627;
}

.purple{
	color:					#732796;
}

body{
	background-position:	top;
	background-repeat:		repeat;
	color:					#464444;
}

a{
	color:					#464444;
}

#wrapper{
	background-image:		url(../images/background-center.jpg);
	background-position:	top;
	background-repeat:		no-repeat;
}

/*********************************************
*** logo type styles
*********************************************/

#logo a{
	background-image:		url(../images/logo.jpg);
}

/*********************************************
*** Naivgation type styles
*********************************************/
#navigation li{
	color:					#464444;
}

#navigation li a{
	color:					#464444;
}

#navigation li a:hover{
	color:					#000000;
}

	
/*********************************************
*** Footer colour styles
*********************************************/

#footer{
	background-image:		url(../images/footer.png);
	background-repeat:		no-repeat;
}

#footer dl{
	background-image:		url(../images/footer-divider.png);
	background-repeat:		repeat-y;
}

#footer dl dt{

}

#footer dl dd{

}

/*********************************************
*** Blog color styles
*********************************************/

#blog .post h2 a{
	color:					#AD271E;
}

#blog .post h2{
	border-bottom:			1px solid #848484;
}

#blog .post .entry a{
	color:					#AD271E;
}

#blog .post .entry p{
	color:					#464444;
}

#blog .post .entry li{
	color:					#464444;
}

#sidebars h2{
	color:					#AD271E;
	border-bottom:			1px solid #848484;
}

#sidebars #l-sidebar h2{
	color:					#AD271E;
	border-bottom:			1px solid #848484;
}

#sidebars #r-sidebar h2{
	color:					#AD271E;
	border-bottom:			1px solid #848484;
}

#sidebars a:hover{
	color:					#AD271E;
}

.widget_categories li, .widget_recent_entries li, .widget_archive li{
	border-bottom:			1px solid #ededec;
}

.widget_nzime_twitter_feed li{
	border-bottom:			1px solid #c7c7c7;
}
