@charset "UTF-8";
/*

SteevBishop.com v2.0.2b 
Created 22 December 2011

*/


html, body { /* Create a blank canvas */
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body {
background: url(../resource/spot.png) top center no-repeat #5b1017;
color:white;
font:16px Helvetica, Arial, sans-serif; /* 1em = 16px */
}

p {
font-size:80%;
line-height:1.25em;
color:#bfbfbf;
}

/* Removes Firefox imposed outline */
a { outline: none; }

span.replace {
margin-left:-999em;
}

div {border: 0px solid white}

#page {
margin:0 auto;
width:350px;
}

#details {
margin:125px 0 0 0;
}
	#details h1.title {
	display:block;
	background:url(../resource/sb.png) 0 0 no-repeat transparent;
	width:78px;
	height:65px;
	margin:0 0 20px 10px;
	
	}
	#details ul {
	list-style-type:none;
	padding:0;
	color:#bfbfbf;
	margin:-25px 0 0 15px;
	}
		#details ul li {
		margin:0 0 -0.15em 0;
		letter-spacing:-0.06em;
		font-weight:normal;
		}
			#details li.twitter {font-size:72px;}
			#details li.soundcloud {font-size:36px;}
				#details li a:link {color:#bfbfbf; text-decoration:none;}
				#details li a:visited {color:#bfbfbf; text-decoration:line-through;}
				#details li a:hover {color:white; text-decoration:none; text-shadow:#b7202e 0 0 0.25em;}

#footer {
margin: 100px 0 0 0;
padding: 0 35px 20px 15px;
}
