


#lemon_displayarea {
background-color: #ffffff;
height: 100%;
width: 780px;
padding: 0px;
/* center the display */
margin: 0px;
margin-left: auto;  /* allow spanning on the left if fixed */
margin-right: auto;  /* allow spanning on the right if fixed */
}





#lemon_displayarea h1 {
 font-size: 14px;
 }





#lemon_displayarea h2 {
 font-size: 12px;
}




#lemon_displayarea h3 {
 font-size: 10px;
 }





#lemon_pagecontent {
	display:block; 
	margin-left: 11px;
	margin-right: 11px;
	background-color: white;
	border: 0px solid #959596;
	text-align: left;
}



#lemon_pagenavigation {
	display:block; 
	background-color: #eeeeee;
	border: 1px dotted #787058;
	text-align: left;
	padding: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}






.lemon_playlist_album {
background-color: #ffffff;
border: 1px dotted #787058;
text-align: left;
vertical-align: middle;
height: 20px;
width: 100%;
font-size: 8px;
}




#lemon_pageheader {
text-align: left;

/* spacing */
margin-left: 11px; 
margin-right: 11px;
}





#lemon_pageheader_title {
margin: 0px;
padding: 0px;
/* float: left;   left align this */
width: 200px;
float: left;
}


#lemon_pageheader_searchbox {
display:block; 
background-color: #eeeeee;
border: 1px dotted #787058;
/* float: right; */
margin: 0px;
margin-top: 10px; 
/*  float: right; right align this */
 padding: 10px; 
 
text-align: center;
}


.lemon_select_title {
  font-size: 16px;
  font-family: helvetica, arial, sans-serif;
  line-height: 18px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  color: #393;
  font-weight: bold;
}


.lemon_h1 { 
  font-size: 20px;
  font-family: helvetica, arial, sans-serif;
  line-height: 22px;
  letter-spacing: -1px;
  padding: 0;
  margin: 0;
  color: #787058;
 
 }


#lemon_statbox {
display:block; 
margin: 10px;
padding: 10px;
background-color: #ffffff;
border: 1px dotted #787058;
/* float: right; */
}




.lemon_album_draggable {
 /* cursor: move; */
}


.lemon_powered_icon {
float: right;
width: 88 px;
padding: 2px;
vertical-align:middle;
height: 31px;
}


#lemon_albumdisplay {
display:block; 
background-color: #e0e0e0;
border: 1px dotted #787058;
text-align: left;
}




#lemon_pagefooter {
display:block; 
background-color: #eeeeee;
border: 1px dotted #787058;
margin-left: 11px;
margin-right: 11px;
text-align: center;
}





.lemon_thumbnail_cover {

}




.freshbox { 
background-color: #e0e0e0;
border: 1px dotted #787058;
}



.freshartistbox { 
background-color: #e0e0e0;
border: 1px dotted #787058;
padding: 10px;
}


.freshArtist { 
font-size: 20px; 
COLOR: #787058; 
}


.freshAlbum { 
font-size: 14px; 
COLOR: #707070; 
padding-left: 10px;
}


.freshYear { 
font-size: 12px; 
font-weight: bold;
COLOR: #000000; 
padding-left: 10px;
}




.lemon_findmore { 
font-size: 12px; 
padding-left: 20px;
 color: #787058;
 }

.lemon_albumArtist { 
font-size: 20px; 
 letter-spacing: 3px;
 color: #787058;
 }
 
.lemon_albumAlbum { 
font-size: 14px; 
letter-spacing: 3px;
color: #787058;
 }
 
 
.lemon_albumTrackTitle { 
font-size: 14px;
 letter-spacing: 3px; 
 vertical-align: middle;
 color: #787058;
 }




.lemon_SearchResults { 
font-size: 14px; 
letter-spacing: 3px; 
vertical-align: middle;
 color: #787058;
 }
 
 
 
.lemon_album_stats { 
border: 1px solid #787058 
}


.lemon_hilighted_link {
 background-color: #FFFF99;
 padding: 2px;
}




/* A-Z index */
/* from http://www.smileycat.com/miaow/archives/style-az-list.html */
#azindex {
	/* background-color: #75B9D0;
	float: left; */
	margin: 5px 0 20px 10px;
	padding: 0px 5px 15px 5px;
	width: 510px; 
}

* html #azindex {
	padding: 5px 5px 10px 5px;
	width: 490px;
}
	
#indexblock {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}	
	
#indexblock li {
	float: left;
	height: 2em;
	list-style-type: none;
	margin: 0.65em 0.3em;
	padding: 0;
	width: 3em;
}

#indexblock li.selected {
	background-color: #660000;
	color: #FFFFFF;


}

* html #indexblock li {
	margin: 0.2em 0.2em;
}

#indexblock a:link, #indexblock a:visited {
	background: #fff;
	color: navy;
	display: block;
	height: 2em;
	padding: 0.75em 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 3em;
}

#indexblock a.selected:link, #indexblock a.selected:visited {
	background: #660000;
	color: #ffffff;
	display: block;
	height: 2em;
	padding: 0.75em 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 3em;
}

#indexblock a:hover {
	background: #93D1E4;
	color: #fff;
	text-decoration: underline;
}



.clear {
	clear: both;
}




