/*--- MAIN LAYOUT STYLES ---*/

a {
	color:#713e05;
}
body{
	margin:0;
	padding:0;
	background:url(/images/background.jpg);
	background-position: center -150px;
}
img
{
	border:0px
}

h3
{
	font:normal 18px georgia;
	color:#713e05;
}

h3 a
{
	color:#713e05;
	text-decoration: none;
}
h3 a:hover
{
	color:#713e05;
	text-decoration: underline;
}


hr{
	background-image:url(../images/hr_background.jpg);
	border: 0px;
	height: 6px;
}


#wrapper
{
	width:970px;
	margin:25px auto;
	padding:0px;
	position: relative;
}

h1#header_logo
{
	margin:0px 0px 30px 15px;
	padding:0px;
}
h1#header_logo a
{
	display: block;
	width: 419px;
	height: 56px;
	background: url(/images/logo.png) no-repeat;
}
h1#header_logo a span
{
	display: none;
}

#left_panel
{
	float:left;
	width:654px;
}

div .spacer
{
	min-height:0px;
	clear:both
}

#left_panel #left_panel_bg_repeater
{
	float:left;
	width: 100%;
	background-image:url(../images/body_box_bg_image.png);
	background-repeat:repeat;
	min-height:530px;
}

* html #left_panel #left_panel_bg_repeater
{
	height:530px;
}

#main_links {
	margin:0px 0px 0px 14px;
	padding: 0px;
	width: 426px;
	height: 29px;
}

#secondary_links {
	margin:0px 0px 0px 15px;
	padding: 0px;
	width: 550px;
	height: 29px;
}


#main_links li, #right_links li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

#secondary_links li {
	list-style: none;
	float: left;
	margin-right: 0px;
	}
	
#main_links a, #right_links a {
	width: 80px;
	height: 29px;
	display: block;
	background: url(/images/title_bg.png);
	font-family: Georgia;
	font-size: 14px;
	text-decoration: none;
	color: #d07d28;
}

#secondary_links a {
	width: 110px;
	height: 20px;
	display: block;
	background: url(/images/subtitle_bg.png);
	font-family: Georgia;
	font-size: 12px;
	text-decoration: none;
	color: #d07d28;
}


#main_links a:hover, #secondary_links a:hover {
	background-color: white;
	color: #713E05;
}
#main_links a span, #right_links a span {
	display: block;
	text-align: center;
	padding-top: 6px;
}

#secondary_links a span {
	display: block;
	text-align: center;
	padding-top: 3px;
}

#right_links {
	position: absolute;
	top: 88px;
	left: 661px;
	list-style: none;
	width: 310px;
	padding:0px;
	margin:0px;
}

* html #right_links{
	top:-42px;
	clear:both;
	}
	
#right_links li {
	margin-right: 3px;
}
#right_links a {
	width: 151px;
	height: 35px;
	background: url(/images/right_nav_bg.png);
}
#right_links a:hover {
	color: #713E05;
}
#right_links a span {
	padding-top: 9px;
}

#right_panel
{
	float: left;
	width:300px;
	margin-left:10px;
	padding-top: 48px;
}

/* home page specific classes */
#welcome_box
{
	float:left;
	background:url(../images/welcome_bg.png) no-repeat;
	height:297px;
	width:446px;
	margin:0px;
}
#welcome_box #main_links
{
	margin-top:14px
}
#welcome_box #welcomeMessage img
{
	margin:14px 0px 0px 19px;
}
#welcome_box #welcomeMessage p
{
	text-align:left;
	margin:8px 30px 0px 35px;
	padding: 0px;
	font-family:georgia;
	font-size:12px;
	line-height:18px;
	color:#b29b87;
}
#welcome_box #welcomeMessage .welcome_text_thanks{	
	text-align:right;
	margin:10px 30px 0px 30px;	
	font-family:georgia;
	font-size:13px;
	color:#b29b87;
}
div#left_panel_bg_repeater_home div.pageTitle
{
	margin: 0 13px; 
	padding-bottom: 0;
}
div#left_panel_bg_repeater_home h2
{
	height: 50px;
}
ul#homepage_plugs
{
	margin: 0;
	padding: 0;
	display:block;
	height:218px;
}
ul#homepage_plugs li
{
	list-style: none;
	float: left;
	margin: 0px 2px 0 4px;
}

