/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:	

*/

body { background:#330000}

#header { background:#330000; background:url(); margin-top:0px;}

#header h1.logo { margin:0px 0 0 0; padding:0 }

.logo { padding:0 0 0 0; margin-top:0px; }

/*	--------------------------------------------------
navigation
-------------------------------------------------- */
#nav  { clear:both; width:900px; margin:0 auto 8px auto; background:#330000 url(images/navbg.png) no-repeat; height:36px; padding:0px 20px;  }
#nav li  { margin:0 0 0 5px; float:left; text-transform:uppercase; height:36px; font-weight:bold;  }
#nav li a { padding:12px 10px 9px 10px;  clear:both; display:block; color:#2a1f0b; text-decoration:none;  }
#nav li a:hover { color:#faf1b5; background:#a49376 url(images/navbg_h.png) repeat-x top;  }
#nav li.current_page_item a{ color:#faf1b5; background:#a49376 url(images/navbg_h.png) repeat-x top;  }

.wrap-slider{ background:#333333 url(images/bannerbg.png) repeat-y top; margin:0; position:relative }

#content .posts  { background:url(http://fraicherestaurantla.com/fraiche/wp-content/uploads/2009/12/spacer.gif) repeat-y 80px top; margin-bottom:40px; }

.post_title { float:right; width: 510px; margin: 0 0px 0 0; }

#content {  float:left; background:#fff;}
#sidebar { float:right; background:#fff;}

.h_left { width:555px; float:left; position:relative; background:#fff;}

.maincontainer {background:#fff;}

#container_12 footwidgets-spot {background:#fff;}

#container_12 page_wrap {background:#fff;}

.contactinfo { width:190px; min-height:110px; _height:110px; float:right; padding:10px 15px 0 90px; background:#ebe5cb url(images/contactinfo.png) no-repeat top left; border:3px solid #d0c8b8; margin-right:10px; }
.contactinfo p { font:11px Arial, Helvetica, sans-serif; margin:0 0 5px 0; padding:0;  }

.contactinfo h4 { margin-bottom:5px; font:13px Georgia, "Times New Roman", Times, serif; color:#5d4b27;  }

#footer .copyright{ font-size:12px; color:#444; padding-left:25px; margin:0 0 8px 0; 

