@charset "utf-8";
/* CSS Document */

/******************* Global Styles *******************/

* {
	padding: 0em; 
	margin: 0em;
}

body {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #060609 url(images/page_bg.jpg) top center no-repeat;
}

.clearing {
	clear: both;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 15px;
	color:#ff2eab;
	font-weight:bold;
}

h2 {
	font-size: 12px;
	color:#ffcee9;
	font-weight:bold;
}

img {
	border: none;
}

#layout_container {
	width: 980px;
	margin: 0 auto;
	padding:0;
}

p {
	line-height: 16px;
	margin: 0 0 12px 0;
}


a {
	color: #FFFFFF;
}


/******************** Header/Footer Sytles *****************/


#header_container {
	height: 115px;
	background: transparent url(images/header_nav_bot_pink.jpg) bottom left no-repeat;
}

#logo {
	float:left;
	height: 70px;
}

#musicplayer {
	float:right;
}

/* Menu and Drop Downs */

#nav {
	clear:both;
	
	height: 39px;
}
#nav img { 
	border: none; 
}

#nav li { 
	display: inline; 
	list-style:none; 
}

#nav li a { 
	float: left; 
	height: 39px;
	display: block; 
}

#nav li a img { 
	border:none; 
	vertical-align:top; /* for IE6 */
}

#nav li a:hover { 
	visibility:visible; /* for IE6 */ 
}

#nav li a:hover img { 
	visibility:visible; /* for IE6 */ 
}

#nav li a:hover img/**/ { 
	visibility:hidden; /* hide from IE5.0/win */
}

#home {
	width: 64px;
	height: 39px;
	margin-left:1px;
	background: transparent url(images/header_b_homeO.jpg) 0px 0px no-repeat;
}

#news {
	width: 55px;
	height: 39px;
	background: transparent url(images/header_b_newsO.jpg) 0px 0px no-repeat;
}

#biography {
	width: 91px;
	height: 39px;
	background: transparent url(images/header_b_bioO.jpg) 0px 0px no-repeat;
}

#tour {
	width: 92px;
	height: 39px;
	background: transparent url(images/header_b_tourO.jpg) 0px 0px no-repeat;
}

#discography {
	width: 78px;
	height: 39px;
	background: transparent url(images/header_b_musicO.jpg) 0px 0px no-repeat;
}

#links {
	width: 62px;
	height: 39px;
	background: transparent url(images/header_b_linksO.jpg) -4px 0px no-repeat;
}

#contact {
	width: 76px;
	height: 39px;
	background: transparent url(images/header_b_contactO.jpg) 0px 0px no-repeat;
}


#video {
	width: 56px;
	height: 39px;
	background: transparent url(images/header_b_videoO.jpg) 0px 0px no-repeat;
}

#photo {
	width: 114px;
	height: 39px;
	background: transparent url(images/header_b_photoO.jpg) 0px 0px no-repeat;
}

#download {
	width: 100px;
	height: 39px;
	background: transparent url(images/header_b_downloadsO.jpg) 0px 0px no-repeat;
}

#signup {
	width: 68px;
	height: 39px;
	background: transparent url(images/header_b_signupO.jpg) 0px 0px no-repeat;
}

#shop {
	width: 54px;
	height: 39px;
	background: transparent url(images/header_b_shopO.jpg) 0px 0px no-repeat;
}

#forum {
	width: 65px;
	height: 39px;
	background: transparent url(images/header_b_linksO.jpg) -4px 0px no-repeat;
}

/* Footer */

#footer_container {
	height: 58px;
	clear: both;
}

#footer_txt {
	float: left;
	margin: 0 0 0 20px;
	width: 284px;
}

#footer_txt p {
	margin: 15px 0 0 0;
}

.footer_link {
	float: left;
	margin: 0 0 0 31px;
}


/* Normal Styles Begin */

#middle_container {
	clear: both;
	background: transparent url(images/header_imagery_bg.jpg) 0px 0px no-repeat;
}

#feature_content {
	float: right;
}

#right_content {
	float: right;
	margin: 0 0 9px 0;
}

#content_container {
	clear: both;
	width: 950px;
	margin: 0 auto;
	min-height:440px;
    height:auto !important;
    height:440px;
	
}

