/* ---------- TYPOGRAPHY ---------- */

@font-face {
	font-family: 'League Gothic';
	src: url('font/league_ghotic_extended-webfont.eot?') format('eot'),
        url('font/league_ghotic_extended-webfont.woff') format('woff'),
        url('font/league_ghotic_extended-webfont.ttf') format('truetype'),
        url('font/league_ghotic_extended-webfont.svg#webfontJks7As9d') format('svg');
	font-weight: normal;
	font-style: normal;
}
.list {
	list-style: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{ color: #CC0000; text-decoration: none; }

a:hover { color: #666; }

body,
	html {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #000;
	background-image: url('images/Ddbg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;

}

div.container		
				{ border: none; margin: 3px; padding: 3px; }

div.content{
	background-color: #000;
	margin: 0px auto -1px auto;
	width: 964px;
}

div.heading
				{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.heading2
				{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}



div.sn
		{
	clear: both;
	text-align: right;
	width: 358px;
}

div.transbox
		  		{
	color: 000;
	font-family: sans-serif;
	font-size: 12px;
	padding: 3px;
}

div.uc
				{
	color: #CC0000;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 600px;
}

h1 {
	color: #FFF;
	font-family: League Gothic, Arial, san-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 40px;
	text-shadow: 0 0 2px #000;
	text-transform: uppercase;
}

h1 a { color: #FFF; }

h1 a:hover { color: #666; }

h2 {
	color: #FFF;
	font-family: League Gothic, Arial, san-serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 40px;
	text-shadow: 0 0 2px #000;
	text-transform: uppercase;
}

h3 {
	color: #FFF;
	font-family: League Gothic, Arial, san-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 40px;
	text-shadow: 0 0 2px #000;
	text-transform: uppercase;
}

h4 {
	color: #FFF;
	font-family: League Gothic, Arial, san-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 40px;
	text-shadow: 0 0 2px #000;
	text-transform: uppercase;
}

.news {
	color: #CC0000;
	font-family: League Gothic, Arial, san-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
	text-shadow: 0 0 2px #000;
	text-transform: uppercase;
	padding:5px;
}

h5 {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;
	margin-top: 40px;
	text-shadow: 0 0 2px #000;
	text-transform: uppercase;
}

h6 {
	color: #FFF;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4em;
	margin-top: 40px;
	text-shadow: 0 0 2px #000;
	text-transform: uppercase;
}

img { border: none; }

span.codedirection {
	color: #CC0000;
	direction: rtl;
	unicode-bidi: bidi-override;
}

.droplinebar{ width: 594px; overflow: hidden; }

.droplinebar ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-family: League Gothic, Arial, san-serif;
	background: #000 center center repeat-x; /*default background of menu bar*/
	font-size: 22px;
}

.droplinebar ul li{ display: inline; }

.droplinebar ul li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
}

.droplinebar ul li a:visited{ color: white; }

.droplinebar ul li a:hover, .droplinebar ul li .current{
	/*background of main menu bar links onMouseover*/
	color: white;
	background: #CC0000  center center repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background: #CC0000; /*sub menu background color */
	visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
	font: normal 13px Verdana;
	padding: 6px;
	padding-right: 8px;
	margin: 0;
	border-bottom: 1px solid navy;
}

.droplinebar ul li ul li a:hover{
	/*sub menu links' background color onMouseover */
	background: #CC0000;
}

.highlightit img{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1; /* khtml, old safari */
	-moz-opacity: 1;
	opacity: 1;
}

.highlightit:hover img{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5; /* khtml, old safari */
	moz-opacity: 0.5;
	opacity: 0.5;
}

#footer
				{
	clear: both;
	font-size: 10px;
	font-weight: 700;
	padding: 3px;
	text-align: center;
	background-color: #0C0C0C;
	color: #FFF;
	font-size: 10px;
	height: 50px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#header{
	background-image: url('images/banner_default.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 154px;
}

#main{ background: #000; float: left; width: 594px;}

#nav{ background-color: maroon; }

#sidebar{
	width: 358px;
	float: right;
	width: 358px;
	background: #000;
}

#wrap
	{
	background-color: #000;
	width: 964px;
	margin: 0 auto;
	background: #000;
}
ul#facebook {
			padding: 5px 0 5px 0;
			margin: 0;
			list-style: none;
			font-size: 14px;

		}
		.fontfam {
		font-family: 'League Gothic';
			src: url('font/league_ghotic_extended-webfont.eot?') format('eot'),
				url('font/league_ghotic_extended-webfont.woff') format('woff'),
				url('font/league_ghotic_extended-webfont.ttf') format('truetype'),
				url('font/league_ghotic_extended-webfont.svg#webfontJks7As9d') format('svg');
			font-size:24px;
		}
		
		.button{
		font-family: 'League Gothic';
			src: url('font/league_ghotic_extended-webfont.eot?') format('eot'),
				url('font/league_ghotic_extended-webfont.woff') format('woff'),
				url('font/league_ghotic_extended-webfont.ttf') format('truetype'),
				url('font/league_ghotic_extended-webfont.svg#webfontJks7As9d') format('svg');
			font-size:20px;
		border:none;
		color:#ffffff;
		background: #000;
		}
		.button2{
		font-family: 'League Gothic';
			src: url('font/league_ghotic_extended-webfont.eot?') format('eot'),
				url('font/league_ghotic_extended-webfont.woff') format('woff'),
				url('font/league_ghotic_extended-webfont.ttf') format('truetype'),
				url('font/league_ghotic_extended-webfont.svg#webfontJks7As9d') format('svg');
			font-size:20px;
		border:none;
		background-color:#cc0000;
		color:#fff;
		}
		.button:hover {
    font-family: 'League Gothic';
			src: url('font/league_ghotic_extended-webfont.eot?') format('eot'),
				url('font/league_ghotic_extended-webfont.woff') format('woff'),
				url('font/league_ghotic_extended-webfont.ttf') format('truetype'),
				url('font/league_ghotic_extended-webfont.svg#webfontJks7As9d') format('svg');
			font-size:20px;
		border:none;
		color:#000;
		background: #fff;
		}
		.button2:hover {
    font-family: 'League Gothic';
			src: url('font/league_ghotic_extended-webfont.eot?') format('eot'),
				url('font/league_ghotic_extended-webfont.woff') format('woff'),
				url('font/league_ghotic_extended-webfont.ttf') format('truetype'),
				url('font/league_ghotic_extended-webfont.svg#webfontJks7As9d') format('svg');
			font-size:20px;
		border:none;
		color:#000;
		background: #fff;
		}
		 .newsheader {
		 font-size: 24px;
		 font-family: 'League Gothic';
			src: url('font/league_ghotic_extended-webfont.eot?') format('eot'),
				url('font/league_ghotic_extended-webfont.woff') format('woff'),
				url('font/league_ghotic_extended-webfont.ttf') format('truetype'),
				url('font/league_ghotic_extended-webfont.svg#webfontJks7As9d') format('svg');
			font-weight: normal;
			font-style: normal;
			background-color:#CC0000;
			width:75px;
			padding:2px;
			text-align:center;
			
		 }
		 
		 .dateheader {
			
			font-family: 'League Gothic';
			src: url('font/league_ghotic_extended-webfont.eot?') format('eot'),
				url('font/league_ghotic_extended-webfont.woff') format('woff'),
				url('font/league_ghotic_extended-webfont.ttf') format('truetype'),
				url('font/league_ghotic_extended-webfont.svg#webfontJks7As9d') format('svg');
			font-weight: normal;
			font-style: normal;
			background-color:#CC0000;
			width:50px;
			padding:2px;
			text-align:center;
			color:#000000;
			border:1px solid #CC0000;
			float:left;
		 }
		 .dateheader2 {
			
			font-family: 'League Gothic';
			src: url('font/league_ghotic_extended-webfont.eot?') format('eot'),
				url('font/league_ghotic_extended-webfont.woff') format('woff'),
				url('font/league_ghotic_extended-webfont.ttf') format('truetype'),
				url('font/league_ghotic_extended-webfont.svg#webfontJks7As9d') format('svg');
			font-weight: normal;
			font-style: normal;
			background-color:#ffffff;
			width:50px;
			padding:2px;
			text-align:center;
			color:#000000;
			border:1px solid #CC0000;
			float:left;
		 }
		 .venueinfo{
			border:none;
			padding:3px;
			float:left;
		 }
		 .newscontainer{
		 padding:3px;
		 overflow:auto;
		 //height:325px;
		 }
		ul#facebook img { margin-right: 5px; }
		 
		ul#facebook li {
			padding: 5px 0 5px 0;
			margin: 0;
			overflow: hidden;
			//border-bottom: dotted 1px #CC0000;
		}
		 
		ul#facebook li p {
			padding: 3px 0 3px 0;
			margin: 0;
			line-height: 8px;
		}
		 
		.giglist{
		border-top:1px dotted #CC0000;
		font-size:12px
		}
