
body{
  font: 100% 'Lucida Grande', sans-serif;
  background: #fff;
  margin: 0; /* its good practice to 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: #000000;
  
}
/* Firefox only */
@-moz-document url-prefix(){
/* body { font-weight: 600;} */
#header {margin-bottom: 0px;}
}

* html body { font-weight: bold; font-size: .8em;}

/* Google Chrome hack, messes up Safari */
body:nth-of-type(1) p{
#font-weight: bold;
}

/* Firefox only */
@-moz-document url-prefix(){
h1 { font-weight: 700;}
}

/* Google Chrome hack */
body:nth-of-type(1) h1{
font-weight: bold;
}


.hide{
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
}

.show{
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
}

/* Force Scrollbars */
html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

.hiddenDiv{
  height: 1.5em;
}

/* Contains every div, thing in middle of background, contains our entire floating site*/
#container{
  margin-left:auto;
  margin-right:auto;
  width:96%;
  max-width:1400px;
  min-width:800px;
  margin-top: 2px;
  margin-bottom: 4px;
  text-align: left;
}

* html table{
	font-size: 14px;
}

* html #container { font-size: .8em;}
/*************** Global styles**************/
h3{
	font-size: 1.2em;
	color:#444;
}

h4{
		color: #333;
  font-size: 1em;
  font-weight: bold;
  padding: 0;
  margin: 5px;
}

p{
	color: #666666;
  font-size: 0.7em;
  font-weight: 500;
  padding: 0;
  margin-left: 10px;
}


#outerborder li{
	color: #666666;
  font-size: 0.7em;
  font-weight: 500;
  	padding-top:0;
	margin-top:0;

}

#outerborder{
	border: 1px solid #c7ddc7;
	min-height: 440px;
	zoom:1;
}

img{
	border:none;
}

*html img{
	/*display:block;*/
}

fieldset{
	border: 1px solid #c7ddc7;
}

legend{
	color:#363;
}

.pagination span{
	font-size:.7em;
}


/*************** HEADER **************/
/*************************************/

/* Header at top of Container */
#header{
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

/* Anjuno logo a styles*/
#header .logo{
  border: 0;
  background-color: #EDF2F8;
}

/* Anjuno logo styles*/
#header .logo img{
  border: 0;
  float: left;
  margin: 0px 0px 0px 0px;
  padding-bottom: 5px;
}


#headerLinks {
  text-align: center;
  margin: 5px auto 0 auto;
  float: right;
}

#headerLinks p {
  color: #666666;
  font-size: 0.7em;
  vertical-align:middle;
  text-decoration: none;
  margin-left: 8px;
  padding-right: 12px;
  border-right: 1px solid #CCCCCC;
  padding-top:0;
  margin-top:0;
}


/* Header link styles */
#headerLinks a {
  color: #666666;
  font-size: 0.7em;
  vertical-align:middle;
  text-decoration: none;
  margin-left: 8px;
  padding-right: 12px;
  border-right: 1px solid #CCCCCC;
}

#header a:hover{
  text-decoration:underline;
}



/************* NAVIGATION ************/
/*************************************/

/* Navigation bar div*/
#navigation{
  clear: both;
  width: 100%;
  height: 25px;
  background-image: url( ../images/bg/nav_stripe.png );
  background-repeat: repeat-x;
  background-position: left center;
  vertical-align: bottom;
  border-collapse: separate;
  empty-cells: show;
  font-size: 0.9em;

}

#navigation tr { vertical-align:bottom; }

#navigation td.leftCorner{
  text-align: left;
  vertical-align: bottom;
  margin-bottom:0;
  padding: 0;
}

#navigation td.leftCorner img{
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

#navigation td.rightCorner img{
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

#navigation td.rightCorner{ text-align: right;
  vertical-align: bottom;
  margin-bottom:0;
  padding: 0;
}

#navigation td.rightNav{
 float:right;
}

#navigation td.leftNav a:hover{
  background-color:#669966;
  text-decoration: none;
}




ul.nav {
  text-align: left;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  padding-top: 0;
  margin-top: 0;
}
/*nav links unordered list*/

/* Makes the divs float next to each other */
ul.nav li { float:left; }

* html ul.nav a { height: 1px; } /*ie fix*/

* html ul.nav a { height: 1px;  display:inline; }/*ie fix*/

/* nav link styles*/

