/* @group Setup */

body {
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	color: #262626;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.wrapper {
	width: 980px;
	margin: 10px auto;
}

div.column {
	width: 218px;
	float: left;
	margin-left: 36px;
}

div.column.first {
	margin-left: 0;
}

div.article {
	width: 726px;
	padding-left: 254px;
	position: relative;
}

div.footer {
	letter-spacing: -1px;
	clear: both;
	margin-top: 37px;
	padding-top: 37px;
	text-align: right;
	color: #808080;
}



/* @end */

/* @group Elements */

a {
	color: #000;
}

a:active {
	color: #262626;
	text-decoration: none;
}

a:visited {
	color: #808080;
}

h1 {
	letter-spacing: -2px;
	font: bold 32px Helvetica, Arial, Geneva, sans-serif;
}

h1 a {
	color: #262626;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

/* @end */

/* @group Custom Elements */

h1.title {
	font-size: 56px;
	margin-top: 37px;
	margin-bottom: 37px;
	color: #262626;
}

h1.title a, h1.title a:hover, h1.title a:active, h1.title a:visited {
	color: #262626;
}

h1.extended_title > a, h1.extended_title > a:hover, h1.extended_title > a:active, h1.extended_title > a:visited {
	color: #808080;
}

.byline {
	font-style: italic;
	color: #808080;
	float: right;
	font-size: 14px;
	margin-top: -63px;
}

.column li {
	margin-bottom: 20px;
}

ul.articles, ul.projects, ul.tweets, ul.elsewhere {
	padding: 0;
	list-style-type: none;
}

ul.articles a, ul.projects a {
	font-style: italic;
}

.tweet:before {
	content: "“";
	display: block;
	font-size: 48px;
	color: #bfbfbf;
	margin-left: -20px;
	float: left;
	height: 0;
	line-height: 32px;
}

.tweet .metadata {
	font-style: italic;
	color: #bebebe;
	font-size: 13px;
	text-align: right;
}

.tweet .metadata a {
	text-decoration: none;
	color: #bebebe;
}

.tweet .metadata a:hover {
	text-decoration: underline;
	color: #262626;
}

.article .sidenote, .article cite {
	display: block;
	width: 218px;
	position: absolute;
	margin-left: -254px;
	font-style: italic;
	font-size: 13px;
	margin-top: -16px;
	text-align: right;
}
/* @end */

/* @group Link icons */

.link-twitter {
	list-style: none outside url('../images/handycons/twitter_16.png');
}

.link-github {
	list-style: none outside url('../images/github_16.png');
}

.link-linked-in {
	list-style: none outside url('../images/handycons/linkedin_16.png');
}

.link-flickr {
	list-style: none outside url('../images/handycons/flickr_16.png');
}

.link-email {
	list-style: none outside url('../images/handycons/email_16x16.png');
}

/* @end */