/*resets*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*globals*/
body {
	font-family: "verdana","arial",sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: auto;
	color: #000;
	background: #faf6e7 url(./images/topnav_bg.png) repeat-x top left;
}
a {
	color: #341e09;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input,textarea,select {
	font-size: 11px;
	color: #333;
	border: 1px solid #666;
	background: #efefef;
	padding: 3px;
	font-family: "verdana","arial",sans-serif;
}
blockquote {
	color: #4e3b29;
	font-size: .9em;
	padding: 5px 15px 0 20px;
	background: url(./images/bquote_tl.png) no-repeat top left;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}

/*structure*/
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#base {
	clear: both;
	padding-top: 15px;
	background: #341e09 url(images/base_bg.png) repeat-x top left;
}
div#topnav {
	clear: both;
	height: 20px;
}
div#banner {
	margin: 10px 0 0 -10px;
	width: 930px;
	height: 324px;
	background: url(images/banner.jpg) no-repeat top left;
}
div#content {
	float: left;
	clear: left;
	width: 610px;
}
div#sidebar {
	float: left;
	clear: right;
	width: 250px;
	margin-left: 40px;
	margin-bottom: 50px;
}

/*topnav*/
ul#topnav {
	height: 29px;
}
ul#topnav li {
	float: left;
	border-right: 1px solid #666;
}
ul#topnav a {
	display: block;
	padding: 9px 6px 9px 6px;
	font-size: 10px;
	font-weight: bold;
	color: #efefef;
}

/*post styles*/
div#content {
	font-size: 12px;
}
div#content ul.post {
	float: left;
	width: 610px;
	border-top: 1px solid #999;
}
div#content ul.post li {
	float: left;
	width: 460px;
	~width: 480px;
	padding: 5px;
}
div#content ul.post li.date {
	width: 130px;
	font-size: 9px;
	font-weight: normal;
	color: #666;
}
div#content h3 {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding-bottom: 1px;
}
div#content ul.post h2 {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #341e09;
}
div#content h1.title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #341e09;
	padding-top: 5px;
	border-top: 1px solid #666;
}
div#content p {
	line-height: 18px;
	margin-bottom: 10px;
}
div#post h6 {
	padding: 3px 0;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	margin: 5px 0 10px 0;
	border-top: 1px solid #ccc;
	line-height: 12px;
}
div#post h3 {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	margin-top: -3px;
	color: #333;
}
div#content h6 {
	clear: both;
	padding: 3px 0;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	margin: 15px 0 25px 0;
	border-top: 1px solid #ccc;
	line-height: 12px;
}
div#content img {
	border: 9px solid #efefef;
	margin: 10px 0;
}
div#content a:hover img {
	border: 9px solid #999;
}
div#comments {
	margin-bottom: 50px;
}
div#comments h1 {
	font-size: 14px;
	margin-top: 40px;
}
div#comments p {
	line-height: 14px;
	margin-bottom: 8px;
	font-size: .9em;
}
div#comments small {
	font-size: 9px;
	color: #333;
}
div#comments label {
	padding-left: 10px;
}
div.post ul {
	margin: 10px 0;
}
div.post li {
	padding: 3px 0 3px 10px;
	list-style: disc inside;
}
div.post h1 {
	font-size: 20px;
	font-weight: bold;
}
div.post h2 {
	font-size: 18px;
	font-weight: bold;
}
div.post h3 {
	font-size: 16px;
	font-weight: bold;
}
div.post h4 {
	font-size: 14px;
	font-weight: bold;
}
div.post h5 {
	font-size: 12px;
	font-weight: bold;
}

/*sidebar styles*/
div#sidebar h3 {
	clear: left;
	padding: 3px 0 12px 0;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	border-top: 1px solid #666;
}
div#sidebar ul {
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px solid #dadada;
}
div#sidebar li a {
	display: block;
	font-size: 10px;
	padding: 6px 8px;
	border-top: 1px solid #dadada;
	text-decoration: none;
	line-height:1.2em;
}
div#sidebar div.social {
	margin: 0 0 6px 0;
	text-align: center;
}
div#base li a {
	color: #d6d2c5;
	border-top: 1px solid #666;
}
div#sidebar li a:hover {
	background: #fff;
}
div#base li a:hover {
	background: #2e1d0a;
	text-decoration: none;
}
div#sidebar li a.latest {
	font-size: 1.3em;
	color: #333;
	font-weight: bold;
}
div#sidebar img.profile {
	margin-right: 9px;
	margin-bottom: 2px;
}
div#sidebar .tweettime {
	display: block;
	margin-top: 3px;
	font-size: .9em;
	color: #666;
	text-align: right;
}
div#sidebar a .tweettime {
	color: #666;
	text-decoration: none;
}
div#base .tweettime {
	display: block;
	margin-top: 3px;
	color: #666;
	text-align: right;
}
div.about div {
	float: left;
}
div.about div.photo {
	width: 30px;
}

/*base styles*/
div#base {
	width: 100%;
	float: left;
	padding: 20px 0 30px 0;
}
div#base .col1,
div#base .col2,
div#base .col3 {
	float: left;
	width: 273px;
}
div#base .col2 {
	margin: 0 40px;
}
div#base h3 {
	clear: both;
}
div#base ul {
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px solid #4d3822;
}
div#base h3 {
	clear: left;
	padding: 3px 0 12px 0;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	border-top: 1px solid #6d5c4a;
}
div#base h3 {
	color: #faf6e7;
}
div#base li a {
	display: block;
	font-size: 9px;
	padding: 6px 8px;
	border-top: 1px solid #4d3822;
	color: #8d7e6d;
}
div#base li a:hover {
	color: #b5a99b;
}
div#base .tweettime {
	color: #6d5c4a;
}
div#u10int {
	margin-top: 30px;
	text-align: center;
	color: #6d5c4a;
	font-size: 9px;
}
div#u10int a {
	color: #8d7e6d;
}
div.cloud a {
	color: #8d7e6d;
}

p.postmetadata {
	clear: both;
	font-size: 9px;
	color: #666;
	line-height: 10px;
	margin-top: 10px;
}

.clear {
	clear: both;
	margin-top: 15px;
}
.nobdr {
	border: 0;
}

/*flickr sidebar*/
#flickr_content div.flickr-col {
	float: left;
	width: 60px;
	~width: 50px;
}
#flickr_content img {
	border: 6px solid #efefef;
}
#flickr_content a:hover img {
	border-color: #999;
}
#flickr_content li {
	float: left;
	width: 60px;
}
#flickr_content a {
	float: left;
	display: block;
}
h1#respond {
	clear: left;
}

/*comments*/
.commentlist ol {
	float: left;
	clear: both;
}
.commentlist li {
	clear: both;
	float: left;
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}
.commentlist p {
	margin-top: 10px;
}
.commentlist div.avatar { 
	width: 70px;
	float: left;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.0em;
}
.commentlist div.cpost {
	float: left;
	width: 538px;
}

div.navigation {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 20px 0;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