ul.nav a {
  text-align: center;
  display: block;
  height: 25px;
  vertical-align:middle;
  padding: 0 1.5em;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  line-height: 25px;
  
}

ul.nav img{
  border: 0;
  vertical-align: middle;
  padding-right: 5px;
}

ul.nav2 {
  text-align: left;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  padding-top: 0px;
  margin-top: 0;
}/*nav links unordered list*/

/* Makes the divs float next to each other */
ul.nav2 li { float:left; }

* html ul.nav2 a { height: 1px; }/*ie fix*/
* html #navigation td.leftNav {width:78%;}


ul.nav2 li{
  padding-top:3px;
  
}


ul.nav2 img{
  border: 0;
  vertical-align: middle;
  padding-right: 11px;
  
}

* html ul.nav2 img { margin-right:11px; margin-botton:8px; }

table.nav2 {
	vertical-align: middle;
	padding:0;
	margin:0;
	height: 25px;
}


/* Search form styles*/
td.search{
  white-space: nowrap;
  text-align: right;
  width: 50%;
}

.searchInput
{
border: 1px solid #669966;
background: #fff;
color: #333;
font-size: 1em;
}

td.search input{
  float: right;
  margin-top: 4px;
}

/*search link styles*/
td.search a{
  float: right;
  display: block;
  vertical-align:middle;
  padding: 0 1em;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  line-height: 25px;
}

td.search img{
  border: 0;
  vertical-align: middle;
  padding-right: 5px;
}

#headersearch {
  margin-top: 15px;
  margin-right: 12px;
  clear: right;
  float: right;
}

/************** CONTENT **************/
/*************************************/

#contentTable{
  clear: both;
  min-height: 500px;
  margin-top:12px;
  margin-bottom:10px;
  width: 100%;
  vertical-align: top;
  background: #fff;
}/*content styles*/

td.contentSpacer{
  background: #fff;
  font-size: 5px;

}

#mainTD {
  padding: 0;
  vertical-align: top;
  width: 91%;
  background: #FFFFFF;  

}

.padMe{
  padding: 0px 15px 5px 0px;
  background-color: #FFFFFF;
    /*border: 1px solid #c7ddc7; */
	min-height: 440px;
}

.padMe2{
  padding: 0px 5px 5px 0px;
  background-color: #FFFFFF;
    /*border: 1px solid #c7ddc7; */
	min-height: 440px;
}

#headerimage{
	/*width:97%;*/
	border: 1px solid #c7ddc7;
	padding:5px;
	text-align: center;
	margin-right:5px;
	margin-left:5px;
	zoom:1;
}

#headertext{
	color:#363;
	padding: 10px;
   padding-left: 20px;
	border: 1px solid #c7ddc7;
	margin-right:10px;
	margin-left:10px;
	zoom:1;
}

#headertext a{
	color: #039;
	text-decoration:none;
}

#headertext h2{
	margin:0;
	padding:0;
}

#inbrowse{
  margin:5px;
  margin-top: 15px;
  padding:15px;
  border: 1px solid #c7ddc7;
  zoom:1;
}


/************* SIDE BAR **************/
/*************************************/

#yourplaylist{
	width: 90%;
	padding: 0px;
	padding-bottom: 5px;
	margin-left: 12px;
	margin-bottom:9px;
	border-bottom: 1px solid #c7ddc7;
}

#yourplaylist h3{
	font-size: .9em;
	font-weight:  bold;
	color: #fff;
	margin:0;
  padding: 4px;
}

#sideTD {
  text-align: center;
  float: left;
  padding: 0;
  width: 270px;
  height: 100%;
  vertical-align: top;
}

#sideTD a {
  color: #666;
  text-decoration: none;
  font-size: .7em;
}

#sideTD a:hover {
  text-decoration: underline;
}

#playlist{
	border: 1px solid #c7ddc7;
	padding: 5px;
	margin-bottom:10px;
	min-height: 180px;
	zoom:1;
}

.friends{
	border: 1px solid #c7ddc7;
	padding: 5px;
	margin-bottom:10px;
	zoom:1;
}


/************** LOGINPAGE**************/

#logintable td{
   border-right: 1px solid #c7ddc7;
   vertical-align: top;
}



/*************Join Forms *******************/
.innerForm{
  padding: 0 5px;
}

