body
{
	background-color: #DDD;
	margin: 10px;
	min-width: 810px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 1.5em;
	font-size: 15px;
}

img
{
	border: 0px;
}

div#content-wrapper
{
	width: 780px;
	border: 1px dotted #999;
	margin: 0px auto;
	background-color: white;
	padding: 10px;
}

h1
{
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 200px;
	background-image: url('/resources/img/header.jpg');
	position: relative;
}
h1 a
{
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: white;
}
h1 a:hover
{
	color: white;
	background: transparent;
}

div.utility-section
{
	padding: 5px 0px 2px 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: small;
}
div.utility-section span.menu a
{
	font-size: 15px;
	margin: 0px 15px;
	font-weight: bold;
	color: black;
}

a
{
	color: #666;
	text-decoration: none;
}
a:hover
{
	color: #369;
	background-color: #eee;
}


/* Columns argh */
div#column-container
{
	overflow: hidden;
}
div.column
{
	margin-bottom: -10000px;
	padding-bottom: 10010px;
	padding-top: 10px;
}

#main-column
{
	width: 580px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

#side-column
{
	padding-left: 10px;
	width: 179px;
	float: left;
}


div#footer
{
	clear: left;
	border-top: 1px solid #ccc;
	font-size: small;
	padding-top: 10px;
}


/* blog posts */
.post
{
	margin-top: 1em;
	border-bottom: 1px solid #ccc;
}
.post.featured
{
	margin-top: 0em;
}
.post ul.tags
{
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.post ul.tags li
{
	font-size: small;
	float: left;
	padding: 0px 2px;
	margin: 0px 5px;
}
.post ul.tags li.tags-label
{
	background-color: #369;
	color: white;
	margin-left: 0px;
}
.post ul.tags li a
{
	text-decoration: none;
}

.post h2
{
	clear: left;
	margin: 0px;
	padding: 5px 0px;
	color: #333;
}
.post h3
{
	clear: left;
	margin: 0px;
	padding-top: 5px;
}

.post div.byline
{
	font-size: smaller;
	color: #666;
}

.post p
{
	text-indent: 2em;
}
.post p a
{
	border-bottom: 1px dotted #666;
}
.post p.post-link
{
	text-align: right;
}
.post p.post-link a
{
	border-bottom: none;
	color: #369;
}



/* Other stuff */
.tag-cloud
{
	text-align: justify;
}
.tag-cloud a
{
	font-size: large;
	font-weight: bold;
}
.pagination
{
	margin-top: 2em;
	clear: both;
}
.twitter-list
{
	line-height: normal;
	padding-left: 0px;
	list-style-type: none;
	font-size: small;
}
.twitter-list li
{
	margin-bottom: 1em;
	margin-top: 1em;
}