/*   
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');

.nomargin{
	margin-bottom:0 !important;
	margin:0 !important;
}

small{
	font-size:60%;
}

body{
		color:#525252;
			background-color:#303030;
}

p{
	font-size:120%;
}

#wrapper{
	background-color:#e9e4df;
}

#header{
	/*background-color: #907860;*/
	background-color:#000000;
	color:#ffffff;
	border-top:20px solid #303030;
}

#branding{
	/*padding: 40px 0 20px 63px;
	background-image: url(images/mask.png);
	background-position: left;
	background-repeat: no-repeat;
	width:877px;*/
	padding: 40px 0 20px 0;
	width:940px;
	
}

#access{
	background-color:#a8b031;
	border-top:10px solid #303030;
	border-bottom:10px solid #303030;
}

#blog-description{
	color:#ffffff;
}

#blog-title a{
	color:#a8b031;
}

#blog-title a:hover, #blog-title a:focus, #blog-title a:active{
	color:#ffffff;
}

#advertisingHolder{
	background-color:#ffffff;
	border-bottom:10px solid #303030;
}

#advertising{
	margin: 0 auto;
	padding:10px;
	width:940px;
	/*text-align:center;*/
}

#main{
	padding: 22px 0 22px;
}

#topAreaHolder{
		background-color:#000000;
		color:#FFFFFF;
		border-bottom:10px solid #303030;
}

#topArea{
	margin: 0 auto;
	padding: 20px 0 10px 0;
	width:940px;
}

#topArea h1{
	/*color:#ddd6cf !important;*/
	color:#8a8a8a !important;
	font-variant: small-caps !important;
	font-size:140% !important;
	margin:0 !important;
	padding:0 !important;
	font-family:Arial,sans-serif !important;
	font-weight:bold !important;
	line-height:18px !important;
	letter-spacing:0.2em;
}

#footer{
	background-color:#303030;
	border-top:10px solid #a8b031;
}

#emailSubHolder{
	background-image: url(images/sub-shadow.png);
	background-position: bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	margin-bottom:20px;
}

#emailSub{
	border:1px solid #e97400;
	background-color:#ffffff;
	padding:20px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;

	/*margin-bottom:20px;*/
}

#emailSub form{
	padding:0;
	margin:0;
}

.homepage{
		padding:20px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color:#DDD6CF;
border:1px solid #ffffff;
margin-bottom:20px;
}

#primary{
	padding-top:0;
}

.sf-menu{
	border:none;
}

.sf-menu a{
	background-color:#303030;
	border:none;
	border-top:1px solid #a8b031;
	border-bottom:1px solid #a8b031;
	border-left:1px solid #a8b031;
	padding: 9px 13px 8px 13px;
	color:#a8b031;
}

.sf-menu a:visited{
	color:#a8b031;
}

.sf-menu a:hover, .sf-menu a:active, .sf-menu a:focus{
	background-color:#000000;
		border-top:1px solid #a8b031;
	border-bottom:1px solid #a8b031;
}

.current_page_item a{
		border-top:1px solid #303030;
		border-bottom:1px solid #303030 !important;
}

.current_page_item a:hover{
	border-top:1px solid #303030;
		border-bottom:1px solid #303030 !important;
}

/*
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{
	border-bottom:1px solid #303030 !important;
}
*/

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	border-bottom:1px solid #303030 !important;
		border-top:1px solid #303030 !important;
}



.entry-title, .entry-title a{
	/*color:#907860;*/
	color:#000000;
}

.entry-title a:hover{
	color:#a8b031;
}

.entry-utility a:hover, .aside a:hover, .entry-meta a:hover{
	/*color:#a8b031;*/
	color:#907860;
}

.entry-content{
	padding-top:0;
}

.entry-meta{
	padding-bottom:20px;
}

#respond{
	padding:20px;
	border:1px dotted #907860;
	background-color: transparent;
}

#comments-list li, #comments-list li.alt{
	background-color:#ddd6cf;
}

#comments-list li.bypostauthor {
	background-color:#f0f2cc;
}

/*
#comments-list ol{
	border:1px solid #907860;
}

#comments-list li{
	border-bottom: 1px solid #907860;
}
*/

#primary{
	border:none;
}

#container{
	border-right:1px dotted #907860;
}






