﻿/*   
Theme Name: Renewable Wealth Theme
Theme URI: 
Description: Theme for RenewableWealth.com
Author: Sean Owen
Author URI: http://renewablewealth.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 (overridden) */
@import url('./2c-r-fixed.css');

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

/* Apply default theme styles and colors (overridden) */
@import url('./default.css');

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

/* Typography style overrides */ 
body, input, textarea {
    font: 15px Georgia,'Times New Roman',Times,serif;
    line-height:24px;
    color: #111;
}

p, ul, ol, dd, pre {
    margin-bottom:24px;
}


