/* CSS Document */

/* General
############################################################################### */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background: #444;
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
}

.hidden {
	display: none;
}

a img {
	border: none;
}

/* Typography, links etc
############################################################################### */

p, ul, table {
	margin-bottom: 10px;
	font-size: 0.7em;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: Arial, Helvetica, Sans-serif ;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 0.9em;
}

h2 {
	font-size: 1.2em;
}

h3, h4 {
	font-size: 0.9em;
}


hr {
	margin: 10px 0;
}

a {
	color: #000;
	outline: none;
}

a:hover {
	color: red;
}

ul {
	list-style: square;
	margin-left: 20px;
}

ol {
	margin-left: 20px;
}

#liverpool_08_logo {
        position: relative;
        margin-right: 18px;
}

#ticketweb {
        position: relative;
        margin-top: 8px;
}
/* Navigation
############################################################################### */

ul#menu {
	margin-left: 0;
}

ul#menu li{
	list-style: none;
}

ul#menu li a {
	text-decoration: none;
}

ul#menu li a:hover {
	color: #000;
	text-decoration: underline;
}

/* Layout
############################################################################### */

#container {
	position: relative;
	margin: 0 auto;
	width: 595px;
	background: #f0f0f0;
	padding: 20px;
}

#content_container {
	position: relative;
	float: left;
}

#column1 {
	position: relative;
	float: left;
}

#rss {
	display: block;
	width: 80px;
	height: 13px;
	padding: 7px 0 0 25px;
	background: #f0f0f0 url('hive_images/rss.gif') 0 0 no-repeat;
}

#column2 {
	position: relative;
	float: right;
	width: 465px;
	margin-bottom: 40px;
}

#banner {
	position: relative;
	float: left;
	margin-bottom: 20px;
}

#logos {
	margin-bottom: 20px;
}

#footer {
	position: relative;
	clear: both;
	width: 575px;
	padding: 10px;
	border-top: 1px solid #999;
}

#footer p {
	margin-bottom: 0;
}

#footer p#resize {
	position: relative;
	float: left;
}

#footer p#about {
	position: relative;
	float: right;
}

#footer_logo {
	text-indent: -9999px;
	display: block;
	width: 132px;
	height: 58px;
	background: #f0f0f0 url('hive_images/graphics/hivelogo_small.gif') 0 0 no-repeat;
}

/* Forms, Tables
############################################################################### */

table p {
	font-size: 1em;
}

td {
	padding: 3px;
}

input {
	background-color: #000000;
	color: #fff;
	border: 1px solid #fff;
	height: 23px;
}

input:focus {
	border-color: #CC3366;
}

/* Lightbox
############################################################################### */

#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url('hive_images/overlay.png'); }

* html #overlay {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="hive_images/overlay.png", sizingMethod="scale");
}