/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/

/*Body and Base*/
body {
	word-wrap: break-word;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #CCCCCC;
	background-color: #000000;
}
a[href] {
	color: #CCCCCC !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}
body a {
	color: #CCCCCC !important;
}
a {
	color: #CCCCCC !important;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
}
/*Basic Structure*/
#header {
	background-image: url(/images/head.gif);
	background-repeat: no-repeat;
	height: 474px;
	width: 490px;
}
#navigation {
	position:relative;
	top:408px;
}
#wrapper {
	width: 490px;
	margin:0 auto;
	text-align:left;
}
#content-wrap {
}
#content {
	color:#CCCCCC !important;
	height:321px;
	overflow-y:auto;
	padding: 5px;
}
#footer {
	background-repeat: no-repeat;
	height: 200px;
	width: 490px;
	margin-top:4px;
	padding-top:0px;
	color: #000000;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#utility {
	width: 293px !important;
}
#utility hr {
	width: 293px !important;
	color: #306BAC;
	background-color: #306BAC;
	display: block;
	height: 1px;
}
#content-column {
	width: 605px;
}
#nav-secondary {
}
#sidebar {
}
#search {
}
#login {
}
#bug {
	background-image: url(/images/pm_bug.gif);
	display: block;
	height: 51px;
	width: 124px;
}
/*Basic Navigation*/

#navigation a {
}
#navigation a:hover {
}
/*Blog*/

#theblog {
}
#theblog a {
}
#theblog a:hover {
}
.the_date {
}
.title {
}
/*Forms*/


