/* Style sheet for Blood Sugar splash page */

body {    
	padding: 20px 25px 20px 25px;
	background-color: #000;
	font-family:"Helvetica Neue","Helvetica",sans-serif;
	line-height: 150%;  
	color: #ddd;
}

a:link {
	color:#fff; 
	font-weight:bold;
	text-decoration:none;
}  

a:visited {
	color:#fff;   
	font-weight:bold;
	text-decoration:none;
} 

a:focus {
	text-decoration:underline;
}                             

a:hover {
	text-decoration:underline;
}                            

a:active {
	color:#fff;
	text-decoration:underline;
}   

#sidebar {
 	width:351px;
	margin-right:30px; 
	float:left;   
}   

#title {
	margin-bottom:16px;
}         

#author {
	margin-bottom:7px;
}

#credits {
	color: #aaa; 
	font-size:13px;      
	line-height:130%;
} 

#launchBtn {
	padding:40px 0 40px 0;
}

#about {  
	position:absolute;
	top:33px; 
	left:420px;
	border-style:solid;
	border-width:1px;
	border-color:#4c4c4c;  
	padding:30px 20px 30px 20px; 
	margin-right:25px;  
}    
 
#prefaceContainer {
	position:absolute; 
	top:33px;
	left:420px;     
	margin-right:30px; 
	padding-bottom:30px;
	display:none;      	
}

#preface {
	border-style:solid;
	border-width:1px;
	border-color:#4c4c4c;  
	padding:30px 20px 30px 20px; 
}  
