/*
Theme Name: Carol Aubrey - Thematic Child Theme
Theme URI: http://robyardman.com
Description: A three column child theme based off of Thematic (parent theme).
Author: Rob Yardman
Author URI: http://robyardman.com
Template: thematic
version: 1.0
Tags: A three column child theme based off of Thematic (parent theme).
*/

@import url(../thematic/style.css);

body {
	background: #FFF url(images/body-background.jpg);
	font-family: Arial,Verdana,Trebuchet,Helvetica,sans-serif;
	color: #111;
	font-size: 14px;
}

#branding {
	padding: 55px 0 44px;
}

#blog-title a {
	background: transparent url(images/carolaubrey-logo.png) no-repeat top center;
	color: #FFF;
	display: block;
	text-indent: -9000px;
	width: 519px;
	height: 142px;
	margin: 0 0 0 430px;
}

#blog-description {
	display: none;
}

#access {
	background: transparent url(images/access-background.png) no-repeat bottom center;
	border-bottom: 0px;
	height: 33px;
}

#main {
	background: transparent url(images/main-background.png) repeat-y center;
	padding: 20px 0 20px;
}

.entry-title {
	font-family: Georgia,serif;
	font-size: 18px;
	font-weight: bold;
	/*color: #C5E823;*/
	border-bottom: 3px double #333;
	margin: 0 0 15px;
	padding: 0 0 3px;
	line-height: 19px;
}

.entry-utility {
	background: #EEE;
	padding: 20px;
}

.comments-link {
	font-size: 18px;
	font-weight: bold;
}

.comments-link a {
	color: #000;
}

.main-aside ul {
	padding:0 10px;
}

.aside h3 {
	font-family: Georgia,serif;
	border-bottom: 3px double #FFF;
	font-style: bold;
	margin-bottom:5px;
}

#primary {
	border: 0px;
	padding: 0px;
}

#secondary {
	color: #342777;
}

.aside th, .aside td, tr, .aside form, .aside tbody {
	border: none;
}

.aside input {
	background: transparent url(images/input-background.png);
	border: 0 none;
}

.widget_aweber {
	background: transparent no-repeat;
}

/* Menu Edits */

.sf-menu {
	font-family:Verdana,Trebuchet,Helvetica,sans-serif;
	left: 170px;
	position: relative;
	top: -85px;
	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-color: #FF4B33;
	color: #FF4B33;
}

.sf-menu .current_page_item a {
	background: transparent url(images/pen-icon.png) no-repeat 0px center;
	border-bottom-color: #FF4B33;
	color: #FF4B33;
	padding-left: 30px;
}

.aside, .aside a {
	color: #fff;
	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: 0px;
}

#siteinfo, #siteinfo a {
	padding: 60px 0 44px;
	color: #FFF;
	text-align: center;
}



