/*
Theme Name: Mandiles
Author: Michael Guerriero
Author URI: http://www.mikeguerriero.com/

*/

@import url("wordpress.css");
@import url("ie.css");
@import url("http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica");
@import url("http://fonts.googleapis.com/css?family=Cardo");

body {
	background: #58260f url(images/bg.jpg) repeat-x center top;
	font: 17px/24px 'Cardo', Georgia, "Times New Roman", Times, serif;
	color: #1c1208;
}
body, p, h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
a {
	color: #662C08;
}
a:hover {
	color: #1c1208;	
	text-decoration: none;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#header {
	width: 100%;
}
#header h1 {
	padding: 30px 0 30px 25px;
	float: left;
}
h1 a {
	display: block;
	width: 250px;
	height: 59px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
h2 {
	font: 30px/38px 'IM Fell DW Pica', Georgia, "Times New Roman", Times, serif;
	/*padding-bottom: 10px;*/
	color: #1c1208;
	padding-bottom: 12px;
}
h2 a {
	color: #1c1208;
	text-decoration: none;
}
h4 {
	font: 25px/28px 'IM Fell DW Pica', Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	color: #1c1208;
}
p {
	padding-bottom: 10px;	
}
#nav {
	width: 650px;
	float: right;
	height: 119px;
}
#nav ul li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0 3px;
}
#nav ul li a {
	display: block;
	height: 74px;
	font-size: 17px;
	color: #d3ae87;
	background: url(images/nav.gif) repeat-x;
	padding: 45px 15px 0;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #f8d3ac;
}
#nav ul li.current_page_item a, #nav ul li.current_page_parent a {
	background: url(images/nav-active.gif) repeat-x;
	color: #f8d3ac;
}
#flash {
	clear: both;
	width: 950px;
	height: 330px;
}
#content, #content-sub {
	width: 100%;
	background: url(images/content-bg3.jpg) repeat-y;
	padding: 30px 0 0;
}
#content-sub {
	border-top: 10px solid #662C08;
	clear: both;
	padding: 0;
}
#main-content {
	width: 585px;
	float: right;
	min-height: 550px;
	margin-right: 50px;
}
#sidebar {
	width: 288px;
	float: left;
	font-size: 14px;
	line-height: 16px;
}
#sidebar p {
	padding: 8px 0 0;
}
#footer {
	width: 575px;
	clear: both;
	background: url(images/footer-logo.png) no-repeat 800px bottom;
	padding: 100px 50px 15px 325px;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	text-align: left;
	text-align:center;
}
#footer p {
	padding: 0;
}
#footer ul {
	margin-top: 10px;
	text-align: center;	
}
#footer ul li {
	display: inline-block;
	margin-right: 5px;
	border-right: 1px solid #642C06;
	list-style-image: none;
	list-style-type: none;
	white-space: nowrap;
}
#footer ul li a {
	padding: 0 5px 0 0;
	color: #1C1208;
	text-decoration: none;
}
#footer ul li:last-child {
	border: none;
}
#footer ul li a:hover {
	color: #642B09;
}
#social-networking {
	width: 225px;
	height: 81px;
	position: absolute;
	left: 41px;
	bottom: 0;
}
#social-networking a {
	width: 64px;
	height: 81px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#social-networking a.facebook {
	background: url(images/facebook.jpg) no-repeat 0 0;
}
#social-networking a.twitter {
	background: url(images/twitter.jpg) no-repeat 0 0;
}
#social-networking a.yelp {
	background: url(images/yelp.jpg) no-repeat 0 0;
}
#social-networking a.facebook:hover, #social-networking a.twitter:hover, #social-networking a.yelp:hover {
	background-position: 0 5px;
}

/* MENU STYLES */

h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
div.menu p {
	font-variant: small-caps;
	border-bottom: 1px dotted #D7A673;
	line-height: 16px;
}

/* DOWNLOAD BUTTONS */

.menu-buttons {
	margin: 0 auto;
}
.right a.button {
	float:right;
	margin: 0 20px 20px;
}
a.button {
    /* Sliding right image */
	background: transparent url('images/btn-right.png') no-repeat scroll right -43px;
	display: block;
	float: left;
	height: 40px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	color:#000000;
	text-decoration: none;
	margin-top: 10px;
	font: 18px/22px 'IM Fell DW Pica', Georgia, "Times New Roman", Times, serif;
}
a.button:hover {
    background: transparent url('images/btn-right.png') no-repeat scroll top right; 
}
a.button span {
	/* Background left image */ 
	background: transparent url('images/btn-left.png') no-repeat 0 -43px; 
	display: block;
	line-height: 32px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 5px 0 5px 20px;
} 
a.button:hover span{
	text-decoration:none;
	background: transparent url('images/btn-left.png') no-repeat; 
}
.clear {
	clear: both;
}
p.note {
	font-style: italic;
	font-size: 14px;
}
#header-image {
	width: 932px;
	height: 150px;
	margin: 0 auto 35px;
	border-bottom: 10px solid #662C00;
	background-color: #1C1207;
}
.page-id-5 #header-image {
	background: url(images/header-images/menus4.jpg);
}
.page-id-6 #header-image {
	background: url(images/header-images/banquets.jpg);
}
.page-id-65 #header-image {
	background: url(images/header-images/catering.jpg);
}
.page-id-129 #header-image {
	background: url(images/header-images/events.jpg);
}
.page-id-63 #header-image {
	background: url(images/header-images/parties.jpg);
}
.page-id-7 #header-image #header-image, .page-id-58 #header-image, .page-id-173 #header-image, .page-id-4 #header-image, .page-id-7 #header-image {
	background: url(images/header-images/contact.jpg);
}
#slideshow {
	width: 932px;
	height: 150px;
}


/* Open Table styles */

#open-table {
	width: 218px;
	margin:0 35px 20px 35px;
	font-size: 17px;
	line-height: 22px;
	background:url("images/divider-sidebar.gif") no-repeat scroll 0 bottom transparent;
	padding-bottom: 25px;
}
#open-table dl {
	margin: 0;
	padding: 0;
}
#open-table dt {
	width: 85px;
	float: left;
	padding: 5px 0;
}
#open-table dd {
	margin-left: 85px;
	padding: 5px 0;
}
#OT_searchWrapper .imgCal {
	display:none;
	position:absolute;
	z-index:100;
}
.imgCal {
	background-color: white;
}
#sidebar #open-table img {
	border: none;
}
#OT_searchWrapper #imageCal table {
	background:none repeat scroll 0 0 #FFFFFF;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	width:150px;
}
#OT_searchWrapper #imageCal td {
	padding:0;
	text-align:center;
}
#OT_searchWrapper .clickableDays {
	color:#000000;
	height:18px;
	text-decoration:none;
}
#OT_searchWrapper .nonclickableDays {
	color:#CCCCCC;
	height:18px;
}
#OT_searchWrapper .months {
	color:#FFFFFF;
	text-decoration:none;
}
#OT_searchWrapper .weekdays {
	background-color:#EFEFEF;
	color:#666666;
	text-decoration:none;
	width:14%;
}
#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar {
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:12px;
	margin:0;
	width:85px;
}
#OT_searchWrapper #dateDisplay {
	position:absolute;
	bottom: -15px;
	left: 0;
	float:right;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:10px;
	margin:0 30px 0 0;
}
#OT_date {
	position: relative;
	margin-bottom: 15px;
}
#OT_logoLink, #OT_logo {
	display: none;
}
#OT_submitWrap input {
	background-color: transparent;
	background-image: none;
	border: none;
}





