


#scroll_vertical {
	background: #fff;
	height: 600px;
	width: 100%;
	margin: auto;
	
}

#scroll_vertical .nano {
	text-shadow: #eee 0 1px;
}

#scroll_vertical pre {
	background: #222;
	border-bottom: 1px solid white;
	border-top: 1px solid black;
	-webkit-box-shadow: black 0 1px 10px inset;
	-moz-box-shadow: black 0 1px 10px inset;
	box-shadow: black 0 1px 10px inset;
	text-shadow: black 0 -1px 1px;
}

#scroll_vertical ul, #scroll_vertical ol {
	display: block;
	margin: 10px 0;
}

#scroll_vertical ul li, #scroll_vertical ol li {
	margin-left: 20px;
	font-size: 13px;
}

#scroll_vertical .nano-content h1 {
	display: block;
	margin: 0;
	padding: 0;
	color: #111;
	text-indent: 0;
	background: none;
	display: none;
}

#scroll_vertical a {
	color: #066;
	text-decoration: none;
	text-shadow: none;
}

#scroll_vertical a:hover {
	text-decoration: underline;
}

#scroll_vertical code {
	font-family:"Trebuchet MS", sans-serif;
}

#scroll_vertical p code {
	background: #222;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-shadow: none;
	color: #ee8;
	padding: 0 3px 0;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: #000 0 2px 3px inset;
	-moz-box-shadow: #000 0 2px 3px inset;
	box-shadow: #000 0 2px 3px inset;
	text-shadow: black 0 -1px 1px;
}

.small.nano {
	background: #ffa;
	height: 100px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.right_section p { font-family:"Trebuchet MS"; line-height:24px; font-size:13px; }
