/* 	Common Styles for Jelly and Custard website
	Created by Dan Westlake of Artsgraphica.com
	Version 1.1
	Last Update : 18/1/6 */

html, body {
	height: 100%;
}

body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #555555;
}

body {
	background-color: #910300;
	text-align:center;
	margin: 0px;
}

/* Links */

a:link, a:visited {
	color: #910300;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

/* Main Layout */

#container {
	background-color: #FFFFFF;
	width: 770px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#page
{
	background-color: #FFFFFF;
	float: left;
}
#branding-header {
	background-image: url(/img/page/header.gif);
	height: 150px;
	width: 770px;
	position: relative;
}
#nav-main {
	font-size: 12px;
	font-weight: bold;
	top: 120px;
	position: relative;
	left: 190px;
	text-align: center;
	width: 580px;
}

/* Main Navigation items */

.nav-main-item {
	display: inline;
	margin-right: 20px;
}
.nav-main-select {
	display: inline;
	color: #910300;
	margin-right: 20px;
}
.nav-main-item a:link, .nav-main-item a:visited {
	color: #999999;
	text-decoration: none;
}
.nav-main-item a:hover {
	text-decoration: underline;
	color: #910300;
}
.nav-main-item a:active {
	text-decoration: none;
	color: #910300;
}
.nav-main-select a:link, .nav-main-select a:visited {
	color: #910300;
	text-decoration: none;
}
.nav-main-select a:hover {
	text-decoration: underline;
	color: #910300;
}
.nav-main-select a:active {
	text-decoration: none;
	color: #910300;
}

/* Side Navigation */

#content-side {
	margin: 5px 0px 0px;
	width: 180px;
	padding: 0px;
	float: left;
}

#nav-side
{
}

#nav-side ul
{
	margin: 0px;
	padding: 0px;
}
.nav-side-image {
	width: 180px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
.nav-side-image img {
	margin: 0px;
	padding: 0px;
	display: block;
}
.nav-side-item {
	background-color: #AF1B1A;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	margin: 0px 0px 0px 5px;
	width: 180px;
	list-style-type: none;
}

.nav-side-item strong
{
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}

.nav-side-item a:link, .nav-side-item a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}
.nav-side-item a:hover, .nav-side-item a:active {
	text-decoration: none;
	color: #FFD800;
	font-weight: bold;
	padding-left: 10px;
}

.nav-side-select {
	background-color: #910300;
	height: 25px;
	width: 180px;
	line-height: 25px;
	font-size: 12px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}

.nav-side-select a:link, .nav-side-select a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
}
.nav-side-select a:hover, .nav-side-select a:active {
	text-decoration: none;
	color: #FFD800;
	font-weight: bold;
	margin-left: 10px;
}

.nav-side-child {
	background-color: #BC2A29;
	height: 25px;
	width: 180px;
	line-height: 25px;
	font-size: 11px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}

.nav-side-child a:link, .nav-side-child a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 20px;
}
.nav-side-child a:hover, .nav-side-child a:active {
	text-decoration: none;
	color: #FFD800;
	font-weight: bold;
	margin-left: 20px;
}

.nav-side-child-select {
	background-color: #BC2A29;
	height: 25px;
	width: 180px;
	line-height: 25px;
	font-size: 11px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}

.nav-side-child-select a:link, .nav-side-child-select a:visited {
	color: #FFD800;
	text-decoration: none;
	font-weight: bold;
	margin-left: 20px;
}
.nav-side-child-select a:hover, .nav-side-child-select a:active {
	text-decoration: none;
	color: #FFD800;
	font-weight: bold;
	margin-left: 20px;
}

.nav-side-sub {
	background-color: #BC2A29;
	height: 25px;
	width: 180px;
	line-height: 25px;
	font-size: 11px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.nav-side-sub a:link, .nav-side-sub a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-left: 40px;
}

.nav-side-sub a:hover, .nav-side-sub a:active {
	text-decoration: none;
	color: #FFD800;
	font-weight: bold;
	margin-left: 40px;
}

.nav-side-sub-select {
	background-color: #BC2A29;
	height: 25px;
	width: 180px;
	line-height: 25px;
	font-size: 11px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.nav-side-sub-select a:link, .nav-side-sub-select a:visited {
	color: #FFD800;
	text-decoration: none;
	font-weight: bold;
	margin-left: 40px;
}

.nav-side-sub-select a:hover, .nav-side-sub-select a:active {
	text-decoration: none;
	color: #FFD800;
	font-weight: bold;
	margin-left: 40px;
}

/* Footer */

#content-footer {
	font-size: 10px;
	text-align: center;
	clear: both;
	width: 770px;
	line-height: 14px;
	height: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/img/homepage/footer-bg.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content-footer a:link, #content-footer a:visited {
	color: #910300;
	text-decoration: none;
	font-weight: bold;
}
#content-footer a:hover, #content-footer a:active {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

/* Headers */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #910300;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	color: #910300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #910300;
	margin-right: 10px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

a {
	outline:none;
}

.arrow
{
	background-image: url(/img/page/red-arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	padding-left: 18px;
}

#venue-table
{
}

#venue-table th
{
	font-weight: normal;
	color: #000000;
	vertical-align: bottom;
	text-align: center;
}

#venue-table td
{
	text-align: center;
	background-color: #EBEBEB;
	width: 50px;
}

#venue-table .row-label
{
	text-align: right;
	width: 100px;
	padding-right: 5px;
	background-color: #FFFFFF;
	color: #000000;
}
.venue-capacity {
	text-align: left;
	background-color: #EBEBEB;
	padding-left: 5px;
}
.venue-name {
	text-align: right;
	padding-right: 5px;
}

.wishlist 
{
	float:right;
	margin-top:-18px;
	margin-right:8px;
}
#content-footer   p
{
	font-size: 10px;
	text-align: center;
	width: 770px;
	line-height: 14px;
	margin-top: 40px;
	float: left;
}
#header-banner
{
	background-image: url(/img/homepage/xmas-banner-bg.gif);
	float: left;
	height: 215px;
	width: 770px;
	background-color: #121212;
}
#header-bannerpic
{
	float: left;
	width: 770px;
	background-color: #D2D2D2;
	margin-top: 13px;
}
#header-bannerpic  img
{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
