

/*
Theme Name: drugstorebooks
Theme URI: http://drugorebooks.com/
Description: Built on Thematic Theme</a>
Author: Davey Leslie
Author URI: http://inxweb.com/
Template: thematic
Version: 0.1
.
All Rights Reserved
.
*/
@import url('../thematic/style.css');

body {
	font-family: "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url(images/bookrack4.gif);
	background-repeat: no-repeat;
	background-color: #99cc99;
	padding-left: 4px;
}

#blog-title  { font-family: "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif; text-align: left; color: white; letter-spacing: 4px; text-shadow: 1px 2px #008040;}

.entry-title {
		font-family: "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif;
	}

#blog-title a:hover {
	color: white;
}

.entry-title a:hover {
	color: white;
}

#content {
	border-left-color: #008040;
	border-top-color: #008040;
	border-style: solid;
	border-width: 1px;
	border-right-color: olive;
	border-bottom-color: olive;
	padding: 10px;
	background-color: #caecc8;
}


