@charset "UTF-8";

/**
 * CSS 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * Structure
 */

body {
	background: url(images/background.gif);
}
	#container {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -290px 0 0 -521px;
		background: url(images/me.jpg) no-repeat;
		width: 1043px;
		height: 580px;
		overflow: hidden;
		border: 3px solid #FFFFFF;
		padding: 10px;
	}
		#content {
			margin-left: 400px;
		}

/**
 * Typography
 */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 4.5em;
	color: #3F362D;
	margin-left: 250px;
}
p {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.95em;
	line-height: 1.6em;
	color: #FFFFFF;
	margin-top: 10px;
}

/**
 * Twitter Feed
 */

blockquote {
	background: url(images/open-quote.png) no-repeat 10px top;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 2em;
	text-transform: lowercase;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 70px 0 0 0;
	height: 60px;
	padding-top: 10px;
}
	blockquote span {
		display: block;
		background: url(images/close-quote.png) no-repeat bottom right;
		padding: 0 50px 10px 50px;
		width: 520px;
	}
p#caption {
	text-align: right;
	margin: 30px 20px 0 0;
	padding: 0;
}

/**
 * Link List
 */

ul#links {
	position: absolute;
	bottom: 10px;
}
	ul#links li {
		font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
		font-size: 0.95em;
		line-height: 1.4em;
		color: #FFFFFF;
		text-transform: lowercase;
	}
		ul#links li a {
			font-weight: normal;
		}

/**
 * Links
 */

a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #EEE5DE;
}