/* Reset browser styles
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

/* http://meyerweb.com/eric/tools/css/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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* 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;
}

/* Global styles
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

html, body {
	width: 100%;
	height: 100%;
}

body { 
	background-color: #fff;
	color: #000;
	font-family: "helvetica neue", helvetica, arial, sans-serif; 
	font-size: 100%;
	line-height: 1.125em; /* 18px */
}

/* Structure
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

#outer-container { 
	position: relative; 
	padding: 60px 0 0 0;
}

#header { 
	position: fixed;
	left: 0;
	top: 60px;
	width: 180px;
	height: 480px;
	background-color: #fff;
	opacity: 0.8; /* CSS3 standard for Firefox */
	filter:alpha(opacity=80) /* CSS3 standard for IE */
}

#navigation { margin: 36px 0 0 0; }

#content { margin: 0 0 0 240px; }

.clear { clear: both; }

fl-l { float: left; }

fl-r { float: right; }

/* Header
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

h1 { 
	padding: 6px 18px 6px 0; 
	background-color: #d8d8d8;
}

h2 a { padding: 6px 18px 6px 0; } 

ul { background-color: #f0f0f0; }

li a { padding: 2px 18px 2px 0; }

/* Content
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

#content img {
	float: left;
	margin: 0 240px 0 0;
}

.section {
	float: left;
	width: 480px;
	height: 480px;
	margin: 0 240px 0 0;
}

/* Typography
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

em { font-style: italic; }

h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	color: #101010;
	font-size: 1em; /* 6px */ 
	letter-spacing: 0.1875em; /* 3px */
	text-align: right;
}

h2 { 
	color: #101010;
	font-size: 0.8125em; /* 13px */ 
	letter-spacing: 0.0625em; /* 1px */
	text-align: right;
}

h3 { font-size: 0.75em; /* 12px */ }

h4 { font-size: 0.6875em; /* 11px */ }

h5 { font-size: 0.625em; /* 10px */ }

h6 { font-size: 0.5625em; /* 9px */ }

li { 
	color: #101010;
	font-family: verdana, sans-serif;
	font-size: 0.6875em; /* 11px */
	letter-spacing: 0.03125em; /* 0.5px */
	text-align: right;
}

p { font-size: 0.6875em; /* 11px */ }

strong { font-weight: bold; }

.underline { text-decoration: underline; }

/* Link styles
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

a img { border: none; }

a { text-decoration: none; }

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
li a:link, li a:visited {
	display: block;
	color: #101010;
}

h1 a:hover { 
	display: block;
	color: #fff; 
}

h2 a:hover {
	display: block;
	background-color: #d8d8d8;
	color: #fff;
}

li a:hover {
	display: block;
	background-color: #d0d0d0;
	color: #fff;
}

h2.current a:link, h2.current a:visited, h2.current a:hover { 
	display: block;
	background-color: #a0a0a0;
	color: #fff;
}

li.current a:link, li.current a:visited, li.current a:hover { 
	display: block;
	background-color: #b8b8b8;
	color: #fff;
}

