/* ---( = begin global reset thanks to eric meyer elements )------------------------------- */
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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;	vertical-align: baseline; }
:focus { outline: 0; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* ---( = begin global elements )------------------------------- */
body {
	margin: 0 auto;
	font: normal 15px/1.3 "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
font-weight: 400 }

a, a:visited {
	color: #3399cc;
	text-decoration: none; }
a:hover, a:visited:hover {
	color: #ed1c24;
	text-decoration: none; }

p, ul, blockquote, pre, td, th, label, table {
	margin-bottom: 1.5em; }
sup {
	vertical-align: text-top; }
sub {
	vertical-align: text-bottom; }

/*text*/

h1 {font-size: 2em}

h2 {font-size: 1.6em}

h3 {font-size: 1.4em}

h4 {font-size: 1.2em}

h5 {font-size: 1.1em}

h6 {font-size: 1em}


/*hide stuff*/

.seperator, .avatar, .meta .comments {display: none}

/*header*/

#header {
	position: fixed;
	top: 0;
	background-color: #3399cc;
	color: #fff;
	width: 96%;
	padding: .2em 2%
}

#header .tagline {display: none}

#header h1, #header a:link, #header a:visited {
color: #fff}


#header h1 {
width: 33%;
float: left;
font-size: 1em;
}

#nav  {margin:  0;
width: 66%;
float: right}

#nav li {
display: none
}

#nav li:nth-child(3), #nav li:nth-child(4), #nav li:nth-child(6) {
display: inline-block;
width: 30%;
text-align: right
}

#content {
margin-top: 1em;
width: 96%;
margin: 3em auto 1em auto}

.meta li {display: inline-block}

#footer {
width: 96%;
margin: 1em auto
}

#copyright {
margin-top: 1em}

#copyright br {
padding-top: 1em}