.field {
}
.regular {
}
.description {
}
h4 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-style: normal;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
ol {
	clear:both;
	float:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:5px;
	padding:2px;
}
label {
	color:#cbcbcb;
	font-family:verdana, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
li.sub-section {
	clear:left;
	padding:10px 10px;
}
li.form-element dt {
	float:left;
	width: 75px;
}
li.form-element {
stylesheet.css (line 580) clear:both;
	padding-top:2px;
}
input.text-input {
	padding:2px;
	border: 1px solid #666666;
}
a.visibility-toggle {
	font-size:100%;
}
.submit {
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0pt;
	margin:5px 0pt 0pt;
}
/* BASE TYPOGRAPHY */
p, ul {
	margin: 0 0 1.5em;
}
h1, h2, h3 {
	letter-spacing: -1px;
	font-family: arial, verdana, sans-serif;
	padding-bottom: .1em;
}
h1 {
	font-size: 196%;
	margin-top:.6em;
}
h2 {
	font-size: 136%
}
h3 {
	font-size: 126%
}
.highlight {
	color:#E17000
}
.subdued {
	color:#999
}
.error {
	color:#c00;
	font-weight:bold
}
.success {
	color:#390;
	font-weight:bold
}
.caption {
	color:#999;
	font-size:11px
}
.date {
	font: bold 82% arial;
	color:#bbb;
	display:block;
	letter-spacing: 1px
}
small {
	font-size:11px
}
/*CUSTOM SITE FORMS*/

.loginfields {
}
.loginbutton {
}
/*CUSTOM SITE TYPOGRAPHY*/

.text_head {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.text_sub {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_date {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.text__location {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.text__description {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#promote {
	margin-top: 25px;
}
#promote table {
	border: 1px solid #3D5693;
}
.promote_bottom {
	font-size: 11px;
	color: #456099;
	background-color: #FFFDD7;
	height: 20px;
}
.add2small {
	font-size: 11px;
	cursor: pointer;
}
.promote_top {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D5693;
}
#newsletter_subscribe {
	overflow: hidden;
	position: relative;
	height: 29px;
	width: 552px;
	left: 451px;
	top: 45px;
}
#newsletter_subscribe #login {
	height: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	font-weight: bold;
	width: 302px;
	position: relative;
	top: 0px;
	left: 2px;
	background: none;
}
#newsletter_subscribe #password {
	height: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	font-weight: bold;
	width: 141px;
	position: relative;
	top: 0px;
	margin-left: 1px;
	background: none;
}
#newsletter_subscribe #cmd_submit {
	background-image: url(/images/login-trans.png);
	height: 24px;
	width: 64px;
	background-repeat: no-repeat;
	cursor: finger;
	position: relative;
	left: 0px;
	top: 7px;
	font-size: 0px;
}
#utility .video-preview {
	width:284px;
	display:block;
}
#utility .video-preview .greytitle {
	color:#CCCCCC;
	font-weight:bold;
}
#utility .video-preview .thumbnail {
	display:inline;
	float:left;
	height:45px;
	width:60px;
}
#utility .video-preview .description {
	display:inline;
	float:right;
	height:45px;
	width:215px;
	line-height:15px;
	font-size:11px;
}
#utility .video-preview hr {
	color: #306BAC;
	background-color: #306BAC;
	display: block;
	height: 1px;
	width: 283px;
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
}
#utility .utility-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#utility .videoelement {
	margin-left: 2px;
}
#utility #view-all {
	left:196px;
	position:relative;
	top:-16px;
}
#utility #home-videos {
	margin-top: 10px;
}
#utility #vid-list {
	margin-top: -18px;
}
#get-involved {
	width:400px;
	left:511px;
	position:relative;
	top:57px;
}
#get-involved #tell-us {
	text-decoration: none;
	background-image: url(/images/tellus.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #tell-them {
	text-decoration: none;
	background-image: url(/images/tell-friends.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #get-mail {
	text-decoration: none;
	background-image: url(/images/signup-newsletter.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #bank-us {
	text-decoration: none;
	background-image: url(/images/donate.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #tell-us:hover {
	text-decoration: none;
	background-image: url(/images/tellus-over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #tell-them:hover {
	text-decoration: none;
	background-image: url(/images/tell-friends-over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #get-mail:hover {
	text-decoration: none;
	background-image: url(/images/signup-newsletter-over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#get-involved #bank-us:hover {
	text-decoration: none;
	background-image: url(/images/donate-over.gif);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 81px;
}
#content-column {
	width: 605px;
}
/*Full Column*/
#content-column .full-column {
	background-color: #508DD6;
	width: 605px;
}
#content-column .full-column h1 {
	background-image: url(/images/singlecolumnhead.gif);
	height: 24px;
	width: 605px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}
#content-column .full-column .column-content {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
/*left Column*/
#content-column .l-half-column {
	background-color: #508DD6;
	width: 292px;
}
#content-column .l-half-column h1 {
	background-image: url(/images/l-column.gif);
	height: 24px;
	width: 292px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}
#content-column .l-half-column .column-content {
	padding-right: 10px;
	padding-left: 76px;
	padding-bottom: 10px;
}
/*right Column*/
#content-column .r-half-column {
	background-color: #508DD6;
	width: 292px;
}
#content-column .r-half-column h1 {
	background-image: url(/images/r-column.gif);
	height: 24px;
	width: 292px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}
