/* -------------------------------------------------

CSS v1.0

JAPANDROIDS

Created By: Poccuo

Contact: info@poccuo.com

------------------------------------------------- */


/* ------------------------------------------------- */
/* -------------------GLOBAL STYLES----------------- */
/* ------------------------------------------------- */

body 																				{ background-color: #000; color: #FFF; padding: 0 20px 20px 60px;}

a																					{ color: #FFF;}		
a:hover																				{ color: #FFF; text-decoration: none; }
a:visited																			{ color: #FFF;}


/* ------------------------------------------------- */
/* -----------------------FOUNDATION---------------- */
/* ------------------------------------------------- */


#wrapper																			{ overflow: hidden; height: 1%; margin: 20px auto; width: 900px; }

#header																				{ overflow: hidden; height: 1%; }
#logo																				{ overflow: hidden; height: 1%; width: 900px; border-bottom: 2px #FFF solid; margin: 20px 0 0 0;}
	#logo h1																		{ overflow: hidden; height: 1%; width: 900px; text-align: center;}

#content																			{ overflow: hidden; height: 1%; width: 900px; border-bottom: 2px #FFF solid; }
	#content #photo																		{ z-index: 0; }
	#content #credit																	{ font-size: 9px; margin-top: 0px; text-align: right; z-index: 102; padding: 0;}
	#content #credit p																	{ margin: 0; padding: 0; background-color: #000;}

#footer																				{ overflow: hidden; height: 1%; width: 900px; border-bottom: 2px #FFF solid; border-top: 2px #FFF solid; height: 160px;}
	#footer #message																	{ width: 324px; height: 160px; float: left; text-indent: -100000px; background-image: url(http://www.japandroids.com/_images/message.gif); background-repeat: no-repeat; margin-right: 3px;}
	#footer p																			{ margin: 15px 0 0 15px; float: left; }


/* --------------------------------------------------------- */
/* -----------------------SOCIAL MEDIA---------------------- */
/* --------------------------------------------------------- */

ul																					{ overflow: hidden; height: 44px; width: 596px; margin: 0 auto; padding: 0; background-image: url(http://www.japandroids.com/_images/menu_sprite.gif); }
ul li 			 																	{ display: inline; float: left;}
ul li a			 																	{ display: block; float: left; background-image: url(http://www.japandroids.com/_images/menu_sprite.gif); text-indent: -10000px;}

ul li#myspace a			 															{ height: 44px; width: 92px;}
ul li#myspace a:hover	 															{ background-position: 0 -44px;}

ul li#facebook a			 														{ height: 44px; width: 93px; background-position: -92px 0;}
ul li#facebook a:hover	 															{ background-position: -92px -44px;}

ul li#lastfm a			 															{ height: 44px; width: 77px; background-position: -185px 0;}
ul li#lastfm a:hover	 															{ background-position: -185px -44px;}

ul li#flickr a			 															{ height: 44px; width: 70px; background-position: -262px 0;}
ul li#flickr a:hover	 															{ background-position: -262px -44px;}

ul li#polyvinylrecords a			 												{ height: 44px; width: 164px; background-position: -332px 0;}
ul li#polyvinylrecords a:hover	 													{ background-position: -332px -44px;}

ul li#tourdates a			 														{ height: 44px; width: 100px; background-position: -496px 0;}
ul li#tourdates a:hover	 															{ background-position: -496px -44px;}


/* ------------------------------------------------- */
/* ----------------------FOOTER--------------------- */
/* ------------------------------------------------- */



/* ------------------------------------------------- */
/* ---------------------SPECIALS-------------------- */
/* ------------------------------------------------- */

.hidden 													{ display: none; }