.innerForm p {
    padding: 0;
    margin: 0;
    font-size: .8em;
}

.innerForm .buttonTable{
  margin-left: auto;
}

#joinFormDiv{
  background-color: #fff;
}

.formTable{
  text-align: right;
  margin-left: auto;
  padding: 8px;
  margin-bottom:10px;
}

.formTable th{
  width: 11em;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: bold;
}

.formTable td{
  padding: 5px 0 5px 10px;
  vertical-align:middle;
  
}

.formTable input{
  background-color:#eaf2ea;
  border:  1px solid #669966;
  font-size: 1em;
  font-weight: bold;
}

.formTable input:focus{
  background-color:#FFF;
}

/************* Profile Page **************/
 #albumsDiv p{
     font-size: .6em;
 }

 #profile a{
     margin: 0 0 0 8px;
    
 }
 
 #bioDiv{
	width: 100%;
	margin: 0 auto;
	vertical-align:top;
	text-align: left;
 }

 /**************** Comment Styles ****************/
.comment {
	min-height: 90px;
	border-top: 1px solid #c7ddc7;
	padding:8px;
}
.thumbnail {
	display: block;
	float: left;
	margin-right: 1em;
}

.edit_link{
	font-size: .8em;
	clear: none;
}

#chat_header a{
	color:#039;
	text-decoration: none;
}

#chat_header a:hover{

	text-decoration: underline;
}

#comments{
	margin:10px;
	border: 1px solid #c7ddc7;

}
 
 /************* Browse Artists **************/
 #browseArtists{
	zoom:1;
}
 
 
 #browseArtists p{
   margin: 5px 0px 0px 5px;
   padding:0;
    font-size: .7em;
}

#browseArtists a{
    text-align: left;
    color: #9CBBDA;
    font-size: .75em;
}

#browseArtists a:hover{
	text-decoration:underline;
}

#browseArtists h4{
    text-align: left;
    color: #039;
	margin:0;
	padding:0;
    
}

/*************** GENRES PAGE ***************/
.genreStyles{
	text-align:center;
	width: 620px;
	margin: auto;
}

.genreStyles p{
	
    font-size: .9em;
	font-weight: bold;
	display:inline;
	line-height: 20px;

}


.genreStyles a{ 
	color: #003399;
	text-decoration: none;
}
.genreStyles a:hover{
	text-decoration: underline;
}

/*************** Contact us ***************/

#contact_us a{
    padding: 20px;
}

/*************** FAN PAGE ***************/
#fan h2{
    text-align: left;

}
#fan editHomepage{
    float: right;
    text-align: right;
}

#fan .fanPic{
    border: 2px solid #415E41;
}

#fan a{
    font-size: .6em;
}

#songsDiv p{
    font-size: .8em;
	color: #333;	
}

#songsDiv {
	zoom:1;
}

.songsDivTitle a{
	color: #039;	
	text-decoration: none;
}

.songsDivTitle a:hover{
	text-decoration: underline;
}


/*************** ARTIST PAGE ***************/
#artist h2{
    text-align: left;


}
#artist editHomepage{
    float: right;
    text-align: right;
}

#artist .artistPic{
    border: 2px solid #415E41;
}

#artist a{
    font-size: .6em;
}

.theader th{
	font-size:.8em;
	border-right: 1px solid #999;
	padding-left:6px;
}
/************** MUSIC FILTERS**************/


#musicFilters{
  text-align: center;
  margin: 0 auto 0 auto;
  overflow: hidden;
  /*border-bottom: 1px solid #c7ddc7;*/
  padding-bottom: 0;
  margin-bottom:0;
  height: 10px;
}


#musicFilters td{
	margin:0;
	padding:0;
	line-height:15px;
}

#musicFilters a{
  color: #669966;
  font-size: .8em;
  font-weight: normal;
  vertical-align:middle;
  text-decoration: none;
  margin-left: 8px;
  padding-right: 12px;
  line-height:15px;
}

#musicFilters p{
  color: #666;
  font-size: .8em;
  font-weight: bold;
  vertical-align:middle;
  text-decoration: none;
  margin-left: 8px;
  padding-right: 12px;
  border-right: 1px solid #999;
  line-height:15px;
}

#musicFilters a:hover{
  text-decoration: underline;
}


.songRow:hover .songBTN{
  opacity: 1;
  filter: alpha(opacity=100);
}

