/*   
Theme Name: welove
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.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('../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');



#blog-title a {
background:url(images/header.png) no-repeat top center;
display:block;
text-indent:-9000px;
width: 900px;
height: 132px;
}

#branding {
padding:25px 0 5px;
}

#header {
    background: #b2341f;
}


#access {
	background: #000;
}

#main {
    clear:both;
    padding:25px 0 22px 0;
}

.dropcap {
color:#b2341f;
float:left;
font-family:Times,serif;
font-size:300%;
line-height:43px;
padding-right:3px;
}
a:link {
    color:#b2341f;
}
.entry-title {
    color:#b2341f;
}
.entry-content {
    padding:5px 0 0 0;
}
.entry-title a:active,
.entry-title a:hover {
    color: #b2341f;
}
.entry-content h1 {
	color: #b2341f;
    padding:1px 0 14px;
}


#footer {background: #b2341f;}
#siteinfo {
    color:#fff;
}

.sf-menu ul a {
    background:#000;
}


