@charset "UTF-8";
/* CSS Document */

/* ||| universal set of reset styles |||*/

html,
body,
div,
span,
applet,
object,
iframe,
caption,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	vertical-align: baseline;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

/* define focus styles! */

:focus {
	outline: 0;
}
body {
	background: white;
	line-height: 1;
	color: black;
}
ol,
ul {
	color:#ffffff;
	font-size:12px;
	list-style: disc;
	list-style-position:outside;
}

ul.venues {
	list-style-position:inside;
}

/* set of clearing floats */	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clr {
	font-size : 1px;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/* End hide from IE-mac */

/* mesh band default style */

a {
	outline: none;
	cursor: pointer;
}

img {
	border: none;
	text-decoration: none;
	
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #00CEFF;
}
a:hover {
	text-decoration: none;
	color: #FF0066;
}
a.songlink:link,
a.songlink:visited,
a.songlink:active {
	text-decoration: none;
	color: #ffffff;
	font-size:12px;
	display:block;
	background:url(images/small_arrow.png) no-repeat;
	height:20px;
	text-indent:16px;
	line-height:11px;
}
a.songlink:hover {
	text-decoration: none;
	color: #FF0066;
}

a.credits:link,
a.credits:visited,
a.credits:active {
	text-decoration: none;
	color: #ffffff;
	font-size:12px;
	height:23px;
	line-height:22px;
}
a.credits:hover {
	text-decoration: none;
	color: #FF0066;
}

a.whitelink:link,
a.whitelink:visited,
a.whitelink:active {
	color:#FFFFFF;
}


html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	font-size:100%;
}

h1 {
	border-bottom:1px solid #00CEFF;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	height:26px;
	line-height:26px;
}

h2, h3, h5 {
	color:#ffffff;
	font-size:14px;
	margin-bottom:10px;
	font-weight:normal;
}

h4 {
	border-bottom:1px solid #00CEFF;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	height:26px;
	line-height:26px;
}

p {
	color:#ffffff;
	font-size:12px;
	text-align:justify;
	line-height:15px;
}
p + p {margin-top:12px}

.info {
	color:#ffffff;
	font-size:14px;
	margin-bottom:10px;
	font-weight:normal;
	line-height:20px;
}

.white {color:#333;}
.youtube {border:1px solid #222;}
div.quote { background: none repeat scroll 0 0 rgba(34, 34, 34, 0.4);border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;margin-bottom: 12px;padding: 8px;}
p.tweet { background: url("images/tweet.png") no-repeat scroll 6px center rgba(34, 34, 34, 0.4); -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius:4px;margin: 5px 0 8px;padding: 6px 10px 6px 42px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);}
ul#testimonials {-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius:4px;margin: 10px 0 0;list-style: none outside none;}
ul#testimonials li {border-bottom: 1px solid #000000;border-top: 1px solid #222222;padding:5px 2px;list-style: none outside none;}
ul#testimonials li:first-child {border-top:none;}
ul#testimonials li:last-child {border-bottom:none;}
.quote-mark {font-size:20px;font-weight:bold;padding:0 5px 2px 0;}

.divider {
	margin-top:30px;
}
#bg {
	background: #000 url('images/background-pattern.png') repeat-x fixed 0 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:1.6;
	color: #999;
}

#left {
	background:transparent url('images/left_background.png') no-repeat scroll 0 0;
	width:950px;
	padding: 0;
	margin: 0 auto;
	min-height: 560px;
}

#page {
	background: transparent url('images/alpha_bg.png') repeat scroll 0 0;
	width: 850px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	min-height: 560px;
	border-top:4px solid #00CEFF;
	border-bottom:4px solid #00CEFF;
}

#footer {
	background: transparent url('images/alpha_bg.png') repeat scroll 0 0;
	width: 850px;
	padding: 0 0 20px 0;
	margin: 0 auto;
	min-height: 30px;
}

#footer p {
	margin-bottom:0;
	color:#333333;
	font-size:9px;
	line-height:11px;
}

#footer a {
	color:#333333;
	font-size:9px;
}

#top {
	 background: url("images/lighten_top.png") no-repeat scroll right top transparent;
    padding: 170px 0 0;
	position:relative;
}

