/*   
Theme Name: CFoD
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Victor Chan
Author URI: http://chanindustries.com/
Template: thematic
Version: 1.0
Tags: Thematic, CFoD
.
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');

body {
	background-color: #EEE;
	background-image: url("i/header3.jpg");
	background-repeat: no-repeat;
	background-attachment: initial;
	background-position-x: 50%;
	/*background-position-y: 0%;	*/
}

#header {
	/*margin-left: 20px;
	margin-right: 20px;*/
}

#branding {
	/*padding: 88px 0px 44px 0px;*/
	padding: 88px 0 130px 0;
}

#blog-title, #blog-description {
	padding-left: 20px;
}

#access {
	/*margin-top: -32px;*/
	/*margin-top: 167px;*/
	border-bottom: none;
}

.sf-menu .current_page_item a {
	background-color: #EEE;
	border-bottom: none;
	color: #000;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    /*background: #FF633F;
	background: #ffb247;
    background: #d6893c;*/
    background: #FF9933;
    color: #EEE;
 }

.page-link a:active,
.page-link a:hover {
    color: #EEE;
    background: #FF9933; 
}

#container-wide {
	width: 960px;
}
#content {
	margin-left: 30px;
	width: 580px;
}
#content-wide {
	margin-left: 30px;
	width: 920px;
	
}


#main {
	width: 980px;
	/*padding-top: 50px;*/
	/*padding-top: 175px;*/
	
}

h2.entry-title a {
	color: #FF633F;
	/*color: #ffb247;
	color: #d6893c;*/
	
}

h2.entry-title a:hover {
	/*color: #666;*/
	color: #FF9933;
	text-decoration: underline;
}

#primary {
	background-color: #FFF;
}
.aside a{
	color: #FF633F;
	text-decoration: none;
}
.aside a:active,
.aside a:hover {
	color: #FF9933;
	text-decoration: underline;
}


#footer {
	background-color: #333;
	/*padding-bottom: 20px;*/
	height: 125px;
}

#siteinfo, #siteinfo a {
	color: #eee;
}