/*   
Theme Name: Leo's Custom Theme
Theme URI: http://leoschicago.com
Description: Custom theme for Leo's Chicago by On Call Interactive
Author: On Call Interactive
Author URI: http://www.oncallinteractive.com
.
copyright 2009 LeosChicago.com
.
*/
@import url("css/reset.css");


/*
=structure =framework
--------------------------------------------------------------------*/
body {
	background: url(images/bg.jpg) top center repeat-x #6a6a6a;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}
#wrapper{
	background-color: #3d3d3d;
}
#shell, #footer_content {
	/*background-color: #3d3d3d;*/
	background-color: white;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#header {  }
#shell{
	background: url(images/content_bg.jpg) left top repeat-y #FFF;
	position: relative;
}
#container{
	float: right;
	width: 711px;
}
#content{
    margin: 0 30px 0 15px;
}
.home #content,
.pageid-19 #content,
.pageid-24 #content,
.pageid-26 #content
{
    width: 420px;
    float: left;
    margin-right: 0;
}
.home #content{
    padding-top: 20px;
}
#secondary{
    float: right;
    width: 230px;
    margin-right: 35px;
}
.sidebar{
    clear: left;
	float: left;
	width: 210px;
	margin: 0 0 0 0;
    padding: 0 0 0 30px;
    display: block;
}

#footer {
	background: url(images/btm_bg_tile.gif) left top repeat-x transparent;
	clear: both;
	height: 146px;
	width: 100%;
}
#footer_content{
	background: url(images/footer_bg.jpg) left top no-repeat transparent;
	height: 75px;
	padding: 55px 250px 1em 20px;
	width: 690px;
}


/*
=typography
--------------------------------------------------------------------*/
body{ color: #3d3d3d; }

#leos{
	background: url(images/logo_bg.jpg) left top no-repeat transparent;
	display: block;
    float: left;
	height: 236px;
    left: 0;
    margin: -28px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
	width: 249px;
    
}
#leos a{
	background: url(images/leos-coney-island.gif) left top no-repeat transparent;
	display: block;
	height: 145px;
	overflow: hidden;
	position: absolute;
	top: 47px;
	left: 38px;
	text-indent: -999em;
	width: 170px;
}
h1, h2, h3, h4, h5, h6 {
    color: #be262b;
	font-weight: bold;
    margin: 1em 0 0;
    padding-bottom: .5em;
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
    margin: 0;
}
h1 { font-size: 1.7em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; font-weight: normal; }
h6 { font-size: .8em; font-weight: normal; }
p {
	font-size: .9em;
	margin: 0 0 1em;
	line-height: 1.5em;
}
ol, ul {
	margin: 0 0 1em;
}
li {
	font-size: .9em;
	line-height: 1.5em;
}
ol li, 
ul li {
	list-style-position: inside;
}
#container ul ul li{
    background: url(images/content_list_item_bg.gif) left top repeat-x transparent;
    padding-top: 1px; /* make sure 1px background shows */
}
#content ul li{
	list-style: disc inside;
}
#content ol li{
	list-style: decimal inside;
}
#footer ul, #footer ol{
    margin-bottom: 0;
}
.il li {
	display: inline;
	margin-right: 1em;
}

.sidebar li {
	background: url(images/side_line.gif) left top no-repeat transparent;
	padding: 1em 0 0 0 ;
	margin: 0 0 1em 0;
}
.sidebar li ul li {
	background-image: none;
	margin: 0;
}

.sidebar #location{
	background-image: none;
	margin-bottom: .6em;
}
.sidebar #location a{
    background: url(images/location_bg.jpg) left top no-repeat transparent;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.3em;
    font-weight: bold;
    height: 80px;
    line-height: 1em;
    padding: 30px 0 0;
    text-decoration: none;
    text-align: center;
    width: 202px;
    letter-spacing: -1px;
    overflow: visible;
    line-height: normal;

}
.sidebar #location a span{
    display: block;
    overflow: visible;
    line-height: normal;
}

.sidebar .hours p,
.home .hours p,
#secondary .hours p{
    margin: 0;
}
.sidebar .hours small,
.home .hours small,
#secondary .hours small{
    color: #888;
    line-height: 1.3em;
    font-size: .9em;
    margin-top: 10px;
    display: block;
}