* html ul#homepage_plugs li{
	margin: 0px 2px 0 2px;
	}

ul#homepage_plugs li a
{
	display: block;
	width: 213px;
	height: 218px;
	position: relative;
	font-family: Georgia;
	text-decoration: none;
}
ul#homepage_plugs li#plug_2 a
{ 	width: 208px; }


ul#homepage_plugs li a span.plug_title
{
	display: block;
	position: absolute;
	top: 109px;
	left: 22px;
	font-size: 18px;
	font-style: italic;
	color: #713e05;
}
ul#homepage_plugs li a span.plug_desc
{
	display: block;
	position: absolute;
	top: 136px;
	left: 20px;
	width: 186px;
	font-size:12px;
	color: #B29B87;
}

* html ul#homepage_plugs li a span.plug_desc
{
	top: 110px;
}

ul#homepage_plugs li#plug_1
{
	background: url(/images/soccer_mom.png) no-repeat;
}

ul#homepage_plugs li#plug_2
{
	background: url(/images/2008_banner.png) no-repeat;
}
ul#homepage_plugs li#plug_3
{
	background: url(/images/cassive_banner.png) no-repeat;
}
.picture_box{
	margin-left: 7px;
	padding:14px;
	background-image:url(/images/pic_bg.png);
	background-repeat:no-repeat;
	float:right;
	width:173px;
}

* html .picture_box{
	margin:0px;
	padding-bottom:0px;
	}

#left_panel #left_panel_bg_repeater_home
{
	float:left;
	width:100%;
	background-image:url(../images/body_box_bg_image.png);
	background-repeat:repeat-y;
}
/*--------------------*/

/*--- PAGE TITLES ---*/

h2#official_website_title
{
	height: 49px;
	background: url(/images/official_website_title.png) no-repeat;
	margin: 18px 0 0 20px;
}

* html h2#official_website_title
{
	margin: 0px 0 0 20px;
}

h2#official_website_title span{
	display: none;
}

h2#fan_club_title{
	background: url(/images/fan_club_title.png) no-repeat;
}


h2#music_title{
	background: url(/images/music_title.png) no-repeat;
}
h2#funfacts_title{
	background: url(/images/funfacts_title.png) no-repeat;
}

h2#helping_others_title{
	background: url(/images/helping_other.png) no-repeat;
}
h2#favorites_title
{
	background: url(/images/Favorite_title.png) no-repeat;

}
h2#bring_it_on_title
{
	background: url(/images/bring_it_on_title.png) no-repeat;
}

h2#Representation_title
{
	background: url(/images/Representation_title.png) no-repeat;

}

h2#soccer_mom_title{
	background: url(/images/soccer_mom_title.png) no-repeat;
}

h2#make_it_title{
	background: url(/images/make_it_title.png) no-repeat;
}


h2#photos_title{
	background: url(/images/photos_title.png) no-repeat;
}

h2#videos_title{
	background: url(/images/videos_title.png) no-repeat;
}

h2#spg_title
{
	background: url(/images/Slumber_Party_Girls_title.png) no-repeat;

}

h2#projects_title
{
	background: url(/images/projects_title.png) no-repeat;

}

h2#news_updates_title
{
	background: url(/images/news_updates.png) no-repeat;
}

div.pageTitle, div.pageTitleTall, div.pageTitleMed
{
	margin: 10px 14px;
	background: url(/images/title_bg.png);
	padding: 5px 5px;
}
div.pageTitle h2 {
	height: 40px;
	margin: 0;
}
div.pageTitleMed h2 {
	height: 48px;
	margin: 0;
}

div.pageTitleTall h2 {
	height: 58px;
	margin: 0;
}

div.pageTitle h2 span, div.pageTitleTall h2 span, div.pageTitleMed h2 span
{
	display: none;
}

/*--------------------*/

/*--- PSUEDO CLASSES ---*/

.bold {
	font-weight: 700;
}

/*--------------------*/

.page_content
{
	margin:10px 0px 0px 0px;
}

.body_text{
	text-align:left;
	min-height:390px;
	margin: 10px 14px 0px 14px;
	padding: 5px 30px 10px 30px;
	font-family:georgia;
	font-size:13px;
	line-height:18px;
	color:#b29b87;
	background-image:url(/images/appearances_media_text_box_bg.png);
}



