/* Style Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td 
{margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,strong,th,var 
{font-style:normal;font-weight:normal;} 
ol,ul {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';} 
abbr,acronym {border:0;}

/* Body Style */
html, body {
	height: 100%;
	width: 100%;
	background-color: #0f0b0c;
	font-family: Verdana, Arial, Sans-Serif;
	color: #fbffd9;
	font-size: 11px;
	}
p {
	margin-bottom: 20px;
	line-height: 15px;
	}
img {
	display: block;
	}
input {
	color: #fff;
	}
em {
	color: #baf775;
	}
h1 {
	font-size: 23px;
	width: 165px;
	display: block;
	margin-top: 2px;
	margin-bottom: 0px;
	height: 12px;
	line-height: 23px;
	float: left;
	}
a:link, a:active, a:visited {
	color: #baf775;
	text-decoration: none;
	}
	a:hover {
		color: #474647;
		}

/* Header Style */
#header {
	position:relative;
	width:937px;
	margin:0 auto;
	padding: 10px 10px 0px 9px;
	background-repeat: no-repeat;
	}
	div.music {
		background-image: url(../images/bg-music.jpg);
		}
	div.events {
		background-image: url(../images/bg-events.jpg);
		}
	div.video {
		background-image: url(../images/bg-video.jpg);
		}
	div.scrapbook {
		background-image: url(../images/bg-scrapbook.jpg);
		}
	div.join {
		background-image: url(../images/bg-join.jpg);
		}
	.block {
		background-color: #231f20;
		padding-bottom: 2px;
		margin-top: 2px;
		line-height: 21px;
		cursor: pointer;
		}
		.block.active {
			cursor: default;
			}
		.hideme {
			background-color: #0f0b0c;
			margin: 0 2px 0 2px;
			display: none;
			position: relative;
			padding: 7px;
			}
			.active .hideme {
				display: block;
				position: relative;
				height: 100%;
				}
				.nopad {
					padding: 0px;
					}
			.item {
				text-align:left;
				width: 252px;
				height: 52px;
				padding: 7px;
				float: left;
				line-height: 17px;
				display: block;
				}
				.item img {
					float: left;
					margin-right: 10px;
					border: solid white 1px;
					}
			.download {
				position: absolute;
				height: 37px;
				width: 100%;
				bottom: 0px;
				left: 0px;
				display: block;
				opacity: .7;
				line-height: 37px;
				background-color:#000;
				text-align: center;
				filter: alpha(opacity=70);
				}
				#middle .download {
					bottom: 2px;
					left: 2px;
					width: 480px;
					}
				.download a:link, .download a:active, .download a:visited, .download a:hover {
					font-family: Verdana, Helvetica, Arial, Sans-Serif;
					text-decoration: underline;
					color: #fbffd9;
					}
				.download a:hover {
					color: #f19831;
					}
					
.galleryNav {
	cursor: pointer;
	}

/* Home Style */
	#left {
		float: left;
		width: 197px;
		padding-left: 20px;
		}
	#left img {
	}
	#middle {
		float: left;
		position: relative;
		width: 484px;
		margin: 0 5px 0 0px;
		z-index: 66;
		}
		#middle ul div img {
			border-top: 8px solid #0f0b0c;
			border-bottom: 9px solid #0f0b0c;
			}
		#middle-nav {
			margin-top: 364px;
			}
			#middle-nav td img {
				display: inline;
				}
			#middle-nav td {
				position: relative;
				height: 21px;
				line-height: 12px;
				padding-top: 3px;
				text-align: center;
				vertical-align: middle;
				border-left: 2px solid #0f0b0c;
				background-color: #1a1415;
				cursor: pointer;
				}
			#middle-nav td.active {
				background-color: #231f20;
				}
	#mixes {
		float: right;
		width: 207px;
		margin-bottom: 14px;
		padding-right: 15px;
		}
	#chatter {
		float:right;
		width: 224px;
		}
		
/* Music Style */
#music-recent {
	width: 224px;
	float: right;
	position: relative;
	margin: 175px 245px 13px 0;
	}
#music-recent2 {
	width: 224px;
	float: right;
	position: relative;
	margin: 175px 12px 10px 0px;
	}
#music-archive {
	float: right;
	width: 550px;
	position: relative;
	margin: 15px 155px 0 15px;
	}
	
