/*   
Theme Name: thematicChild1
Theme URI: http://themeshaper.com/
Description: Michael Cumming's theme based on Ian Stewart's thematic
Author: Michael Cumming
Author URI: http://themeshaper.com/
Template: thematic
Version: 0.1
.
Thematic Child 1 is by Michael Cumming.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
/*@import url('../thematic/library/layouts/3c-r-fixed-primary.css');*/
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */    
@import url('../thematic/library/styles/plugins.css');


/*from American Prospect*/
.entry-title {
	color:#CC3535;
	font-family:'Lucida Grande',Verdana,Arial,sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
}
.entry-title a {
    color:#CC3535; 
}
/*from American Prospect*/
.entry-content {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	line-height:18px;
	padding:14px 0 0;
}
.entry-content li {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	line-height:18px;
	padding:0 0 0;
}
/* the bulleted item on the side */
.aside ul {
	font-family:'Lucida Grande',Verdana,Arial,sans-serif;
}

#content {
    margin:0 0 0 20px;
    width:440px;
    overflow:hidden;
}
#container {
	width:440px;
}
#subsidiary .aside {
    width:200px;
    float:left;
    margin:0 20px 0 0;
}
/*default.css line 274 MICHAEL*/
.entry-meta .n {
	font-family: Arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}

/*--------------------------------------------*/
/* based on MHough.com  */
#wrapper {
	background:white none repeat scroll 0 0;
	border:1px solid #FFF;
	padding:0 0 10px;
	margin:20px auto;	
	position:relative;
	text-align:left;
	width:780px;
}
#header {
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#000;
	width:100%;
}
#branding {	
	padding:15px 0 15px 20px;
	background-color:#000;
	width:760px;
}
#blog-title {
	font-family: Arial,sans-serif;
	font-size:36px;
	font-weight:normal;
}
#blog-title a, a:hover {
	color:#FFF;
}
#blog-description {
/*	font-weight: bold; */
	font-family: Arial,sans-serif;
	font-weight: bold;
 	color:#FFF;
 	font-size:14px;
}
#access {
	padding:0 0 0 20px;
}
#main {
	width:100%;
}
#footer {
	width:100%;
}
/* tabs for page navigation */
#nav a:hover {
	background:#000;	
	color:#FF4B33;
	text-decoration:none;
}
.main-aside {
    width:200px;
    float:right;
    position:relative;
    right:20px;
}
#siteinfo {
	width:100%;
	text-align:center;
}

.page-item-2 {
	text-decoration:none;
}
.entry-title a:active, .entry-title a:hover {
    color: #FF4B33;
}
body {	
	background:#555
}
#searchsubmit {
	font-family: Arial,sans-serif;
}
a {
	text-decoration:none;
}
.entry-content h1{
	color:#CC3535;
	font-family:'Lucida Grande',Verdana,Arial,sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
}
.entry-content h2 {
	color:#990000;
	/*font-family:'Lucida Grande',Verdana,Arial,sans-serif;*/
	font-family: Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
}
.entry-content h1, .entry-content h2 {
	padding:14px 0 14px;
}
p {
	margin-bottom:12px;
}
.entry-content .si_contact_name label {
	font-family: Arial,sans-serif;
}
/*subscribe2 widget-----------------------------------------*/
#subscribe2 {
	background: #FFFFF0;
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:12px;
}
.aside p {
	margin-bottom:0px;
}
.aside form {
	padding:0px;
	margin-bottom:0px;
}
.aside input {
	font-family: Arial,sans-serif;
	width:130px;
}
.widget_recent_entries {
	margin-top:22px;
}
