@charset "utf-8";
/* CSS Document */

body { background: url(../images/bground.jpg) fixed no-repeat top center #000; }

#title { background: url(../images/artist-page-title.png) no-repeat top left; }
#ie7table-middle { background: url(../images/artist-page-title.png) no-repeat top left; }

#blog-block { margin: 0 auto 0 auto; padding: 0; width: 870px; }
#blog-block-top { margin: 20px 0 0 0; width: 870px; height: 12px; background: url(images/artists-list-top.png); }
#blog-block-bottom { margin: 0 0 20px 0; width: 870px; height: 12px; background: url(images/artists-list-bottom.png); }

#blog-content { margin: 0; padding: 0 10px 0 8px; width: 852px; height: 100%; background: black; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
#blog-title { background: url(images/artist-blog-title.gif); width: 279px; height: 28px; }
#blog-wrap { margin: 4px 0 0 16px; width: 814px; }

.blog-content-block { display: block; margin: 0 0 10px 0; padding: 0; width: 100%; }
.blog-text-block { display: inline-block; float: left; padding: 0 10px 0 0; width: 202px; }
.blog-photo-block { display: inline-block; width: 600px; height: 398px; }

#footer { position: fix; bottom: 0; left: 0; }

/*---------mouseovers--------*/

.footer-button {
	height: 38px;
	display: inline-block;
	float: left;
}
div.footer-artists {
	float: left;
	width: 60px; 
	height: 38px;
	background: url(../images/footer-artists.gif) 0 -38px no-repeat;
}
div.footer-locations {
	width: 104px; 
	height: 38px;
	background: url(../images/footer-locations.gif) 0 -38px no-repeat;
}
div.footer-about {
	width: 70px; 
	height: 38px;
	background: url(../images/footer-about.gif) 0 -38px no-repeat;
}
div.footer-buzz {
	width: 53px; 
	height: 38px;
	background: url(../images/footer-buzz.gif) 0 -38px no-repeat;
}
div.footer-artists a {
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	background: url(../images/footer-artists.gif) top left no-repeat;
}
div.footer-locations a {
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	background: url(../images/footer-locations.gif) top left no-repeat;
}
div.footer-about a {
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	background: url(../images/footer-about.gif) top left no-repeat;
}
div.footer-buzz a {
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	background: url(../images/footer-buzz.gif) top left no-repeat;
}

div.footer-artists a:hover, div.footer-locations a:hover, div.footer-about a:hover, div.footer-buzz a:hover {
	background-image: none;
}

/*-------end mouseovers------*/