/* Events Style */
#events {
	width: 600px;
	margin: 0 auto;
	margin-top: 230px;
	padding-left: 90px;
	}
	.event-image {
		float:left;
		margin: 13px 20px 13px 13px;
		}
	.event-info {
		float: left;
		margin-top: 20px;
		}
		.event-info p {
			width: 310px;
			margin: 0px 0 20px 0;
			}
			
/* Video Style */
#video {
	float: right;
	width: 550px;
	margin-right: 150px;
	margin-top: 175px;
	}

/* Join Style */
#join {
	width: 380px;
	margin: 230px 0 0 150px;
	padding-left: 90px;
	}
	#join-form {
		text-align: right;
		margin-top: -10px;
		}
	#join-form input {
		width: 220px;
		margin: 0 0 5px 10px;
		background-color: #231f20;
		border: 1px solid #878586;
		}
	#join-form select {
		color: #fff;
		width: 222px;
		margin: 0 0 5px 10px;
		background-color: #231f20;
		border: 1px solid #878586;
		}
	#join-form .submit {
		width: 222px;
		border: none;
		margin-top: 5px;
		}
		#errorMessage {
			font-weight: bold;
			color: #ff5090;
			}
		
/* Scropbook Style */
.setThumb {
	float: left;
	width: 75px;
	padding: 10px;
}	
.setTitle {
	padding-top: 5px;
}
.setThumb img,
.clickpop img {
	border: solid white 1px;
}
.slideshow img {
	border: none;
}
/* Footer Style */
#footer {
	width:100%;
	min-width: 955px;
	height:30px;
	background-color: #0f0b0c;
	}
	#wrapper {
		width: 955px;
		height: 75px;
		position: relative;
		margin:0 auto;
		}
		#logo, a#logo:active, a#logo:visited  {
			position: absolute;
			left: 72px;
			bottom: 15px;
			z-index: 10;
			color: #000;
			}
		#nav_left {
			color: #000;
			padding-top: 22px;
			}
			* html #social a {
				margin: 0 1px 3px 1px;
				}
		
			#nav_left ul {
				/*margin-top: 7px;*/
				margin-right: 115px;
			}
			#nav_left li {
				display:inline;
				padding-right: 9px;
			}

		
			a#nav_events:link, a#nav_events:active, a#nav_events:visited {
				display: inline-block;
				height: 22px;
				width: 182px;
				background-position: 0px 0px;
				background-image: url(../images/menu_left.gif);
				
				}
				a#nav_events:hover {
					background-position: 182px 0px;
					}

			a#nav_scrapbook:link, a#nav_scrapbook:active, a#nav_scrapbook:visited {
				display: inline-block;
				height: 22px;
				width: 182px;
				background-position: 0px 22px;
				background-image: url(../images/menu_left.gif);

				}
				a#nav_scrapbook:hover {
					background-position: 182px 22px;
					}
					
			a#nav_video:link, a#nav_video:active, a#nav_video:visited {
				display: inline-block;
				height: 22px;
				width: 182px;
				background-position: 0px 68px;
				background-image: url(../images/menu_left.gif);

				}
				a#nav_video:hover {
					background-position: 182px 68px;
					}
			
			a#nav_music:link, a#nav_music:active, a#nav_music:visited {
				display: inline-block;
				height: 22px;
				width: 182px;
				background-position: 0px 45px;
				background-image: url(../images/menu_left.gif);

				}
				a#nav_music:hover {
					background-position: 182px 45px;
					}
	
			
			
		#nav {
			width: 935px;
			height: 32px;
			position: absolute;
			bottom: 0px;
			left: 10px;
			text-align: right;
			font-size: 12px;
			background-image: url(../images/footer-navbar.gif);
			background-repeat: no-repeat;
			}
			#nav ul {
				margin-top: 7px;
				margin-right: 115px;
				}
				#nav li {
					display:inline;
					padding-left: 33px;
					padding-right: 9px;
					}
					#nav a:link, #nav a:active, #nav a:visited {
						text-decoration: none;
						color: #fbffd9;
						}
					#nav a:hover {
						color: #ff5090;
						}
						#nav a.active:link, #nav a.active:active, #nav a.active:visited, #nav a.active:hover {
							color: #474647;
							}
		
				a#facebook:link, a#facebook:active, a#facebook:visited {
					display: inline-block;
					height: 22px;
					width: 149px;
					background-position: 0px 0px;
					background-image: url(../images/footer-navbar-items.gif);

					}
					a#facebook:hover {
						background-position: 0px 31px;
						}
				a#list:link, a#list:active, a#list:visited {
					display: inline-block;
					height: 22px;
					width: 143px;
					background-position: -168px 0px;
					background-image: url(../images/footer-navbar-items.gif);

					}
					a#list:hover {
						background-position: -168px 31px;
						}	
				a#twitter:link, a#twitter:active, a#twitter:visited {
					display: inline-block;
					height: 22px;
					width: 137px;
					background-position: 278px 0px;
					background-image: url(../images/footer-navbar-items.gif);

					}
					a#twitter:hover {
						background-position: 278px 31px;
						}
						
				a#contact:link, a#contact:active, a#contact:visited {
					display: inline-block;
					height: 22px;
					width: 113px;
					background-position: 117px 0px;
					background-image: url(../images/footer-navbar-items.gif);

					}
					a#contact:hover {
						background-position: 117px 31px;
						}
						
				

		#blurbs-nav {
			position: absolute;
			width: 16px;
			right: 740px;
			top: 26px;
			cursor: pointer;
			}
			#blurbs-nav img {
				display: inline;
				border: none;
				padding: 0px;
				margin-top: -2px;
				line-height: 0px;
				}
		#blurbs {
			position: absolute;
			width: 700px;
			height: 80px;
			top: 22px;
			line-height: 18px;
			color: #f7981d;
			right: 30px;
			}
			#blurbs li {
				color: #fbffd9;
				cursor: hand;
				}
				
			#blurbs div {
				display: none;
				}
				#blurbs a:link, #blurbs a:hover, #blurbs a:active, #blurbs a:visited {
					color: #fbffd9;
					}
				
