@charset "UTF-8";

/* RESET CSS

----------------------------------------------------------------------------- */

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;
	}	
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
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;
	}
	
/* TYPOGRAPHY

----------------------------------------------------------------------------- */
 h1 {
	font: 36px Helvetica Neue, Helvetica, Arial, serif;
	font-weight: bold;
	letter-spacing: -0.04em;
	color: black;
	}

h2 {
	font: 14px Helvetica Neue, Helvetica, Arial, serif;
	font-weight: bold;
	}

#masthead h1 {
	font: 36px Helvetica Neue, Helvetica, Arial, serif;
	font-weight: bold;
	letter-spacing: -0.04em;
	width: 600px;
	color: black;
	margin: 0 0 0;
	}

#masthead h2 {
	font: 12px Helvetica Neue, Helvetica, Arial, serif;
	font-weight:normal;
	width: 600px;
	margin: 0 0 0;
	}
	
p {
	font: 12px Helvetica Neue, Helvetica, Arial, serif;
	font-weight:normal;
	}

/* GLOBAL

----------------------------------------------------------------------------- */

body {
	margin-top:0;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	text-align: center;
	color: #333;
	font: normal normal 12px Helvetica Neue, Helvetica, Arial, sans-serif;
	overflow-y:scroll;
	}
	
a:link {
	color: #999;
	text-decoration: none;
	}

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

a:hover {
	text-decoration: none;
	color: #000;
	}

a:active {
	text-decoration: none;
	color: #000;
	}
	
#work li.work a,
#words li.words a,
#photos li.photos a,
#info li.info a {
	color:black;
	}
	
.float-clear {
	clear: both; 
	height: 0; 
	font-size: 0;
	}
	
.float-left {
	float:left;
	}
	
.float-right {
	float:right;
	}
	
#wrapper {
	margin: 0 auto;
	width: 775px;
	}

.content {
	float: left;
	padding: 10px 38px 0 0 ;
	width: 218px;
	text-align:left;
	}

/* MAIN NAV

----------------------------------------------------------------------------- */

#main-nav {
	float: right;
	margin: 30px 0 0;
	font-weight: normal;
	}

#main-nav li {
	float: right;
	list-style: none outside none;
	}

#main-nav li a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	display: block;
	font-weight: regular;
	padding: 0 0 0 33px
	}

/* HEADER

----------------------------------------------------------------------------- */
#header {
	margin: 20px auto 0px;
	width: 775px;
	height: 65px;
	position: relative;
	}

#wrapper #header div.logo {
	margin: 12px 0 0;
	height: 50px;
	width: 250px;
	float: left;
	}	
	
	
/* NAV LINKS

----------------------------------------------------------------------------- */

#main-nav li a:link {
	color: #999;
	text-decoration: none;
	}
	
#main-nav li a:visited {
	text-decoration: none;
	color: #999;
	}

#main-nav li a:hover {
	text-decoration: none;
	color: black;
	}
	
#main-nav li a:active {
	text-decoration: none;
	color: #999;
	}

#work li.work a,
#logs li.logs a,
#photos li.photos a,
#info li.info a {
	color:black;
	}
	
	
/* CONTENT

----------------------------------------------------------------------------- */	
	
#masthead {
	padding: 20px 0 0;
	width: 775px;
	text-align:left;
	}
	
#content {
	margin: 10px auto 0;
	width: 775px;
	border-bottom: 1px dotted #999;
	}
	
#info #content {
	height: 450px;
	width: 775px;
	}
	
#info .content p {
	margin-top:5px;
	}
	
.meta-description {
	color:#999;
	text-align:left;
	margin: 0 auto 0;
	padding: 2px 0px 18px;
	}

.meta-description h2 {
	color: black;
	}
	
#content img {
	border: solid #000;
	border-width: 5px 5px 5px 5px
}
	

/* FOOTER

----------------------------------------------------------------------------- */

#footer {
	width: 775px;
	height: 20px;
	margin: 15px auto 0;
	padding: 5px 0 25px;
	}

