/*--- reset ------------*/
/* Resetting of element defaults to avoid cross-browser incompatibilities */
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img, a img, :link img, :visited img, fieldset, input, textarea, button {
	border: 0;
}

object {
	outline: none; /* fix for FF3 */
}

/*--- page layout framework ------------*/

html {
	overflow: hidden;
}

body {
	font-size: 76%;
	text-align: center;
	color: #ddd;
	background: #121314 url("/img/global/concrete.jpg") center 25px repeat-x;
	width: 100%;
	height: 100%;
}

/*--- element defaults ------------*/

p, li, dd, legend, input, label, select, optgroup, textarea, table {
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	font-size: 1em;
}

p {
	margin: 0 0 1.3em 0;
	line-height: 1.4em;
}

span, cite {
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
}

blockquote {
	margin: 0 0 1.3em 1em;
	padding: 0 2em 0 1em;
	color: #C5CBD0;
	border-left: 3px solid #a1ff66;
}

code {
	font: 0.9em "Consolas", "Courier New", "Courier", "FreeMono", monospace;
	color: #C5CBD0;
}

/*--- links ------------*/

a {
	font-size: inherit;
}

a:link {
	text-decoration: none;
	color: #0bf;
}

a:visited {
	text-decoration: none;
	color: #0bf;
}

a:hover {
	text-decoration: underline;
	color: #0bf;
}

a:active {
	text-decoration: none !important;
	color: #fff;
}

/*--- headings ------------*/

h1, h2, h3, h4, h5 {
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	line-height: 1em;
	font-weight: normal;
}

h1 {
	display: block;
	float: left;
	width: 68px;
	height: 14px;
	margin-top: 10px;
}

h1 a {
	display: block;
	width: 68px;
	height: 14px;
	font-size: 1.6em;
	font-weight: bold;
	background: transparent url("/img/global/logo.png") 0 center no-repeat;
	text-indent: -300em;
	outline: none;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.9em;
	color: #b6ecff;
}

h3 {
	margin: 0.2em 0 0.5em 0;
	font-size: 1.4em;
	color: #fff;
}

h4 {
	margin: 0 0 0.2em 0;
	font-size: 1.4em;
	color: #a1ff66;
}

h5 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

/*--- header ------------*/

div#header {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background: transparent url("/img/global/header_tile.png") 0 0 repeat-x;
}

div#branding {
	position: relative;
	width: 27em;
	float: left;
	padding: 0 2em;
}

/*--- navigation ------------*/

div#navigation {
	position: relative;
	width: 33em;
	float: right;
	text-align: right;
}

div#navigation ul, div#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#navigation ul li {
	display: block;
	float: left;
	background: transparent url("/img/global/nav_separator.png") right 0.8em no-repeat;
}

div#navigation ul li a {
	display: block;
	float: left;
	padding: 0.7em 0.8em 0.6em 0.7em;
	font-size: 1.1em;
	color: #acacac;
	outline: none;
}

div#navigation ul li a:hover {
	text-decoration: none;
	color: #fff;
}

div#navigation ul li.on a {
	color: #0bf;
}

div#navigation ul li#subscribe {
	background: none;
}

div#navigation ul li#subscribe a {
	padding-left: 2.3em;
	background: transparent url("/img/global/feed_icon.gif") 0.8em 0.8em no-repeat;
}

/*--- content ------------*/

div#contentContainer {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0;
	top: 0;
	left: 0;
	text-align: center;
	overflow: auto;
}

div#contentBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 500px;
	margin: -250px 0 0 -480px;
	background: transparent url("/img/global/box.png") 0 0 no-repeat;
}

/*--- archive ------------*/

div#archiveImages ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 5px 7px 9px 7px;
	background: transparent url("/img/global/shadow.png") center 0 no-repeat;
}

div#archiveImages ul li a {
	display: block;
	width: 77px;
	height: 77px;
}

div#archiveImages ul li a img {
	width: 77px;
	height: 77px;
	vertical-align: middle;
}

/*--- footer ------------*/

div#footer {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #000;
}

div#footer p {
	margin: 0;
	padding: 0.7em 2em;
	font-size: 0.9em;
	color: #8b8b8b;
}

div#footer p#portfolio {
	width: 17em;
	float: left;
}

div#footer p#copyright {
	width: 27em;
	float: right;
	text-align: right;
}

div#footer a {
	color: #c5c5c5;
}

div#footer a:hover {
	color: #fff;
}

/*--- paragraphs ------------*/

.tagline {
	display: block;
	float: left;
	padding: 0.7em 0 0 1.2em;
	color: #8b8b8b;
	font-size: 1.1em;
}

p#loader {
	margin-left: -0.5em;
	padding: 0.4em 0 0 1.7em;
	font-size: 0.9em;
	color: #fff;
	line-height: 1.5em;
	background: transparent url("/img/global/loader2.gif") 0 top no-repeat;
}

/*--- forms ------------*/

label {
	display: block;
	padding: 0.4em 0;
}

input, textarea {
	margin-bottom: 0.7em;
	padding: 6px 5px 4px 5px;
	font-size: 1.1em;
	color: #8b8b8b;
}

input {
	width: 270px;
	height: 18px;
	background: transparent url("/img/global/input.png") 0 top no-repeat;
}

textarea {
	width: 370px;
	height: 100px;
	background: transparent url("/img/global/textarea.png") 0 top no-repeat;
	overflow: auto;
}

button {
	font-size: 0.9em;
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: auto;
	overflow: visible;
	background-color: transparent;
	text-indent: -300em;
}

/*--- bullet lists ------------*/

ul {
	margin-bottom: 0.7em;
}

ul li {
	padding: 0 0 0.8em 1.5em;
	list-style-type: none;
	background: transparent url("/img/global/li_off.png") 0.2em 0.4em no-repeat;
}

ul li:hover {
	background: transparent url("/img/global/li_on.png") 0.2em 0.4em no-repeat;
}

ol li {
	margin-left: 2em;
	padding: 0 0 0.8em 0;
}

/*--- miscellaneous ------------*/

p#skip {
	display: none;
}

div.c { /* to clear a float */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}