#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

body
{
	width: 100%;
	background-color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	color: black;
	
}

div.galleryfont
{
	font-size: 1.1em;
	font-style: italic;
	color: #fff2d9;
}

div.topbox
{
         overflow:visible;
         visibility:visible; 
         width:400px;
         height:142px; 
         padding:15px; 
         border-top: 15px solid gray; border-bottom:15px solid darkslategray; 
         border-left: 15px solid gray; border-right: 15px solid darkslategray; 
         margin-bottom: 50px; 
         background-color: wheat;
	 float: left;
}

div.guitarbox
{
	width: 250px;
	height: 152px;
	margin: 25px 25px 25px 125px;
	float: left;
}

*.box2  
{
	 display:static;
         overflow:visible;
         visibility:visible; 
         width:800px;
         height:190px; 
         padding:15px; 
         border-top: 15px solid gray; border-bottom:15px solid darkslategray; 
         border-left:15px solid gray; border-right: 15px solid darkslategray; 
         margin-bottom:  50px; 
         background-color:wheat; 
}

*.clear
{
	clear: left;
}

.thumbnail
{
   border: 1px solid white;
   float: left;
   width: 150px;
   height: 120px;
   margin: 10px 15px 10px 15px;
   padding: 15px; 
}

a:link  	{color: white;}
a:visited	{color: yellow;}
a:hover		{color: red;}
a:active	{color: wheat;}

div.blog
{
	clear: left;
	color: white;
	max-width: 800px;
	margin: auto;
}



div#listcontainer
{
	border: 2px solid wheat;
	width: 400px;
	font-size: 1.2em;
	margin: 20px;
}

ul
{
	border: 0;
	margin: 12px 20px 10px 1.25em;
	padding: 0;
	list-style-type: none;
	border-top: 2px solid #FFCC99;
}

li
{
	border-bottom: 2px solid #FFCC99;
	margin: 0;
	padding: .3em 0;
	text-indent: .5em;
}