.songBTN{
  text-align: right;
  width: 60%;
  font-size: 12pt;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.songBTN table{
  margin: 0 5px 0 5px;
  display: inline;
}

.home3{
  width: 31%;
  
  overflow: hidden;
  vertical-align: top;
  padding: 0 0 10px 0;
}

#home3img{
	width:96%;
		padding:3px;
	text-align: center;
	margin-bottom: 5px;
	border: 1px solid #c7ddc7;
}

#home3switch1{

	width:100%;
		padding:0px;
	text-align: center;
	margin-bottom: -7px;
	border: 1px solid #c7ddc7;
	zoom:1;
}


#home3switch2{

	width:100%;
		padding:0px;

	text-align: center;
	margin-bottom: -7px;
	border: 1px solid #ebebeb;
	zoom:1;
}

#home3switch2:hover{
	border: 1px solid #336633;
}


.home3 h3{
  text-align: center;
  margin: 0 0 8px 0;
 /* -moz-border-radius: .65em;
  border-radius: .65em; */
  background-color: #415E41;
  color: white;
  line-height: 1.6em;
}

.home3 ul{
  padding: 0;
  font-size: 0.6em;
  list-style-type: none;
  margin: 0;
}

.home3 li{
  margin: 0;
  padding: 0.8em 0.8em;
}


.songInList{
  width: 100%;
  margin: 0;
  padding: 0;
}

.songDetails{
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.songDetails *{
  /*width: 100%;*/
  margin: 0;
}

.songDetails img{
    border-style: none;
}

.songDetails *:hover{
  text-decoration: underline;
}

.songDetails h1{
  text-align: left;
  font-size: .75em;
  color: #039;

}

.songDetails h2{
  text-align: left;
  color: #69c;
  font-size: .75em;
}

.stat{
  color: #999;
  text-align: left;
  padding-left: .7em;
  font-size: .9em;
}

.even{
  background-color: #FFFFFF;

  height: 65px;
  border-bottom: 1px solid #c7ddc7;
  
}

.odd{
  background-color: #ebebeb;
  height: 65px;
  margin-top:5px;
  border-bottom: 1px solid #c7ddc7;
}

.albumArtworkTD{
  width: 65px;
  text-align: center;
  vertical-align: middle;
}

.albumArtworkTD img{
     border-style: none;
}


.albumArtwork{
  height: 50px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #649064;
  padding: 3px;
}

.listNumber{
  color: #999;
  font: 1em bold;
  width: .5em;
  vertical-align: top;
}

.home3 a{
  font-size: 1.5em;
  text-decoration: none;
}

.home3 a:hover{
  text-decoration: underline;
}

/************** FEATURED **************/


.featuredInList{
 
  width: 90%;
  margin-left: 10px;
  padding: 8px;
  background-color: #EBEBEB;
}

.featuredDetails{
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.featuredDetails *{
  /*width: 100%;*/
  margin: 0;
}

#featured p{
  text-align:left; 
  margin-right:10px;
  margin-top:8px;
}

.featuredDetails *:hover{
  text-decoration: underline;
}

.featuredDetails h1{
  text-align: left;
  font-size: 1.1em;
  color: #039;

}

.featuredDetails h2{
  text-align: left;
  color: #69c;
  font-size: 1.1em;
}

.relatedInList{
 
  width: 90%;

}


/************** FOOTER **************/
/************************************/

#footer{
  text-align:center;
  padding: 10px 10px 0px 10px;
  margin: 0;
  /*background: url( ../images/footer_stripe.png ) repeat-x;*/
  /*background: #9c9;*/
  border: 1px solid #c7ddc7;
  
}

#footer li{
	line-height:15px;
}
#footer td{
	border-top: 1px solid #c7ddc7;
}

#footer ul{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside; 
	text-align: left; 
	margin: 10px auto 10px 50px;
}

/* * html #footer {margin-top:20px;}/*ie fix*/

#footer h3{
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0 0px 8px 0px;
}

* html #footer h3{font-size:.9em;}/*ie fix*/

#footerLinks {
  text-align: center;
  margin: 0 auto 0 auto;
}

#footerTable {
  text-align: center;
  margin: 0 auto 0 auto;
}

#footerTable a {
  color: #666;
  font-size: 0.7em;
  vertical-align:middle;
  text-decoration: none;
  margin-left: 8px;
  padding-right: 12px;
  margin-top:0;
  padding-top:0px;
}

