/*   
Theme Name: Redwood on Thematic
Theme URI: http://www.roused.co/
Description: A new theme for 2010/11
Author: Mike Rouse, based on a framework by Ian Stewart
Author URI: http://mikerouse.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is copyright Ian Stewart http://themeshaper.com/
.
*/

/* 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/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');

#header {
	background: #005aa6 url('img/jrbg1.png') repeat-x;
}

#branding {
	background: url('img/Banner2.png') no-repeat;
	padding: 130px 0 44px;
}

#branding #blog-title a { 
	color: #FFFFFF;
	display: none;
}

#blog-description {
	color: #FFFFFF;
	font-style: normal;
	display: none;
}

ul#menu-top-navigation-bar li a {
	color: #ffffff;
	background: #3F3F3F;
}

#primary small, #secondary small {
	font-size: 0.85em;
}

#primary {
	font-family: Arial,sans-serif;
	background: #EFE6D1;
}

#secondary {
	font-family: Arial,sans-serif;
}

.aside h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.75em;
}

#primary #aboutwidget {
	line-height: 1.75em;
	font-size: 0.9em;
}

#primary #aboutwidget .aboutphoto {
	float: right;
	border: 1px solid #000000;
}
