/*
Theme Name: SmithKrausPublishers
Theme URI: http://www.smithandkraus.com/
Description: Child Theme for Thematic
Author: Eric Gottesman
Author URI: http://ericgottesman.com/
Template: thematic
Version: 0.1

*/
 
@import url("../thematic/style.css");

body {
    background-color: #222;
	font: 16px Verdana,'Arial','Helvetica','Trebuchet MS','Lucida Grande','Bitstream Sans Vera',Tahoma,Sans-Serif;
}

p {
	font-size: 12px;
}


#wrapper {
	background-color: #fff;
}

h1, h2, h3, h4, h5,
#blog-title,
.entry-title {
}

.cat-item {
	font-size: 12px;
}

.hentry {
	padding: 0;
}

.entry-title
{
	font-size: 18px;
}

.entry-meta, .entry-utility, .entry-content {
        font-size: 12px;

}

.entry-content a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-content a:hover {
	/*text-decoration: underline;*/
	color: red;
}


.entry-utility {
	margin-bottom: 20px;
}

.reports-header {
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 2px 2px 0px;
}

#index-top.aside {
	padding: 5px;
	margin-bottom: 10px;
	/*background: url(banners/map.jpg) no-repeat transparent;*/
	font-style: italic;
}

.widgetcontainer {
	padding: 0px !important;
	margin: 10px 0px !important;
}

#header {
	background: url(banners/S&K-logo-red-blsck.jpg) no-repeat transparent;
	background-color: #000;
}

#branding {
	margin: 0 0 0 120px;
	padding: 10px 0;
}

#branding h1 {
	color: #fff;
}

#blog-title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

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

ul.collapsCatList ul {
	list-style-type: none;
}

#primary {
	background-color: #FAFAD2;
	font-size: 12px;
}

.aside h3 {
	font-size: 14px;
	font-style: normal;
}

.aside a {
	text-decoration: none;
}