body {
	margin: 0px;
	padding: 0px;
	font: 14px Helvetica, Arial, sans-serif;
	background: url(images/bkgd.jpg) top center;
	
	min-width: 770px;
	padding: 20px 50px;
}

p {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	max-width: 550px;
}

a {
	text-decoration: none;
	color: #33baf1;
	-webkit-transition: color 0.2s ease-out;
	outline: none;
}a:hover {
	color: #f03388;
}

img {
	border: none;
}

#main {
	margin: auto;
	max-width: 1200px;
	background: white;
	min-height: 200px;
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	position: relative;
}

#nav {
	background: black;
	height: 50px;
	margin-left: 110px;
	position: relative;
	z-index: 100;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav #main_nav li{
	float: left;
}

#nav #main_nav li a{
	height: 50px;
	display: block;
	text-indent: -5000em;
}

#newslink a{
	width: 65px;
	background: url(images/nav.png) 0px 0px no-repeat;
}#newslink a:hover, #newslink.selected a{
	background: url(images/nav.png) 0px -50px no-repeat;
}

#eventslink a{
	width: 69px;
	background: url(images/nav.png) -65px 0px no-repeat;
}#eventslink a:hover, #eventslink.selected a{
	background: url(images/nav.png) -65px -50px no-repeat;
}

#musiclink a{
	width: 65px;
	background: url(images/nav.png) -131px 0px no-repeat;
}#musiclink a:hover, #musiclink.selected a{
	background: url(images/nav.png) -131px -50px no-repeat;
}

#videolink a{
	width: 65px;
	background: url(images/nav.png) -195px 0px no-repeat;
}#videolink a:hover, #videolink.selected a{
	background: url(images/nav.png) -195px -50px no-repeat;
}

#morelink a{
	width: 80px;
	background: url(images/nav.png) -260px 0px no-repeat;
}#morelink a:hover, #morelink.active a{
	background: url(images/nav.png) -260px -50px no-repeat;
}

#main_nav {
	position: relative;
	z-index: 200;
	width: 500px;
	background: black;
	overflow: hidden;
}	

#more_menu {
	background: #33b9f1;
	background: black;
	position: absolute;
	z-index: 150;
	top: 50px;
	top: -1000px;
	left: 260px;
	font: italic 13px Georgia, Times, serif;
	overflow: hidden;
	-webkit-transition: top 0.3s ease-out;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#more_menu ul li.alt a{
	xbackground: #81cdf3;
}

#more_menu ul li {
	overflow: hidden;
}

#more_menu ul li a{
	color: white;
	padding: 5px 10px;
	display: block;
	-webkit-transition: color 0.3s ease-out;
	overflow: hidden;
}#more_menu ul li a:hover{
	color: #f03388;
}

#searchbox {
	position: absolute;
	top: 13px;
	right: 10px;
}

#header {
	position: relative;
	overflow: hidden;
}

#logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 110px;
	height: 50px;
}
#logo a{
	width: 110px;
	height: 50px;
	text-indent: -5000em;
	display: block;
	background: url(images/logo.png) 0px 0px no-repeat;
}#logo a:hover{
	background: url(images/logo.png) 0px -50px no-repeat;
}

#videoplayer {
	margin-top: -20px;
}

#video_header {
	min-height: 200px;
}

#content {
	overflow: hidden;
	margin-top: -40px;
	position: relative;
	z-index: 100;
}

#sidebar {
	float: right;
	width: 40%;
	min-height: 200px;
	color: white;
	margin-top: 30px;
	margin-bottom: 10px;
}

#sidebar h2{
	background: black;
	height: 20px;
	margin: 0px;
	padding: 15px;
	color: white;
	font-size: 18px;
	font-family: Rockwell;
	font-weight: normal;
	position: relative;
}#sidebar h2 a{
	color: white;
}#sidebar h2 a:hover{
	color: #33baf1;
}

