/*
Theme Name: Bugatti
Author: Novista Web
Author URI: http://www.novistaweb.com/
Version: 1.2.1
Description: Bugatti Restaurant is a custom theme.
Tags: business, corporate, CMS, website
All the CSS, XHTML, design, and images are copyrighted. 

*/
/*CSS Reset*/
@import url(css/reset.css);
/*Get the grid, baby!*/
@import url(css/grid.css);

body { /* This is where you set many of the universal defaults */
	background: #c0a26a; 
	color: #231f20;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 25px 0px; padding: 0px;
}
.shadow{
box-shadow: 7px 7px 8px #818181;
-webkit-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 7px 7px 8px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}
/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #982224;
	text-decoration: underline;
}
a:hover { 
	color: #FFF; 
	text-decoration: none; 
}

a.large-right {
	font-weight: bold; 
	font-size: 13px;
	float: right;
}

/*********************************************
		Universal Text Elements
*********************************************/
p, ul, ol, blockquote {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px; padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { border: 0px; background: none; }
p {
	padding: 7px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	color: #952122;
	margin-bottom: 5px;
}
h1 { 
	font-size: 25px;
}
h2 { 
	font-size: 22px;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 16px;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 18px;
	color: #111;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: url(images/containerBg.jpg) repeat-y;
}
/*********************************************
box-shadow: 7px 7px 8px #6F5522;
-webkit-box-shadow: 7px 7px 8px #6F5522;
-moz-box-shadow: 7px 7px 8px #6F5522;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#6F5522, offX=7, offY=7, positive=true);
*********************************************/


/*********************************************
		Header Styles
*********************************************/
#header {
	background: #111;
	margin: 0px;
	float: left;
}
#header a#title {
	display: block; float: left;
	width: 30px; height: 85px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}
/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#menu {
	display: block; float: right;
	background: #000;
	border-right: none;
	font-size: 11px;
	width: 800px; height: 30px;
	margin: 0; padding: 0;
	z-index: 100;
}
/* This is the style for the first UL (horizontal) */
#menu ul {
	display: block; float: left;
	background: transparent;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
	float: right;
}
/* This is the style for the top level list items */
#menu ul li {
	background: none;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-stretch: ultra-expanded;
	letter-spacing: 1px;
}
#menu .current_page_item a, #menu .current_page_item a:hover {color: #f13e3c;}

/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	background: #000; color: #efefef;
	text-decoration: none;
}
/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	display: block;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px 25px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 120px; /* the width of the dropdown */
	left: -999em;
	text-transform: none;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 3000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 1px solid #FFF;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 20px; line-height: 20px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #FFF;
	border-top: none;
	z-index: 2000;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 120px;
	display: block;
	margin: 0px; padding: 0px 5px;
	height: 20px; line-height: 20px;
	border: none;
	background: #333;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	background: #8f0f0e; color: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 20px; line-height: 20px;
}


/*********************************************
		Logo Panel
*********************************************/
#top {
	margin: 0px;
}
#top #LogoPanel {
	padding: 0px;
	height: 320px;
	background: url(images/LogoPanel.gif) no-repeat;
}
#top #LogoPanel h4 {
	display: block;
	height: 32px; line-height: 32px;
	font-size: 12px; font-weight: bold; color: #FFF;
	margin: 0px 0px 1px 0px; padding: 0px 5px;
	border: none;
}
.LogoPanel_Address {
	position: relative; 
	top: 325px; 
	font-size:13px; 
	color: #fdeaeb; 
	letter-spacing: -.05em;
}	
/*********************************************
		Content Div
*********************************************/
#content {
	background: url(images/contentBg.jpg) no-repeat;
	height: 260px;

}
#contentFullPage {
	background: url(images/contentBg.jpg) repeat-y;

}
/*********************************************
		Right Content
*********************************************/
#featured-image {
	width: 520px;
	height: 320px;
	background: url(images/featured/about.jpg) no-repeat;
}
#featured-imagePage {
	width: 520px;
	height: 320px;
	background: url(images/featured/example.jpg) no-repeat;
}
.rightContent {
	height: 256px; 
	width: 520px; 
	float:right;
}


/*********************************************
		Left Content

*********************************************/
.leftContent {
	height: 256px; 
	width: 280px; 
	float:left;
	padding-top: 12px;
}

.leftContent a {
	color: #952122;
	font-weight: bold;
}
.leftContent p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}
.leftContent h3 {
	margin: 4px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
}
.leftContent .widget {
	margin: 0px 0px 10px 2px; padding: 5px ;
	text-align: right;
}
.leftContent .widget h4 {
	margin-bottom: 10px;
} 
.leftContent img {
	text-align: center;
}
.leftContent ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.leftContent ul li {
	margin: 0px; padding: 0px;
}
.leftContent ul li a {
	
}
.leftContent ul li a:hover {
	
}
.leftContent ul li ul {
	margin: 0px; padding: 0px;
}
.leftContent ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	width: 100%;
}
#comments a {
	color: #333;
}
#comments .comment { /* Even Comments: 2,4,6,8,etc. */
	margin: 5px 0px 5px 0px; padding: 10px 0px;
	overflow: hidden;
}
#comments .alt { /* Odd comments: 1,3,5,7,9,etc. */
	margin: 5px 0px 5px 0px; padding: 10px 0px;
	color: #333;
	overflow: hidden;
}
#comments .gravatar {
	display: block; float: left;
}
#comments .commentmeta {
	display: block; float: left;
	padding-left: 8px;
}
#comments .commenttext {
	clear: both;
}

#respond {
	
}
#respond a {
	color: #333;
}
#respond #author,
#respond #email,
#respond #url {
	width: 50%;
}
#respond #comment {
	width: 100%;
}

/*********************************************
		Footer Styles
*********************************************/
#footerTop {
	background: url(images/FooterTopBg.jpg) no-repeat top;
}
#footer {
	background: #C0A26A;
	margin: 0 0 0 -15px; padding: 0px;
	background: url(images/FooterBg.jpg) no-repeat top;


}
#footer p {
	color: #333;
	padding: 0px;
	margin: 0px;
}

#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*********************************************
		Menu Styles
*********************************************/
.menu, .menuSpecial {
	width: 670px;
	font-size: 14px;
}
.menuSpecial {
	text-align: center;
	margin-top: 25px;
}
.menu p, .menu table td, .menuSpecial p {
	font-size: 14px;
}
.menu h2, .menuSpecial h2 {
	font-weight:bold; 
	border-bottom: 4px solid #000;
	padding-top: 10px;
}
.menu h4, .menuSpecial h4 {
	font-weight:norma; 
	font-size: 14px;
	padding: 15px 15px 15px 50px;
}
.menu table {
	width: 670px;
}
td.dotted {
	width: 20px;
}
td.price {
	width: 30px;
	text-align: right;
	vertical-align:bottom;
}
td.indent {
	padding-left: 15px;
}
td.indentsingle {
	padding: 10px 0 10px 35px;
}
.whitebg {
	width: 650px;
	background: #fff;
	padding: 30px;
}
.italic {
	font-style: italic;
}
