/** BEGIN colors **/
a {
	color: #666666;
}
#header .pages {
	border-color: #505151;
}
	#header .pages li a:hover {
		color: #cccccc;
	}
	#header .pages li ul li {
		background-color: #1E1D1D;
	}
#header .categories li a {
	border-color: #ABB4BB;
	color: #222222;
	font-size:10px;
}
#header .categories li a:hover {
	color: #ff0000;
}
#header .categories li ul li {
	background-color: #D6D6D6;
}
#content .featured .text li a {
	color: #AAABAB;
}
#sidebar .box .popular li a {
	color: #000000;
}
#footer {
	background-color: #666666;
}
	#footer .subscribe {
		background-color: #666666;
	}
body {
	background-color: #cccccc;
}
#body {
	color: #464646;
}
#content .span table th {
	background-color: #363636;
}
#sidebar .box .tabs li a {
	border-color: #666666;
}
#sidebar .box .tabs li a:hover {
	color: #cccccc;
}
#sidebar .box .tabs li a.here {
	background-color: #666666;
}
/** END colors **/

/** BEGIN images **/
#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, #sidebar .box .tabs {
	background-image: url(header.gif);
}
#content .category .box .search {
	background-image: url(search.gif);
}
#loader {
	background-image: url(loading.gif);
}/** END images **/
.wp-caption {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px;
padding-top:4px;
padding-bottom:1px;
text-align:center;
font-size:11px;
font-style:italic;
}
.wp-caption p.wp-caption-text {
font-size:11px;
font-style:italic;
line-height:0px;
margin:0;
padding:0px 0px 0px 0px;
}
.aligncenter, div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
background-color:#FFFFFF;
border:0px solid #FFFFFF;
margin:1px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;
}
/* Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left
}
/* End Images */

