/*  

*****************************************************
-----------------------------------------------------

Theme Name: Simplixity - old version
Description: A simple, two-column layout. Simplixity is entirely web-standards compliant.
Version: 0.3
Author: James Barclay
Author URI: http://everythingisgray.com/
Tags: two-columns, fixed-width, right-sidebar, tan

    Simplixity by James Barclay
    http://everythingisgray.com/

    The XHTML, CSS, PHP, and images included in this theme are released under the GPL:
    http://www.opensource.org/licenses/gpl-license.php

-----------------------------------------------------
*****************************************************



********************
--------------------
      Contents
--------------------
********************

 
	* General
	* Layout
		- Header
		- Container
	* Content	(Includes items in the main content area)
		- Post headers
		- Posts
    * Navigation    (Includes items in the navigation menu)
        - Navigation
	* Sidebar	(Includes items in the sidebar)
		- General
		- Sidebar headers
		- Wordpress calendar
	* Footer   (Includes items in the footer)
	* Misc.    (Includes miscellaneous items)

*/

/*******************
 **    General    **
 *******************/
html {
height: 100%;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}
body{
    font-family: Trebuchet MS;
    font-size: 12px;
    vertical-align: top;
    color: #818181;
height: 100%;
}
img{
    border: 0;
}
h1{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.8em;
    padding: 0 0 4px 0;
}
#header h1 a{
    color: #670803;
}
#header h1 a:hover{
    color:#5b5b5b;
    text-decoration: none;
}
h2 a{
    color: #cc9900;
}
h2 a:hover{
    text-decoration: none;
    color: #a52713;
}
a:link, a:visited{
    color: #664E4D;
    text-decoration: none;
}
a:hover{
    color: #a31c22;
}
p{
    padding: 15px 0 0 0;
}

/*******************
 **    Layout     **
 *******************/


#header_wrapper{
    margin: 0 auto;
    width: 100%;
}
#header{
    margin: 0 auto;
    position: relative;
    width: 750px;
    height: 80px;
    padding: 30px 0 25px 0;
    color: #5b5b5b;
}
#background_container{
    background-color: #FFFFFF;


	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
#content_container{
    margin: 0 auto;
    width: 920px;
    position: relative;
}
#container{
    padding: 50px 0 100px 40px;
    float: left;
    width: 750px;
}
#container_page{
    padding: 0px 0 100px 40px;
    float: left;
    width: 750px;
}


/*******************
 **    TABLE CONTENT - Restaurant Info    **
 *******************/


TABLE.table_restaurant-info{
color: #333333;
font-size: 10px;
font-family: Trebuchet MS;
letter-spacing: 1px;
border-top: 1px solid #CECECE;
border-bottom: 1px solid #CECECE;
border-left: 1px solid #CECECE;
}
TABLE.table_restaurant-info TD{
text-align: center;
padding: 20px 0px;
border-right: 1px solid #CECECE;
}
TABLE.table_restaurant-info TD.table_td-map{
text-align: right;
padding-left: 10px;
}
TABLE.table_restaurant-info TD.table_td-map:hover{
opacity: .6;
-moz-opacity: .6;
-khtml-opacity: 0.6;
filter:alpha(opacity=60);
}
TABLE.table_restaurant-info TD.table_td-map IMG.google-map{
margin: 0px 30px 0px 15px;
}
SPAN.text_business-hours{
font-weight: bold;
color: #000000;
}


/*******************
 **    Content    **
 *******************/


.post{
    padding: 40px 0 60px 0;
min-height: 325px;
}
.post h2{
    font-family: Trebuchet MS;
    font-size: 16px;
background: #818181;
border: 2px outset #818181;
text-transform: uppercase;
word-spacing: 3px;
padding: 3px 10px;
    color: #FFFFFF;
}
.post h2 a{
    color: #FFFFFF;
}
.post h2 a:hover{
    color: #a31c22;
}
.entry{
    line-height: 18px;
}
p.postmetadata{
    border-top: 4px double #ccc;
    margin: 10px 0 0 0;
    font-size: 0.85em;
    text-align: right;
}
p.postmetadata a{
    color: #664E4D;
}

span.date {
    font-size: 0.8em;
}
span.commentbar {
    float: right;
    display: inline;
    text-align: right;
    margin-top: -10px;
}
.page-about, .page-location, .page-testimonials{
text-align: justify;
}
.page-location .page_location-directions{
width: 180px;
padding: 40px 0px 0px 0px;
}
.page-location .page_location-directions A{
color: #a31c22 ;
}
.page-location .page_location-directions A:hover{
color: #664E4D;
}
.page-location SPAN.phone{
color: #000000;
}
.page-testimonials{

}

/*******************
 **  Navigation   **
 *******************/
 
.navigation{
    padding: 10px 0 0 0;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 18px;
}


.tabbar {
text-align: center;
margin-left: -820px;
}

