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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
.clear {
	clear: both;
}

/* GLOBAL */

a:link {
	text-decoration: none;
	color: #3498c7;
}
a:visited {
	text-decoration: none;
	color: #3498c7;
}
a:active {
	text-decoration: none;
	color: #3498c7;
}
a:hover {
	text-decoration: none;
	color: #277396;
}

html {
	height: 100%;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	border-top: solid 4px #424247;
	text-shadow: 0 2px #fff;
	font-weight: 200;
	background-color: rgb(233,236,239);
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(255,255,255)),
	    color-stop(1, rgb(233,236,239))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(255,255,255) 0%,
	    rgb(233,236,239) 100%
	);
}

body.blog {
	background-color: #fff;
	background-image: none;
}

#wrapper {
	
}

#container {
	width: 980px;
	margin: auto;
}

#header {
	width: 100%;
	height: 110px;
}

#header li {
	float: right;
	margin: 17px 35px 0px 0px;
	//text-transform: uppercase;
}

#header li a {
	color: #999;
}

#header li a:hover {
	color: #3498c7;
}

#header img {
	float: right;
}

#featured {
	width: 280px;
	padding: 0px 60px;
	float: left;
}

#content {
	padding-top: 25px;
	width: 520px;
	float: left;
}

#content h1 {
	font-size: 85px;
	line-height: 82px;
	margin-bottom: 30px;
}

#content h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 32px;
}

#content p {
	color: #555;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}

body.blog #content {
	position: relative;
	width: 100%;
}

body.blog #content .date {
	width: 250px;
	text-align: right;
	color: #999;
	font-size: 24px;
}

body.blog #content .text {
	position: relative;
	top: -32px;
	left: 300px;
	width: 550px;
	padding-bottom: 40px;
}

#content.blog p {
	font-size: 16px;
	padding-right: 50px;
}

#content.blog ol {
	list-style: decimal;
	margin-bottom: 22px;
}

#content.blog li {
	margin-left: 23px;
	line-height: 30px;
}

#header li a.current {
	color: #3498c7;
}

span.blue {
	color: #3498c7;
}