/* CSS Document */

html
{
	background: #000000;
}

form
{
	margin: 0px;
	padding: 0px;
}




body
{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px; 
	padding:0px;
	text-align: center;
}

td
{
	text-align: left;
	vertical-align: top;
}


a 
{
	font-weight: bold;
	text-decoration: underline;
}

a:hover 
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


#named a 
{
	/* display: none; */
	display: inline;
	visibility: hidden;
}




img
{ 
	border: none; /*  1px solid #FFFFFF; */
	padding: 3px;
}


p
{
	margin-top: 0px;
}


#root
{
	border: 1px solid #333333;
	background-color: #000000;
	background-image: url(site/background.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	text-align: left;
	width: 1024px;
}




/*
#masthead
{
	background-image:url("files/images/masthead.png");
	height: 270px;
	width: 1024px;
}

*/



#menu_and_content0
{
	
	clear: both;
	height: auto;
	width: 1024px;
}




#menu
{
	/* border: 1px dotted #cccccc;
	 */
	
	display: inline;
	float: left;
	font-size: 16px;
	margin: 0px;
	margin-left: 14px;
	padding: 0px;
	width: 240px;
}


#menu .item
{
}





#menu a
{
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover, #menu a.active
{
	color: #669966;
	text-decoration: none;
}


#menu a.level2
{
	font-size: 12px;
	padding-left: 8px;
}

#menu .directory
{
	color:#CCCCCC;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 8px;
	text-decoration: underline;

}


#menu a.new
{
	color: #B00;
}


#menu a:hover.new
{
	color: #F00;
}



#masthead
{
	/*border: 1px solid #cccccc;
	 */
	height: 190px;
	width: 1024px;
}


#masthead #search
{
	margin-top: 12px;
	margin-left: 14px;
}


#masthead #search #input
{
	background: #666666;
	border: 2px solid #FFFFFF;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	vertical-align: top;
	width: 125px;
}



#content
{
	/* border: 1px dotted #cccccc; 
	 */
	float: left;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	margin-bottom: 100px;
	height: 100%;
	overflow: auto;
	text-align: justify;
	width: 750px;
}


#content a
{
	color: #FFFFFF;
	text-decoration: none;
}


#content a:hover
{
	color: #3366cc;
}


#content hr
{
	background-color: #999999;
	border: 0px;
	color: #999999;
	height: 1px;
}


#content img
{ 
	border: none; /*  1px solid #FFFFFF; */
	padding: 3px;
}


#content h1, h2
{
	color: #3366cc;
	font-size: 18px;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}


#content #body
{
	height: 100%;
	overflow: auto;

}


#content #body img
{
	border: solid 1px #FFFFFF;
}


#content #body .discography
{
	background-image:url("image_server.php?img=files/images/drop_shadow_400.jpg;s,120,120");
	background-position: 8px 8px;
	background-repeat: no-repeat;
	
}

#content #body .image
{
	/*
	background-image:url('image_server.php?img=images/drop_shadow_400.jpg;s,120,120');
	background-position: 8px 8px;
	background-repeat: no-repeat;
	*/
	clear: both;
	float: left;
	height: 100%;
	padding-bottom: 30px;
	padding-right: 30px;
	overflow: auto;
}


#content #body .image .caption
{
	font-weight: bold;
	margin-top: 4px;
}


#content #body .description
{
	float: left;
	height: 100%;
	overflow: auto;
	width: 400px;
}


#content td p
{
	margin: 0px;
	padding: 0px;

}



#footer
{
	/* border: 1px dotted #cccccc;
	 */
	clear: both;
	padding: 8px;
	padding-left: 364px;
	width: 300px;
	
	/*
	clear: both;
	color: #333333;
	border-top: 1px solid #1C1C1C;
	height: 100%;
	margin-bottom: 45px;
	margin-top: 100px;
	margin-left: 130px;
	padding: 10px;
	width: 780px;
	*/
}


#footer #credit a
{
	display: block;
	height: 11px;
	/* padding-bottom: 11px; */
	text-decoration: none;
	width: 300px;
	
	background: url("site/mindbrix credit.gif") 0 0 no-repeat;
}


#footer #credit a:hover
{
	background-position: -300px 0px;
}