dl         { margin-bottom: 1em; }
dt         { font-weight: bold; }
dd         { font-style: italic; margin-bottom: .5em; }
b, strong  { font-weight: bold; }
i, em      { font-style: italic; }
u, del     {  }
del        { text-decoration: line-through; }
small      { font-size: .7em; }
big        { font-size: 1.2em; }
sup        { position: relative; top:-.5em; font-size: .8em; }
sub        { position: relative; top: .4em; font-size: .8em; }
blockquote {
    background: url(images/open_quote.gif) left 3px no-repeat transparent;
    padding: 15px 0 0;
    font-size: .9em;
    font-style: normal;
}
blockquote span{
    background: url(images/close_quote.gif) right top no-repeat transparent;
    display: block;
    text-align: right;
    padding: 3px 20px 3px 0;
}
code { 
	font-family:"Courier New", Courier, monospace;
	white-space: pre;
}
a:link             { color: #be262b; }
a:visited, a:focus { color: #a22125; }
a:hover, a:active  { color: #e45559; }


#footer{
	color: #222;
}

/* Posts */

#wrapper .entry-meta{
    border: solid 1px #777;
    background-color: #DDD;
    font-size: .7em;
    padding: 1em;
    line-height: 1.3em;
}

/* Comments */
.comment{
    padding: 1em;
}
#content #comments li{
    list-style-type: none;
}
#comments .alt{
    background-color: #f4f4f4;
}
.comment .comment-meta{
    text-align: right;
}

.avatar{
    float: left;
    margin: 0 10px 0 0;
}
.comment-author a{
    text-decoration: none;
}
.comment-author span{
    background: url(images/content_list_item_bg.gif) left bottom repeat-x transparent;
    font-size: 1.5em;
    display: block;
    margin-left: 45px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#comment-field{
    float: left;
    width: 350px;
}
#comment-field textarea{
    width: 340px;
}
#user-info-fields{
    float: left;
    width: 280px;
    padding-left: 20px;
}
#user-info-fields p{
    margin-bottom: 5px;
}



/* Alerts */

.success, .error{
	border-width: 2px;
	border-style: solid;
	font-size: 10px;;
	margin-top: 1em;
	width: 92%;
	padding: 5px;
	font-weight: bold;
}
.success{
	background-color: #aacfa6;
	border-color: #2f6728;
	color: #2f6728;
}
.error{
	background-color: #cfa6a6;
	border-color: #672828;
	color: #672828;
}


/*
=navigation
--------------------------------------------------------------------*/

/* normal Navigation */
#menu a{
    /*font-size: .9em;*/
}
#menu a:link{
    color: #fcc4c4;
    text-decoration: none;
}
#menu a:visited, #menu a:focus{
    color: #fcc4c4;
    text-decoration: none;
}
#menu ul .current_page_item a,
#menu ul .current-cat a{
    color: white;
	text-decoration: none;    
	font-weight: bold;
}

#menu a:hover, #menu a:active {
	color: white;
	text-decoration: none;
}

#access{
    background: url(images/global_top.jpg) left top no-repeat transparent;
	float: right;
	width: 711px;
	padding-top: 22px;
}
#menu{
    position: relative;
    background: url(images/global_btm.jpg) left bottom no-repeat #be262b;
    margin-right: 20px;
    padding-left: 15px;
}
#menu ul{
    padding-bottom: .5em;
    margin-bottom: 0;
    }
#menu ul li{
    display: block;
    float: left;
    margin-right: 12px;
    padding:5px 5px 5px 0;
}

#menu #search_toggle{
    display: none;
    position: absolute;
    right: -5px;
    top: 0;
}
#menu #search_toggle a{
    background: url(images/search_toggle.gif) left top no-repeat transparent;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -999em;
}

#menu #search_toggle a:hover{
    background: url(images/search_toggle.gif) left bottom no-repeat transparent;
}

/* footer navigation */
#footer ul li{
    display: inline;
    padding-right: 7px;
}
#footer ul a{
    font-size: .75em;
}
#footer ul a:link{
    color: #bcbbbb;
    text-decoration: none;
}
#footer ul a:visited, #footer ul a:focus{
    color: #bcbbbb;
    text-decoration: none;
}
#footer ul .current_page_item a,
#footer ul .current-cat a,
#footer ul a:hover, #footer ul a:active,
.postid-71 #footer .post-id-71 a{
    color: white;
    text-decoration: none;
}

/* special navigation */
#feat_nav{
    background: url(images/feat_nav_bg.jpg) 540px top no-repeat transparent;
    width: 960px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}
#feat_nav ul{
    width: 400px;
    float: right;
    margin: 0;
    padding: 40px 0 0;
    text-align: left;
}
#feat_nav ul li{
    float: left;
    margin: 0 7px 0;
    display: block;
}
#feat_nav ul li a{overflow: hidden; text-indent: -999em;}
#feat_nav .page-item-24 a{
    background: url(images/feat_menu.gif) left top no-repeat transparent;
    display: block;
    height: 30px;
    width: 62px;
}
#feat_nav .page-item-26 a{
    background: url(images/feat_catering.gif) left top no-repeat transparent;
    display: block;
    height: 30px;
    width: 94px;
}
#feat_nav .post-id-71 a{
    background: url(images/feat_coneys.gif) left top no-repeat transparent;
    display: block;
    height: 30px;
    width: 145px;
}
#feat_nav .page-item-24 a:hover,
#feat_nav .page-item-26 a:hover,
#feat_nav .post-id-71 a:hover{
    background-position: -1px -31px;
}
#feat_nav .current_page_item a, #feat_nav .current-cat a, .postid-71 #feat_nav .post-id-71 a{
    background-position: left bottom;
}

