/* Print stylesheet */

/* Reset */

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;
}
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;
}



/* Misc. */

div.clear,
.clear {
	clear: both;
}



/* Body */

body {
	color: #fff;
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.6em;
}



/* Wrapper */

div#wrapper {
	font-size: 1.2em;
	margin: 0 auto;
	width: 903px;
}



/* Header */

div#header {
	color: #656d7a;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}
div#header h1 {
	float: left;
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	margin: 13px 0 50px 0;
	width: auto;
	word-spacing: -4px;
}
div#header h1 span,
span.name {
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", sans-serif;
	font-weight: 600;
}
div#header h1 a {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}
div#header ul {
	float: right;
	font-weight: 600;
	margin: 1.3em 0 1.0em 0.5em;
	text-transform: uppercase;
	width: auto;
}
div#header li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	width: auto;
}
div#header li a {
	color: #eaeaea;
	padding: 15px 10px;
	text-decoration: none;
}
div#header li a:hover,
div#header li.current a {
	color: #fff;
}
div#header p#tagline {
	clear: both;
	display: block;
	font-size: 1.8em;
	height: 66px;
	text-indent: -999em;
	width: 711px;
}
div.breadcrumb {
	color: #fff;
	display: none;
	text-transform: lowercase;
}
body div.breadcrumb a {
	text-decoration: none;
}
div#header h2 {
	display: none;
}
body div.page div.breadcrumb,
body div.single div.breadcrumb,
body div.archive div.breadcrumb,
body div.blog div.breadcrumb,
body div.blog div#header h2,
body div.archive div#header h2,
body div.single div#header h2,
body div.page div#header h2 {
	display: block;
}




/* Typography */

strong {
	font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", sans-serif;
	font-weight: 600;
}
p {
	margin: 0 0 1.5em 0;
}
p.highlight,
body p.message {
	border: 1px solid #2c2c2c;
	color: #d6eab3;
	text-align: center;
}
abbr {
	border-bottom: 1px dotted #fff;
}
div.content h1,
h2 {
	clear: both;
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}
div#header h2 {
	font-size: 2.4em;
}
h3 {
	clear: both;
	color: #fff;
	font-size: 1.2em;
	margin: 0 0 0 0;
}
div.item h3 {
	font-size: 0.9em;
	margin-bottom: 4px;
}
h4 {
	font-size: 1.2em;
	margin: 1.4em 0 0 0;
}
ul,
ol {
	list-style: none;
	margin: 1.0em 2.5em 1.5em 2.5em;
}
ul li {
	list-style-type: disc;
	margin: 0 0 0.75em 0;
}
ol li {
	list-style-type: decimal;
}
hr {
	border: none;
	border-bottom: 1px solid #343434;
	clear: both;
	height: 0;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}
p.wp-caption-text {
	font-size: 0.8em;
	font-style: italic;
}



/* Images */

img {
	border: 1px dotted #fff;
	padding: 2px;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
	width: auto;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	width: auto;
}



/* Container */

div#container {
	font-size: 1.2em;
	line-height: 1.5em;
	width: 100%;
}
div#container div.content {
	float: none;
	margin: 0 auto;
	padding: 15px 20px;
	width: 80%;
}
body.sidebar div#container div.content { /* When a sidebar is used */
	float: left;
	margin: 0;
	width: 70%;
}
div.aside {
	float: right;
	width: 20%;
}
div#container a,
div.breadcrumb a {
	color: #d6eab3;
	text-decoration: underline;
}
div#container a:hover,
div.breadcrumb a:hover {
	color: #fff;
}
div#container h2 a {
	text-decoration: none;
}



/* Aside / Sidebar */

div.aside {
	font-size: 0.8em;
/*	font-weight: 500; */
}
div.aside h3 {
	font-size: 1.4em;
	font-weight: normal;
}
div#container div.aside a {
	text-decoration: none;
}
ul#status {
	margin: 10px 0 0 0;
	width: 196px;
}
ul#status li {
	display: block;
	list-style-type: none;
	padding: 0 5px;
}



/* Projects */

li#commentbits,
li#wpcandy {
	float: left;
	list-style-type: none;
	margin: 0 40px 20px -20px;
	width: auto;
}
li#commentbits a,
li#wpcandy a {
	display: block;
	text-indent: -999em;
}
li#commentbits a {
	background: url('images/sprite.png') -743px -140px no-repeat;
	height: 53px;
	width: 42px;
}
li#commentbits a:hover {
	background: url('images/sprite.png') -785px -140px no-repeat;
}
li#wpcandy a {
	background: url('images/sprite.png') -827px -139px no-repeat;
	height: 54px;
	width: 60px;
}
li#wpcandy a:hover {
	background: url('images/sprite.png') -887px -139px no-repeat;
}

div.aside h3 {
	clear: both;
}



/* Portfolio */

