@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	/* background: #8e9092 url(img/bckg.png) top left repeat-x; */
	background-color: #231f20;
	margin: 0; /*  zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

.oneColFixCtrHdr #container {
	width: 980;  
	background-color: #000000;
	border: solid 5px #201f20;
	height: 600px;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #mainContentAll {
	margin: 0px auto;
	width: 950px;
	
}
.mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background: #000000; */
	background-color: #000000;
	margin: 15px auto;
	width: 950px;
	float: left;
	font-size: 14px;
}

.upperContent {
	float: left;
	width: 800px;
	padding: 0px;margin: 0 auto;
}

.lowerContent {
	float: left;
	width: 770px;
	padding: 0px;margin: 0 auto;
}

.bottomContent {
	float: left;
	width: 800px;
	padding: 0px;margin: 0 auto;
	/* height: 40px; */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 16px;
}

.BottomText {
	width: 262;
	/* height: 40px; */
	/*border: solid 1px #cc0000;*/
	float: left;
}

.BottomContent a:link, .BottomContent a:visited, .BottomContent a:active {
color: #f48220;
}

.BottomContent a:hover {
color: #ffffff;
}

.logoHeader {
	float: left;
	margin: 0px auto;
	padding: 0;  
	height: 92px;
	width: 590;
	background-image: url(img/headerbeta.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.logoHeaderTitle {
	float: left;
	padding: 0;  
	height: 22px;
	width: 590;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	text-indent: 140px;
	margin-top: 55px;
	margin-bottom: 5;
	vertical-align: bottom;
}

.logo {
	float: left;
	width: 590;
	height: 92px;}
	
.logoHeader h1 {
	position: relative;
	height: 92px;!important;
	height: 92px;
	margin: 0px;
}

.logoHeader h1 a {
	display: block;
	width: 590;
	height: 92px;
	/* text-indent: -5000px; */
	overflow: hidden;
}
	
.songTitle {
	float: right; width: 425px; height: 40px; text-align: left; vertical-align: middle; padding-left: 10px; padding-top: 20px; font: 18px Arial, Helvetica, sans-serif; color: #ffffff; }

 .albumCover {
	float: right;
	margin: 0px auto;
	padding: 0;  
	height: 200px;
	width: 200px;
}
 
.mainContent .padding {
	padding: 20px;}
	
		
.leftContent {
	float: left;
	width: 805;
	padding: 10px 0px 20px 10px;
	}

.innerLeftSide {
	float: left;
	width: 590px;
	padding: 0px;margin: 0 auto;}

.innerRightSide {
	float: right;
	width: 205px;
	padding: 0px;margin: 0 auto;}

.avatar {
	float:left; width: 92; height: 180; margin-left:0px; margin-top:0px; border-style:none;font-size:16px; }

/*
.avatar li {
border-bottom: 0px;list-style-type: none;
float:left;
margin-left:0px;
font-size: 16px; padding: 0px;
color: #f48220;
}
*/

.notAvatar {
	float:right; margin-left:0px; margin-top:0px; border-style:none; border-color:000000; /* color:000000; background-color: #231f20; */ }

.nowPlaying {
		float: left;
		text-align: center;
		width: 495px;
		height: 77px;
		/* color: #A03321; */
		/* background-color: #f00000; */
		background-image: url(img/nowPlayBckg.png);
		background-repeat: no-repeat;
		background-position: top left;
		}

.nowPlayButton {
	float:left; width: 48px; margin-left:10px; margin-top:10px; border-style:none; border-color:000000; /* color:000000; */ background-color: #231f20;  }
	
.onAir {
		float: left;
		width: 495px;
		height: 16px;
		color: #000000;
	    font-size: 14px;
	    text-align: left;
	    vertical-align: middle;
	    text-transform: uppercase;
		font-weight: bold;
	    text-indent: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		background-image: url(img/onAir-anim.gif);
		background-position: top left;
		background-repeat: no-repeat;}

.onAirPaused {
		float: left;
		width: 495px;
		height: 16px;
		color: #000000;
	    font-size: 14px;
	    text-align: left;
	    vertical-align: middle;
	    text-transform: uppercase;
		font-weight: bold;
	    text-indent: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		background-image: url(img/onAir-pause.png);
		background-position: top left;
		background-repeat: no-repeat;}

.offAir {
		float: left;
		width: 495px;
		height: 16px;
		color: #000000;
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: #f79633;}

.comment {
		float: left;
		width: 495px;
		height: 40px;
	    color: #f48220;
		background-color: #000000;
	    font-size: 14px;
	    text-align: middle;
	    vertical-align: middle;
		font-style: italic;
	    text-indent: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		}
.rightContent {
	float: right;
	width: 125px;
	padding: 0px;margin: 0 auto;}
	
		
.mainContent h1 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #b35e08;
	font-size: 1.6em;
}


a:link, a:visited {
	text-decoration: none;
	color: #f48220;
}

a:hover, a:active {
	text-decoration: none;
	color: #f48220;
}

.leftTable {
	float: left;
	width: 350px;
	margin-top: 10px;
	color: #ffffff;
}
.rightTable {
	float: right;
	width: 350px;
	margin-top: 10px;
}

.icons {float: right; width: 62px; height: 22; padding: 0px;}
 .icon1 {
float: left; width: 20; height: 20; padding: 0px;}
 .icon2 {
float: right; width: 20; height: 20; padding-left: 1px;}
 .icon3 {
float: right; width: 20; height: 20; padding-left: 1px;}

.searchDiv
{
	
	width:350px;
	border: solid 1px #3c2008;
}

.searchDivResult
{
	width:350px;
}
.searchDivResultHeader 
{
   font-size: 16px;
   background-color: #333333;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   color: #f48220;
   text-transform: uppercase;
   padding: 3px;
   font-weight: bold;
   border-bottom: solid 2px #f48220;}

div.searchDivResultFooter 
{
    background-color: #000000;
    height: 10px;
    color: #ffffff;
    font-weight: bold;}
    
 .searchDivResult, .searchDivResult ul {
list-style-type: none;
margin: 0;
padding: 0;color: #ffffff;
width: 350px; /*WIDTH OF MAIN MENU ITEMS*/
}

.searchDivResult li {
border-bottom: 1px solid #3c2008;list-style-type: none;
height: 40px;
font-size: 14px; padding: 2px;
color: #ffffff;
}
.songs {width: 280px; height: 40; solid 1px #cc0000;float: left;}

.searchDivResult li a:link, .searchDivResult li a:visited, .searchDivResult li a:active {
display: block;
width: auto;
height: 40px;
border: solid 0px;
color: #ffffff;
}
.searchDivResult li a:hover {
display: block;
width: auto;
height: 40px;
color: #f48220;
}

img {
border: solid 0px;}

/* Holly Hack for IE \*/
* html .searchDivResult li { float: left; height: 1%; }
* html .searchDivResult li a { height: 1%; }
/* End */
 
.friendDiv
{
	
	width:380px;
	border: solid 1px #3c2008;
}

.friendDivResult
{
	width:380px;
}
.friendDivResultHeader 
{
   font-size: 16px;
   background-color: #333333;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   color: #f48220;
   text-transform: uppercase;
   padding: 3px;
   font-weight: bold;
   border-bottom: solid 2px #f48220;}
.friendDivResultNote 
{
   font-size: 10px;
   text-align: right;
   vertical-align: bottom;
}

div.friendDivResultFooter 
{
    background-color: #000000;
    height: 10px;
    color: #ffffff;
    font-weight: bold;}
    
 .friendDivResult, .friendDivResult ul {
list-style-type: none;
margin: 0;
padding: 0;color: #ffffff;
width: 380px; /*WIDTH OF MAIN MENU ITEMS*/
}

.friendDivResult li {
border-bottom: 1px solid #3c2008;list-style-type: none; height: 40px;
font-size: 14px; padding: 2px;
color: #ffffff;
}
.friendSongs {width: 370px; solid 1px #cc0000;float: left; text-align: left;}
.smallAvatar {
	float:left; width: 50; height: 40; margin-left:0px; margin-top:0px; border-style:none; }
.friendSong {float:left; width: 330px; solid 1px #cc0000;}

.friendDivResult li a:link, .friendDivResult li a:visited, .friendDivResult li a:active {
display: block;
width: auto;
border: solid 0px;
color: #ffffff;
}

.friendDivResult li a:hover {
display: block;
width: auto;
color: #f48220;
}

/* Holly Hack for IE \*/
* html .friendDivResult li { float: left; height: 1%; }
* html .friendDivResult li a { height: 1%; }
/* End */
 
.ItemDiv
{
	
	width:450px;
	border: solid 1px #3c2008;
}

.ItemDivResult
{
	width:450px;
}
.ItemDivResultHeader 
{
   font-size: 16px;
   background-color: #333333;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   color: #f48220;
   text-transform: uppercase;
   padding: 3px;
   font-weight: bold;
   border-bottom: solid 2px #f48220;}

div.ItemDivResultFooter 
{
    background-color: #000000;
    height: 10px;
    color: #ffffff;
    font-weight: bold;}
    
 .ItemDivResult, .ItemDivResult ul {
list-style-type: none;
margin: 0;
padding: 0;color: #ffffff;
width: 450px; /*WIDTH OF MAIN MENU ITEMS*/
}

.ItemDivResult li {
border-bottom: 1px solid #3c2008;list-style-type: none; height: 40px;
font-size: 14px; padding: 2px;
color: #ffffff;
}
.ItemGroup {width: 384px; solid 1px #cc0000;float: left;}
.smallIcon {
	float:left; width: 50; height: 40; margin-left:0px; margin-top:0px; border-style:none; }
.ItemName {float:right; width: 330px; solid 1px #cc0000;}

.ItemDivResult li a:link, .ItemDivResult li a:visited, .ItemDivResult li a:active {
display: block;
width: auto;
border: solid 0px;
color: #ffffff;
}

.ItemDivResult li a:hover {
display: block;
width: auto;
color: #f48220;
}

/* Holly Hack for IE \*/
* html .ItemDivResult li { float: left; height: 1%; }
* html .ItemDivResult li a { height: 1%; }
/* End */
 
.TextDiv
{
	
	width:380px;
	border: solid 1px #3c2008;
}

.TextDivResult
{
	width:380px;
}
.TextDivResultHeader 
{
   font-size: 16px;
   background-color: #333333;
   height: 30px;
   text-align: left;
   vertical-align: middle;
   color: #f48220;
   text-transform: uppercase;
   padding: 3px;
   font-weight: bold;
   border-bottom: solid 2px #f48220;}

div.TextDivResultFooter 
{
    background-color: #000000;
    height: 10px;
    color: #ffffff;
    font-weight: bold;}
    
 .TextDivResult, .TextDivResult ul {
list-style-type: none;
margin: 0;
padding: 0;color: #ffffff;
width: 380px; /*WIDTH OF MAIN MENU ITEMS*/
}

.TextDivResult li {
	border-bottom: 1px solid #3c2008;
	list-style-type: none;
	height: 40px;
	font-size: 14px;
	text-align: left;
	padding: 2px;
	color: #ffffff;
}
.TextGroup {
	width: 370;
	solid 1px #cc0000;
	float: left;
}
.TextGroup2 {
	width: 370;
	solid 1px #cc0000;
	color: #f48220;
	float: left;
}

.TextDivResult li a:link, .TextDivResult li a:visited, .TextDivResult li a:active {
display: block;
width: auto;
border: solid 0px;
color: #ffffff;
}

.TextDivResult li a:hover {
display: block;
width: auto;
color: #f48220;
}

/* Holly Hack for IE \*/
* html .TextDivResult li { float: left; height: 1%; }
* html .TextDivResult li a { height: 1%; }
/* End */
.innerRightContent  {
width: 120px;
margin: 0 auto;
	float: left;}

#buyAt {
width: 84px;
margin: 17px auto;}


.buyAtIcons {float: left; width: 84px; height: 42px; padding: 0px;}
 .buyicon1 {
float: left; width: 40px; height: 40px; padding: 0px}
 .buyicon2 {
float: right; width: 40px; height: 40px; padding-left: 2px;}

#social {
width: 100px;
height: 50px;
margin: 0px auto;}


.socialIcons {float: left; width: 100px; height: 50px; padding: 0px;}
 .socialicon1 {
float: left; width: 48px; height: 48px; padding: 0px}
 .socialicon2 {
float: right; width: 48px; height: 48px; padding-left: 2px;}

#mediazoicLogo {
	width: 95px;
	height: 43px;
	margin: 10px auto;
	background-image: url(img/MediazoicLogo.png);
}
 .oneColFixCtrHdr #mainContent #bannerAll {
	margin: 0px auto;
	height: 200px;
	float: left;
	width: 950;
}
.oneColFixCtrHdr #mainContent #banner {
	margin: 0px auto;
	padding: 0;  
	height: 200px;
	width: 950px;
}

.menuAll {	
	width: 125px;float: left;
	background-image: url(img/MenuBckg.png);
	background-position: top left;
	background-repeat: no-repeat;}
.menu
{
	width:110px;
	margin: 17px auto;

}

.rightMenu
{
	width:110px;
}    
 .rightMenu, .rightMenu ul {
list-style-type: none;
margin: 0;
padding: 0;color: #f48220;
width: 110px; /*WIDTH OF MAIN MENU ITEMS*/
}

.rightMenu li {
border-bottom: 1px solid #49280a;list-style-type: none; height: 26px;
font-size: 0.8em;padding: 2px; text-transform: uppercase; font-weight: bold; text-align: center;
}

.rightMenu li a:link, .rightMenu li a:visited, .rightMenu li a:active {
display: block;
width: auto;
border: solid 0px;
color: #f48220;
}

.rightMenu li a:hover {
display: block;
width: auto;
color: #ffffff;
}

/* Holly Hack for IE \*/
* html .rightMenu li { float: left; height: 1%; }
* html .rightMenu li a { height: 1%; }
/* End */

