/* Import the reset stylesheet */
@import url('../reset.css');

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #000000;
	background-image: url('../../images/background.jpg');
	background-repeat: repeat-x;
	font-size: 62.5%; /* http://www.clagnut.com/blog/348/ */
	font-family: 'Gill Sans', 'Trebuchet MS', Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a img {
	border: 0px; /* disable borders on clickable images */
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

#wrapper {
	width: 1024px;
	height: auto;
	min-height: 100%;
	margin: 108px auto 0px auto; /* push down the frame 108px so the backgrounds are aligned */
	font-size: 1.3em;
}

#header {
	height: 150px;
	width: 1024px;
	float: left; /* hmm */
}

#logo {
	height: 150px;
	width: 1024px;
	background-image: url('../../images/shakespeares-pub-logo.png');
	float: left; /* all background images for links have to be floated or they don't show up */
	font-size: 0px; /* hide the text in Firefox */
	text-indent: -9999px; /* move the microscoptic text off the page */

}

#navigation {
	height: 85px;
	width: 1024px;
}

#navigation ul {
	display: block;
}

#navigation ul li {
	list-style-type: none;
	font-size: 0px; /* hide the text in Firefox */
	text-indent: -9999px; /* move the microscoptic text off the page */
	display: inline; /* IE6 fix from http://css-tricks.com/prevent-menu-stepdown/ */
}

/*
* Each li has its own ID and background image *
*/
#navigation-home {zoom: 1;
	float: left;
	height: 85px;
	width: 223px;
	background-image: url('../../images/navigation-home.png');
	background-repeat: no-repeat;
}

#navigation-menu {
	float: left;
	height: 85px;
	width: 119px;
	background-image: url('../../images/navigation-menu.png');
	background-repeat: no-repeat;
}

#navigation-beer {
	float: left;
	height: 85px;
	width: 180px;
	background-image: url('../../images/navigation-beer.png');
	background-repeat: no-repeat;
}

#navigation-events {
	float: left;
	height: 85px;
	width: 162px;
	background-image: url('../../images/navigation-globe.png');
	background-repeat: no-repeat;
}

#navigation-about {
	float: left;
	height: 85px;
	width: 117px;
	background-image: url('../../images/navigation-about.png');
	background-repeat: no-repeat;
}

#navigation-map {
	float: left;
	height: 85px;
	width: 223px;
	background-image: url('../../images/navigation-map.png');
	background-repeat: no-repeat;
}

#content-block {
	width: 1024px;
	padding-bottom: 50px;
	float: left; /* hmm */
}

#content-left {
	min-height: 380px;
	height: auto !important; /* IE 6 min-height hack from http://www.dustindiaz.com/min-height-fast-hack/ */
	height: 380px;
	width: 324px;
	float: left;
	background-image: url('../../images/content-left-background.png');
	background-repeat: no-repeat;
}

#content-center {
	min-height: 380px;
	height: auto !important; /* IE 6 min-height hack from http://www.dustindiaz.com/min-height-fast-hack/ */
	height: 380px;
	width: 378px;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
}

#panels {

}

.panel {

}

.visible-panel {
	display: block;
}

.hidden-panel {
	display: none;
}


#home-content {
	
}

#menu-content {
	
}

#beer-content {
	
}

#events-content {
	
}

#about-content {
	
}

#map-content {
	
}

#content-right {
	min-height: 380px;
	height: auto !important; /* IE 6 min-height hack from http://www.dustindiaz.com/min-height-fast-hack/ */
	height: 380px;
	width: 322px;
	float: right;
	background-image: url('../../images/content-right-background.png');
	background-repeat: no-repeat;
}

#footer {
	width: 1024px;
	height: 50px;
	position: relative;
	margin-top: -50px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	/*display: inline-block;*/
}