#content-column .r-half-column .column-content {
	padding-right: 10px;
	padding-left: 84px;
	padding-bottom: 10px;
}
table.two-panel {
	width: 605px;
	margin-top: 14px;
}
td.space-two-panel {
	width: 21px;
}
#teaser-back-blog {
	background-image: url(/images/icon-blog.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
#teaser-back-calendar {
	background-image: url(/images/icon-events.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
#teaser-back-polls {
	background-image: url(/images/icon-polls.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
#teaser-back-podcast {
	background-image: url(/images/icon-podcast.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
#teaser-back-calendar .date {
}
#teaser-back-calendar .date a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#teaser-back-calendar .date a:hover {
	color: #CbCbCb;
}
#teaser-back-calendar .title {
	font-size: 13px;
	font-weight: bold;
}
#teaser-back-calendar .teaser {
	font-size: 11px;
	margin-top: -15px;
}
#teaser-back-calendar hr {
	color: #1D5CA3;
}
.read-more {
	font-size: 11px;
	font-weight: bold;
}
#link-news {
	background-image: url(/images/button-news.png) !important;
	background-repeat: no-repeat;
	height: 29px;
	width: 47px;
	text-decoration: none;
	display: block;
}
#link-band {
	background-image: url(/images/button-the-band.png) !important;
	background-repeat: no-repeat;
	height: 29px;
	width: 78px;
	text-decoration: none;
	display: block;
}
#link-media {
	background-image: url(/images/button-media.png) !important;
	background-repeat: no-repeat;
	height: 29px;
	width: 57px;
	text-decoration: none;
	display: block;
}
#link-music {
	background-image: url(/images/button-music.png) !important;
	background-repeat: no-repeat;
	height: 29px;
	width: 57px;
	text-decoration: none;
	display: block;
}
#link-merch {
	background-image: url(/images/button-merch.png) !important;
	background-repeat: no-repeat;
	height: 29px;
	width: 62px;
	text-decoration: none;
	display: block;
}
#link-tour {
	background-image: url(/images/button-tour.png) !important;
	background-repeat: no-repeat;
	height: 29px;
	width: 50px;
	text-decoration: none;
	display: block;
}
#link-itunes {
	background-image: url(/images/button-itunes.jpg) !important;
	background-repeat: no-repeat;
	height: 26px;
	width: 63px;
	text-decoration: none;
	display: block;
}
#link-store {
	background-image: url(/images/button-store.jpg) !important;
	background-repeat: no-repeat;
	height: 26px;
	width: 63px;
	text-decoration: none;
	display: block;
}
#link-itunes:hover {
	background-image: url(/images/button-itunes-hover.jpg) !important;
}
#link-store:hover {
	background-image: url(/images/button-store-hover.jpg) !important;
}
#link-news:hover {
	background-image: url(/images/button-news-hover.png) !important;
}
#link-band:hover {
	background-image: url(/images/button-the-band-hover.png) !important;
}
#link-media:hover {
	background-image: url(/images/button-media-hover.png) !important;
}
#link-music:hover {
	background-image: url(/images/button-music-hover.png) !important;
}
#link-merch:hover {
	background-image: url(/images/button-merch-hover.png) !important;
}
#link-tour:hover {
	background-image: url(/images/button-tour-hover.png) !important;
}
#actionbar {
	position:relative;
	top:409px;
}
#bigtease {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.net-ms {
	position: relative;
	left: 0px;
	top: 8px;
}
.net-fb {
	position: relative;
	left: -1px;
	top: 8px;
}
.net-yt {
	position: relative;
	left: 2px;
	top: 8px;
}
.merch-t {
	background-image: url(http://blackwaterrising.com/images/merchbaner-site.jpg);
	background-repeat: no-repeat;
	height: 324px;
	width: 465px;
	display: block;
}
.merch-form {
	position: relative;
	height: 150px;
	width: 300px;
	color: FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	left: 10px;
	top: 295px;
	overflow: hidden;
	display: block;
	float:left;
}
.merch-form table {
	background:none;
}
h1 {
	color:#FFFFFF;
	font-family:verdana;
	font-size:16px !important;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0;
	text-transform:capitalize;
}
.list {
	font-family: Verdana;
}
.list .item {
	margin-top: 5px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	min-height:85px;
}
.list .item .date {
	display:inline-block;
	float:left;
	font-size:12px;
	margin-right:10px;
	vertical-align:top;
	width:70px;
}
.list .item .teaser {
	color:#FFFFFF;
	display:inline-block;
	float:left;
	font-weight:bold;
	margin-right:10px;
	vertical-align:top;
	width:295px;
}
.list .item .link {
	display:inline-block;
	float:left;
	vertical-align:top;
	width:80px;
}
.list .item .link a{
	color: #FF0 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
.list .item .link a:hover{
	color: #FFFFFF !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}
.list .item .venue{
	float: left;
	width: 295px;
	margin-right: 10px;
	display:inline-block;
	vertical-align:top;
}
.list .item .venue h3{
	color: #FFF;
	margin: 0px;
}