div.item {
	float: left;
	overflow: hidden;
	margin: 0 0 20px 0;
	width: 220px;
}
div.alt,
div.odd {
	clear: left;
	margin: 0 40px 20px 0;
}
div.item img {
	border: none;
	padding: 0;
}
div.item img:hover {
	margin-left: -220px;
}
div.item ul {
	font-size: 0.75em;
	margin: 0;
}
div.item ul li {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	width: auto;
}
div#container div.item li a {
	color: #fff;
	padding: 2px 6px 3px 6px;
	text-decoration: none;
}
div#container div.item li a:hover {
}
p.url {
	font-style: italic;
	margin-bottom: 0;
	margin-top: -14px;
}
div#container p.url a {
	text-decoration: none;
}
div#container div.item h3 a {
	text-decoration: none;
}




/* Forms */

form {
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", sans-serif;
	font-weight: 600;
}
label {
	clear: left;
	display: block;
	float: left;
	font-size: 0.9em;
	line-height: 1.9em;
	margin: 0 20px 15px 0;
	text-align: right;
	width: 190px;
}
input,
select,
textarea {
	color: #343434;
	float: left;
	font-size: 1.0em;
	margin: 0 0 15px 0;
}
input {
	height: 20px;
	padding: 0 5px;
	width: 230px;
}
div.ginput_container {
	float: left;
	width: 230px;
}
select {
	margin-top: 5px;
	width: 250px;
}
textarea {
	height: 100px;
	padding: 5px;
	width: 235px;
}
input,
textarea {
	border: 1px solid #fff;
}
button,
input.button,
input#wp-submit {
	border: 1px solid #222;
	color: #d6eab3;
	float: right;
	font-size: 1.0em;
	margin: 0 30px 0 0;
	text-align: center;
	width: auto;
}
button:hover,
input.button:hover,
input#wp-submit:hover {
	color: #2c2c2c;
	cursor: pointer;
}
form.loginform p.submit {
	float: right;
	margin-right: 45px;
}
ul#gform_fields {
	margin: 0;
}
ul#gform_fields li.gfield,
ul#cycnav li {
	list-style-type: none;
}
ul#cycnav {
	float: right;
	font-size: 0.8em;
	margin: 0 10px 0 0;
}
li.gsection {
	border-bottom: 1px solid #343434;
	clear: both;
	height: 1px;	
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}
div.gform_footer {
	clear: both;
}
div.gform_footer a {
	float: right;
	font-size: 0.6em;
	margin: 0 15px 0 0;
	width: auto;
}
body form input.checkbox {
	float: right;
	margin-top: 7px;
	width: 318px;
}
body div div form.loginform label {
	clear: left;
}



/* Single portfolio page */

body.single div.item,
div.single div.item {
	padding: 10px 0 0 0;
}
body.single div.item h3,
div.single div.item h3 {
	float: left;
	margin-right: 15px;
	width: auto;
}
body.single div.item,
div.single div.item {
	width: 100%;
}
blockquote {
	clear: both;
	padding: 0 0 0 30px;
	position: relative;
}
span.first {
	font-size: 4.0em;
	left: 0;
	position: absolute;
	top: 15px; 
}
cite {
	display: block;
	font-size: 0.8em;
	margin: -15px 0 0 0;
	text-align: right;
}



/* Blog posts */

div.meta {
	clear: both;
	font-size: 0.8em;
	margin-bottom: 30px;
}
div.meta hr {
	margin-bottom: 5px;
	margin-top: 0;
}




/* Page navigation */

div.nav ul {
	float: right;
	margin: -10px 0 0 0;
	width: auto;
}
div.nav ul li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 10px;
	width: auto;
}
div#container div.nav a {
	border: 1px solid #0a0a0a;
	color: #fff;
	padding: 2px 3px;
	text-decoration: none;
}
body div#container div.nav a:hover {
	color: #000;
}
div#container div.nav li.current a {
	border: 1px dotted #fff;
}


/* Comments */

ol.commentlist {
	margin: 15px 0 0 0;
}
ol.commentlist li {
	list-style-type: none;
}
div.avatar {
	float: left;
	margin: 10px 20px 0 -20px;
	width: auto;
}
p.author {
	font-size: 0.8em;
	font-style: italic;
	margin: 0 0 0 0;
}
div.copy {
	float: left;
	width: 410px;
}
ol.trackbacks {
	clear: both;
}
div#respond {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	width: auto;
}
div#respond form {
	float: left;
	padding: 20px 0 20px 0;
	width: auto;
}
div#respond label {
	position: relative;
	width: 120px;
}
div#respond input {
	margin-bottom: 30px;
	width: 300px;
}
div#respond input.not-req { /* A normal field, without helper text */
	margin-bottom: 0;
}
div#respond textarea {
	width: 298px;
}
div#respond label small {
	bottom: -20px;
	display: block;
	font-size: 0.8em;
	position: absolute;
	right: -220px;
	text-align: left;
	width: 200px;
}
div#respond p.markup { /* The paragraph saying what markup is allowed in comments */
	font-size: 0.8em;
}




/* Footer */

div#footer {
	color: #ccc;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 155px 0 5px 0;
	position: relative;
	width: 740px;
}
div#footer p {
	margin: 0;
}
div#footer a {
	border-bottom: 1px dotted #c6c6c6;
	color: #c6c6c6;
	text-decoration: none;
}
div#footer a:hover {
	border-bottom: 1px dotted #c6c6c6;
	color: #fff;
}



/* The rounded borders */

p.highlight,
div#container div.item li a,
input,
textarea,
button,
input.button,
body p.message {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}




