/*
Theme Name: The Mermaid Tavern and Grille (revision3)
Theme URI: http://www.greatdeepbrewing.com/
Description: Wordpress Theme for http://www.greatdeepbrewing.com
Version: .5
Author: Joshua Wood
Author URI: http://www.incer.net/

*/

body {
	margin: 0px;
	background-image: url('graphics/content.png');
	font-family:Arial, Helvetica, sans-serif;
	overflow-y:scroll;
}
#header {
	background-image: url('graphics/header.png');
	background-position: center;
	text-align: center;
	margin-top: 0px;
	width: 100%;
	height: 275px;
	position: fixed;
	top: 0px;
	z-index: 999;
}
#footer {
	background-image: url('graphics/footer.png');
	background-position: center;
	width: 100%;
	height: 68px;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	font-size: .6em;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
#container {
	position: static;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: auto;
	margin: auto;
}
#left {
	background-image: url('graphics/left.png');
	width: 200px;
	height: 100%;
	position: fixed;
	left: 0px;
}
#right {
	background-image: url('graphics/right.png');
	width: 200px;
	height: 100%;
	position: fixed;
	right: 0px;
	top: 0px;
}
#content {
	background-image: url('graphics/content.png');
	width: 100%;
	height: 100%;
	padding: auto;
	margin: auto;
	overflow: hidden;
}
.entry {
	width: 600px;
	padding: auto;
	margin: auto;
}
.entry-microbrews {
	width: 600px;
	padding: auto;
	margin: auto;
	height: 300px;
}
h1, h2, h3, p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#outerContainer {width:100%; height:162px;}
#menuContainer {position:relative; float:left; left:50%; letter-spacing: 0px;}

#nav, 
#nav ul {padding:0; margin:0; list-style:none; font: 11px arial, verdana, sans-serif; background:url(transparent.gif); position:relative; z-index:100; letter-spacing: 1px;}
#nav {height:162px; float:left; padding:0; position:relative; right:50%; letter-spacing: 1px;}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:162px; padding:0; line-height:30px; text-decoration:none; white-space:nowrap; font-weight:bold;}
#nav li li a {height:25px; line-height:25px; float:none;}

#nav li:hover {position:relative; z-index:100; background:url(transparent.gif);}
#nav a:hover {position:relative; z-index:100; color:#fc0; border:0;}
#nav li:hover > a {color:#fc0;}

#nav :hover  ul {left:0; top:162px; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px; letter-spacing: 1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0; letter-spacing: 1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto; letter-spacing: 1px;}
/* show path followed */
#nav li:hover li:hover > a {color:#fc0;}

#nav li a:hover ul li a:hover {color:#fc0;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0; letter-spacing: 1px;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; letter-spacing: 1px;}