/* =================== */
/* ==== HTMLFIVER ==== */
/* =================== */

/* TOC

*/


/* 1. MEYER RESET 
----------------------------------------------- */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 1px dotted #666;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 1. GENERAL
----------------------------------------------- */
body {
	background-color: #3C74B0; /* #4186d3 3B77B8 356CA6 4993E3 3B77B8 3C74B0 */
	color: #333;
	font: 100%/1 arial, helvetica, sans-serif;
	padding-bottom: 30px;
}

/* set to block for browsers that don't support natively  */
article, aside, footer, header, nav, section { 
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, serif;
	font-size: .9em;
	margin-top: 1.2em;
	margin-bottom: 0;
}

p, li, dd, dt, label, pre {
	font-size: 0.75em;
	line-height: 1.5;
}

li p, li pre {
	font-size: 1em;
}

ol {
	list-style-type: decimal;
	padding-left: 18px;
}

li {
	margin-top: 5px;
}

li li {
	font-size: 1em;
	margin-top: 1px;
}

p {
	margin-top: 1em;
	line-height: 1.5;
}

blockquote {
	font-family: georgia, serif;
	padding: 3px 0 5px 30px;
}

code {
	font: 1em/1 "Courier New", courier, sans-serif;
}

pre code {
	font-size: 1.2em;
}

label {
	display: block;
	margin: 15px 0 3px;
}

/* Links */
a {
	color: #4186d3;
	text-decoration: none;
}

a:visited {
	color: #4186d3;
}

a:focus, a:hover {
	/* 	color: #fff;
	background: #0186d3; */
	text-decoration: underline;
}


/* Containers
---------------------------------------- */
#container {
	background-color: #fff;
	background-color: #eee;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 920px;
	
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

#container, #inner {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/* -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; */
}

#masthead {
	background: #4186d3; /* 4186d3 blue | 76aaa8 green */
	border: 1px solid #000;
	border-bottom-width: 2px;
	border-top: 0;
	padding: 25px 20px 0;
	
	position: relative;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 5px 3px rgba(102,102,102,0.6);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.6);
}

#inner {
	background-color: #fff;
	border: 1px solid #000;
	float: left;
	width: 918px;
}

#main {
	float: left;
	margin-bottom: 2em;
	padding: 10px 45px 15px 20px;
	width: 648px; /* 603 */
}

#sidebar {
	background-color: #eee;
/* 	margin-left: 638px; */
	float: left;
	padding: 15px;
	width: 240px;

/* 	-moz-box-shadow: 0px -2px 5px #999;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
	box-shadow: 0px -2px 5px #999; */
}

#footer {
	clear: both;
	font-weight: bold;
	padding: .6em .25em .1em;
}

#footer p {
	margin: 0;
	font-size: 0.675em;
}


/* CONTENT
-------------------------------------- */
.back {
	font-weight: bold;
}

/* .long {
	overflow: auto;
}

.long li {
	float: left;
	width: 125px;
} */

#main img, #sidebar img {
	border: 1px solid #000;
}

article h1#hdrPage { /* The main h1 on a page */
	font-size: 1.2em;
}

article ul {
	list-style: circle;
	padding-left: 25px;
}

#main li a {
	font-weight: bold;
}

#main li li a {
	font-weight: normal;
}

article li span {
	font-style: italic;
}

.update {
	font-size: .75em;
	margin: 15px 0 0;
}

.update span {
	font-style: italic;
}

.step {
	font-weight: bold;
}

/* Code examples */
.example {
	font-weight: bold;
}

p.code {
	margin-top: 0;
}

.example, p.code, .rendered {
	margin-left: 30px;
}

form div.code {
	background-color: #eee;
	font-size: .75em;
	padding: 3px;
	position: relative;
	top: -20px;
	left: 210px;
	width: 460px;
}


/* BOOK SUMMARY
-------------------------------------- */
#bookSummary {
	border-top: 1px solid #666;
	margin-top: 30px;
}

.summary {
	font-size: .95em;
}


/* SIDEBAR
-------------------------------------- */
#sidebar {
	color: #444;
	padding: 15px 20px;
	width: 163px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;	
}

#sidebar a:hover {
	background: transparent;
}

#sidebar h1 {
	font-size: .9em;
	margin-bottom: 10px;
}

#sidebar dt, #sidebar dd {
	font-size: .7em;
}

#sidebar .aboutBook dt {
	font-weight: bold;
	margin: 7px 0 0;
}

#sidebar .aboutBook ul {
	list-style-type: circle;
	padding-left: 17px;
}

#sidebar .aboutBook li {
	font-size: .95em;
	margin: 0;
}

