/*
Theme Name: Carol Aubrey Blog - Thematic Child Theme
Theme URI: http://robyardman.com
Description: A two column child theme for Carol Aubrey's blog FreeAndFearless.com. Based off of Thematic (parent theme).
Author: Rob Yardman
Author URI: http://robyardman.com
Template: thematic
version: 1.4
Tags: A two column child theme based off of Thematic (parent theme).
*/

@import url(../thematic/style.css);

body {
	background: #ECE2F6 url(images/body-background.jpg) repeat top center;
	color: #111;
	font-size: 15px;
	line-height: 26px;
}

#wrapper {
	
}

#header {
	background: transparent url(images/header-background.jpg) repeat center 0;
}

#branding {
	padding: 55px 0;
}

#blog-title a {
	background: transparent url(images/freeandfearless-logo.png) no-repeat top center;
	color: #FFF;
	display: block;
	text-indent: -9000px;
	width: 495px;
	height:132px;
	margin: 22px 0 -22px 430px;
}

#blog-description {
	display: none;
}

#access {
	background: transparent url(images/access-background.png) no-repeat center top;
	border-bottom: 0px;
	height: 40px;
}

#main {
	background: transparent url(images/main-background.png) repeat-y center;
	padding: 0;
	width: 970px;
}

#content {
	width: 590px;
	margin: 0 0 0 30px
}
.entry-title {
	font-family: Georgia,serif;
	font-size: 30px;
	font-weight: normal;
	/*color: #C5E823;*/
	margin: 0 0 15px;
	padding: 0 0 3px;
	line-height: 60px;
}

.comments-link {
	font-size: 18px;
	font-weight: bold;
}

.comments-link a {
	color: #000;
}

.main-aside ul {
	padding:0 10px;
}

.aside h3 {
	font-family: Calibri;
	border-bottom: 1px dotted #999;
	font-style: bold;
	margin-bottom:5px;
	color: #000;
}

#primary {
	border: 0px;
	padding: 0px;
}

.aside, #primary, #secondary, .aside a {
	color: #111;
}

.aside {
	padding-right: 10px !important;
}

.aside th, .aside td, tr, .aside form, .aside tbody {
	border: none;
}

.aside th, .aside td {
	padding:3px;
}

.aside form, .aside table {
	margin-bottom: 5px;
}

.aside input {
	/*background: transparent url(images/input-background.png);*/
	border: 1px solid #999;
	padding: 2px;
}

.aside textarea {
	background: transparent url(images/input-background.png);
}

.widget_aweber {
	background: #FFF8DC no-repeat;
}

/* Menu Edits */

.sf-menu {	
	font-family:Verdana,Trebuchet,Helvetica,sans-serif;
	left: 15px;
	position: relative;
	top: -40px;
	border-right: none;
}

.sf-menu a, .sf-menu a:visited {
	border-left: none;
	border-top: none;
	border-bottom: 1px solid transparent;
	color: #FFF;
}

.sf-menu li {
	background: none;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: transparent /*url(images/menu-highlight.png)*/;
	outline: 0;
	border-bottom: 0px solid #FF4B33;
	color: #FF4B33;
}

.sf-menu .current_page_item a {
	background: transparent url(images/pen-icon.png) no-repeat 0px center;
	border-bottom: 0px solid #FF4B33;
	color: #FF4B33;
	padding-left: 30px;
}

.aside, .aside a {
	text-decoration: none;
}

.aside ul ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 22px 15px;
}

/* Search */

#searchform {
	background: url(images/input-background.png) no-repeat;
	height: 25px;
	margin-top: 3px;
	padding-top: 2px;
}

#s {
	border: 0px;
	background: transparent;
	width: 193px;
	padding: 4px;
}

/* Footer */

#footer {
	background: transparent url(images/footer-background.png) no-repeat center top;
	margin-top: 0px;
	border: none;
}

#siteinfo a {
	color: #FFF;
}

#siteinfo {
	text-align: center;
	padding: 160px 0 60px;
	color: #EEE;
}

