html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {

	background: #818176 url('http://net-tutorials.com/images/random_grey_variations.png');
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0 -25px 14px -25px;
	font-size: 2.0em;
	color: #0769ad;
	border-bottom: 1px dotted #c0c0c0;
	padding: 4px 15px;
}

h2 {
	margin: 14px 0;
}

#page {
	width: 960px;
	margin: 0 auto;
}

#header {
	/*position: relative;
	height: 90px;*/
	margin-top: 10px;
	color: white;
}

#header #logo {
	float: left;
}

#header #logo img {
	margin: 0 0 15px 10px;
	box-shadow: 2px 2px 5px #000;
	width: 90px;
	height: 90px;
}

#sidebar {
	width: 300px;
	float: right;
	margin: 15px 0 30px;
}

#top-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	/*background: #6a6a6a;
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}

#top-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

#top-nav li:first-child {
	margin-left: 10px;
}

#top-nav li a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;

}

#top-nav a:hover {
	/*color: #0769ad;*/
	text-decoration: underline;
	/*background: #474747;
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);*/
}

#toc-link {
	display: none;
}

nav div.menu {
	background: none repeat scroll 0% 0% white;
	margin: 0px 0px 20px;
	padding: 10px 20px;
	border-radius: 8px;
	box-shadow: 0px 1px 3px black;
}

nav div.menu h3 {
	border-bottom: 2px solid #0769ad;
	margin-bottom: 4px;
}

nav div.menu ul {
	list-style-type: square;
	margin-left: 15px;
}

nav div.menu ul li a {
	color: #829993;
}

#top-ad {
	float: right;
}

#side-ad {
	display: none;
}

#content {
	background: #fff;
	margin: 15px 0 30px;
	padding: 20px 25px;
	width: 590px;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}



p {
	margin: 0 0 1.2em;
	padding: 0;
}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

.floatstop {
	clear: both;
	font-size: 0px;
	overflow: hidden;
	height: 0;
	float: none;
}

footer {
	clear: both;
	color: #ccc;
	font-size: 85%;
	margin-bottom: 50px;
}

a.navigation {
	font-size: 1.5em;
	font-weight: bold;
	color: #0769ad;
	text-decoration: none;

}

a.navigation img {
	vertical-align: middle;
}

article a {
	color: #829993;
}

article a:visited {
	color: #808080;
}

.separator {
	border-top: 1px dotted silver;
	margin: 0 -25px;
}

#fixed-bar {
    margin: 0;
    padding: 0;
    background-color: rgba(128,128,128,0.7);
	border-top: 1px solid silver;
    z-index: 100;
	width: 100%;
}

#bar-inner {
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
	width: 960px;
}

.go-top, .footer-link {
	font-weight: bold;
	font-size: 180%;
	color: #fff;
	text-decoration: none;
}



pre {
	/*width: 95%;*/
	border: 1px solid #eee !important;
	border-radius: 4px;
	overflow: auto;
	padding: 8px;
	background-color: #eeeeee;
	margin-top: 0px;
	font-size: 12px;
	margin: 15px 5px;
}

.codebox_bar {
	margin: 15px 5px -14px 5px;
	text-align: right;
}

.codebox_bar .tab {
	color: #fff;
	background-color: #0769ad;
	padding: 4px 8px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 11px;
}


.demo_area {
	border: 1px solid #eee;
	margin: 15px 5px -16px 5px;
	padding: 10px;
	border-radius: 4px;
}

.bold {
	font-weight: bold;
}

.validationError {
	color: red;
	font-weight: bold;
}

.forum_widget {
	font-size: 1.2em;
}

.forum_widget a {
	color: #1E79A7;
}

.forum_widget td {
	height: 28px;
}

.forum_widget td img {
	margin-right: 6px;
	vertical-align: baseline;
}

.forum_widget .category {
	font-size: 0.8em;
	font-family: Consolas, Monaco, Courier, monospace;
	padding: 0 4px;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	border-radius: 3px;
}