.tabbar ul.listcat {
    margin-top: -22px;
    display: inline;
    position: absolute;
}
.tabbar ul.listcat li {
    float: left;
    display: inline;
    margin-right: 1px;
}
.tabbar ul.listcat li a {
    padding-left: 10px;
    padding-right: 10px;
    background: #670803;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    font-size: 0.8em;
    font-weight: bold;
    color: #cccccc;
    line-height: 22px;
    height: 22px;
    display: block;
    text-transform: uppercase;
}
.tabbar ul.listcat li a:hover {
    background: #fffff4;
    color: #670803;
}


/*******************
 **    Left Sidebar    **
 *******************/

.sidebar_left{
    margin: 0 auto;
    padding: 50px 0px 0px;
    float: left;
    text-align: left;
    width: 130px;
    font-family: Trebuchet MS;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline;
    position: relative;
    text-transform: uppercase;
}
.sidebar_left IMG{
	
}
.sidebar_left ul{
    list-style-type: none;
    margin: 0px;
    padding: 50px 0px 0px;
}
.sidebar_left ul li{
    padding: 0px 0px 15px;
}
.sidebar_left ul li a {
    color: #818181;
}
.sidebar_left ul li a.link_home, .sidebar_left ul li a.link_menu, .sidebar_left ul li a.link_location, .sidebar_left ul li a.link_about, .sidebar_left ul li a.link_testimonials{
    color: #818181;
}

.sidebar_left ul li a:hover {
    color: #c6c6c6;
}
.sidebar_left ul li a.link_home:hover, .sidebar_left ul li a.link_menu:hover, .sidebar_left ul li a.link_location:hover, .sidebar_left ul li a.link_about:hover, .sidebar_left ul li a.link_testimonials:hover{
    color: #c6c6c6;
}
.sidebar_left #current_home A.link_home, .sidebar_left #current_menu A.link_menu, .sidebar_left #current_location A.link_location, .sidebar_left #current_about A.link_about, .sidebar_left #current_testimonials A.link_testimonials{
    color: #c6c6c6;
}

/*******************
 **    Sidebar    **
 *******************/
 
.sidebar{
    margin: 0 auto;
    padding: 182px 0 0px 45px;
    float: left;
    width: 205px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    display: inline;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 40px 0px 0px;
}
.sidebar ul li{
    padding: 0px;
}
.sidebar ul li h2{
    font-family: Trebuchet MS;
    font-size: 12px;
    letter-spacing: 1px;
text-transform: uppercase;
font-weight: normal;
color: #818181;
}
.sidebar ul li h2:hover{
color: #a31c22;
}
.sidebar UL UL.list_recent-news{
padding: 5px 0px 10px 20px;
font-family: Trebuchet MS;
line-height: 13px;
}
.sidebar ul ul li{
    padding: 0;
}
.sidebar ul ul li a{
    color: #818181;
}
.sidebar ul ul li a:hover{
    color: #a31c22;
}
.sidebar ul li#calendar table#wp-calendar a{
    color: #664E4D;
}
#wp-calendar{
    width: 80%;
}
#wp-calendar caption {
    background: #4E6634;
}
#wp-calendar th {
    background: none;
}

.menu-highlights{
padding: 5px 0px 20px;
}
.menu-highlights IMG:hover{
opacity: .6;
-moz-opacity: .6;
-khtml-opacity: 0.6;
filter:alpha(opacity=60);
}

/*******************
 **     Search    **
 *******************/

#searchform div{
    padding: 0;
margin-top: -40px;
}
#searchsubmit{
    background: url(img/go_button.png) no-repeat;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
    vertical-align: top;
}
#s{
    color: #670803;
    border: 1px solid #ccc;
    background: #fff;
}
.hidden{
    display: none;
}

/*******************
 **   Comments    **
 *******************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 1em;
}

.commentmetadata{
	font-size: 0.75em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 0.75em;
}

/*******************
 **     Footer    **
 *******************/
.push {
    height: 55px;
clear: both;
}
#footer{
    margin: 0 auto;
    padding: 25px 0 0 0;
    width: 100%;
    height: 55px;
    background: #b2b2b2;
    color: #e4e4e4;
    font-family: Trebuchet MS;
    letter-spacing: 1px;
    display: inline;
    float: left;
}
#footer p{
    width: 920px;
    margin: 0 auto;
    padding: 0px 0px;
    text-align: center;
}
#footer a{
}
#footer a:hover{
    color: #a31c22;
}
#footer P.copyright{
    font-size: 10px;
}
#footer P.legal{
    font-size: 8px;
    margin-top:-7px;
}

/*******************
 **     Misc.     **
 *******************/

.clear_float{
    clear: both;
}
img.avatar{
    float:left;
    margin-right:5px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
padding-left: 20px;
}
.wp-caption{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img{
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}


.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail { border: none !important; }
.ui-icon {float: left;}
#accordion TABLE { width: 690px;}
#accordion TD {line-height: 21px;}
.column_price { width: 10%;}