/*
Theme Name: Cuistot Restaurant
Theme URI: http://www.cuistotrestaurant.com
Description: A custom Wordpress theme created for Cuistot Restaurant in Palm Desert.
Version: 1.0
Author: Ian Thackston
Author URI: http://www.ianthackston.com/
Tags: one-column, fixed-width

This Wordpress theme is released under the GPL license (please see the attached License.txt file for details).

*/

@import url('css/layout.css');
@import url('css/width.css');
@import url('css/menu.css');
@import url('css/typo.css');
@import url('css/wp.css');
@import url('css/widget.css');
@import url('css/jqueryui.css');
@import url('css/clearing.css');

/* Page Specific Styling */
.right {float:right;}
.left {float:left;}
.1quarter {width:24%;}
.half {width:49%;}
.3quarter {width:74%;}

/*
 HOME PAGE
 */

#ss p {
margin:0;
padding:0;
}

/*
 MENU PAGES
 */

#post-20 h2.title {
display:none;
}

#menu-page #menu-left {
float:left;
margin:0;
padding:0;
width:590px;
}

#menu-page #menu-right {
float:right;
margin:0;
padding:0;
width:180px;
}

#menu-page h1 {
text-align:center;
}

#menu-page h3 {
text-align:center;
color:#a15d14;
}

#menu-right h2 {
padding-top:0;
}

dl.menu {
padding:5px 0 20px 0;
}

dl.menu dt {
font-weight:bold;
font-variant:small-caps;
margin:0;
padding:0;
text-align:center;
}

dl.menu dd {
font-weight:normal;
margin:0;
padding:0;
line-height:1.2em;
text-align:center;
}

dl.menu dd.price {
margin-bottom:1.2em;
}

hr {
display:block;
width:10%;
height:3px;
clear:both;
margin:0 auto;
border:none;
border-bottom:3px dotted #a15d14;
}

a#location {
display:block;
width:210px !important; 
width:230px; 
padding:150px 10px 10px; 
background:transparent url('/wp-content/uploads/2009/11/map_1.jpg') top left no-repeat; 
text-decoration:none;
color:#525252;
}

a#location:hover {
color:#333333;
}

dl.contact {
float:left;
padding-right:20px;
margin-right:20px;
border-right:3px dotted #a15d14;
}

dl.contact dt{
font-size:1.1em;
font-variant:small-caps;
font-weight:bold;
}

dl.contact dd{
margin:0 0 .8em 0;
}

a#winelist, a#winelist:link, a#winelist:visited {
display:block;
background:#e1cbab url('/wp-content/themes/cuistot/images/rnd_field_top_tan.gif') top left no-repeat;
border:none;
width:100%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
line-height:2em;
text-align:center;
color:#333333;
padding:8px 0 0 0;
text-decoration:none;
}

a#winelist b {
display:block;
width:100%;
height:8px;
background:transparent url('/wp-content/themes/cuistot/images/rnd_field_bot_tan.gif') top left no-repeat;
margin:0;
padding:0;
}

a#adminlink {display:block; width:50px; height:50px; float:right;}
a#footerlink {display:block; width:300px; float:left; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.3em; text-align:left; padding:8px;}

img.bigthrobber {position:absolute; top:10px; left:10px;}

/* TINY MCE FIX */
body.mceContentBody {
	background-color:#FFF !important;
}

.page-id-314 h2.title {
display:none;
}