#header {
	background: url(/themes/default/fun/images/headerBgBlack.png) repeat top center;
	background: url(/themes/default/fun/images/stitching.png) repeat-x center 70px, url(/themes/default/fun/images/headerBgBlack.png) repeat top center;
}

#footer {
	background: url(/themes/default/fun/images/headerBgBlack.png) repeat 7px center;
	background: url(/themes/default/fun/images/stitching.png) repeat-x center 10px, url(/themes/default/fun/images/headerBgBlack.png)  repeat 7px center;  /*bgdn*/
}

#topAd > a, #bottomAd > a {
	color: #00baff;
}

#sideBarInfo a {
	color: #0074c5;
	font-weight: bold;
}

#nav > li > a {
	color: #FFF;
}

#nav > li.current > a {
	background-color: rgba(0, 0, 0, 0.75);
}

.mainContent > h4 {
	color: #0c62a5;
}

/* ------- ABOUT ME PAGE ------- */
#about > h1, #experience > h2, #education > h2, #interests > h2 {
	color: #353535;
}

/* ------- LINKS PAGE ------- */
.box > a, #linksOther > ul > li > a {
	color: #0074C5;
}

/* ------- SOCIAL STREAM PAGE -------*/
#streamFilters > ul > li.active > a {
	background-color: #868686;
	color: #fff;
}

/* ------- BLOG POSTS -------*/
#blogPosts > ul > li > h2 > a {
 color: #0074C5;
}