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: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

html, body { height: 100%; }

body
{
	background: #d9dde0;
	color: #344e69;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}

/* NAV */
ol#nav
{
	width: 160px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #1a3f4b;
	padding: 40px 12px 0 0;
}

ol#nav li
{
	text-align: right;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}

ol#nav li.home a
{
	color: #17f0ff;
	font-size: 37px;
	height: 100px;
	overflow: hidden;
	font-weight: bold;
	margin: 0;
	text-align: right;
	*position: relative;
	*right: 0;
}

ol#nav li.home a { color: #fff; }
ol#nav li.home a:hover
{
	background: none;
	color: #9C9;
}

ol#nav li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 8px 5px 0;
}

ol#nav li a:hover { background: #9C9; color: #1a3f4b; }
ol#nav li.selected a { background: #ff1960; }

strong, b { color: #1a3f4b; }

/* CONTENT */
#content
{
	width: 620px;
	position: relative;
	top: 69px;
	left: 190px;
	padding: 0 0 50px 0;
	text-shadow: rgba(255,255,255,0.75) 1px 1px 1px;
}

#content h1, #content h2
{
	color: #344e69;
}

#content h1
{
	font-size: 72px;
	color: #ff1760;
	margin: 0 0 8px 0;
	letter-spacing: 0.02em;
}

#content h2
{
	color: #344e69;
	font-size: 20px;
	margin: 0 0 5px 0;
	line-height: 30px;
}

#content img, #content embed
{
	background: #fff;
	padding: 9px;
	border: 1px dotted #fff;
	max-width: 600px;
	-webkit-box-shadow: rgba(2,53,104,.75) 0 1px 3px;
	-moz-box-shadow: rgba(2,53,104,.75) 0 1px 3px;
}

#content ol li
{
	width: 620px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px dotted #344e69;
}

#content ol li.quote blockquote
{
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
	font-family: "Georgia", Times New Roman;
	margin: 0 0 10px 0;
	color: #999;
}

#content ol li.quote cite
{
	float: left;
	clear: both;
	width: 600px;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 10px 0;
}

#content p
{
	margin: 0 0 15px 0;
	font-weight: normal;
	
}

#content a { color: #C06; }
#content a:hover { color: #936; }

#content p.meta
{
	clear: both;
	color: #333;
	font-size: 12px;
}

#content p.meta a
{
	color: #344e69;
	text-decoration: none;
	margin-bottom: 10px;
}

#content p.meta a:hover { text-decoration: underline; }

#content a.button
{
	color: #fff;
	text-decoration: none;
	float: left;
}

#content a.button:hover
{
	color: #666;
	text-decoration: none;
}

#content h3
{
	color: #344e69;
	font-size: 20px;
	margin: 0 0 5px 0;
	line-height: 30px;
}

#content a.button.right
{
	float: right;
	padding: 0;
}

#content embed, #content object { margin: 0 0 15px 0; }
#content.sub { top: 60px; }

#content h1.white
{
	color: #fff;
	width: 700px;
	margin-bottom: 20px;
}

#content .photo blockquote
{
	border-left: 3px dotted #111;
	margin: 9px 0 0 20px;
	padding: 0 0 0 10px;
}

#content .photo blockquote p, #content .photo blockquote a
{
	font-size: 13px;
	color: #444;
}

#content strong { color: #344e69; }

#content .regular h3 a
{
	text-decoration: none;
	color: #344e69;
}

#content ol li ol, #content ol li ul { padding: 0 0 15px 40px; }
#content ol li ol li { list-style-type: decimal; }
#content ol li ul li { list-style-type: disc; }

#content ol li ol li, #content ol li ul li
{
	border: none;
	padding: 0;
	margin: 0;
}

/* NOTES */
#content ol li#notes
{
	border: none;
	margin-top: -32px;
}

#content ol li#notes ol { padding: 0; }

#content ol li#notes ol li
{
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 12px;
	list-style-type: none;
	border-bottom: 1px dotted #344e69;
}

#content ol li#notes ol li blockquote
{
	margin: 9px 0 0 20px;
	padding: 0 0 0 10px;
	border-left: 3px dotted #111;
}

#content ol li#notes img
{
	position: relative;
	border: none;
	padding: 2px;
	margin: 3px 6px -6px 0;
}

#ck
{
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 12px;
	color: #333;
	text-align: right;
	line-height: 18px;
}

#ck a { color: #444; }
#ck a:hover { color: #666; }
