body {
margin-top: 20px;
	}

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

a:hover {
	color: #03a;
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	color: #ffa;
	}

h1 {
	background: #151515;
	margin: 0;
	padding: 5px 0 20px 20px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	}

h2 a {
	display: block;
	padding: 0 20px;
	color: #ccc;
	background: #555;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

h2 a:hover {
	color: #ff8;
	background: #444;
	}

h3 a {
	text-decoration: none;
	}

#flickr h2 a {
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	}

#linking li {
	padding: 10px 0;
	border-bottom: 1px dotted #aaa;
	}

#linking li a {
	font-weight: bold;
	}

ul {
	list-style: square;
	}

ul.posts li {
	margin-top: 5px;
	}

ul.posts li a {
	font-size: 14px;
	text-decoration: none;
	}

ul.posts li a:hover {
	text-decoration: underline;
	}

#photo {}

#about {
	background: #151515;
	color: #ddd;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 14px;
	}

#about hr {
	border: 0;
	border-top: 1px solid #333;
	margin-top: 20px;
	}

#facts h2 {
	margin-left: 25px;
	}

#facts ul {
	list-style: none;
	}

#facts li {}

#about a {
	color: #ffa;
	font-weight: bold;
	}
	
#about a:hover {
	background: none;
	color: #ff8;
	}

#facts img {}

ul#quick-links {
	margin-top: -10px;
	}

ul#quick-links li {
	float: left;
	}

.flickr-photo {
	float: left;
	margin: 6px 12px;
	width: 240px;
	text-align: center;
	}

.flickr-photo:nth-of-type(2n+1) {
	clear: both;
	}

#txfx {
	}

.most-recent {
	margin-bottom: 20px;
	}

.other-items p {
	margin: 0 0 5px 0;
	}

#flickr {
	background: #333;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 20px;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	}

#header {
	text-align: center;
	font-size: 18px;
	background: #eee;
	color: #F55;
	margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
	}

li blockquote {
	padding: 0 10px;
	margin: 10px 0 10px 20px;
	position: relative;
border-left: 5px solid #ddd;
	}

li p {
	margin-bottom: 0;
	}