#logo a{
	background: url(red/logo.png) top left no-repeat;
}
#header{
	background: url(red/header.png) no-repeat;
	background-position: 0 4px;
}
#tagline{

	color: #2F2A29;
	text-shadow: 1px 1px 0px #807A79;

}
#sidebar .widget_explorer{
	background: url(red/explorer.png) top center no-repeat;
}
 
.read-more{
	background: url(red/read_more.png) top left no-repeat;
}
.read-more a{
	background: url(red/read_more_right.png) top right no-repeat;
}
#sidebar .widget_explorer ul li a{

	text-shadow: 1px 1px 1px #72302c;
}
#sidebar .widget_explorer ul li a em{
	float: right;
	font-style: normal;
	color: #000000;
	text-shadow: 1px 1px 0 #fe3d34;
}
#sidebar .explorer-images{
	background-image: url(red/photos.png);
}
#sidebar .explorer-audio{
	background-image: url(red/audios.png);
}
#sidebar .explorer-video{
	background-image: url(red/videos.png);
}
#sidebar .explorer-quotes{
	background-image: url(red/posts.png);
}
#sidebar .explorer-links{
	background-image: url(red/links.png);
}
#sidebar .explorer-articles{
	background-image: url(red/discuss.png);
}
.post a,.post-small a,.post-wide a{
	color: blue;
	text-decoration: none;
}