@charset "utf-8";
/* West Chester Rock City - LArge Picture and Video Display */

body {
 	background: #000000;
}

#picdisp_container {
	position: relative;
	width: 900px;
	height: auto;
	margin: 5px auto;
	overflow: visible;
	z-index: 1
}

#photo_large {
	position: relative;
	height: auto;
	margin: 5px auto;
	overflow: visible;
	z-index: 5
}

#photo_large img {
	border: 1px #990000 solid
}

#viddisp_container {
	position: relative;
	width: 550px;
	height: auto;
	margin: 5px auto;
	overflow: hidden;
	z-index: 1
}

#player {
	position: relative;
	width: 500px;
	height: 420px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 10
}

#description {
	text-align: center;
}

.comment_divider {
	background: #FF9900;
	position: relative;
	width: 90%;
	height: 2px;
	margin: 5px auto
}

#comments {
	position: relative;
	clear: both;
	width: 500px;
	height: auto;
	margin: 5px auto;
	overflow: hidden;
	z-index: 5
}

#band_comments #comments {
	width: 400px;
}

#comments .comment_divider {
	background: #CC3300;
	position: relative;
	width: 90%;
	height: 1px;
	margin: 5px auto
}

#comments .comment_by {
	color: #CC3300;
}

#comments .comment_date {
	font-size: 10px
}

#comment_form {
	position: relative;
	width: 405px;
	margin: 5px auto;
	overflow: hidden;
	z-index: 5
}

#comment_form p {
	font-size: 10px;
	margin: 0 0 5px 0
}

#comment_form p .title {
	font-weight: bold
}

#addthis {
	position: relative;
	width: 90%;
	height: auto;
	text-align: right 
}

#wcrc_link {
	position: relative;
	margin: 50px auto;
	width: 100%;
	height: 150px;
	font-weight: bold;
	text-align: center;
}
