a {
	/* main link color */
	color: #FD4201;
}
#header .pages {
	/* border color (only right border) of pages menu */
	border-color: #FCC600;
}
	#header .pages li a:hover {
		/* color of text link in pages menu when hovered */
		color: #FDEC8B;
	}
	#header .pages li ul li {
		/* background color of submenu links  */
		background-color: #FD6601;
	}
#header .categories li a {
	/* color of the categories menu dividers */
	border-color: #D2D2D2;
	/* color of the categories menu links */
	color: #000000;
}
#header .categories li a:hover {
	/* color of the categories menu links when hovered */
	color: #ff0000 !important;
}
#header .categories li ul li {
	/* background color of the categories submenu. */
	background-color: #E1E1E1;
}
#content .featured .text li a {
	/* color of the links in the featured content text (shaded area) */
	color: #FDDE6D;
}
#sidebar .box .popular li a {
	/* color of the links (titles) in the popular articles section of the sidebar */
	color: #000000;
}
#footer {
	/* background color of the footer */
	background-color: #1D1D1D;
}
	#footer .subscribe {
		/* background color of the subscribe link */
		background-color: #000000;
	}
body {
	/* background color of the body */
	background-color: #000000;
}
#body {
	/* default text color of the body section (content and sidebar) */
	color: #363636;
}
#content .span table th {
	/* background color of table headers */
	background-color: #363636;
}


/*****************************************************
 You don't have to edit styles below this point.
*****************************************************/

#header {
	background-image: url(navigation.gif);
}
#header h1 a {
	background-image: url(logo.gif);
}
#header .pages li.here a {
	background-image: url(active.gif); 
}
#header .pages, #header .pages li {
	background-image: url(divider.gif);
}
#content .category .box h2, #content .cbox h2, #sidebar .box h2 {
	background-image: url(header.gif);
}
#content .category .box .search {
	background-image: url(search.gif);
}
#loader {
	background-image: url(loading.gif);
}
