/*--------------------------------------------------------------
 Layout
 --------------------------------------------------------------*/
/*
 * section #container
 *   section #masthead
 *     nav
 *   section #content
 *     article
 *       summary
 *       details
 *   footer
 */

body {
	text-align: center;
	margin: 0em;
	background-color: #ffffff;
    font-family: 'Myriad Set Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	min-width: 760px;
}

/*--------------------------------------------------------------
 Site defaults
 --------------------------------------------------------------*/

h1 {
	font-size: 1.55em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 0.91em;
}

a {
	color: #00a;
	text-decoration: none;
	font: normal;
}

a:hover {
	color: #000000;
	font: bold;
}

a:visited {
	color: #a0a;
	font: normal;
}

table {
	font-size: inherit;
	font: 100%;
}

ul {
	list-style-type: disc;
	margin-bottom: 2em;
	list-style-position: outside;
}

ul li {
	line-height: 1.75em;
}

ul span {
	color: #aaa;
	font-size: 0.8em;
	padding-right: 0.8em;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

/*--------------------------------------------------------------
 Container
 --------------------------------------------------------------*/

#container {
	font-size: 1.0em;
	text-align: left;
	padding: 1em 2.5em;
	margin: 1em auto 1em auto;
	line-height: 1.5em;
	width: 720px;
    background-color: white;
}

/*--------------------------------------------------------------
 Header
 --------------------------------------------------------------*/

#masthead {
	font-size: 1.0em;
	margin-left: 0.2em;
	color: #aaa;
	line-height: 1em;
}

#masthead a:link,
#masthead a:visited {
	color: #aaa;
}

#masthead h1 {
	color: #a00;
	font-size: 2.0em;
}

#masthead h1 a:link,
#masthead h1 a:visited {
	color: #a00;
}

/*--------------------------------------------------------------
 Navbar
 --------------------------------------------------------------*/
nav {
    padding: 0.5em;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 1.0em;
}

nav a:hover {
    background: #ddd;
}

nav .menu {
    margin-right: 0.5em;
    padding: 0.5em;
}

/*--------------------------------------------------------------
 Section
 --------------------------------------------------------------*/

section {
	padding: 0em 0em 0em 0em;
}

/*--------------------------------------------------------------
 Footer
 --------------------------------------------------------------*/

footer {
	font-size: 0.91em;
	color: darkgrey;
	overflow: hidden;
	clear: both;
	text-align: left;
	padding: 1em 0em 1em 0em;
	line-height: 0.5em;
}

footer a,
footer a:link,
footer a:visited {
	color: #aaa;
}

footer a:hover {
	color: #00a;
}

footer #copyright {
	color: #aaa;
	text-align: left;
}

footer #copyright a {
	color: #aaa;
}

footer #feed {
	float: right;
}

/*--------------------------------------------------------------
 Article
 --------------------------------------------------------------*/

article {
    padding: 1.0em 0.0em 1.0em 0.0em;
	border-bottom: 1px solid #ddd;
}

article pre {
	border: 1px solid #ddd;
	background-color: #eef;
	padding: 0 0.4em;
}

article ul,
article ol {
	margin-left: 1.0em;
}

article blockquote {
	font-size: 0.91em;
    font-style: italic;
	padding: 0.5em 1.5em;
	white-space: pre-wrap;
	word-wrap: break-word;
}

article code {
	font-size: 0.91em;
	font-family: SF Mono, Menlo, Monaco, Consolas, monospace;
	padding: 0 0;
	white-space: pre-wrap;
	word-wrap: break-word;
}

article pre.highlight {
	border: 1px solid #ddd;
	background-color: #eef;
	font-weight: normal;
}

article pre.code {
	border: 1px solid #ddd;
	background-color: #eef;
	font-weight: normal;
}

article pre.terminal {
	border: 1px solid black;
	background-color: #333;
	color: white;
}

article pre.terminal code {
	background-color: #333;
}

article h1 {
    padding-top: 1.0em;
}

article h2 {
	padding-top: 0.5em;
}

article h3 {
	padding-top: 0.5em;
}

article h4 {
	padding-top: 0.5em;
}

article h5 {
	padding-top: 0.5em;
}

article .video {
    text-align: center;

}
article .video-title {
    font-weight: bold;
}

article .video-note {
	font-style: italic;
}

article .body {
    font-family: Georgia, Times New Roman, Times, serif;
}

/*--------------------------------------------------------------
 Header
 --------------------------------------------------------------*/

header {
    padding: 1em 0em 1em 0em;
}

header .dateline {
	font-size: 1.0em;
	color: #aaa;
	padding: 0em;
	margin: 0;
}

header h1 {
    margin: 0;
    padding: 1em 0 0.5em 0;
}

/*--------------------------------------------------------------
 Archive
 --------------------------------------------------------------*/

#archive {
    border-bottom: 1px solid #ddd;
    padding-top: 1.0em;
}

#archive article {
    padding: 0 0 1em 0;
    margin: 0;
    border-bottom: none;
}

#archive header {
    padding: 0;
}

#archive article p {
    padding: 0em;
    margin: 0em;
}
