* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  margin: 0; padding: 0; }

#wrap { width: 75%; margin: 0 auto; min-width: 300px; max-width: 800px; }

#tabwrap { 
	background: #fff; 
	overflow: hidden; 
	width: 100%;
	min-height: 300px;
	box-shadow: 0 0 20px #ddd;
	border: 1px solid #ddd;
}

#tabwrap ul{
    margin: 0;
}

#tabs { overflow: hidden; background: #777; }
#tabs li { list-style: none; }
#tabs li a { 
    background: #999;
	float: left; 
	display: block;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	width: 25%;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #555;
	border-left: 1px solid #888;
	font-size: 15px;
	text-shadow: 1px 1px 0 #000;
}

#tabs li a:hover { 
    background: #eee;
    color: #666;
	text-shadow: 1px 1px 0 #ddd;
}
#tabs li:first-child a { border-left: 0; }
#tabs li:last-child a { border-right: 0; }

#tabs li.current a { 
	background: #fff; 
	color: #666; 
	text-shadow: 1px 1px 0 #fff;
}

#content > div {
	clear: both;
	padding: 20px;
	line-height: 19px;
	color: #666;
	text-shadow: 1px 1px 0 #fff;
	display: none;
	font-size: 14px;
}

#content .current { display: block; }
#content #home.first { display: block; }
#content p { margin: 0 0 20px 0;}


.syntaxhighlighter { padding: 10px!important; font-size: 1.1em!important; 	box-shadow: 0 0 20px #ddd;}
#instructions p { color: #666; font-size: 14px; margin: 10px 0 20px 0; text-shadow: 1px 1px 1px #fff;}
