/*
Theme Name: Long Awaited
Theme URI: http://www.neato.co.nz
Description: Uh, New design
Version: 1.0
Author: Christine Davis
Author URI: http://www.neato.co.nz.com/
Tags: awesome
*/

body {
	font-size: 0.9em;
	font-family: Garamond, serif;
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, sans;
}

h2 {
	float: left;
}

p {
	line-height: 150%;
}

#header {
	text-align: center;
	vertical-align: bottom;
	width: 200px;
	height: 200px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	overflow: hidden;
	background-color: #af0009;
	color: #fff;
	float: left;
	margin: 10px;
}
#header a {
	color: #fff;
}

ul#selflinks {
	float: right;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px;
}
ul#selflinks li {
	list-style: none;
	float: left;
	margin-right: 8px;
	vertical-align: bottom;
}

#content {
	margin: 10px 200px;
	border-right: 1px dotted #af0009;
	padding: 10px;
}

.entry {
	clear: both;
}

.post {
	margin-bottom: 25px;
}

#footer {
	text-align: center;
	font-size: 0.8em;
}

#catlinks {
	position: absolute; 
	left: 0px; 
	top: 240px; 
	list-style:none; 
	margin:10px; 
	padding: 0px;
}
a {
	text-decoration: none;
	color: #0900af;
}
a:visited {
	color: #af0009;
}

.bocks { 
	width: 300px;
	padding: 5px;
	float: left;
}

#twitter-tools {
	width: 500px;
}
#footbar, #footbar a {
	background-color: #af0009;
	color: #fff;
}
