@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, helvetica, Verdana, sans-serif;
	color: #333;	
}

#body_bg {
	width: 100%;
	background: #000 url(../bg_style.png) no-repeat top center;
}

/* CONTENT: MAIN */

#wrap_content {	
	background: url(../bg_content.png) repeat-y top left;
}
#content_main { 
	color: #000;
	font-size: 10pt;
}

#content_main .headbubble_top {	
	width: 619px;
	height: 7px;
	background: url(../bg_headbubble_top.png) no-repeat top center;
	}
#content_main .headbubble {
	width: 609px; /* 619 - Padding*/
	padding-left: 10px;
	background-color: #fff;
	}
#content_main .headbubble_bot {	
	width: 619px;
	height: 29px;
	background: url(../bg_headbubble_bot.png) no-repeat top center;
}

#content_main h1 {
	width: 550px;
	height: 42px;
	background: url(../bg_h1.png) no-repeat top left;
	padding: 10px 0px 0px 0px;
	font-size: 18pt;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

#content_main h3 {
	margin-bottom: 5px;
	letter-spacing: -0.5pt;
	font-size: 18pt;
	font-weight: normal;
	color: #000;
}

#content_main h3 a{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#content_main h3 a:hover{
	color: #E8018B;
	text-decoration: underline;
}

#content_main a{
	color: #000;
}

#content_main a:hover {
	color: #09bdc0;
}
#content_main p {
	margin-bottom: 15px;
	line-height: 140%;
}

#content_main blockquote {
	font-size: 85%;
	width: 442px;
	margin-left: 15px;
	padding-left: 10px;
	border-left: dotted 1px black;
	color:#333;
}

#content_main .highlight {
	background-color: #FF0;
	color: #900;
	padding: 5px 5px 5px 0px;
}

#content_main sup {
	font-size: 80%;
}

#content_main ul {
	list-style-type: square;
	padding-left: 18px;
	margin-left: 18px;
	margin-top: 10px;
}

#content_main li {
	margin-bottom: 5px;
}

#content_main .postdate {
	font-size: 8pt;	
	color: #999999;
}

#content_main hr {
	height: 1px;
	background-color: #666666;
	color: #666666;
	border: none;
	padding: 0;
	margin: 1em 0;

}

#content_main .blog_actionbar {
	width: 618px;
	height: 24px;
	margin-top: 15px;
	padding: 5px;
	font-size: 11px;
	background: url(../bg_blog_actionbar.png) no-repeat top left;
}

/* CONTENT: RIGHT COLUMN */

#content_right hr { 
	height: 1px; 
	border-width: 1px 0px 0px 0px; 
	border-style: solid; 
	border-color: #ec008c; 
	color: #09bdc0; 
} 

#content_right #statement {	
	background: url(../bg_content_right_statement.png) no-repeat top left;	
	margin: 0px auto;
	width: 264px;
	height: 75px;
}

#content_right h1 {
	padding: 6px;
	text-transform: uppercase;
	background-color: #fff;
}

#content_right ul {
	list-style-type: square;		
}

#content_right li {
	padding-left: 3px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content_right li a{
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#content_right li a:hover{
	color: #09bdc0;
	text-decoration: underline;
}

/* RSVP */

#content_right #rsvp  {
	display: none;
	width: 265px;
	overflow: hidden;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
	xborder: 1px dotted #E92447;
}
#content_right #rsvp h1{ /* RSVP header */
	color: #E92447;
	font-weight: bold;
	font-size: 20px;
	background-color: #FFFFFF;
}
#content_right #rsvp h2{ /* Event Date */
	xmargin-top: 10px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;	
	font-size: 13px;
	letter-spacing: .1em;
}
#content_right #rsvp .rsvp_event {
	xmargin-top: 10px;
	xheight: 130px;
	xbackground-color: #FFF;
}

#content_right #rsvp img{
	margin: 0px auto;
	border: 1px solid black;
}

/* Upcoming Events */

#content_right #upcomingevents  {
	width: 265px;
	xmin-height: 400px;
	margin-bottom: 20px;
	text-transform: uppercase;	
}
#content_right #upcomingevents div {
	margin-bottom: 10px;
	min-height: 78px;
	background-color: #FFF;
	text-align: center;
}

#content_right #upcomingevents div:hover {
	background-color: #FFFF99;
}

#content_right #upcomingevents h1{ /* Upcoming Events header */
	margin-bottom: 8px;
	color: #E92447;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background-color: #fff;
	border: 1px dotted #E92447;	
}

