/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-l.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

body {
background: url('/img/brick.jpg') #BA4C1B 98% 0% repeat-y fixed;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:auto !important;
height:100%;
min-height:100%;
}

.menu {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:599px;
height:68px;
background: url('/img/nav.png') no-repeat;
float:right;
}

.menufixed {
width:997px;
position:fixed;
left:0px;
top:0px;
z-index:10;
}

.nav {
margin:15px 0px 0px 60px;
background:transparent;
border:none;
}

.nav li a {
border:none;
font-family:Helvetica, Arial, Sans-serif;
color:#BA4C1B;
font-size:1.25em;
line-height:1.4em;
padding:2px 27px 2px 2px;
text-decoration:none;
}

.nav li a:hover {
background:transparent;
text-decoration:underline;
}

.nav li.current_page_item a, body.parent-pageid-4 li.page-item-4 a {
color:white;
font-weight:bold;
text-decoration:underline;
}
body.parent-pageid-4 {
}
h1 {
color:#660000;
font-family:Georgia,Serif;
font-size:1.7em;
font-weight:lighter;
line-height:1.45em;
}
h2 {
color:#660000;
font-family:Helvetica,Arial,Sans-serif;
font-size:1.2em;
font-weight:lighter;
line-height:1.45em;
}
h3 {
color:#660000;
font-family:Helvetica,Arial,Sans-serif;
font-size:1.2em;
font-weight:lighter;
line-height:1.45em;
}

p, div.feedburnerFeedBlock ul li div {
color:#660000;
font-family:Helvetica,Arial,Sans-serif;
font-size:1em;
font-weight:lighter;
line-height:1.7em;
}
.entry-content a:link {
color:#BA4C1B;
font-family:Helvetica,Arial,Sans-serif;
font-weight:lighter;
text-decoration:none;
}
.entry-content a:visited {
color:#BA4C1B;
font-family:Helvetica,Arial,Sans-serif;
font-weight:lighter;
text-decoration:none;
}
.entry-content a:hover {
color:660000;
text-decoration:underline;
}
.hfeed {
width:382px;
float:right;
padding:90px 70px 0px 50px}

.aside {
position:absolute;
top:0px;
left:0px;
width:460px;
}

.container {
position:absolute;
top:0px;
left0px;
width:962px;
height:auto !important;
height:100%;
min-height:100%;
padding:0px 0px 20px 0px;
margin:0px 0px 0px 0px;
background: url('/img/center.png') top right repeat-y;
}
#logo {
position:absolute;
top:150px;
left:105px;
z-index:33;
}
#content {
}

.footer {
margin: 30px 70px 0px 0px;
height: 125px;
clear:both;
background: url('/img/footer.png') #ffffff 0px 0px no-repeat;
float:right;
} 

.foot {
font-family:Verdana;
font-size:.6em;
line-height:1.4em;
padding:7px 0px 0px 285px;
}


/*SLIDESHOW*/
#slidecon {
position:absolute;
width:460px;
height: 816px;
min-height: 100%;
overflow:hidden;
}
#slideshow {
width: 100%;
min-height: 100%;
position: absolute; 
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:3;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:2;
}

#creditfooter {
height:0;
overflow:hidden;
width:0;
}

ol, ul {
list-style:none outside none;
}
.entry-content ul {
margin-left:0px;
}

#wpsb_radio_option1, #wpsb_radio_option2{
display:none;
}
.wpsb_form_label {
margin-bottom:5px;
}
ul.menulist {
margin:0px 0px 0px 0px;
}
ul.menulist li {
display:inline;
font-size:110%;
}
body.pageid-52 a#lunchnav,
body.pageid-54 a#platesnav,
body.pageid-56 a#dinnernav,
body.pageid-58 a#drinksnav
{
font-family:Helvetica, Arial, Sans-serif;
color:#660000;
font-weight:bold;
font-size:.9em;
line-height:1.4em;
padding:2px 15px 2px 0px;
text-decoration:underline;
}

a#lunchnav,
a#platesnav,
a#dinnernav,
a#drinksnav {
font-family:Helvetica, Arial, Sans-serif;
color:#BA4C1B;
font-size:.9em;
line-height:1.4em;
padding:2px 15px 2px 0px;
text-decoration:none;
}
a#lunchnav:hover,
a#platesnav:hover,
a#dinnernav:hover,
a#drinksnav:hover {
text-decoration:underline;
}