* {
	margin: 0;
	border: 0;
}

body {
	font: 14px "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	background: #eee;
}

p {
	margin-bottom: 0.5em;
}

h1, h2, h3 { 
	font-family: "Trebuchet MS", "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
}

#container {
	width: 770px;
	margin: 10px auto 0 auto;
	position: relative;
	background: url(/img/bg-mid.gif) repeat-y center top;
}

#top {
	background: url(/img/bg-top.gif) no-repeat center top;
}


#side {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 140px;
	font-size: 10px;
}

#deets p {
	padding: 0 10px;
}

.deet {
	color: #666;
	text-transform: uppercase;
	font-size: 9px;
}

#dlnow {
	margin: 20px 0 10px 0;
}

#dlnow a {
	padding: 5px 0 5px 25px;
	display: block;
	font: bold 15px "Trebuchet MS", "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	letter-spacing: -0.025em;
	background: #069 url(/img/dl.gif) no-repeat 8px center;
	color: #fff;
	border: 1px solid #6ac;
	text-decoration: none;
}

#dlnow a:hover {
	background-color: #6ac;
	border-color: #069;
}

#promo {
	margin: 30px 0px;
}

#promo h3 {
	font-size: 14px;
	margin-bottom: 0.5em;
}

#promo ul {
	list-style: none;
	padding: 0;
	margin: 0 10px; 
}

#promo li {
	padding: 5px 0 5px 20px;
}

#promo li a {
	display: block;
	color: #666;
}

#promo li a:hover {
	color: #333;
}

#promo li.del {
	background: url(/img/del.gif) no-repeat left center;
}

#promo li.digg {
	background: url(/img/digg.gif) no-repeat left center;
}

#promo form,
#adsense {
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
}

#content {
	margin: 0 30px 0 200px;
	padding-top: 40px;
	color: #222;
}

#content a {
	color: #222;
}

#content a:hover {
	color: #000;
}

h1 {
	font-size: 64px;
	letter-spacing: -0.05em;
	line-height: 1em;
	border-bottom: 1px solid #666;
}

p.subhead {
	text-align: right;
	font: bold 16px "Trebuchet MS", "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 2em;
	color: #999;
}

ul {
	padding-left: 20px;
}

#content p.small,
#content p.small a {
	font-size: 10px;
	color: #999;
}


#bottom {
	clear: both;
	background: url(/img/bg-bottom.gif) no-repeat center bottom;
}

#footer {
	margin: 30px 30px 0 200px;
	padding-bottom: 30px;
	border-top: 1px solid #666;
	color: #999;
	font-size: 10px;
	text-align: right;
}

#footer a {
	color: #999;
}
#footer a:hover {
	color: #666;
}

.archive:after {
	content: "from archive";
	color: #6ac;	
	font: normal 10px "Trebuchet MS", "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-left: 1em;
}