/* >>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<< */

@media only screen and (min-width:200px) and (max-width:600px) {
body {
 min-width: 200px;
 margin: 0px;
 line-height:16px;
 font-size:10px;
}
#container {
width:100%;
max-width: 500px;
}
#main-content {
    width:100%;
	padding:8px;
}
	

.nav {
	font-size: 10px;
	line-height: 18px;
	}


img {
    max-width:100%;
	max-width: 300px;
	} 
.headings {
	font-size: 12px;
	line-height: 15px;
	}	
.artists {
 	font-size: 11px;
	line-height: 19px;
	}
.plaintext {
	font-size: 12px;
	line-height: 17px;
} 
.lg_artist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
.dateline {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#footer {
 width: 90%;
 margin: 0px auto;
 padding: 12px 0;
}
	
}
/* >>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<  */

@media screen and (min-width: 601px) and (max-width:789px) {
#container {
	width:100%;
	max-width: 600px;} 
.plaintext{
	font-size: 14px;
	line-height: 19px;
	}
	
.floating-box {
    display: inline-block;
    width: 140px;
	/*min-width: 20%;*/
    height: auto;
    margin: 3px;
    border: 0px solid #eeeeee; 
	text-align:center; 
}
img {
    max-width:100%;
	}
.lg_artist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	font-weight: normal;
}
.nav {
	font-size: 12px;
	line-height: 18px;
	}

}

/* >>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<< */
@media only screen and (min-width: 790px) and (max-width:1000px) {
body {
 min-width: 0px;
 margin: 0px;
 font-size: 11px;
 line-height:18px;
}
.floating-box {
    display: inline-block;
    width: 140px;
	height: auto;
    margin: 3px;
    border: 0px solid #eeeeee; 
	text-align:center; 
}
img {
    max-width:100%;
	max-width: 136px;
	} 
.nav {
	font-size: 12px;
	line-height: 18px;
	}


#navd { 
max-width: 800px;
margin: 6px auto;} 

#wrapper {
width:100%;
margin:0 auto;
}
.plaintext{
	font-size: 14px;
	line-height: 18px;
	}
 #footer {
 width: 90%;
 margin: 0px auto;
 padding: 12px 0;
}
.lg_artist {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 color: #003300;
 font-weight: bold;
}
}

@media only screen and (min-width: 1001px) {
body {
 min-width: 0px;
 margin: 0px;
 font-size: 11px;
 line-height:18px;
}
.plaintext{
	font-size: 14px;
	line-height: 19px;
	}
	
.floating-box {
    display: inline-block;
    width: 140px;
	/*min-width: 20%;*/
	height: auto;
    margin: 3px;
    border: 0px solid #eeeeee; 
	text-align:center; 
}
img {
    max-width:140px;
} 
.lg_artist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	font-weight: normal;
}
#navd { 
max-width: 800px;
margin: 6px auto;} 

#wrapper {
width:100%;
margin:0 auto;
}

 #footer {
 width: 90%;
 margin: 0px auto;
 padding: 12px 0;
}
.mlinks {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 16px;
 color: #003300;
 font-weight: lighter;
}
}