#sidebar h2 a .more {
	position: absolute;
	top: 17px;
	right: 15px;
	font: italic 13px Georgia, Times, serif;
	opacity: 0.5;
	xmargin-top: 5px;
	-webkit-transition: opacity 0.3s ease-out;
}#sidebar h2 a:hover .more {
	color: white;
	opacity: 0.9;
}

#features {
	min-height: 200px;
	background: black;
	position: relative;
}

#feature_corner {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url('images/feature_corner.png') 0px 0px no-repeat;
	width: 10px;
	height: 10px;
}

#selected_feature img {
	width: 100%;
	line-height: 0px;
}

#selected_feature {
	position: relative;
	line-height: 0px;
	overflow: hidden;
	width: 400%;
}
a .feature_title {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	color: white;
	font-size: 18px;
	font-family: Rockwell;
	font-weight: normal;
	background: rgba(0,0,0,0.5);
	padding: 5px 10px;
	-webkit-transition: color 0.3s ease-out;
	line-height: 20px;
}

a:hover .feature_title {
	color: #33baf1;
}

.other_featured {
	line-height: 0px;
	height: 70px;
	overflow: hidden;
}

.other_featured a {
	margin: 0px;
	padding: 0px;
}

.other_featured a {
	display: block;
	float: left;
	width: 25%;
	height: 70px;
	overflow: hidden;
	-webkit-transition: height 0.3s ease-out;
	border-bottom: 3px solid white;
}

.other_featured a img {
	margin: 0px;
	padding: 0px;
	margin-right: -4px;
	width: 100%;
	height: 70px;
	
}

.other_featured .active a, .other_featured a:hover {
	height: 67px;
}

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
#scroller {
	width: 100%;
	margin: 0 auto;	
	overflow: hidden;
}

.section {
	width: 25%;
	float: left;
	position: relative;
}

#toolbar {
	list-style: none;
	margin: 0px;
	padding: 0px;
}#toolbar li{
	display: inline;
}

#photos {
	position: relative;
}

#photos_corner {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 101;
	background: url('images/photos_corner.png') 0px 0px no-repeat;
	width: 10px;
	height: 10px;
}

#side_photos {
	line-height: 0px;
	height: 100px;
	overflow: hidden;
	width: 600px;
}

#side_photos a img{
	border: none;
	height: 100px;
	margin: 0px;
	margin-right: -4px;
	z-index: 100;
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
}#side_photos a:hover img{
	z-index: 99;
	-webkit-transform: scale(1.1);
	opacity: 0.9;
}


#upcoming {
	min-height: 200px;
	background: #33b9f1;
}

#related {
	min-height: 200px;
	background: #33b9f1;
	position: relative;
}

#player {
	min-height: 200px;
	background: #f03388;
}

#main_content {
	margin-right: 40%;
	padding: 0px 30px;
	min-height: 200px;
}

.ui360 {
	height: 60px;
	padding-left: 15px;
}
.ui360.alt {
	background: #f680b7;
}

.ui360 .track_from{
	font: italic 13px Georgia, Times, serif;
	margin-left: 10px;
	opacity: 0.7;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	font-size: 30px;
	font-family: Rockwell;
	font-weight: normal;
}h2 a{
	color: black;
}h2 a:hover {
	color: #33baf1;
}

#headlines h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	font-size: 24px;
	font-family: Rockwell;
	font-weight: normal;
	margin-top: -20px;
}#headlines h3 a{
	color: black;
}#headlines h3 a:hover {
	color: #33baf1;
}


.item {
	overflow: hidden;
	margin-bottom: 50px;
}

.item img. .item object, .item embed{
	max-width: 100%;
}

#headlines .item {
	margin-bottom: -10px;
} 

.item h3, #headlines .item h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: Rockwell;
	font-weight: normal;
}

.item h3 a{
	color: black;
}.item h3 a:hover {
	color: #33baf1;
}