#content_block {
	padding: 10px;	
	margin: 0 0 20px 0;
	background-color:#290623;
	border: solid 1px #686564;
}

.block_title {
	float: left;
}

.block_action a {
	float:right;
	color:#ff2eab;
	text-transform:uppercase;
	font-size: 9px;
	
}

/* Homepage */

#home_left_col {
	width: 261px;
	float: left;
	margin: 159px 30px 0 0;
}

#home_middle_col {
	width: 301px;
	float: left;
}

#home_right_col {
	width: 321px;
	float: right;
}

#home_wall {
	padding: 10px;	
	margin: 0;
	background-color:#290623;
	border: solid 1px #686564;
}

#home_wall_form {
	padding: 10px 10px 6px 10px;	
	margin: 0 0 20px 0;
	background-color:#181818;
	border: solid 1px #686564;
	border-top: none;
}

#home_video {
	margin: 0 0 20px 0;
}

#tour_date {
	clear: both;
	margin: 5px 0 0 0;
	padding: 10px 0 10px 0;

	overflow:auto;
}

#tour_date p {
	color:#e4299a;
	font-weight:bold;
	margin:0;
}

.tour_date_d {
	color:#ffa5e9;
	font-weight:bold;
}

#tour_date .tour_date_location {
	margin: 0;
	text-align:right;
	color:#efaba0;
	font-weight:normal;
}

#vote_box {
	clear: both;
	margin: 5px 0 0 0;
	padding: 10px 0 10px 0;
	height: 205px;
	overflow:auto;
}

#vote_box_answers {
	margin: 10px 0 0 0;
}

#vote_box p {
	color:#efaba0;
	font-weight:bold;
}

#vote_box td {
	padding:2px;
}

#jasmine_blog {
	clear: both;
	margin: 5px 0 0 0;
	padding: 10px 0 10px 0;
	height: 325px;
	overflow:auto;
}

#jasmine_blog_item {
	margin: 0 0 5px 0 ;
	clear:both;
}

.jasmine_blog_title {
	font-weight:bold;
}

.jasmine_blog_date {
	color:#efaba0;
	font-weight:bold;
	margin:0;
}


#news_box {
	clear: both;
	margin: 5px 0 0 0;
	padding: 10px 0 10px 0;
	height: 235px;
	overflow:auto;
}

#news_box_item {
	margin: 0 0 5px 0 ;
	clear:both;
}

.news_box_title {
	font-weight:bold;
}

.news_box_date {
	color:#efaba0;
	font-weight:bold;
	margin:0;
}

#jasmine_wall {
	clear: both;
	margin: 5px 0 0 0;
	padding: 10px 0 10px 0;
	height: 125px;
	overflow:auto;
}

#jasmine_wall_item {
	border-bottom: #efaba0 solid 1px;
	margin: 0 0 5px 0;
	padding: 0;
}

#jasmine_wall p {
	color:#ffa5e9;
}

.jasmine_wall_date {
	color:#efaba0;
	font-weight:bold;
}

#home_wall_form td {
	padding:2px;
}

#home_wall_form .field {
	padding:2px;
	background-color:#a7d9cf;
	color:#00261e;
	width:230px;
	border:none;
	font-size:11px;
}


#read_more {
	float:right;
	margin: -10px 0 0 0;
}

#read_more a {
	display:block;
	margin: 0;
	text-align:right;
	color:#FFFFF;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	width:95px;
	height:19px;
	background: transparent url(images/home_ico_readmore.gif) 0px 0px no-repeat;
}

#read_more a:hover {
	background: transparent url(images/home_ico_readmoreO.gif) 0px 0px no-repeat;
}

/* Inside pages */


#inside_right_col {
	width: 658px;
	float: right;
}

#inside_box {
	clear: both;
	margin: 5px 0 0 0;
	padding: 10px 0 10px 0;
	min-height:627px;
    height:auto !important;
    height:627px;
}

.table { padding: 4px; margin: 5px; }
.tdrowalt { background: #5e0034; padding: 4px; margin: 5px; border-top: #FFFFFF dashed; }
.tdrow {padding: 4px; margin: 5px; border-top: medium solid #ff0000; }