*html .body_text
{
	height:360px;
}
/*------footer---------*/
#footer, #footer_account	
{
	clear:both;
	width:655px;
	height:100px;
	margin:0px 0 0 5px;
	padding:0;
	list-style:none;
}
*html #footer
{
	position:absolute
}
#footer_account
{
	width:965px;
}



li#footerlogo
{
	width:145px;
	text-align: center;
	margin:10px 0 0 0;
	line-height:36px;
	float:left;	
}
li#footerLinks
{
	margin:10px auto;
	padding:10px 0px 10px 0px;
	float:left;	
	text-align:left;
	font-family:georgia;
	font-size:13px;
	color:#d07d28 ;
	
}

#footerLinks a
{
	color:#b29b87 ;
	text-decoration:none
}

#footerLinks a:hover
{
	color:#d07d28 ;
	text-decoration:underline
}

.float_left
{
	float:left;
	margin-right:15px
}

.float_right
{
	float:right;
	margin-left:15px
}

.representation_left
{
	width: 475px;
	margin: 5px auto 0px auto;
	padding: 0px;
}


h4, .subHead{
	font: italic 15px georgia;
	color:#713e05;
}

#favsList li {
	list-style: none;
	margin: 0px 0px 10px 0px;

}


#img_center
{
	margin: 0px 0px 0px 45px;
}
/** My Account **/

.body_text_myaccount{
	text-align:left;
	min-height:390px;
	margin:10px 14px 0px 14px;
	padding: 5px 5px 10px 5px;
	font-family:georgia;
	font-size:13px;
	line-height:18px;
	color:#b29b87;
	background-image:url(/images/appearances_media_text_box_bg.png);
}

#settings_notebook{
	background-color: #fff;
	border: 1px solid #b29b87;
}
#settings_notebook h3 {
	background-color: #d4a26a;
}

#settings_pane{
	background-color: #fff;
	border: 1px solid #fff;
}


.auth_button a {
	background-color: #d4a26a;
	border: 2px solid #4a2e0f;

}

.acct_info{
	background-color: #fff;
	border: 1px solid #b29b87;
}

.dob_explain_field, .hint, .sites_hint {
	color: #d07d28;
}

#auth_pane .container li h3 {
	background-color: #d4a26a;
}

#avatar_pane .custom_avatar h3, .pane_header h3, .additional_header h3, .acct_header h3, .acct_info h3 {
	background-color: #d4a26a;
}





.more_avatars h3 {
	background-color: #d4a26a;
	border: 1px solid #b29b87;
}
.more_avatars #avatars_container {
	background-color: #fff;
	border: 1px solid #b29b87;
}

#avatars_container  {
	margin:0px;
	padding: 0px;
}
#avatars_container ul li.tile {
	border: 2px solid #fff;
}

#avatars_container ul li.selected {
	border: 2px solid #000;
}

.action_row, .actions, .pane_header, {
	background-color: #d4a26a;
	}
.action_row a {
	background-color: #d4a26a;
	border: solid #d4a26a;
	border-width: 2px;
	color: #4a2e0f;
	margin: 1px;

}
.auth_button a, #settings_notebook a {
color:#4a2e0f;
}
/*************** RX-Appearances ****************/

ul.rx-appearances {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

.rx-appearances li {
	clear:both;
    border-bottom:1px solid #deddd8;
    overflow: hidden;
}
.rx-appearances li p{

}
p.appearance-date {
	display: none;
	}

ul.rx-appearances cite {
	/*border-bottom: 1px solid #fff;*/
	/*display: none;*/


	}

ul.rx-appearances li img{
	float:left;
	margin: 10px 10px 10px 10px;
	}

p.appearance-date {
	clear:both;
}




/**Cassie Fan Club Message Center Login Page******/
#rxfrm-login a {

	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #4a2e0f;
	font-size: 9pt;
}

#rxfrm-login a:hover {

	color: #d07d28;
}






ul#navapps {
	float:right;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding-left: 0;
	margin-top: 0px;
	padding-bottom: 0px;
	white-space: nowrap;
	}


#navapps li {
	display: inline;
	list-style-type: none;
	margin-left: 0px;
	
}

#navapps a { 
	padding: 0px 3px; 
	}

