@charset "utf-8";
body {
	background: url(../images/header_bg.jpg) no-repeat #450B46 scroll top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wrap {
	width: 960px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

.header {
	width: 960px;
	overflow: hidden;
}

h1 {
	width:496px;
	height:82px;
	margin-top: 0px;
	background:url(../images/title.png) no-repeat;
	overflow: hidden;
}
h1 a {
	display: block;
	text-align:left;
	height:82px;
	width:496px;
	text-decoration: none;
	text-indent: -2000em;
	z-index: 1000; /* need for FX and IE */
	overflow: hidden;
}
.menu {
	width: 960px;
	background: url(../images/menu.jpg) no-repeat;
	height: 39px;
	margin-top: 21px;
}

.menu ul {
	margin:0px;
}

.menu li {
	background: url(../images/line-menu.jpg) right no-repeat;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 5px;
	padding-right: 6px;
	list-style-type: none;
	float: left;
	display: inline;
	overflow: hidden;
}

.menu li a:link, .menu li a:visited, .menu li a:hover {
	color: #fdd6cb;
	font-size: 18px;
	text-decoration: none;
}

.search_cont {
	width: 300px;
	margin-right: 5px;
	float: right;
}

.rss {
	float: left;
	display: inline;
	margin-top: 6px;
}

.rss img {
	border: none;
}

.search_form {
	margin-right: 0px;
	width: 275px;
	float: right;
	margin-top: 6px;
	margin-bottom: 0px;
}

.searchbutton{
	float:left;
	border:none;
	background-repeat: no-repeat;
	height: 27px;
	width: 71px;
	text-align: right;
	margin-right: 15px;
}
#searchsubmit {
	border: 0;
	font-size: 1px;
	background-image: url(../images/search_bg.jpg);
	height: 27px;
	width: 71px;
	background-repeat: no-repeat;
	margin-left: -2px;
	text-align: center;
	color: #FFFFFF;

}
#searchform{
	margin:0px;
	padding:0px;
	float: right;
	margin-top: -30px;
}
input.searchfield{
	width:159px;
	height:25px;
	float:left;
	color: #FFFFFF;
	background-image: url(../images/search_bg1.jpg);
	border: 0;
	background-repeat: no-repeat;
	margin-right: 0px;
}

/* End Main Menu 
########################################################
<--Start Main Container--->*/

.main_container {
	width: 960px;
	margin: 0;
	background-color:#2b042c;
	overflow: hidden;
}

.left {
	width: 771px;
	overflow: hidden;
	float: left;
	display: inline;
}

.text_block {
	background: url(../images/post_bg.jpg) no-repeat top;
	width: 771px;
	height: 196px;
	overflow: hidden; 
}

.text_block p {
	padding-left: 20px;
	padding-right: 20px;
	text-indent: 20px;
	color: #99819a;
	text-align: justify;
}
.text_block a:link, .text_block a:visited {
	color: #946796;
	text-decoration: none;
}
.text_block a:hover {
	color: #99819a;
	text-decoration: none;
}
.text_block h2 {
	
	padding-top: 10px;
	padding-left: 20px;
	text-indent: 20px;
	color: #fdd6cb;
}
.performer_wrap {
	width: 771px;
	overflow: hidden
	margin-top: 0;
	margin-left: 13px;
	overflow: hidden;
}

.performer_wrap h2 {
	padding-top: 10px;;
	text-indent: 20px;
	color: #fdd6cb;
}
.performer_container {
	display: inline;
	float: left;
	width: 184px;
	overflow: hidden;
	margin-right: 7px;
	background: url(../images/bg-img.jpg) no-repeat;
	margin-bottom: 6px;
	height: 207px;
}

.performer_image {
	width: 176px;
	overflow: hidden;
	height: 140px;
	margin: 4px auto;
    padding-left: 4px;
	
}

