/*
Theme Name: Logic
Description: A Child Theme of Twenty Ten
Template: twentyten
Author: Logistics Studio
*/
@import url(../twentyten/style.css);
body {
    background: url("http://www.uswoodcarver.com/wp-content/themes/logic/images/wood096.jpg") repeat scroll 0 0 #FFFFFF;
}
#wrapper {
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: url("http://www.uswoodcarver.com/wp-content/uploads/2010/06/uswoodcarverback.jpg");
    background-position: left -64px;
    background-repeat: repeat-x;
    border: 10px solid #614428;
	border-radius: 20px 20px 20px 20px;
    margin: 20px auto;
    padding: 0;
    width: 980px;
}
#header {
    padding: 10px 0 0;
}
#branding img {
    border-bottom: medium none;
    border-radius: 10px 10px 0 0;
    border-top: 4px solid #000000;
    display: block;
    float: left;
}
#site-title {
	font-family: "rosewood-std-fill-1","rosewood-std-fill-2",sans-serif;
	font-size: 34px;
	width: 500px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #333;
	margin: 0 0 10px;
}

#content .entry-title {
	text-color: #33C;
	font-family: "rosewood-std-fill-1","rosewood-std-fill-2",sans-serif;
	font-size: 38px;
	text-shadow: 4px 4px 4px #aaa;
}

#site-info {
	text-color: #33C;
	font-family: "rosewood-std-fill-1","rosewood-std-fill-2",sans-serif;
	font-size: 28px;
	text-shadow: 4px 4px 4px #aaa;
}

#site-description {
    clear: right;
    color: #000000;
    float: right;
    font-family: Georgia,"Bitstream Charter",serif;
    font-size: 12px;
    font-style: italic;
    margin: 0;
    text-align: left;
    width: 420px;
}

.widget-title {
	text-color: #33C;
	font-family: "rosewood-std-fill-1","rosewood-std-fill-2",sans-serif;
	font-size: 20px;
	text-shadow: 4px 4px 4px #aaa;
	padding-bottom: 15px;
}

#access .menu-header, div.menu {
	font-size:16px;
	margin-left:12px;
}

#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	background-color:#7A562F;
	color:#FFFFFF;
}
#access ul ul a {
	background-color:#7A562F;
	color:#FFFFFF;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}

#access li:hover > a,
#access ul ul :hover > a {
	color:#000;
	background:#BA9C3C;
}

#access {
    background-color: #A98537;
    border-bottom: 3px solid #614428;
    width: 980px;
}

#access a {
	font-family: "rosewood-std-fill-1","rosewood-std-fill-2",sans-serif;
	color:#000000;
	display:block;
	line-height:38px;
	padding:0 10px;
	text-decoration:none;
}

.one-column #content {
	margin:0 auto;
	width:940px;
}
#footer {
    background: none repeat scroll 0 0 #F9E6C9;
    border-radius: 10px 10px 10px 10px;
    border-top: 4px solid #614428;
    margin-bottom: 0;
}
#colophon {
	border:none;
	margin-top:-4px;
	overflow:hidden;
	padding:18px 0;
}
	
	
