html, body{
	margin: 0;
	padding: 0;
	font-size: 15px;
	background: url('../img/body-bg.png') repeat;
	height: 100%;
}

.clear{
	clear: both;
}

#side-bar {
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	overflow: auto;
	overflow-x: hidden;
	background: url('../img/bar-bg.jpg') repeat-y;
	color: #ffffff;
	z-index: 1000;
	-moz-box-shadow: 0 0 6px #222222;
	-webkit-box-shadow: 0 0 6px #222222;
	box-shadow: 0 0 6px #222222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=90, Color='#222222')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=90, Color='#222222');
	text-align: center;
}

#side-bar img#register {
	width: 99px;
	height: 101px;
	display: block;
	margin: 15px auto 0 auto;
}

#side-bar h3 {
	font-family: Georgia;
	font-size: 15px;
	font-style: italic;
	margin: 15px 0 4px 0;
	padding: 0 20px 0 20px;
	text-shadow: #000000 1px 1px;
	text-align: left;
}

#side-bar p {
	text-align: left;
	font-family: Georgia;
	font-size: 14px;
	margin: 0;
	padding: 0 20px 0 20px;
}

#side-bar a.buttonred {
	padding: 0.5em 1.9em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	margin: 13px 0 0 0;
	text-decoration: none;
	font: bold 1.2em 'Trebuchet MS',Arial, Helvetica; 
	display: inline-block;
	text-align: center;
	color: #fff;
	border: 1px solid #000;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);

	box-shadow: 0 0 .05em rgba(0,0,0,0.4), inset 0px 0px 5px #fff;
	-o-box-shadow: 0 0 .05em rgba(0,0,0,0.4), inset 0px 0px 5px #fff; 
	-moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4), inset 0px 0px 5px #fff;
	-webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4), inset 0px 0px 5px #fff;
	
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	
}

#side-bar a.buttonred:hover {

	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');	
}

#side-bar a.buttonblue {
	width: 176px;
	padding: 0.5em 2em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	margin: 7px 0 7px 0;
	text-decoration: none;
	font: bold 1.2em 'Trebuchet MS',Arial, Helvetica; 
	display: inline-block;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);

	box-shadow: 0 0 .05em rgba(0,0,0,0.4), inset 0px 0px 5px #fff;
	-o-box-shadow: 0 0 .05em rgba(0,0,0,0.4), inset 0px 0px 5px #fff; 
	-moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4), inset 0px 0px 5px #fff;
	-webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4), inset 0px 0px 5px #fff;
	
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

#side-bar a.buttonblue:hover {

	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');	
}

#side-bar #counter {
	padding-top: 10px;
	margin: 4px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	width: 46px;
	height: 46px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eaeaea;
	background-color: #eeeeee;
	-moz-box-shadow: 0 0 4px #222222;
	-webkit-box-shadow: 0 0 4px #222222;
	box-shadow: 0 0 4px #222222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#222222')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#222222');
	display: block;
	overflow: hidden;
	float: left;
}

#side-bar #counter p {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#side-bar p#social {
	width: 130px;
	margin: 10px auto 0 auto;
}

#side-bar p#social a {
	display: block;
	width: 64px;
	height: 64px;
	float: left;
}

#side-bar p#social a.twitter {
	background: url('../img/twitter.png') no-repeat scroll 0 0;
}

#side-bar p#social a.facebook {
	background: url('../img/facebook.png') no-repeat scroll 0 0;
}

#page-container {
	min-height: 100%;
	padding-right: 300px;
}

#content-container {
	width: 800px;
	color: #333333;
	margin: 0 auto 0 auto;
}

#navigation {
	height: 70px;
	text-align: center;
}

#navigation ul#menu-main {
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #333333;
}

#navigation ul#menu-main li.menu-button {
	position: relative;
	display: inline-block;
	margin: 10px 15px 0 15px;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

#navigation ul#menu-main li.menu-button a.menu-link {
	text-decoration: none;
	color: #333333;
}

#navigation ul#menu-main li.menu-button a.menu-link img {
	position: relative;
	top: -2px;
	margin-left: 2px;
}

#navigation ul#menu-main li#logo {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url('../img/logo_grey.png') no-repeat;
	margin: 10px 20px 0 20px;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

#navigation ul#menu-main li.menu-button ul.subnav {
	display: none;
	list-style: none;
	position: absolute;
	top: 16px;
	left: 0;
	margin: 0;
	padding: 3px 0 3px 0;
	float: left;
	width: 145px;
	border: 1px solid #333333;
	background-color: #ffffff;
	z-index: 100000;
	-moz-box-shadow: 0 1px 3px #888;
	-webkit-box-shadow: 0 1px 3px #888;
	box-shadow: 0 1px 3px #888;
}

#navigation ul#menu-main li.menu-button ul.subnav li {
	text-align: left;
	margin: 2px 0 2px 15px;
	padding: 0;
	clear: both;
}

