/*   
Theme Name: Walker Cove Custom Theme
Theme URI: 
Description: a child theme for Walker Cove Custom Woodworks
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/walker-cove-woodworks.gif) no-repeat top center;
display:block;
text-indent:-9000px;
width: 250px;
height: 55px;	
}
.sf-menu li ul {
    display:none!important;
}
#dynamic-header {
	margin: 0 auto 10px;
	width: 780px;
}
#dynamic-header img{ border-color: #9e5908; border-style: solid; border-width: 2px 0 2px 0; }
#branding {
    padding:10px 0 15px;
    width: 780px;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a { background-color: #725041; border-bottom-color:#9e5908; }
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#4e261c;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #9e5908;
	outline:		none 0;
    border-bottom-color:#ccc;
}
#access { background-image: url(images/access-bg.gif); background-repeat: repeat-x; border-bottom:1px solid #9e5908; }
#wrapper { background-color: #fff; width: 780px; margin: 68px auto 0; padding: 10px; border: solid 2px #481e0e; }
#footer {
	border-top: 1px solid #9E5908;
	background-color: #ffffff;
}
body {
  padding: 0;
  margin: 0;
  background: #2c1504;
}
#main { width: 780px; padding:33px 0 11px; }
#container {
width:720px;
}
#content {
width:720px;
}
#siteinfo {
width: 780px;
}
body, input, textarea {
font-family:Arial,sans-serif;
}
#blog-description {
	color:#000000;
	}