#footerCopyright{
 text-align: center;
  font-size: 0.7em;
  padding: 7px;
  margin:0;
  color: #000;
  /*background: #fff;*/
  background-image: url( ../images/bg/nav_stripe.png );
  height: 11px;
  
}

/* Footer link styles */
#footerLinks a {
  color: #666;
  font-size: 0.7em;
  vertical-align:middle;
  text-decoration: none;
  margin-left: 8px;
  padding-right: 12px;
  border-right: 1px solid #999;
  
}

#footer a:hover{
  text-decoration:underline;
}

/* removes border from the last link */
#footer a.last, #musicFilters a.last, #header a.last, ul.nav a.last{
  border-right:none;
}

/***** FLASH NOTICES AND ERRORS ******/
/*************************************/

#incomingMessages{
  overflow: hidden;
  cursor: pointer;

}


#notice .icon{
  vertical-align: middle;
}

#notice.m {
  background-color: #4D6680;
}

#notice.e {
  background-color: #B92828;
}

#notice.p {
  background-color: #4F724F;
}

#notice p{
  padding: 16px 15px 0px 15px;
  margin: 0;
  color: white;
  font-weight: bold;
  font-size: 0.9em;
  height:35px;
  vertical-align: middle;
}

#notice ul{
  padding: 0;
  margin: 0 0 0 50px;
  
  color: white;
  font-size: 0.5em
}

.fieldWithErrors {
  padding: 0;
  margin: 0;
}

.formTable .fieldWithErrors input{
  background-color: #FFB8B8;
}

.acceptance .fieldWithErrors *{
  color: #FFB8B8;
}

.acceptance {
	margin-left:50px;
}

.acceptance p{
	font-size:.7em;
}

/********** ROUNDED CORNERS **********/
/*****Just set a background color*****/
.topRC{
  text-align: left;
  vertical-align: top;
  background: url( ../images/rc/tr.png ) no-repeat top right;
  position: relative;
}

.bottomRC{
  text-align: left;
  vertical-align: bottom;
  background: url( ../images/rc/lr.png ) no-repeat bottom right;
  margin: 0;
  padding: 0;
}

.bottomRC img{
  vertical-align:bottom;
  margin: 0;
  padding: 0;
}

.division{
	background: #fff;
	margin: 0;
	padding: 0;
}

/*********************Buttons *************/

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
	background: url( ../images/bg/nav_stripe.png ) repeat-x  top;
    /*background-color:#336633;*/
    border:1px solid #336633;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:.7em;
    line-height:120%;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
    padding:4px 10px 4px 8px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:4px 10px 4px 7px; /* Firefox */
    line-height:100%; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
	border-top:1px solid #000;
    border-left:1px solid #000;
    color:#333;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#333;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#333;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#333;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}




/***** Star Rating **************************/
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
    background: url(/images/stars2.png) left -1000px repeat-x;
}
.star-rating{
    position:relative;
    width:125px;
    height:25px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
}
.star-rating li{
    display: inline;
}
.star-rating a,
.star-rating .current-rating{
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
    background-position: left center;
}
.star-rating a.one-star{
    width:20%;
    z-index:6;
}
.star-rating a.two-stars{
    width:40%;
    z-index:5;
}
.star-rating a.three-stars{
    width:60%;
    z-index:4;
}
.star-rating a.four-stars{
    width:80%;
    z-index:3;
}
.star-rating a.five-stars{
    width:100%;
    z-index:2;
}
.star-rating .current-rating{
    z-index:1;
    background-position: left bottom;
}

/*****/

 /************* Alphabetical Artists **************/
/*************************************/
/*a, a#visited {
    color: maroon;
    text-decoration: none;
}  */

.letter, .letter_current {
    width: 1em;
    text-align: center;
    border: 1px solid gray;
    background: #fff;
    padding: 5px 2px 1px 2px;
    float: left;
    margin: 2px
}

.letter:hover {
    background: #fe4;
}

.letter_current {
    background: #fe4;
    font-weight: bold;
    border: 1px solid black;
}

@-moz-document url-prefix(){
#header {margin-bottom: 0px;}
} /* fixes top margin in firefox*/

* html #browse table{ font-size:1.1em;}

* html .home3 li{ height:82px;}