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

.green{
	color:					#879627;
}

.purple{
	color:					#732796;
}

body{
	background-image:		url(../images/background.jpg);
	background-position:	top;
	background-repeat:		repeat;
	color:					#6b6b6b;
}

a{
	color:					#6b6b6b;
}

a:hover{
	color:					#3d3d3d;
}

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

/*********************************************
*** logo colour styles
*********************************************/

#logo{
	background-image:		url(../images/nzime-logo.png);
}

/*********************************************
*** Naivgation colour styles
*********************************************/
#navigation li a{
	background-repeat:		no-repeat;
	background-position:	center;
}


#navigation .our-home a{
	background-image:		url(../images/our-home-o.png);
	background-position:	bottom;
}

	#navigation .our-home a:hover, #navigation .our-home a.active{
		background-position:top;
	}

#navigation .our-services a{
	background-image:		url(../images/our-services-o.png);
	background-position:	bottom;
}

	#navigation .our-services a:hover, #navigation .our-services a.active{
		background-position:top;
	}

#navigation .our-projects a{
	background-image:		url(../images/our-projects-o.png);
	background-position:	bottom;
}

	#navigation .our-projects a:hover, #navigation .our-projects a.active{
		background-position:top;
	}

#navigation .our-results a{
	background-image:		url(../images/our-results-o.png);
	background-position:	bottom;
}

	#navigation .our-results a:hover, #navigation .our-results a.active{
		background-position:top;
	}

#navigation .our-blog a{
	background-image:		url(../images/our-blog-o.png);
	background-position:	bottom;
}

	#navigation .our-blog a:hover, #navigation .our-blog a.active{
		background-position:top;
	}

#navigation .our-number a{
	background-image:		url(../images/our-number-o.png);
	background-position:	bottom;
}

	#navigation .our-number a:hover, #navigation .our-number a.active{
		background-position:top;
	}

/*********************************************
*** Home page colour styles
*********************************************/	
	
.homeBlog{
	border:1px solid #dfc9d6;
}
	
/*********************************************
*** Services page colour styles
*********************************************/

.servicesList a{
	color:					#848484;
}

.servicesSubNav a.active{
	color:					#d9d8d8;
	background-color:		#276396;
}
	
/*********************************************
*** Portfolio colour styles
*********************************************/

.portfolioCol h2{
	background-image:		url(../images/portfolio-dotted-lines.png);
	background-position:	bottom;
	background-repeat:		no-repeat;
}

.portfolioCol h3{
	background-image:		url(../images/portfolio-dotted-lines.png);
	background-position:	bottom;
	background-repeat:		no-repeat;
}

.portfolioMain .quote{
	background-image:		url(../images/quote-top.png);
	background-position:	top left;
	background-repeat:		no-repeat;
}

.portfolioMain .quote blockquote span{
	color:					#732796;
}

.portfolioMain h3 a{
	color:					#732796;
}

.portfolioMain h3 a:hover{
	color:					#3d3d3d;
}
	
/*********************************************
*** Footer colour styles
*********************************************/

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

#footer dl dt{

}

#footer dl dd{

}

.social li{
	background-repeat:		no-repeat;
}

.social .logo-rss a{
	background-image:		url(../images/logo-rss.png);
	background-position:	top;
	background-repeat:		no-repeat;
}

.social .logo-rss a:hover{
	background-position:	bottom;
}

.social .logo-facebook a{
	background-image:		url(../images/logo-facebook.png);
	background-position:	top;
	background-repeat:		no-repeat;
}

.social .logo-facebook a:hover{
	background-position:	bottom;
}

.social .logo-twitter a{
	background-image:		url(../images/logo-twitter.png);
	background-position:	top;
	background-repeat:		no-repeat;
}

.social .logo-twitter a:hover{
	background-position:	bottom;
}

.social .logo-digg a{
	background-image:		url(../images/logo-digg.png);
	background-position:	top;
	background-repeat:		no-repeat;
}

.social .logo-digg a:hover{
	background-position:	bottom;
}

.social .logo-delicious a{
	background-image:		url(../images/logo-delicious.png);
	background-position:	top;
	background-repeat:		no-repeat;
}

.social .logo-delicious a:hover{
	background-position:	bottom;
}

.social .logo-flickr a{
	background-image:		url(../images/logo-flickr.png);
	background-position:	top;
	background-repeat:		no-repeat;
}

.social .logo-flickr a:hover{
	background-position:	bottom;
}

#footerBg{
	background-image:		url(../images/footer-element.jpg);
	background-position:	top;
	background-repeat:		no-repeat;
}

/*********************************************
*** Portfolio color styles
*********************************************/

.portfolioMain h2{
	color:					#6b6b6b;
}

/*********************************************
*** Contact color styles
*********************************************/

.contact a{
	color:					#b73850;
}

.contact span{
	color:					#b73850;
}

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

#blog .post h2 a{
	color:					#96276b;
}

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

#blog .post .entry a{
	color:					#96276b;
}

#blog .bottomNavigation a{
	color:					#96276b;
}

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

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

#sidebars a:hover{
	color:					#96276b;
}

.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;
}

.home{
	color:					#879627;
}

.xservices{
	color:					#276396;
}

.projects{
	color:					#732796;
}

.results{
	color:					#00C1DC;
}

.blog{
	color:					#96276B;
}

.number{
	color:					#B73850;
}