/* v1.0 | 20080212 */

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

body {
	font-family:"helvetica neue", helvetica, arial,san-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color: #777;
	background-color: #333;
	font-size: 1.5em;
}


a {
	text-decoration:none;
	color:#bada55;
}

a:hover {
	text-decoration: underline;
}



/* header */

#wrapper {
	width: 940px;
	margin: 0px auto;
}

.logo {
	float: left;
	margin: -20px 0px 0px 0px;
}

.logo img {
	margin-left: -20px;
}

h1 {
	margin: 0px 0px 0px 0px;
	font-size: 3.4em;
	font-weight: normal;
	color: #fff;
	float: left;
	width: 640px;
}

p {
	font-weight: lighter;
	font-size: .8em;
	line-height: 1.1em;
	padding-bottom: 20px;
}


.intro {
	width: 640px;
	float:left;
	margin-top: 30px;
	margin-left: -100px;
}

.links {
	margin-left: 59px;
	margin-top: 30px;
	float: left;
	line-height: 1.4em;
}

ul {
	border-left: 1px solid #777;
}

.links li {
	padding: 0px 10px;
}

#portfolio {
	border-top: 1px solid #777;
	margin-top: 30px;
	padding-bottom: 30px;
	float: left;
}

#portfolio li {
	margin-top: 30px;
	width: 300px;
	float: left;
	font-weight: lighter;
	font-size: .77em;
}

li.right {
	margin-left: 19px;
}

h2 {
	width: 500px;
	float: left;
	font-size: 1.1em;
	font-weight: lighter;
	color: #999;

}

.footer {
	float:right;
	clear: both;
	font-size: .5em;
}