#content_right #upcomingevents h2{ /* Event Date */
	padding-top: 5px;
	font-weight: bold;	
	font-size: 13px;
	letter-spacing: .1em;
}

#content_right #upcomingevents h3{ /* Artist Name */
	padding: 6px;
	color: #E92447;
	font-weight: bold;
	font-size: 13px;
}

#content_right #upcomingevents h4{ /* Venue */
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;	
	color: #333;
}

#content_right #upcomingevents h4 a{ /* Venue link*/
	color: #333;
	text-decoration: none;
}

#content_right #upcomingevents h4 a:hover{ /* Venue hover*/
	color: #0099CC;
}

#content_right #upcomingevents p { /* Event Links */
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 5px;
	text-align: center;
	background-color: #d1caca;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	overflow: hidden;
}


#content_right #upcomingevents p a{ /* Event Links */
	text-decoration: none;
	color: #E92447;
	font-weight: bold;
}

#content_right #upcomingevents p a:hover{ /* Event Links HOVER */
	text-decoration: underline;
	color: #010101;
	font-weight: bold;
}



/* FOOTER STYLES */
/* SITE FOOTER */

#footer {
	background-color: #E92447;
	font-size: 10px;
	line-height: 1.2em;
	color: #ccc;
}

#footer p {
	text-align: center;
}

#footer a { 
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #E7E845;
	text-decoration: underline;	
}


/* CONTENT */

/* ABOUT PAGE */
.bio {
	margin-bottom: 15px;
	padding: 5px 0px 5px 10px;	
	border-bottom: 1px dotted white;
	border-top: 1px dotted white;
	background-color: #ffffff;
}
.bio p { 
	margin-top: 6px;
	font-size: 11px;
}
.bio a {
	text-decoration: none;
}	

/* EVENT CALENDAR */

.event {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F8F7F7;
}
.event p {
	padding: 0px;
	margin: 0px;
}
.eventDate{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.eventName{
	width: 575px;
	margin: 5px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E92447;
}
.eventVenue{
	font-size: 10px;
	text-transform: uppercase;
}
.eventVenue a{
	text-decoration: none;
}
.eventButtonWrap {
	margin-top: 10px;
}
/* END EVENT CALENDAR */


/* BEGIN Mailing List */
#submitbutton {
	margin-left: 72px;
}
/* END MAILING LIST */

/* START: COMMENTS */
#content_main fieldset {
	background-color: #fff;
	padding: 15px;
	border: 3px solid #ccc;
}
#content_main label {
  float:left;
  width:12%;
  margin-right:0.5em;
  padding-top:0.2em;
  font-size: 12px;
  text-align:right;
  text-transform: uppercase;
  font-weight:bold;
}

#content_main fieldset h4 {
	padding: 5px;
	margin-bottom: 15px;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0066;
	text-transform: uppercase;
	background-color: white;	
}

#content_main textarea, #content_main .username, #content_main .useremail, #content_main .usersite {
	background-color: #FFFFCC;
	color: #000;
}
#content_main .postcomment {
	padding: 15px;
	margin: 10px 0px 10px 0px;
	background-color: #FFFFCC;	
	border: 2px dotted #fff;
}
#content_main .commentquestions {
	margin-left: 70px; 
	margin-top: 10px;
}
#content_main .captcha {
	color: #FF0066;
	font-weight: bold;
}
#content_main .posted {
	padding-top: 7px;
	border-top: 2px dotted gray;	
	text-transform: uppercase;
	font-size: 10px;
}
#content_main .posted strong {
	font-size: 12px;
}


/* END: COMMENTS */

/* Twitter Updates */
#twitter_update_list {
	color: #333;
}

#twitter_update_list ul {
	list-style-type: none !important;
	margin: 0px;
	padding: 0px;
}

#twitter_update_list li {
	margin-bottom: 8px;
	padding: 5px;
	background-color: #f2f0f0;
}

/* INTERVIEWS & CAPTIONS */

.caption {
	margin: 10px 0px 10px 0px;
}

.caption img {
	width: 258px;
	border: 1px solid #00aaac;
}
.caption img:hover {
	border: 1px solid #ec008c;
}
.caption p {
	width: 253px;
	margin-top: -19px;
	margin-left: 1px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
	filter: alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #00aaac;
	text-transform: uppercase;
}

/* END CONTENT */