/*		catalog.css		*/


html
{
	background-color: maroon;
}
body 
{
	margin-bottom: 30px;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;		/* not to center text, but to center pagewrap 
block in IE */
	background-color: maroon;
	background-repeat: repeat-y;
}

/* this div wraps everything on the page so that we can center the 
content, regardless of browser width */
#pagewrap
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* the site title helps search engines index your site, 
	but doesn't show up on the screen (unless the browser doesn't know 
CSS) */
#sitetitle
{
	display: none;
}

/*========================
navigation menu
========================*/
div.navmenu
{
	width: 688px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
div.navmenu li
{
	display: block;
	float: left;
	height: 43px;
	text-align: center;
	padding: 0;
	margin: 0;
}
div.navmenu a:link,
div.navmenu a:visited,
div.navmenu a:active

{
	display: block;
	width: 172px;
	height: 43px;
	padding-top: 8px;
	font-size: 24px;
	background-image: url("woodButton.gif");
	background-repeat: no-repeat;
	color: white;
}
div.navmenu a:hover
{
	background-image: url("woodButtonReverse.gif");
}

/*========================
artist
========================*/
.artist
{
	clear: both;
	float: left;
	width: 350px;
	margin-right: 25px;
	margin-left: 2%;
	margin-bottom: 30px;
	padding: 10px;
	border: 2px ridge;
	color: Black;
	background-color: #ff9900;
}
.artist h2
{
	text-align: center;
	font-size: xx-large;
	color: maroon;
}


.artist .photobox
{
         clear: both;
         text-align: center;
         width: 330px;
         margin-top: .5em;
         margin-bottom: .5em;
         margin-left: auto;
         margin-right: auto;
}
.artist .photobox img
{
         max-width: 100%;
         border: 1px solid black;
}



/*========================
album
========================*/
.album
{
	float: left;
	position: relative;
	width: 45%;
	margin-bottom: 30px;
	color: white;
	margin-left: 2%;
}
.album .photobox
{
	float: right;
	width: 150px;
	margin-bottom: 15px;
	margin-left: 15px;
	 border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 5px solid black;
	border-right: 5px solid black;
}
.album .photobox img
{
	max-width: 100%;
	
}
.album h2.title
{
	font-size: x-large;
	padding: 3px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #6699ff;
}

h2.title
{
	font-size: x-large;
	padding: 3px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #6699ff;
}

.album .subtitle
{
	font-size: large;
	text-align: center;
	color: #6699ff;
}
.album .titletrans
{
	font-size: large;
	line-height: 1.4em;
	text-align: center;
	color: ;
}
.album .titlestats
{
	font-size: smaller;
	line-height: 1.4em;
	text-align: center;
}
.album .desc
{
	margin-top: 0.8em;
	margin-left: 5%;
}
.album .desc p
{
	margin-bottom: 0.8em;
	line-height: 1.4em;
}

/*========================
album tracks
========================*/
.album .tracks h2
{
	margin-top: 1em;
	margin-bottom: 0.4em;
	font-size: large;
}
.album .tracks ol
{
	margin-left: 1em;
	padding-left: 2em;
	font-weight: normal;
	margin-left: 5%;
}
.album .tracks li
{
	font-weight: bold;
}
.album .tracks li span.tuning
{
	font-weight: normal;
}
.album .tracks li span.time
{
	font-size: small;
	font-weight: normal;
}

/*========================
album musicians
========================*/
.album .musicians h2
{
	margin-top: 1em;
	margin-bottom: 0.4em;
	font-size: large;
	
}
.album .musicians p
{
	margin-left: 1em;
}

.album .musicians li
{
	font-weight: bold;
	line-height: 1.4em;
}
.album .musicians li span.instruments
{
	font-weight: normal;
	
}
/*========================
album instruments
========================*/
.album .instruments h2
{
	margin-top: 1em;
	margin-bottom: 0.4em;
	font-size: large;
}
.album .instruments p
{
	margin-left: 1em;
}
/*=======================*	
thumbnails
=========================*/

div.thumbnail
{
 	clear: both;
	float: left;
	width:90%;
	margin-left: 2%;
	margin-bottom: 30px;
	padding: 10px;
	border: 2px solid black;
	color: Black;
	background-color: #ff9900;

}
.thumbnail .photobox
{
	clear: both;
    margin-top: .5em;
    margin-bottom: .5em;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}
.thumbnail h2
{
	text-align: center;
	padding: 8px;
	font-size: x-large;
	color: maroon;
}