.item .meta {
	font: italic 13px Georgia, Times, serif;
	color: #bdbdbd; 
	margin-bottom: 20px;
}

#related .item .meta {
	font: italic 13px Georgia, Times, serif;
	color: #a0d2ec; 
	margin-bottom: 20px;
}

#related .item:nth-child(2n+1) .meta {
	color: #c7e6f5;
}

.item .meta .tags {
	margin-left: 10px;
}

.item .meta .tags a{
	color: #bdbdbd;
}.item .meta .tags a:hover{
	color: #33baf1;
}

#related .item:nth-child(2n+1) .meta .tags a{
	color: #c7e6f5;
}

#related .item .meta .tags a{
	color: #a0d2ec; 
}
#related .item .meta .tags a:hover{
	color: white; 
}


.comments, .item h3 a.comments, #headlines .item h3 a.comments {
	background: rgba(0,0,0,0.5);
	color: white;
	float: right;
	font: italic 13px Georgia, Times, serif;
	display: block;
	background: url(images/comment.png) 0px 0px no-repeat;
	width: 18px;
	height: 24px;
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 5px;
	margin-left: 10px;
}




.comments:hover, .item h3 a.comments:hover, #headlines .item h3 a.comments:hover {
	color: black;
}

#latest_video {
	border-top: 2px solid black;
	margin-top: 30px;
	padding-top: 30px;
}
#latest_video object, #latest_video embed{
	width: 100%;
}

#dates, #main_dates {
	margin: 0px;
	padding: 0px;
	list-style: none;
}



#main_dates h3{
	margin-top: 20px;
}

#dates a{
	color: white;
}#dates a:hover{
	color: #d73677;
}

#dates li, #main_dates li {
	padding: 15px;
	height: 30px;
	padding-left: 65px;
	position: relative;
}

#main_dates li {
	xborder-bottom: 2px solid black;
	height: auto;
}

#main_dates li:nth-child(2n) {
	background: #f0faff;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#dates li.alt {
	background: #80d6f7;
}

#dates li .date, #main_dates li .date{
	position: absolute;
	width: 50px;
	top: 0px;
	left: 5px;
	font-family: Georgia, Times, serif;
	text-align: center;
}

#dates li .date .day, #main_dates li .date .day{
	font-size: 30px;
}

#dates li .date .month, #main_dates .date .month{
	font-style: italic;
	opacity: 0.7;
}

#dates li .details {
	color: #1a3f57;
}

#dates li .location, #main_dates li .location {
	display: block;
}
#dates li .type, #main_dates li .type {
	display: block;
	font: italic 13px Georgia, Times, serif;
	opacity: 0.7;
}

#main_dates li a .location, #main_dates li a .type, #main_dates li .type a{
	color: black;
}

#main_dates li p{
	margin-top: 20px;
}

#footer {
	height: 50px;
	background: black url(images/footer.jpg) top left no-repeat;
	position: relative;
	
}

#emailaddress {
	position: absolute;
	left: 320px;
	top: 10px;
	background: transparent;
	border: transparent;
	font: italic 12px Georgia, Times, serif;
	color: white;
	width: 105px;
}

#gobutton {
	background: transparent;
	border: transparent;
	position: absolute;
	left: 425px;
	top: 10px;
	width: 35px;
	height: 25px;
	color: transparent;
	cursor: pointer;
}

#rsslink {
	display: block;
	width: 60px;
	height: 50px;
	text-indent: -5000em;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(images/rss.jpg) 0px 0px no-repeat;
}#rsslink:hover {
	background: url(images/rss.jpg) 0px -50px no-repeat;
}

#related .item{
	padding: 20px;
	padding-bottom: 1px;
	margin-bottom: 0px;
}

#related .item a {
	color: black;
}
#related .item a:hover {
	color: #f03388;
}

#related .item:nth-child(2n+1) {
	background: #80d6f7;
} 

#related .item object, #related .item embed{
	max-width: 100%;
	width: 300px;
	max-height: 240px;
}

