/*   
Theme Name: A Thematic Child Theme
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/banner.png) no-repeat top center;
display:block;
text-indent:-9000px;
width: auto;
height: 200px;
}

body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000 url(images/background.png) repeat scroll left top;
}

#container {
background-color: #fff;
float:left;
width:620px;
}

#main {
clear:both;
padding: 40px 0 15px;
background-color: #fff;
}

#header {
    //background-color: #9f9f9f;
	//width: 960px;
	margin: 0 auto;
	
}

#blog-description {
    text-align: center;
    color: #000;
    font-size: 14px;
}
#branding {
	background-color: #9f9f9f;
	width: 960px;
	padding: 10px 0 10px;
	margin: 0 auto;
	//z-index: 200;
}

/* =Menu
------------------------------------------------------------- */
#access {
    width: 960px;
    border:none;
    background:#333333;
    border-bottom:1px solid #333333;
    margin:0 auto;
    }

.menu{
	width: 960px;
	}       
.menu a {
	display:block;
	float:left;
	text-decoration:none;
	background:#333333;
    color:#fff;
    }  
.menu a:visited {
	color: #fff;
}
.menu a:hover {
    background:#e33258;
    color:#fff;
}
.menu .current_page_item a {
    background:#e33258;
    color:#fff;
}
.menu a:focus {
    background:#333333;
    color:#000;
}
.sf-menu ul a {
	background: #333333;
}
.sf-menu ul a:hover {
    color: #fff;
}
#footer {
	background: #333333;
}

/* =Content
-------------------------------------------------------------- */
.entry-title a:active, .entry-title a:hover {
color:#333333;
}
.entry-title a {
color:#e33258;
text-decoration:none;
}
.entry-title {
	color: #e33258;
}
.entry-content h5 {
    font-size:18px;
    font-family:Arial,sans-serif;
    font-weight:normal;
    letter-spacing:0.05em;
    padding:8px 0 8px 0;
}
.entry-content h6 {
    font-size:9px;
    font-family:Arial,sans-serif;
    font-weight:normal;
    text-transform:uppercase;
    letter-spacing:0.05em;
    padding:0px 0 8px 0;
}
.entry-content img {
    margin: 0 0 0 0;
    max-width:100%;
    border: 2px;
    border-color:#e33258;
    //padding: 2px;
}

/* =Content
-------------------------------------------------------------- */
.aside h3{
	color: #e33258;
}
p img { 
margin: 0; 
}

/* =Widget 
-------------------------------------------------------------- */
.widget_thematic_rsslinks li {
	list-style-image: url(images/feed_icon.png);	
}


