@charset "UTF-8";
/*

SteevBishop.com v2.99 
Created 22 December 2011
Last modified 08 Dec 2019

*/


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

body {
background: top center fixed no-repeat #50115d;
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;
}
	#listbox {
		width: 240px;
	}
	#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 h3.subtitle /*Projects*/ {
		margin-left:-0.03em;
		margin-bottom:-0.10em;
		font-size:400% /*64px*/;
		letter-spacing:-0.07em;
		font-weight: normal;
		opacity:0.6;
		filter:alpha(opacity=60); 
	}
	@-moz-document url-prefix() {#details h3.subtitle {margin-bottom:0em;}}
	
	#details ul {
	list-style-type:none;
	padding:0;
	color:#bfbfbf;
	margin:-25px 0 0 15px;
	}
	#details ul#subpro {
		display: block;
		margin:40px 0px 0px 15px;
	}
		#details ul li {
		margin:0 0 -0.15em 0;
		letter-spacing:-0.06em;
		font-weight:normal;
		}
			#details li.twitter {font-size:530% /*84px*/; margin-bottom:-0.42em;}
				@-moz-document url-prefix() {#details li.twitter {margin-bottom:-0.21em}}
			#details li.flickr {font-size:690% /*110px*/; margin-bottom:-0.26em;}
				@-moz-document url-prefix() {#details li.flickr {margin-bottom:-0.15em}}
			#details li.soundcloud {font-size:260% /*42px*/; margin-bottom: -0.3em;}
			#details li.linked {font-size:405%;}
			#details li.sprawl {font-size:345% /*54px*/; margin-bottom: -0.25em; }
			#details li.beebsnews {font-size:260% /*42px*/; margin-bottom: -0.35em;}
				@-moz-document url-prefix() {#details li.beebsnews{margin-bottom:-0.18em}}
			#details li.unanswered {font-size:250% /*40px*/; letter-spacing: -0.08em;}
				#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:#971fb8 0 0 0.25em;}

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