/*   
Theme Name: PatrickMarr.com Custom Theme
Theme URI: http://www.patrickmarr.com
Description: This is my first Thematic child theme.
Author: Patrick Marr
Author URI: http://www.patrickmarr.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © 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('layouts/2c-r-fixed-cust.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');


#branding {
    padding:34px 0 22px 0;
}


#content .aside h3 {
font-family:Georgia,serif;
font-size:19px;
font-style:italic;
font-weight:heavy;
padding:0 0 7px;
text-transform:none;
}

.main-aside h3 {
}


.aside h3 {
font-size:17px;
font-style:italic;
padding:0 0 7px;
line-height:22px;
}

.aside ul li {
padding-bottom: 15px;
}