#rest {
	min-height:600px;
	background:transparent url('images/lighten_rest.png') no-repeat scroll top right;
}

#logo {
	background: url('images/logo.png') no-repeat 0 0;
	height: 54px;
	width:496px;
	display: block;
	position:absolute;
	top:75px;
	margin-left:20px;
	text-indent:-999em;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
a#logo:hover {
	-moz-transition:opacity 0.5s ease 0s;
	-webkit-transition:opacity 0.5s ease 0s;
	opacity:0.5;
}

#xlogo {
	background: url('images/xmas-logo.png') no-repeat 0 0;
	height: 54px;
	width:496px;
	display: block;
	position:absolute;
	top:75px;
	margin-left:20px;
	text-indent:-999em;
}

#social {
	position:absolute;
	top:20px;
	right:20px;
}
.fb_edge_comment_widget {
    margin-left: -300px;
}
.fb_ltr, .fb_edge_widget_with_comment {float:right;}
.twitter-share-button {
	float:right;
}
#___plusone_0 {
	float: right !important;
    width: 73px !important;
}

/* Menu CSS */

ul#menu {
    padding: 5px 35px;	
	text-transform:uppercase;
	z-index:500;
}
ul#menu li {
	display: inline-block;
	position:relative;
	z-index:501;
	margin-right: 5px;
	padding-bottom:6px;
}
ul#menu li a {
    color: #FFFFFF;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    text-decoration: none;	
	background: url("images/small_arrow.png") no-repeat scroll 6px center rgba(34, 34, 34, 0.4);
    border: 1px solid #111111;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 10px rgba(12, 12, 12, 0.4);
    display: inline-block;
    padding: 3px 8px 3px 20px;
    position: relative;
    z-index: 501;
}
ul#menu li a:hover {
	text-decoration: none;
	color: #FF0066;
}
ul#menu ul {
	background: none repeat scroll 0 0 #111111;
	border: 1px solid #222222;
    left: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 220px;
    z-index: 598;
	opacity:0;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 0 15px rgba(0, 0, 0, 0.7);
}
	
ul#menu ul li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #222222;
    display: block;
    float: none;
    padding: 0;
	margin: 0 5px;
}
ul#menu ul li:last-child {border-bottom:none;}

ul#menu ul li a {
	display: block;
    font-size: 11px;
    padding: 1px 10px;
    text-transform: none;
	background:none;
}
ul#menu ul li a:hover {
  	background: none repeat scroll 0 0 rgba(34, 34, 34, 0.3);
    color: #FF0066;
    text-decoration: none;
}

ul#menu ul ul {
    left: 99%;
    top: 1px;
}
ul#menu li:hover > ul {
    visibility: visible;
	-moz-transition:opacity 500ms ease 0s;
	-webkit-transition:opacity 500ms ease 0s;
	opacity:1;
}


/* End Menu */

#leftcolumn {
	width:350px;
	float:left;
	margin:50px 35px 0 35px;
}

#leftfoot {
	width:350px;
	float:left;
	margin:25px 35px 0;
}

#rightcolumn {
	float:right;
	margin:50px 35px 0 0;
	width:395px;
}

#rightfoot {
	float:right;
	margin:25px 35px 0 0;
	width:395px;
}

#set {
	margin-bottom:25px;
	position:relative;
}

#testimonials, #video {
	margin:0 0 25px;
}

div#wn	{ 
	position:relative;
	width:370px; 
	height:235px; 
	overflow:hidden;
	float:left;
}
	
#scrollLinks {
	float:right;
	height:100px;
	margin-top:10px;
	position:relative;
	width:18px;
}

.mouseover_up {
}

.mouseover_down {
	position:relative;
	top:5px;
}

ul.sitemap {line-height: 190%;list-style: none outside none;margin-bottom:10px;}
ul.sitemap li {border-bottom:1px solid #333;padding: 3px 0;}
ul.sitemap li a {color:#fff;}

a.pdf {
	background: url("images/pdf-icon.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font: 10px/19px Arial,Helvetica,sans-serif;
    padding-left: 27px;
    position: absolute;
    right: 3px;
    top: 2px;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
