/*
----------
Directives
----------
*/

/*******
 * Web font embedding
 *******/

/* 
 * Journal
 */

@font-face {
	font-family: Journal;
	src: url(/fonts/journal.eot);
	src: local('Journal'), url(/fonts/journal.ttf) format('truetype');
}

/*
-----
Reset
-----
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, pre, blockquote, q, cite, code, kbd, var, samp, ul, ol, li, dl, dt, dd, img, map, area, object, iframe, table, caption, thead, tbody, tfoot, tr, th, td, fieldset, form, label, legend, a, abbr, acronym, address, dfn, strong, em, ins, del, br, hr, big, small, sub, sup {
	font: inherit;
	text-align: inherit;
	text-decoration: inherit;
	vertical-align: baseline;
	color: inherit;
	background: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	cursor: inherit;
	outline: none;
}

html {
	height: 100%;
	background: #194874 url(/images/bg.jpg) center top repeat;
}

body {
	min-height: 100%;
	font: normal normal normal 95%/15px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	text-shadow: 0 1px #11375c;
	color: #fff;
	background: transparent url(/images/bg_glow.jpg) center top no-repeat;
	cursor: auto;
}

h1, h2, h3, h4, h5, h6 { line-height: 1em; }

h1 {
	position: relative;
	width: 900px;
	height: 225px;
	font-size: 6em;
	font-weight: bold;
	line-height: 225px;
	text-align: center;
	margin: 0 auto;
}

h2, h3 { font-family: Journal, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1em; }
h2, #items h3 { font-size: 3em; }
h3 { font-size: 2em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.5em; }
h6 { font-size: 1.2em; }

p, ul, ol { margin: 15px 0; }
pre, code, kbd, var, samp { font-family: monospace; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after { content: ''; }
q:before { content: '\201C'; }
q:after { content: '\201D'; }
q q:before { content: '\2018'; }
q q:after { content: '\2019'; }

li, dd { margin-left: 2em; }
ul { list-style: disc inside url(/images/bullet.gif); }
li ul { list-style-type: circle; }
li li ul { list-style-type: square; }
ol { list-style-type: decimal; }
li ol { list-style-type: lower-alpha; }
li li ol { list-style-type: lower-roman; }

table, th, td { border-collapse: collapse; border-spacing: 0; }

fieldset { border: 2px groove; padding: 1em; }
legend { padding: 0.5em; }
label { cursor: default; }

a { cursor: pointer; }
a:link, a:visited { color: #ff6; }
a:hover, a:active { text-decoration: underline; color: #cff; }
abbr, acronym, dfn { border-bottom: 1px dotted; cursor: help; }
strong { font-weight: bold; }
em, address, dfn { font-style: italic; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
hr { border: 1px inset; visibility: hidden; height: 2em; }
big { font-size: larger; }
small, sub, sup { font-size: smaller; }
sub { vertical-align: sub; }
sup { vertical-align: super; }

/*
-----------------
Stylesheet proper
-----------------
*/

/*******
 * Page wrapper
 *******/

#wrap {
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding-top: 150px;
}

/*******
 * Header
 *******/

#header span {
	display: block;
	position: absolute;
	width: 900px;
	height: 225px;
	top: 0;
	left: 0;
	background: transparent url(/images/title.png) left top no-repeat;
}

/*******
 * Navigation
 *******/

#nav {
	position: absolute;
	width: 100%;
	height: 24px;
	top: 0;
	left: 0;
}

#nav ul {
	margin: 0.75em 1em;
}

#nav li {
	display: block;
	float: left;
	margin: 0;
}

#nav a {
	display: block;
	padding: 0 1px;
	height: 25px;
	color: #fff;
}

#nav .current a, #nav a:hover {
	background: transparent url(/images/nav-hover.gif) center center repeat-x;
}

#nav a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

#back-nav {
	float: left;
}

#main-nav {
	float: right;
	background: transparent url(/images/nav-right.gif) right center no-repeat;
	padding-right: 8px;
}

#main-nav li {
	background: transparent url(/images/nav-sep.gif) left center no-repeat;
	padding-left: 11px;
	padding-right: 7px;
}

#main-nav #nav-home {
	background-image: url(/images/nav-left.gif);
	padding-left: 15px;
}

/*******
 * Content
 *******/

#content {
	background: transparent url(/images/content.gif) center top repeat-y;
	padding: 30px 45px 15px 45px;
}

.cap { height: 45px; background-position: center center; background-repeat: no-repeat; }
#content-head { background-image: url(/images/content-head.png); }
#content-foot { background-image: url(/images/content-foot.png); }

#columns {
	float: left;
	width: 900px;
	background: transparent url(/images/columns-sep.gif) 375px top repeat-y;
	margin-bottom: 30px;
}

#intro { float: left; width: 360px; }
#items { float: right; width: 510px; }

#icons {
	float: left;
	width: 375px;
	margin: 2em 5em 0 4em;
}

#icons li {
	display: block;
	width: 150px;
	height: 225px;
	margin: 0;
}

#icons img {
	width: 150px;
	height: 150px;
}

#icons span {
	display: block;
	text-align: center;
}

#icons .left { float: left; }
#icons .right { float: right; }

#placeholder p {
	font-family: Journal, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
	text-align: center;
}

/*******
 * Footer
 *******/

#footer {
	clear: both;
	min-height: 15px;
	font-size: 0.85em;
	text-align: center;
	padding-top: 15px;
	background: transparent url(/images/footer.gif) center top no-repeat;
}

#footer p {
	margin: 0;
}