.performer_image img {
	border: none;
	
}
.performer_name {
	width: 171px;
	margin-left: 6px;
	overflow: hidden;
	text-align:center;
	height: 27px;
	background: url(../images/button.jpg) no-repeat;
	padding-top: 2px;
}
.performer_name a {
	color: #2B042C;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
}
.bio_link {
	width: 171px;
	overflow: hidden;
	text-align:center;
	height: 27px;
	margin-left: 6px;
	background-image: url(../images/button1.jpg);
	padding-top: 2px;
	background-repeat: no-repeat;
}
.bio_link a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
}

/* End Left Content 
################################################
<---Start Right Content----*/

.right {
	width:175px;
	overflow: hidden;
	float: right;
}
 .right h2 {
	 padding-left: 5px;
	 color: #fdd6cb;
 }
 
.right ul {
	margin-top: 2px;
	overflow: hidden;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.right li {
	background: url(../images/sidebar-button.jpg);
	color: #fdd6cb;
	margin-left: 5px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 4px;
	list-style-type: none;
}
.vbanner {
	overflow: hidden;	
}
.vbanner li {
	clear:both;
	background-image: none;
	color: #fdd6cb;
	margin-left: 5px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 4px;
	list-style-type: none;	
}

.right li a:link, .right li a:visited{
	color: #fdd6cb;
	text-decoration: none;
}

/* End Right Content */

/* Start bio */

.bio_container {
	width: 771px;
	overflow:hidden;
}
.bio_image {
	background: url(../images/player.jpg) no-repeat;
	width: 336px;
	height: 256px;
	float: left;
	margin-left: 10px;
	display: inline;
	margin-top: 10px;
	overflow: hidden;
}

.bio_image_cont {
	width: 320px;
	height: 240px;
	margin-left: 8px;
	margin-top: 8px;
}

.bio_image_cont img {
	border: none;
}

.bio_info {
	width: 400px;
	overflow: hidden;
	margin-top: 17px;
	margin-right: 0px;
	float: right;
}

.bio_info p {
	line-height: 20px;
	padding-top: 0px;;
	padding-left: 14px;
}

.bio_buttons_cont {
	width: 400px;
	overflow: hidden;
	margin-top: 5px;
}
.bio_freechat_btn {
	margin-left: 15px;
	margin-right: 5px;
	background: url(../images/button.jpg) no-repeat;
	float: left;
	padding-top: 4px;
	text-align: center;
	width: 171px;
	height: 27px;
	display: inline;
}

.bio_freechat_btn a:link, .bio_freechat_btn a:visited, .bio_freechat_btn a:hover {
	color: #2B042C;
	text-decoration: none;
	font-size: 14px;
}

.bio_profile_btn {
	margin-left: 15px;
	margin-right: 5px;
	background: url(../images/button1.jpg) no-repeat;
	float: right;
	width: 171px;
	height: 27px;
	padding-top: 4px;
	text-align: center;
}

.bio_profile_btn a:link, .bio_profile_btn a:visited, .bio_profile_btn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.bio_extra_pics {
	width:751px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.bio_extra_pics_bg {
	background:url(../images/bg-view.jpg) no-repeat;
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
	width: 183px;
	height: 149px;
	display: inline;
	float: left;
}

.bio_bio_btn {
	margin-left: 5px;
	margin-right: 5px;
}
.friends {
	width: 960px;
	overflow: hidden;
	}
.friends p {
	text-align:justify;
	}
.friends a:link, .friends a:hover, .friends a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	width: 960px;
	height: 70px;
	background: url(../images/footer_bg.jpg);
}

.footer_left {
	float: left;
	width: 271px;
	height: 40px;
	margin-top: 15px;
	margin-left: 10px;
	display: inline;
	background: url(../images/title_footer.png) no-repeat;
}
.footer_right {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	height: 50px;
	width: 209px;
}
.footer_right img {
	border: none;
}
.clear {
	clear: both;
}

