/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */





#box{
	margin: 0px auto;
	width: 265px;
	text-align: left;	

}

	#tab{
		overflow: hidden;
		margin-left:5px;

	}
	
		#tab li{
			float: left;
			width: 82px;
			margin-right:4px;
		}
		
		#tab li a{
			float: left;
			width: 82px;
			color: #fff;
			font-size: 11px;
			height: 16px;
			padding: 8px 0 2px 0;
			text-align: center;
			z-index: 10;
			background:#637c38;
			position: relative;
			text-decoration:none;
		}
		
		#tab li a:hover{

			text-decoration: none;
		}
		
	
	#boxes{
		position: relative;
		min-height: 250px;
	}
	
		#boxes h1, #boxes h2, #boxes h3{
			font-size: 16px;
			font-weight: bold;
		}
	
			
		.box:target, .box:first-child{
			display: block;
		}
		
		.box{
			display: none;
			position: absolute;
			top:0;
			left:0;
			width: 250px;
			min-height: 226px;
			background: #e3e1dc;
			margin-left:5px;
			margin-top:15px;
		}
		
		.box: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;
		}	
		
		.box ul, .box p{
			line-height: 1.5em;
			padding-top: 1em;
		}
		
		#boxes a{
			color: #ff0000;
		}
		
		.box li a{
			display: block;
			font-size: 14px;
			margin-bottom: 6px;
			padding-left: 10px;
		}
		
		#boxes ul li a:hover{
			color: #fff;
			font-weight: bold;
			background: #999;
			text-decoration: none;
		}
.tab_radmore{
    color:#8a8a8a;
	width:80px;
	float:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
.tab_radmore a{
    color:#8a8a8a;
	text-decoration:none;
}	
.sms{  
    background-color: #FFFFFF;
    float: left;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.sms img { padding-bottom: 20px;}

#online{ font-size:18px; font-weight:bold; line-height:20px;color:#330000; }