html, body, h1, div, ul, li {
	margin: 0;
	padding: 0;
}

body {
	min-width: 490px;
	font-family: georgia, arial, serif;
	background-color: #1D1D1D;
}

a {
	color: #E2CC3A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-style: italic;
	font-weight: normal;
}

h1, h2 {
	max-width: 820px;
	margin-left: 60px;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 1px;
}

h1 {
	margin-top: 92px;
	color: #0BA3E6;
}

h2 {
	margin-top: 80px;
	margin-bottom: 20px;
	color: #626262;
}

h3 {
	margin: 13px 10px 20px 10px;
	font-size: 10px;
	line-height: 15px;
	color: #919191;
}
.clear {
	clear: both;
}

.header {
	width: 100%;
	height: 30px;
	background-color: #252525;
}


/* BOXES */

.box {
	position: relative;
	float: left;
	width: 230px;
	height: 190px;
	margin: 0 0 10px 10px;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	background-color: #252525;
}

.box .image {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 10px 0 20px;
	overflow: hidden;
}

.box .image img {
	border: none;
}

.box .caption {
	margin: 0 10px 0 0;
}

.box .blurb {
	margin: 0 20px;
}

.box .icon {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 16px;
	height: 16px;
}

.box .icon a {
	display: block;
	width: 100%;
	height: 100%;
}

.box .icon a span {
	display: none;
}


/* LINKS */

.columns {
	margin: 0 0 0 52px;
}

.links {
	float: left;
	width: 200px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
}

.links .icon {
	margin: 0 0 11px 52px;
}

.links .icon a {
	padding: 2px 0 2px 25px;
	font-size: 14px;
	line-height: 18px;
}


/* SHARED ICONS */

.icon a {
	background-repeat: no-repeat;
	cursor: pointer;
}

.icon a.facebook {
	background-image: url('../img/facebook.png');
}

.icon a.flickr {
	background-image: url('../img/flickr.png');
}

.icon a.lastfm {
	background-image: url('../img/lastfm.png');
}

.icon a.linkedin {
	background-image: url('../img/linkedin.png');
}

.icon a.posterous {
	background-image: url('../img/posterous.png');
}

.icon a.tumblr {
	background-image: url('../img/tumblr.png');
}

.icon a.twitter {
	background-image: url('../img/twitter.png');
}
