/** { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box; margin: 0; padding: 0; }*/

body { font-family: "Open Sans"; font-size: 13px; background: #f5f5f5; }

/*
h1,h2 { text-align: center; }
h1 {
	font-size: 90px;
	color: #666;
	text-shadow:0px 7px 0px #ddd;
	font-family: "arvo";
	margin-top: 20px ;
}

h2 {
	font-family: Georgia;
	font-style: italic;
	color: #666;
	font-weight: normal;
}

h3 {
	font-size: 40px;
	color: #666;
	text-shadow:0px 7px 0px #ddd;
	font-family: "arvo";
	margin-top: 50px;
}
*/

#wrap { width: 75%; margin: 0 auto; min-width: 300px; max-width: 800px; }

#tabwrap {
	background: #fff;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	/*margin: 30px auto;*/
	box-shadow: 0 0 20px #ddd;
	border: 1px solid #ddd;
}
#tabs { overflow: hidden; background: #777; }
#tabs li { 
	list-style: none;
	font-size:12px;
	/*width: 150%;*/
}
#tabs li a {
	float: left;
	display: block;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	width: 50%;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #555;
	border-left: 1px solid #888;
	text-shadow: 1px 1px 0 #000;
}

#tabs li a:hover { background: #666; }
#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: 0px 5px;
	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;}

code, pre, xmp {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;
}