.more{
    background: url(images/more-arrow.gif) right center no-repeat transparent;
    padding-right: 15px;
    text-decoration: none;
}

/* Drop down lists */
.sidebar .linkcat{
    /*background: url(images/drop_list_bg.jpg) right center repeat-y #7b7979;*/
	
    color: white;
    display: block;
    font-size: .8em;
    line-height: 20px;
    margin: 0;
    padding: 10px 2px;
    position: relative;
    text-align:center;
    width: 190px;
    z-index: 1;
}
.sidebar .linkcat:hover ul{
    display: block;
}
.sidebar .linkcat ul{
   
    
    position: relative;
    
    left: 0px; /* flush left w/ 1px border*/
    width: 202px;

    padding:0;
    margin: 0;
    z-index: 10;
	
}
.sidebar .linkcat ul li{
    margin: 0;
    padding: 0;

    font-size: 11px;
	display: inline;
}
.sidebar .linkcat ul li a{
    
    text-decoration: none;
    color: #ccc;
	display: inline;
}

.sidebar .linkcat ul li a img{
	vertical-align: middle;

	display: inline;
}

.sidebar .linkcat ul li a:hover{
    color: white;
}

#order-online{
    margin-bottom: 0;
}
#order-online a{
    display: block;
    background: url(images/order_online_bg.jpg) left top no-repeat transparent;
    width:220px;
    height: 140px;
    overflow: hidden;
    text-indent: -999em;
    margin-left: -5px;
}
#order-online a:hover{
    background-position: left bottom;
}

#map_canvas{
    border: solid 1px #777;
    /*border-width: 0 1px 1px;*/
}

/*
=tables
--------------------------------------------------------------------*/
table{
	border-right: solid 1px #777;
	border-bottom: solid 1px #777;
	margin: 1em;
}
td, th{
	border-top: solid 1px #777;
	border-left: solid 1px #777;
	padding: 5px;
}
th{
	background-color: #CCC;
}

/*
=images
--------------------------------------------------------------------*/

#content img{
    padding: 0;
    background-color: transparent;
    border: solid 1px #888;
}

img.alignleft{
    float: left;
    margin-right: 10px;
}
img.alignright{
    float: right;
    margin-left: 10px;
}
/* Home page image rotator */
#content #home_slide{
    /*margin-top: 1.4em;*/
    width: 410px;
}
#content #home_slide li{
    list-style: none;
    list-style-type: none;
	text-align: center;
	background: #fff;
}
#content #home_slide li img{
    border-style: none;
    max-width: 410px;
    max-height: 230px;
    display: block;
	margin: 0 auto;
}

.ngg-galleryoverview .ngg-gallery-thumbnail{
    padding: 0 18px 18px 0;
}
.piclenselink{display: none;}

/*
=forms
--------------------------------------------------------------------*/
form {}
legend {}
label{
    display: block;
}
fieldset {}
input, textarea{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: solid 1px #999;
    padding: 5px;
}
input {
    
}
input:hover,textarea:hover{
    border: solid 1px #777;
}
input:focus,textarea:focus{
    border: solid 1px #333;
}
.sidebar li input{
    width: 110px;
}

textarea {
    overflow: auto;
}
select {}
option {}
#wrapper form .button {
    padding: 4px;
    cursor: pointer;
    color: white;
    background-color: #be262b;
    border-color: #7a171a;
    width: auto;
}
#wrapper .button:hover{
    background-color: #d22c31;
    border-color: #390a0c;
}

#commentform .button{
    float: left;
    clear: left;
}
.pageid-19 #container form{
    border-top: solid 3px #DBDBDB;
    padding-top: 1em;
}
.pageid-19 form label{
    display: inline;
    padding-left: 5px;
}
.pageid-19 form textarea{
    width: 390px;
}

.loggedin #commentform textarea{
    width: 100%;
}

#menu #searchform{
    display: block;
    text-align: right;
    margin: 0 10px 0 0;
    padding-bottom: 10px;
}

/*
=tools =global
--------------------------------------------------------------------*/
.clear { clear: both; }
.left  { float: left; }
.right { float: right; }
.hide  { display: none; }



/* ClearFix - http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

.hours {
	background:url(images/theHours.png) no-repeat;
	width: 233px;
    height: 147px;
}

.hours-right {
	float: right;
}