/* Reset Browser Styles */
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: "" "";
}


body{
	background:#121314;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#C2C3C4;
}
a{
	color:#E2E3E4;
}
a:hover{
	color:#F2F3F4;
}
h1{
	font-size:16px;
}
h2{
	font-size:20px;
	padding:10px 0;
}
p{
	line-height:135%;
	margin-bottom:10px;
}
#logo{
	font-size:25px;
	margin-bottom:10px
}
#container{
	margin:0 auto;
	padding:10px 10px;
	width:700px;
}
#content{
	line-height:125%;
	padding:10px 0;
}

/* header */
#header{
	text-align:center;
}
#header ul{
	margin-bottom:10px;
	margin-top:-10px;
	text-align:right;
}
#who_is{
	padding-bottom:15px;
}

/* footer */
#footer{
	border-top:solid 1px #A2A3A4;
	padding:15px 0;
	text-align:center;
}

/* projects */
h2 .release_year{
	font-size:16px;
}
.project{
	padding:10px 0;
	margin-bottom:15px;
}
.project .synopsis{
	float:right;
	text-align:justify;
	width:400px;
}
.project .details{
	float:left;
	padding-right:25px;
	width:275px;
}
.details li{
	border-left:solid 1px #A2A3A4;
	line-height:50%;
	margin:10px 0;
	padding-left:7px;
}
dt{
	font-size:12px;
	font-weight:bold;
}
dd, dd a{
	color:#A2A3A4;
	margin-bottom:7px;
}

#contact{
	
}
.contact{
	float:left;
	margin:10px 0;
	text-align:center;
	width:50%;
}

/* Clearfix */
.wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.wrapper {
	display: inline-block;
}
html[xmlns] .wrapper {
	display: block;
}
* html .wrapper {
	height: 1%;
}










