/*
THEME NAME: Westwood Tavern
THEME URI: 
DESCRIPTION: A theme rich with powerful and dynamic semantic class selectors; a canvas for CSS artists
VERSION: 1.0
AUTHOR: Blueprint Design Studio
AUTHOR URI: http://blueprintds.com
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/2c-l.css');

/***************
    Eric Meyer's Global Reset
    http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
***************/
body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, ins, q, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, embed, object 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
textarea, input {
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
caption, th, td { font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/***************
    Hidden and clearing elements, for the sake of compression 
***************/
#blog-description, .skip-link, body.home .entry-meta, body.archive .entry-meta, #nav li.page-item-10, .navigation, body.pageid-17 .entry-title, #wrapper .linklove 
	{ display:none !important; }
#container, #footer, #nav-below, .clear
	{ clear: both !important; }
#header h1 a, #content, .sidebar 
	{ overflow: hidden; }	
/***************
    Basic Layout
***************/
body {
    font: 76% Candara,Verdana,Geneva,"sans serif";
    line-height: 18px;
    background: #010000;
	color: #eee;
}
#wrapper {
	position: absolute;
	top:0;left:0;
	z-index:70;
	overflow:auto;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 150px;
	height: 100%;
}
/*
div#special {
position: absolute;
top: 10px;
right: 10px;
border: #fff 1px solid;
}
*/
#wrapper-inner {
	width: 1000px;
	margin: 0 auto;
}
/***************
 *	Full Scale BG Image
***************/
html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0  auto;
    /* min-height:50%; */
    min-width:50%;
    height: auto;
    width: 100%;
}
#bg div#s1 { 
	width: 50%; 
	overflow: hidden;
	position: absolute;
	left: 25%;
	top: 25%;
} 

/***************
 * Header
 */
#header { 
	height: 150px; 
	background: #010000 url('images/header.jpg') no-repeat center bottom; 
	border-bottom: #fff 3px solid;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 77;
	width: 100%;
}

#footer-inner, #header-inner {
	width: 1000px;
	margin: 0 auto;
}
h1 { 
	width: 346px;
	float: left;
	
}
#access { width: 654px; float: right; }
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 114px;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	/* width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li a {
	overflow: hidden;
	display: block;
	text-indent: -999em;
}
#nav li.page-item-2 a { width: 148px; background: url('images/about.png') no-repeat; }
#nav li.page-item-4 a { width: 194px; background: url('images/tabletaps.png') no-repeat; }
#nav li.page-item-6 a { width: 121px; background: url('images/menu.png') no-repeat; }
#nav li.page-item-8 a { width: 191px; background: url('images/contact.png') no-repeat; }
#nav li.page_item a:hover { background-position: left bottom; }
/***************
    Content Formatting
***************/
#container { padding-bottom: 150px; }
#container #content {
	background: url('images/overlay.png');
	width: 600px;
	margin-top: 20px;
	border: #eee 1px solid;
	padding: 20px;
	margin-bottom: 150px;
}
.hentry { clear: left; }
.category-events .entry-date { display: none; }
body.pageid-10 #container #content { display: none; }
body.category-gallery .hentry { min-height: 150px; clear: left; }
h2, .entry-title, .page-title {
	font-size:1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}
h3, .widgettitle {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.929em;
	margin-bottom: 0.643em;
}
.entry-content p {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 1.5em;
}
.entry-content ul { list-style-type: square; }
.entry-content li {
	list-style-type: square;
	list-style-position: inside;
	padding-bottom: 1em;
}
.entry-content ol, .entry-content ul { padding-left: 1.4em; }
.entry-content ol li { list-style-type: decimal; }
.entry-content ol ul li  { list-style-type: square; }
.alignleft,.left,.align-left {
	float:left;
	margin: 0.5em;
}
.alignright,.right,.align-right, #archives-by-month {
	float:right;
	margin: 0.5em;
}
.column, .content-column { width:33%; overflow: hidden; }
.center, .aligncenter 
{
    display: block;
    text-align: center;
    margin: 0 auto;
}
table.ec3_schedule {
	background: #f0f0f0;
	width: 200px;
	padding: 5px;
	margin: 5px;
}
/***************
    Widgets
***************/
ul.xoxo { padding-top: 1em; }
.widgettitle { margin-top: 0; }
.widget { margin-left: 2em; }
#text-3 { width: 180px; float: left; }
.widget li {
	font-size:0.8333em;
	line-height:1.8em;
}
body.wordpress #footer {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	border-top: #fff 3px solid;
	background: #010000 url('images/footer.jpg') no-repeat center top;
	height: 150px;
	z-index: 77;
}
#footer-inner { padding-top: 30px; }
#footlinks { 
	width: 264px;
	float: right;
}
#footmenu ul, #footmenu li {
	display: inline;
}
#footmenu li {
	margin-left: 0.5em;
	padding-right: 0.5em;
	border-right: #fff 2px solid;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footmenu li.page-item-17 { border-right: 0 none; }
#s2widgethack tr, #s2widgethack td { display: inline; }
#s2widgethack br { display: none; }
/***************
    Links
***************/
a img { border: 0; }
#footer a { color: #fff; text-decoration: none; }
#content a { color: #fff; font-weight: bold; }
/***************
 * 	Footer
 * ************/
.credit { margin: 0 auto; text-align: center; }
.credit a img { width: 1px; height: 1px; border: 0 none; }

