/*  
Theme Name: Tofu
Description: A Child Theme of Deniart.
Template: devart
*/

@import url(../devart/style.css);

/* override Body style from parent theme*/
body  {
background-image: none;
background-color: #333366;

}

/* override Header style */

#header  {
/* padding-bottom: 5px; */
background-image: none;
background-color: #fff;
height:195px;
}

#header h1 {
height:195px;
padding-top:0px;
}

#header a {

background:url(images/TTD-Header1.png) no-repeat scroll center center transparent;
height: 195px;
display:block;
text-indent:-9000px;
}

#nav  {
background:url("images/TTD_nav_bg.gif") no-repeat scroll 0 0 transparent;
border-bottom:1px solid #bbab6d;
float:left;
height:42px;
position:relative;
width:900px;
}

#container #wrapper {
/*background:url("images/sidebar-bg.gif") repeat-y scroll right top */
background-image:none;
background-color: #fff9d5;

}


#content  {
background:none repeat scroll 0 0 #fffbea;
}


#content .post .post-info {
background:none repeat scroll 0 0 #FFF9D5;
border-bottom:1px solid #bfa864;
border-top:1px solid #bfa864;
}

#sidebar .block {
border-bottom:1px solid #bfa864;
}


#content h1 a {
color:#807041;
}

#wrapper-bottom  {
background:url("images/TTD-wrapper-bottom.gif") no-repeat scroll center bottom transparent;
}

#footer  {
background:url("images/TTD-footer-top.gif") no-repeat scroll left top transparent;
padding-top:4px; 
}

#footer-inner  {
background:url("images/TTD-footer-bottom.gif") no-repeat scroll left bottom transparent;
padding-bottom:4px;
}

#footer-content  {
background:none repeat scroll 0 0 #bbab6d;
}

#nav ul li.current_page_item {
background:url("images/TTD-nav-tab-left.gif") no-repeat scroll 0 0 transparent;
}

#nav ul li.current_page_item a {
background:url("images/TTD-nav-tab-right.gif") no-repeat scroll right top transparent;
}

