﻿@charset "utf-8";
/* GLOBAL */

* {
	margin:0px;
	padding:0px;
}

.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* close commented backslash hack */

A IMG {
	border: 0;
}

A {
	color:#FFF; 
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#FFF; 
	font-weight:bold;
	text-decoration:underline;
}

BODY {
	background:#000 url('../images/bg-grad.gif') repeat-x left 33px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:13px;
}

h2 {
	font-weight:bold;
	margin:0 0 13px 0;
}

h3 {
	font-size:14px;
	padding:7px 8px;
	text-transform:uppercase;
	border-bottom:1px #33494A dotted;
}

STRONG {
	font-weight:700;
}

.left {
	float:left;
}

.right {
	float:right;
}

.padding {
	padding:10px;
}

.padding UL {
	margin:0 0 15px 25px;
	list-style:disc;
}

.padding UL LI {
	margin:0 0 5px 0;
}

.lastChild {
	margin-bottom:0 !important;
}

.transparent {
	background:transparent url('../images/bg-transparent.png') repeat;
	margin:0 0 10px 0;
}

#container {
	width:860px;
	min-height:821px;
	margin:0 auto;
	padding:0 50px;
	background:transparent url('') no-repeat top left;
}

/* HEADER */

#header {
	position:relative;
	height:71px;
}

#header .email {
	position:absolute;
	top:10px;
	right:0px;
}

/* NAVIGATION */

#nav {
	position:absolute !important;
	bottom:5px;
	right:0px;
	list-style-type:none;
}

#nav LI {
	display:inline;
	font-size:9pt;
	text-transform:uppercase;
	color:#FFF;
}

#nav LI A {
	float:left;
	height:14px;
	padding:0px 12px;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	border-right:1px #FFF solid;
	line-height:normal;
}

#nav LI A.networking {
	float:left;
	width:20px;
	margin:-6px 0 0 8px;
	padding:0;
	border-right:0 !important;
}

#nav LI A:hover {
	color:#FFF;
	text-decoration:underline;
}

/* BANNER */

#banner {
	height:235px;
	border-top:1px #FFF solid;
}

/* SMALL COL */

.smallCol {
	width:210px;
	margin:10px 0 0 0;
}

/* CENTRE COL */

.centreCol {
	width:420px;
	margin:10px 10px 0 10px;
}

.centreCol P {
	margin:0 0 15px 0;
	line-height:18px;
}

/* LARGE COL */

.largeCol {
	width:640px;
	margin:10px 10px 0 0;
}

.largeCol P {
	margin:0 0 15px 0;
	line-height:18px;
}

#home IMG {
	margin:0 0 10px 0;
}

/* FOOTER */

#footer {
	clear:both;
	height:20px;
	padding:8px 0 0 0;
	margin:0 0 20px 0;
	border-top:1px #FFF solid;
	font-size:8pt;
}

#footer SPAN {
	width:50%;
}

#footer IMG {
	margin:0 0 0 8px;
}

#flashPlayer {
	padding:9px;
}

/* LIVE DATES */

#livedates DIV {
	margin:0 0 10px 0;
}

#livedates SPAN.date {
	float:left;
	width:70px;
	height:21px;
	padding:7px 0 0 0;
	background:transparent url('../images/bg-livedates.gif') no-repeat;
	color:#4D4D4D;
	text-align:center;
	font-weight:700;
}

#livedates SPAN.venue {
	float:left;
	width:110px;
	margin:0 0 0 10px;
	font-size:12px;
	line-height:15px;
}

#livedates SPAN.venue P.privateFunction {
	padding:6px 0 0 0;
}

/* FACEBOOK & TWITTER */

.facebookTwitter A {
	color:#65C9E8;
	display:block;
}

.facebookTwitter IMG {
	margin:0 7px 0 0;
}

.facebookTwitter A P {
	padding:3px 0 0 0;
}

/* TWITTER */

.tweet {
	padding:10px 10px 0 10px;
	list-style-type:none;
}

.tweet LI {
	line-height:16px;
}

.tweet_even {
	margin:15px 0;
}

/* SLIDESHOW */

#slideshow {
    position:relative;
    height:215px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#theMusic P.song {
	float:left;
	width:50%;
	margin:0 0 4px 0;
}

#theMusic P.artist {
	float:left;
	width:50%;
	margin:0 0 4px 0;
}

#aboutUs IMG {
	float:left;
	margin:5px 15px 7px 0;
}

#gallery IMG{
	margin:0 5px 5px 0;
}

.displayNone {
	display:none;
}

.minHeight {
	min-height:501px;
}

#news h2 {
	font-size:1.8em;
}

#news .date {
	color:#999;
	margin:0 0 10px 0;
}

#news SPAN {
	color:#999;
}

#news IMG {
	float:left;
	margin:5px 15px 7px 0;
}

#news .article {
	padding:0 0 20px 0;
	border-bottom:1px #999 dashed;
}

.youtube {
	margin:0 0 10px 0 !important;
}

.youtube A:hover {
	text-decoration:none !important;
}