#navapps a:link {
	color: #4a2e0f;
	font-size: 9pt;
	/*background-color: #285363;*/
	}

	
#navapps a:visited {
	color: #4a2e0f;
	}

#navapps a:hover {
	
	/*background-color: #9cf0fa;*/
	color: #d07d28;

	}

ul#navapps li a.current {
	color: #4a2e0f;


}



/*******end  navapps**********/


/* news specific classes */

div.clearit {
	clear:both;
	border:none;
	height:0px;
	


}



	
#rx-webmaster-contact input, #rx-webmaster-contact select
	{
		padding: 3px;
		margin-bottom:10px;
		display: block;


	}
	
/****************RX Messsage Center*******************/



/** CUSTOMIZE **/

#rx-mc-header1, #rx-mc-header2 {
	color: #4a2e0f;

}

#rx-mc-header1 a, #rx-mc-header2 a,
#rx-messages .message .actions a,
#rx-messages .response .actions a,
#rx-mc-footer a

 {
	font-weight: bold;
	color: #333333;
}

#rx-messages .subheading_pins, #rx-messages .subheading_messages {
	background-image:url(../images/msscenter/subheading_pins_bg.png);	
	color: #333333;
}

#rx-messages .pinned_header {

	background-image:url(../images/msscenter/pinned_header_bg.png);
	color: #333333;

}

#rx-messages .message  {

	color: #333333;

}

#rx-messages li .container {

margin-bottom:10px;

}

#rx-messages .message .heading {

	background-image:url(../images/msscenter/heading_bg.png);
	color: #333333;

}

#rx-messages .message .msg_meta  {

	background:url(../images/msscenter/msg_meta_bg.png) no-repeat center center;
	background-position:top;
	color: #666666;

}

#rx-messages .message .msg_meta label {
	color: #333333;
}

#rx-messages .message .actions  {
	background-image:url(../images/msscenter/actionst_bg.png);
}

#rx-messages .message .actions a  {
	color: #333333;
}

#rx-messages .response  {
	color: #333333;

}

#rx-messages .response .heading {
	background-image:url(../images/msscenter/heading_response_bg.png);
	color: #333333;
}

#rx-messages .response .msg_meta  {
	background:url(../images/msscenter/msg_meta_star_bg.png) no-repeat center center;
	background-position:top;
	color: #666666;
}

#rx-messages .response .msg_meta label {
	color: #333333;
}

#rx-messages .response .actions  {
	background-image:url(../images/msscenter/actions_start_bg.png);
	
}

#rx-messages .response .actions a  {
	color: #333333;
}

#rx-mc-footer {
	color: #333333;
}



/** END CUSTOMIZE **/

/** IMAGE GALLERY STYLES **/

.img_gallery{
	margin:10px 0px 0px 5px;
}


.img_gallery h2 {
	font-family:georgia;
	font-size:20px;
}

.img_gallery a {
	
}

.img_gallery a img {
 margin: 5px;
 border: solid 1px #333;
}
#galleryTitle {

	margin-top:8px;
	margin-left: 6px;
	font-size:16px;
	clear:both;

}


.gallery_next_prev{

	float:right;
	width:190px;
	padding:0px;
	margin:0px;
	text-align:right;

	}

#sec_nav a {
	font-family:georgia;
	font-size:13px;
	font-weight: bold;
	color:#b29b87;
}

.video_callOut {
	width: 125px;
	heigth: 200px;
	margin-top:20px;
	margin: 20px 10px;
	float: left;
	border: 1px solid #333;

}


.video_callOut a img{
	margin:0px auto;
	border: 3px solid #B29C87;
	align: center;
	

}

.video_callOut a {
	display:block;
}


.video_callOut_text {

margin: 5px auto 20px auto;
padding: 0px 2px 0px 2px;
text-align: center;


}

.video_callOut_text a {
	font-family:georgia;
	font-size:12px;
	color:#D07D28;
	text-decoration: none;
	text-align: center;
	}
	
a.playVideo_btn {
	background: transparent url(/images/video_watch_sprite.gif) no-repeat scroll 0 0;
	display: block;
	height:14px;



}

a.playVideo_btn:hover {
background-position:0px -14px;
}

.playVideo_btn span {
	display: none;

}

#rx-rating-and-duration, #rx-video-edit-btn {
display:none;
}
