@charset "UTF-8";
/*

SteevBishop.com v2.0.2 
Created 04 January 2009

*/


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

body {
background: url(../resource/site_index-bck1.jpg) 0 0 no-repeat #000;
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;
}

#details {
margin:125px 0 0 520px;
}
	#details h1.title {
	display:block;
	background:url(../resource/site_index-h1.jpg) 0 0 no-repeat transparent;
	width:350px;
	height:204px;
	
	}
	#details ul {
	list-style-type:none;
	padding:0;
	color:#686868;
	text-shadow:#686868 0 0 0.35em;
	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:62px;}
			#details li.myspace {font-size:40px;}
				#details li a:link {color:#686868; text-decoration:none;}
				#details li a:visited {color:#686868; text-decoration:line-through;}
				#details li a:hover {color:#bfbfbf; text-decoration:none;}

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