/* @override 
	http://www.alexcj.it/style.css
	http://alexcj.it/style.css
*/

body {
	background: black;
  margin: 0;
}
#body {
	width: 784px;
	background: url(background.png) repeat-x;
}
h1 {
	background: url(logo.png) no-repeat scroll center center;
	width: 365px;
	height: 125px;
	margin: 0 auto;
	position: relative;
	top: 16px;
	text-indent: -1000em;
}
div#content{
	position: relative;
}
h2{
	text-align: center;
	color: #333;
	width: 100%;
	font: 20px/30px sans-serif;
	text-shadow: silver 0 1px 1px;
	filter: dropshadow(color=#AAAAAA,offX=0,offY=1);
	cursor: default;
	margin: 0;
}
div.bar{
	height: 128px;
	background: url(background.png) repeat-x 0 -1042px;
	width: 100%;
	overflow: hidden;
}
div.bar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#concerts h3{
	margin: 0;
}
div#concerts ul{
	position: relative;
	float: left;
	left: 50%;
}
div#concerts li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	position: relative;
	float: left;
	right: 50%;
	margin: 0 20px;
	color: white;
	text-align: center;
}
div#concerts a{
	color: white;
	text-decoration: none;
}

div#concerts a span{font-size: .8em;}
div#concerts a:hover span{font-weight: bold;}
div#concerts a:hover,
div#concerts a:focus
{
	text-decoration: none;
	text-shadow: rgba(255,78,42,0.4) 0 0 3px;
}
div#downloads a{
	padding:10px;
	width: 230px;
	height: 75px;
	float: left;
	display: block;
	
	background: url(allimitemixtape.png) no-repeat right top;
	
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	text-decoration: none;
	margin: 0 30px 0 290px;
}
div#downloads a:hover, div#downloads a:focus{
	background: url(allimitemixtape.png) no-repeat right bottom;
	text-shadow: rgba(255,78,42,0.4) 0 0 3px;
}
div#links a{
	width: 201px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(pulsanti2.png);
	display: block;
	overflow: hidden;
	text-indent: -100em;
	height: 67px;
	margin: 0 30px;
}
a#facebooklink {
	background-position: -202px -70px;
}
a#youtubelink {
	background-position: -403px -70px;
}
a#myspacelink {
	background-position: 0px -70px;
	width: 202px !important;
}
a#facebooklink:hover, a#facebooklink:focus {
	background-position: -202px top;
}
a#youtubelink:hover, a#youtubelink:focus {
	background-position: -403px top;
}
a#myspacelink:hover, a#myspacelink:focus {
	background-position: 0 0px;

}

/*content*/
div#bio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	margin: 30px 20px 20px;
	color: white;
	width: 400px;
	text-align: justify;
}

div#photos{
	width: 350px;
	/*height: 400px;*/
	position: absolute;
	top: 0;
	right: 0;
}
div#photos a{
	width: 90px;
	height: 90px;
	border: 1px solid white;
	margin: 10px;
	display: block;
	float: left;
}
div#photos img{
	border: none;
}
div#photos a:hover, div#photos a:focus{
	border: 1px solid #ff4e2a;
}

iframe#facebook{
	width: 510px;
	height: 460px;
	margin: 0 137px;
	border-bottom: 1px solid #94a3c4;
}
/*design*/
#borderleft {
	width: 826px;
	position: relative;
	margin: 0 auto;
	padding-left: 21px;
	background: url(border.jpg) no-repeat left top;
}
#borderright {
	width: 805px;
	position: relative;
	background: url(border.jpg) no-repeat right top;
}


#borderbottom{
	width: 846px;
	height: 50px;
	background: no-repeat url(borderbottom.jpg) top left;
	margin: 0 auto;
	text-align: center;
	color: #585858;
	letter-spacing: 1px;
	line-height: 50px;
	font-size: 8pt;
}
#borderbottom a {color: #585858;}

#handleft {
	width: 143px;
	height: 197px;
	position: absolute;
	background-image: url(handleft.png);
	left: -62px;
	top: 60px;
	z-index: 1;
}
#handright {
	width: 130px;
	height: 216px;
	position: absolute;
	background-image: url(handright.png);
	right: -56px;
	top: 20px;
	z-index: 1;
}
.l { float: left; clear: left; height: 15px; }

a:focus, a:hover {
	outline: none;
	color: white;
}
/*lightBox*/
#shade {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(shade.png);
	z-index:1001;
}
#box {
	display: block;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}