/* Slideshow Style */
.playbutton {
	width:156px;
	height:156px;
	display:block;
	background-image:url(../images/playbutton.png);
	position:absolute;
	z-index:100;
	top:50%;
	left:50%;
	margin-left:-78px;
	margin-top:-58px;
	}	
	* html .playbutton {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/playbutton.png", sizingMethod="crop");
		}
.slideshow {
	position: absolute;
	top: 29px;
	left: 0px;
	width: 100%;
	display:block;
	}
	.slideshow img {
		margin: 0 auto;
		}
#slide0 {
	z-index: 50;
	}
	#playbutton0 {
		z-index:51;
		}
#slide1 {
	z-index: 40;
	}
	#playbutton1 {
		z-index:41;
		}
#slide2 {
	z-index: 30;
	}
	#playbutton2 {
		z-index:31;
		}
#slide3 {
	z-index: 20;
	}
	#playbutton3 {
		z-index:21;
		}
	
/* Popup Style */
#popup-mask {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	background-image: url(../images/bg-transparent.gif);
	z-index: 80;
	cursor:pointer;
	}
#popup {
	position: absolute;
	width: 740px;
	top: 50%;
	left: 50%;
	margin-left: -370px;
	z-index: 500;
	background-color: #0f0b0c;
	border: 5px solid #231f20;
	display: none;
	z-index: 90;
	}
	#popup-border {
		position: absolute;
		display: block;
		_display: none;
		background-color: transparent;
		opacity: .65;
		width: 100%;
		height: 100%;
		border: 15px solid #000;
		padding: 5px;
		left: -20px;
		top: -20px;
		}
	#popup-content {
		position: relative;
		overflow: auto;
		padding: 10px 20px 10px 20px;
		margin: 0 auto;
		z-index: 80;
		text-align: center;
		}
		.popup-close {
			display: none;
			margin: 5px 0 5px 10px;
			z-index:99;
			}
		#popup-content p {
			text-align: left;
			}
		#popup-content img {
			margin: 0 auto;
			}
		#popup em {
			font-size: 9px;
			line-height: 11px;
			display: block;
			margin: 0;
			padding: 0;
			}
		#popup strong {
			font-weight: bold;
			display: block;
			line-height: 11px;
			}

/* Utility Style */
.marker {
	width: 17px;
	height: 12px;
	margin-top: 2px;
	float: left;
	background-image: url(../images/marker-closed.gif);
	background-repeat: no-repeat;
	}
	.active .marker {
		background-image: url(../images/marker-open.gif);
		}
.clear {
	clear:both;
	}
.clickpop, .clickpop img {
	cursor:pointer;
	}
	.popme {
		display: none;
		}
#scrapbook {
	width: 500px;
	margin: 0 auto;
	margin-top: 265px;
	}
#scrapbook .clickpop {
	float: left;
	margin: 5px;
	display: inline;
	}

