/*All Girl Mobile Custom CSS*/
/* COLOR KEY */
/* #291821 - egg plant */
/* #a7c09f - moss green */
/* #404a3d - dark moss green */
/* #1b2333 - deep bluish gray */
/* #DC9090 - medium flesh tone */
/* #935c5c - dark flesh tone */

/* body background color */
body {background-color: #291821; color: #fff !important; background-image:none;}

/*extras Styles*/
.ringtones .name, .extrasArea ol.tutorial li{color: #FFF!important}

.footer {background-color: #333; color: #fff !important; background-image:none;}

.playFullEpisode {background-color:#935c5c !important;}

/* text link colors */
.footer a, .footer a:visited, .navArea a.on, div.paginator a.on, .sort a.selected, .butnBg a:hover {color:#a7c09f !important;}

/* section hdr title bars*/
.butnBg, .mainWrapper {background-color:#1b2333; color:#fff !important;}

/* episode title */
.sitename {color: #fff !important;}

/* episode description */
.sitedesc {color: #ccc !important;}

.episode {background:#1b2333 url(/images/common/detailsBarBgNiche.png) repeat-x scroll left bottom !important;}

li.support, li.walls, .cancel-offer {color: #333 !important; background:#fff url(/images/common/detailsBarBg.png) repeat-x scroll left bottom !important;}

/* txt links on join page */
.join a:link, .join a:visited {color: #935c5c !important;}
.join a:hover {color: #a7c09f !important;}


/* sub section title bars */
.sectionHdr {background-color: #404a3d;}
.butnBg {background:#1b2333 url(/images/common/butnBarBg.png) repeat-x left bottom !important; color: #fff !important;}

/* toggle bar - pick connection */
.toggleBg {background-color: #999; repeat-x left top !important;color: #333;text-shadow: none;}
		
/* nav area */
.navArea, div.paginator, .playTrailer  {background-color: #000000 !important; color: #FFF;}
	
/*support section*/
.support {color: #ccc !important;}
.support .question, .question a, .answer a, .answer li, .join a, .list li a, .tutorial li  {color: #333 !important;}
.question a:hover, .support a:hover {color: #ccc !important;}
.question a:visited, .support a:visited {color: #fff !important;}
.question a:active, .support a:active {color: #1b2333 !important;}

/*ringtones section*/
.ringtones a, .ringtones a:link{color: #DC9090 !important;}
.ringtones a:visited{color: #DC9090 !important;}
.ringtones a:hover{color: #935c5c !important;}

/*play trailer link*/
.playTrailer a, .playTrailer a:visited{
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

a, a:visited{
    color: #EFEFEF;
    border: 0;
}
.sectionhdr{
	font-weight:bold;
	font-size:larger;
	text-align:center;
}
p {
    color:#FFFFFF;
}
td {
    color:#FFFFFF;
}
.support p {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #333333;
}
.name {
    color: #333333;
}

a.btn_episode, a.btn_trailer, a.btn_photos{
    background-color: #735151;
}