#related .item p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
	position: relative;
}

#related .item h3{
	position: relative;
	padding-left: 80px;
	
}

#related .item .comments {
	color: white;
}

#related .related_type {
	background: white;
	padding: 2px 4px;
	font-size: 16px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	text-align: center;
} 

.musicitem img{
	float:left;
	margin-right:20px;
	border:black solid 1px;
	margin-bottom:20px;
}
.musicdetails{
	float:left;
	display:block;
}
.musicmainimage img{
	float:none;
}

/* gallery stuff */

.setpreview {
	margin: 0 2em 1em 0;
	width:160px;
	float:left;
	text-align:center;
}
	.setpreview .thumbnail {
		xfloat: left;
		margin-right: 1em;
	}
.flickrset a {
	border: solid #33baf1 2px;
	width: 75px;
	height: 75px;
	background: #ffffff;
	float: left;
	margin: 10px;
	padding: 5px;
}
.flickrset a:hover {
	background: #33baf1;
}
.flickrset img {
	border: 0;
}
.pages_nav {
	clear: both;
}
.individual {
	padding: 0 2em;
}
	.individual .image {
		margin: 0.5em auto;
		text-align: center;
	}
	.individual .image img {
	}
	.individual .flickrsetnav {
		text-align: center;
	}
		.individual .flickrsetnav a,
		.individual .flickrsetnav a:link,
		.individual .flickrsetnav a:visited {
			text-decoration: none;
		}
	.individual .setname {
		display: inline;
		font-size:18px;
	}
	
.number_of_photos{
	display:none;
}
.flickr_comments{
	font: italic 13px Georgia, Times, serif;
	color: #bdbdbd; 
	xmargin-bottom: 20px;
}
.img_description{
	font: italic 13px Georgia, Times, serif;
	color: #bdbdbd; 
	margin-bottom: 20px;
}


/* links */

#links_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#links_list li {
	padding: 20px;
	xheight: 25px;
	padding-left: 55px;
	position: relative;
	font-family: Georgia, Times, serif;
	font-size:15px;
	font-style:italic;
	background:url(images/linkarrow.png) 10px 18px no-repeat;
}

#links_list li:nth-child(2n) {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:url(images/linkarrow.png) 10px 18px no-repeat #f0faff;
}

#links_list li.alt {
	background: #80d6f7;
}

#links_list li p{
	margin-top: 20px;
}


/* contact */

fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
	margin-left:25px;
}

.mailinglist_details, label.zemText, label.zemSelect, label.zemTextarea {
    float: left;
    width: 100px;
}

.texta, input.zemText, textarea.zemTextarea, select.zemSelect  {
    background: #f0faff;
    color: black;
    border: none;
    padding: 3px;
    xfont: 14px Helvetica, Arial, sans-serif;
    width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.texta:focus, input.zemText:focus, textarea.zemTextarea:focus, select.zemSelect:focus  {
    background: white;
    color: black;
}

#submit {
    background: #33baf1;
    border: none;
    color: white;
   	font: 14px Georgia, Times, serif;
    height: 20px;
    width: 80px;
    margin-left: 325px;
}
#submit:hover {
    background: #f03388;
}

#comment {
	font: 18px Rockwell, Helvetica, sans-serif;
	
}

/* live stream */

#livestream {
	position: relative;
	height: 550px;
	margin: 20px;
	background: rgb(234, 235, 239);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}

#streamchat {
	position: absolute;
	top: 0px;
	right: 10px;
}

#livestream h2{
	margin: 10px;
	font-size: 20px;
	padding-top: 9px;
	height: 24px;
	padding-left: 5px;
}

#streamplayer {
	margin-right: 460px;
	margin-left: 10px;
}

#streamobject, #streamembed{
	width: 100%;
	height: 507px;
}

.streamnews {
	margin-top: 30px;
}

.streamtime {
	opacity: 0.3;
	margin-left: 10px;
}