/* 40px = 3.0em */

html, body
{
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	background: #999;
	color: #474747;
	font-size:.8em;
}

.note, .read_more_message
{
	background-color:#eee;
	padding:1em;
	margin-bottom:1em;
}

#twitter_note
{
	display:none;
}

#view
{
	border:1px solid #333;
	border-bottom:none;
	margin-top:1em;
	margin-bottom:0em;
	margin-left:auto;
	margin-right:auto;
	width:70.4em;
	padding:0;
	min-height:100%;
	padding-left:3em;
	padding-right:3em;
	background-color: #fff;
	background-image: url(/wp-content/themes/tobyjoe/images/body.png);
}

* html #view
{
	height: 100%;
}

a
{
	color: #9d5327;
	color:#859cab;
/*	color:#6c8393;*/
	font-weight:bold;
	text-decoration: none;
}

a:hover
{
	color:#9d5327;
	color:#859cab;
}

body
{
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}


ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 3em;
}

p,
dl,
hr,
ol,
ul,
table,
address,
fieldset
{
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6
{
	padding:0;
	margin:0;
}

h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


#navigation
{
	float:left;
	width:38em;
	font-size:1.5em;
	font-weight: bold;
	margin-top:44px;
	padding-bottom:2.0em;
}
#navigation p
{
	width:38em;
	/*color:#ccc;*/
}
#navigation a
{
}
#header
{
}

#logo
{
	width:10.8em;
	float:right;
	padding-top:2.5em;
}
#logo img
{
	display:none;
}
#logo h2 a
{
	display: block;
	background-image: url(/wp-content/themes/tobyjoe/images/logo.png);
	width: 140px;
	height: 148px;
	background-repeat: no-repeat;
}

#logo h2 a span
{
	display:none;
}

#logo h3
{
	display:none;
}

#content, #sidebar, #footer
{
	margin-left:0;
	/*padding-left:5.25em;*/
	padding-left:5.25em;
}

#content
{
	font-size:1.2em;
	width:44.85em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:0em;
	padding-bottom:12em;
	clear:both;
}

#content .photograph
{
	display:block;
	margin-bottom:2em;
}

#footer
{
	line-height:1.5em;
	clear: both;
	border:1px solid #333;
	border-top:1px solid #ddd;
	border-top:1px solid #d9d9d9;
	background-image: url(/wp-content/themes/tobyjoe/images/comment_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	position: relative;
	z-index: 10;
	min-height: 10em;
	margin-top: -10em;
	margin-left:auto;
	margin-right:auto;
	width:70.4em;
	padding-top:2em;
	padding-bottom:1em;
	padding-left:3em;
	padding-right:3em;
	margin-bottom:1em;
	background-color:#eee;
}

#footer h1
{
	display:block;
	font-size:1.25em;
	margin-left:auto;
	margin-right:auto;
}


#bio
{
	width:50%;
}

#content h1,
#content div.post_excerpt h2
{
	line-height: normal;
	font-size:2em;
	font-weight:bold;
	text-transform:none;
	color:#474747;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}


#content h2
{
	font-size:1.5em;
}

#content h3
{
/*	font-size:1.5em;*/
	font-size:1.0em;
	font-style:italic;
	margin-bottom:1.5em;
}
#content div.post_excerpt h3{
}
#content h4
{
	font-size:1.2em;
}

.post,
.post_excerpt
{
	padding-bottom: 2.5em;
}

.post img
{
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#archives_listing
{
	margin-top:1em;
}

#archives_listing li
{
	margin-bottom:.5em;
}
p
{
}

blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:0.9em;
}
ul, ol {
	padding-top:0;
}


table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


#comments form
{
	overflow:hidden;
	margin:0;
	border-top:1px solid #d9d9d9;
	background-image: url(/wp-content/themes/tobyjoe/images/comment_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	border-bottom:1px solid #eee;
	background-color: #e9e9e9;
	padding:1.5em;
}

#comments fieldset
{
	border:none;
	padding:10px;
	position:relative;
	margin:0;
	clear:both;
}

#comments legend
{
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}

#comments fieldset label
{
	width:49%;
	font-weight: bold;
	float:left;
	text-align: right;
}

#comments fieldset input,
#comments fieldset textarea
{
	width:49%;
	float:right;
}

fieldset select
{
	width:99%;
}

#content code
{
	background-color:#eee;
	padding:0.125em;
}

#content pre > code
{
	padding:1em;
	margin: 0;
	margin-bottom:1em;
}
pre, pre.prettyprint
{
	padding:0;
	margin:0;
	background: #fff;
	line-height: 1.2em;
	border:none;
	background-color: #fff;
}

pre.prettyprint code
{
	background-color:#eee;
	margin:0;
	padding:0;
	display: block;
	font-size:0.8em;
	border:none;
}

pre.prettyprint
{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#comments h3
{
	margin-bottom:1em;
	text-align: center;
}

#comments h4
{
	margin-top:1em;
}

#comments ol
{
	list-style: none;
	margin:0;
	padding:0;
}

#comments ol li
{
	margin:0;
	padding:1.5em;
	border-top:1px solid #d9d9d9;
	background-image: url(/wp-content/themes/tobyjoe/images/comment_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	border-bottom:1px solid #eee;
	background-color: #e9e9e9;
}

#comments ol li.alt
{
	background-color: #eee;
}

#comments ol li img.avatar
{
	float:left;
	display:block;
	width:73px;
	height:73px;
	margin-top:0.5em;
	margin-left:1em;
}
#comments ol li.backtype
{
}

#comments ol li div.comment_body
{
	float:right;
	width:80%;
}

#comments ol li cite
{
	font-size:110%;
	text-decoration: none;
	font-style: normal;
}
#comments ol li div.comment_body ol
{
	list-style-type:decimal;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:1em;
	
}
#comments ol li div.comment_body ol li
{
	padding:none;
	/*border:none;*/
	margin:auto;
	background-color:transparent;
	background:none;
}

p.comment_date
{
	text-align:right;
	font-size: .6em;
	margin:0;
	padding:0;
}

#feed_reader_links
{
	padding:0;
	margin-top:1em;
	margin-bottom:1em;
}

/* this hides the backtype thing. */
div#comments ol li p i{
	
}