#navigation ul#menu-main li.menu-button ul.subnav li a.submenu-link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0;
	outline: medium none;
	color: #1E366A;
	text-decoration: none;
}

#navigation ul#menu-main li.menu-button ul li a.submenu-link:hover {
	text-decoration: underline;
}

#content {
	width: 800px;
}

#news-twitter {
	width: 700px;
	margin: 0 auto 0 auto;
	padding-bottom: 112px;
	display: block;
	clear: both;
	font-family: GraublauSans-Regular, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#introduction {
	margin-bottom: 25px;
}

#introduction h1, #news h1 {
	width: 455px;
	min-height: 22px;
	background: url('../img/separator-bg.gif') repeat-x 0% 100%;
	font-family: 'Rochester', Georgia,Times New Roman,serif;
	font-size: 25px;
	margin: 0;
	padding: 0 0 5px 0;
}

#introduction p {
	text-align: justify;
}

#introduction p a {
	color: #333333;
	text-decoration: underline;
}

#introduction p a:hover {
	text-decoration: none;
}

#news {
	line-height: 18px;
	font-family: GraublauSans-Regular, Arial, Helvetica, sans-serif;
}

#news h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

#news h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.news-item {
	width: 100%;
	margin-bottom: 15px;
}

.news-item  img{
	width: 25px;
	height: 25px;
	float: left;
	display: block;
	margin: 5px 6px 0 0;
}

.news-title {
	font-family: "Copperplate Gothic";
	font-size: 14px;
	font-weight: bold;
}

.news-data {
	font-family: Arial;
	font-size: 11px;
	color: #a1a1a1;
}

.news-content {
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
}

.news-content p {
	margin: 5px 0 0 0;
	padding: 0;
}

#news-separator {
	width: 350px;
	height: 1px;
	background: url('../img/separator.png') repeat-x;
	margin: 0 auto 13px auto;
}

#twitter {
	width: 225px;
	float: right;
	display: block;
	margin-left: 20px;
}

#twitter-top {
	width: 100%;
	height: 30px;
	text-indent: 40px;
	margin: 4px 0 17px 0;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	background: url('../img/separator-bg.gif') repeat-x 0% 100%;
}

#twitter-top a {
	color: #1f3465;
	text-decoration: none;
}

#twitter-top a:hover {
	text-decoration: underline;
}

#twitter-bottom {
	width: 100%;
}

#inner-page {
	width: 700px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding-bottom: 112px;
	display: block;
}

#inner-page h1 {
	width: 100%;
	background: url('../img/separator-bg.gif') repeat-x 0% 100%;
	font-family: 'Rochester', Georgia,Times New Roman,serif;
	font-size: 25px;
	margin: 0;
	padding: 0 0 5px 0;
}

#inner-page p {
	text-align: justify;
}

#inner-page a {
	color: #333333;
	text-decoration: underline;
}

#inner-page a:hover {
	text-decoration: none;
}

#inner-page li {
	margin: 2px 0 2px 0;
}

#inner-page p.support {
	width:100%;
	margin: 0;
	padding: 0;
	text-align:center;
}

div.picture {
	display: inline;
	float: right;
	margin: 20px 0 0 15px;
	padding: 5px;
	font-size: 13px;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 3px #888;
}

div.picture a {
	display: block;
	font-size: 13px;
	font-style: italic;
	color: #333333;
}

div.picture a:hover {
	text-decoration: none;
}

div.picture h3 {
	font-size: 18px;
	margin: 5px 0 5px 5px;
	padding: 0;
	color: #1f3465;
}

#inner-page div.t table {
	width: 100%;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;

	box-shadow: 0 0 3px #888;
}

#inner-page div.t table tr.table-heading {
	font-family: Helvetica;
	font-weight: bold;
	color: #ffffff;
	background: url('../img/bar-bg.png');
}

#inner-page div.t table tr.white {
	background-color: #ffffff;
}

.venues {
	width: 308px;
	padding: 15px;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 3px #888;
}

.venues h3, h5 {
	margin: 5px 0 5px 0;
	padding: 0;
	color: #1f3465;
}

.venues p {
	font-size: 14px;
}

.venues p span {
	border: 1px solid #333333;
}

.venues a {
	display: block;
}

#footer {
	clear: both;
	position: relative;
	width:100%;
	height: 112px;
	margin-top: -112px;
	z-index: 1;n
}

#footer-img {
	height: 72px;
	background: url('../img/london-skyline-hi.png') repeat-x;
}

#footer-content {
	padding: 5px 0 5px 0;
	font-family: Verdana;
	font-size: 11px;
	background: #000000;
	color: #ffffff;
	text-align: center;
}

#footer-content a {
	color: #ffffff;
	text-decoration: none;
}


#footer-content a:hover {
	text-decoration: underline;
}

