/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


#scrum-box{
	/*margin:30px 0 0 50px;*/
	width:100%;
	text-align: left;	
	
/*	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;*/
	
}

	#scrum-menu{
		overflow: hidden;
		text-align:center;
		/*width:972px;*/
		position:relative;
				/*background: -moz-linear-gradient(top, #999, #666);
		background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666), color-stop(1, #fff));
		background: linear-gradient(top, rgba(40,34,32,1), rgba(22,18,17,1));*/
	}
	
		#scrum-menu li{
			float: left;
			width: 99px;
			border-right: 1px solid #999;	
		}
		
		#scrum-menu li a{
			float: left;
			width: 99px;
			color: #333;
			font-size: 14px;
			font-weight: bold;
			height: 16px;
			padding: 8px 0 8px 0;
			text-align: center;
			z-index: 10;
			position: relative;
		}
		
		#scrum-menu li a:hover{
			background: #fff;
			text-decoration: none;
		}
		
	
	#boxes{
		margin-bottom: 20px;
    min-height: 250px;
    overflow: auto;
    position: relative;
	}
	
		#boxes h1, #boxes h2, #boxes h3{
			font-size: 16px;
			font-weight: bold;
		}
	
			
		.scrum-text:target, .scrum-text:first-child{
			display: block;
		}
		
		.scrum-text{
			padding:12px;
			display: none;
			position: absolute;
			top:0;
			left:0;
			width:97%;
			min-height: 226px;
			background: #fff;
			line-height: 16px;
		}
		
		.scrum-text:target span{			
			height: 32px;
			width: 99px;
			background: #fff;
			display: block;
			position: absolute;
			top: -32px;
			z-index:0;
		}
		
		#about span{			
			left:0;
		}
		
		#friends span{			
			left:100px;
		}
		
		#stuff span{			
			left:200px;
			width: 100px;
		}	
		
		.scrum-text ul, .scrum-text p{
			line-height: 1.5em;
			padding-top: 1em;
		}
		
		#boxes a{
			color: #ff0000;
		}
		
		.scrum-text li a{
			display: block;
			line-height: 2.2em;
			font-size: 14px;
			margin-bottom: 6px;
			padding-left: 10px;
			border-left: 1px solid #bbb;
		}
		
		#boxes ul li a:hover{
			color: #fff;
			font-weight: bold;
			background: #999;
			text-decoration: none;
			border-left: 1px solid #555;
		}
