/* Begin Typography & Colors */
body {
	display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/bg.jpg) #d8c3a0 repeat left top;
	color: #333;
	text-align: center;
	}

#page {
	display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
	text-align: center;
	}

#header {
        display: block;
	width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        background: url(images/bg.top.gif) #694a22 repeat-x center top;
	}

#headerimg 	{
        display: block; 
	margin: 0 auto; 
        padding: 0;
	height: 215px; 
	width: 750px; 
        text-align: left;
	} 

#main {
        display: block;
        width: 750px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        background: url(images/bg.main.gif) #f5ecde repeat-y left top;
}

#content {
	display: block;
        width: 450px;
        margin: 0 auto;
        padding: 0 40px 0 35px;
        text-align: left;
        font-size: 12px;
	}


.widecolumn .entry p, .narrowcolumn .entry p {
	font-size: 12px;
	line-height: 1.4em;
	}
.widecolumn .entry p a, .narrowcolumn .entry p a {
	color: #795f1f;
        text-decoration: none;
        border-bottom: 1px solid #eb8317;
	}

.widecolumn .entry p a:hover, .narrowcolumn .entry p a:hover {
	color: #eb8317;
        text-decoration: none;
        border-bottom: 1px solid #eb8317;
	}




.narrowcolumn .postmetadata, .narrowcolumn .postmetadata a {
	font-size: 11px;
        color: #c5a174;
        text-align: left;
        text-decoration: none;
        font-weight: 100;
	}

.narrowcolumn .postmetadata a:hover {
        color: #3c2c17;
        text-decoration: none;
	}

.alt {
	border-top: 1px solid #c5a174;
	border-bottom: 1px solid #c5a174;
	}



.narrowcolumn h1 {
	padding: 35px 0 5px 0;
        font-size: 20px;
        color: #3c2c17;
        font-family: Helvetica, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
        text-align: left;
        text-decoration: none;
        font-weight: 100;
        letter-spacing: -.5px;
	}

.narrowcolumn h2, .narrowcolumn h3 {
	padding: 0 0 25px 0;
        font-size: 15px;
        color: #3c2c17;
        font-family: Helvetica, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
        background: url(images/header.bg.gif) no-repeat left bottom;
        text-align: left;
        text-decoration: none;
        font-weight: 100;
        letter-spacing: -.5px;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	}


.narrowcolumn h1 a, .narrowcolumn h1 a:hover, .narrowcolumn h1 a:visited, .narrowcolumn h2 a, #headerimg .description {
	text-decoration: none;
	color: #3c2c17;
	}

.narrowcolumn h2 a:hover, .narrowcolumn h2 a:visited, .narrowcolumn h3 a, .narrowcolumn h3 a:hover, .narrowcolumn h3 a:visited {
	text-decoration: none;
        color: #6d5639;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
        font-size: 1.5em;
        line-height: 1.2em;
        color: #666;
	}
.commentlist cite a {
        color: #5A4917;
        text-decoration: underline;
	}
.commentlist cite a:hover {
        color: #eb8317;
        text-decoration: none;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
        font-size: 1em;
        line-height: 1.6em;
        color: #333;
	}

#commentform p {
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata, .commentmetadata a {
	font-weight: normal;
        font-size: .95em;
        color: #666;
        text-decoration: none;
	}
.commentmetadata a:hover {
        color: #eb8317;
        text-decoration: underline;
	}




code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 10px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold .8em Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */








/* Begin Structure */

.narrowcolumn {
display: block;
float: left;
padding: 0;
margin: 0;
width: 450px;
}

.widecolumn {
display: block;
float: left;
padding: 10px 0 20px 0;
margin: 0;
width: 450px;
}

.post {
	margin: 0 0 25px 0;
        padding: 0 0 25px 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
        text-align: right;
}





#footer {
display: block;
padding: 15px 0 25px 0;
margin: 0 auto;
text-align: right;
width: 750px;
clear: both;
}

#footer p
{
display: block;
width: 200px;
padding: 0 25px 0 550px;
text-align: left;
font-size: 11px;
line-height: 1.2em;
font-family: Helvetica, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#footer p a
{
color: #9c805a;
text-decoration: none;
border-bottom: 1px solid #eb8317;
}
#footer p a:hover
{
color: #3c2c17;
text-decoration: none;
border-bottom: 1px solid #3c2c17;
}

/* End Structure */











/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}





h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */













/* Begin Images */

.alignright {
color: #666;
float: right;
}
.alignright a {
color: #999;
text-decoration: none;
}
.alignright a:hover {
color: #333;
text-decoration: none;
}


.alignleft {
color: #666;
float: left;
}
.alignleft a {
color: #999;
text-decoration: none;
}
.alignleft a:hover {
color: #333;
text-decoration: none;
}

/* End Images */








/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */




html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




/* End Entry Lists */












/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
        display: inline;
	}

#sidebar #searchform #s {
	width: 150px;
        margin: 0 0 3px 0;
        height: 10px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */












/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
        background-color: #fbf4e7;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}


#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */









/* Begin Sidebar */

#sidebar {
display: block;
float: left;	
padding: 20px 0 10px 18px;
margin: 0 auto;
width: 205px;
text-align: left;
}


#sidebar form {
margin: 0;
}


#sidebar #search #s {
display: inline;
margin: 0;
padding: 0;
width: 145px;
height: 15px;
font-size: 1em;
font-family: Helvetica, Arial, Verdana, sans-seif;
color: #333;
text-align: left;
background-color: #f6eee0;
}

#sidebar #search input#searchsubmit
{
font-size: .85em;
font-family: Helvetica, Arial, Verdana, sans-seif;
color: #333;
text-align: left;
background-color: #f6eee0;
}


#sidebar h2 {
display: block;
clear: left;
margin: 0;
padding: 0;
}


#sidebar #flickrrss {
display: block;
height: 270px;
margin: 0;
padding: 0;
background: url(images/head.flickrbtm.gif) no-repeat left bottom;
}


#sidebar #flickrrss h2 {
display: block;
margin: 0;
padding: 0;
height: 50px;
background: url(images/head.flickrtop.gif) no-repeat left top;
font-size: 0px;
color: transparent;
}




#sidebar #lastfm h2 {
display: block;
margin: 0;
padding: 0;
height: 80px;
background: url(images/head.lastfm.gif) no-repeat left top;
font-size: 0px;
color: transparent;
}
#sidebar #lastfm dd
{
margin: 0;
padding: 0 0 12px 0;
text-align: left;
font-size: .7em;
color: #666;
font-family: Helvetica, Arial, sans-serif;
}

#sidebar #lastfm label
{
display: inline;
line-height: 1em;
font-family: Helvetica, Arial, sans-serif;
}

#sidebar #lastfm dl
{
display: inline;
margin: 0;
padding: 0;
text-align: left;
line-height: 1em;
font-family: Helvetica, Arial, sans-serif;
}







#sidebar #links h2 {
display: block;
margin: 0;
padding: 0;
height: 70px;
background: url(images/head.dailyreads.gif) no-repeat left top;
font-size: 0px;
color: transparent;
}

#sidebar #text-1 h2 {
display: block;
margin: 0;
padding: 0;
height: 70px;
background: url(images/head.projects.gif) no-repeat left top;
font-size: 0px;
color: transparent;
}


#sidebar #archives h2 {
display: block;
margin: 0;
padding: 0;
height: 70px;
background: url(images/head.archives.gif) no-repeat left top;
font-size: 0px;
color: transparent;
}

#sidebar #archives select
{
margin: 0;
padding: 0;
width: 190px;
height: 18px;
font-family: Helvetica, Arial, Tahoma, sans-serif;
font-size: .85em;
color: #333;
background-color: #f6eee0;
}




#sidebar #links { padding: 15px 0 0 0; }

#sidebar ul, #sidebar li, #sidebar ol {
display: block;
clear: both;
margin: 0;
padding: 0;
text-align: left;
list-style-type: none;
font-family: Helvetica, Arial, Tahoma, sans-serif;
}

#sidebar li a {
font-size: 11px;
color: #795f1f;
text-align: left;
list-style-type: none;
text-decoration: none;
}

#sidebar li a:hover {
font-size: 11px;
color: #362e1c;
text-align: left;
list-style-type: none;
text-decoration: none;
}


#sidebar_image 
{
display: block;
float: left;
width: 81px;
height: 82px;
padding: 11px 0 0 13px;
margin: 0;
text-decoration: none;
overflow: hidden;
background: url(images/bg.image.gif) no-repeat left top;
}
#sidebar_image img
{
display: block;
width: 68px;
height: 68px;
overflow: hidden;
text-decoration: none;
}
#sidebar_image a img, #sidebar_image a:hover img { text-decoration: none; border: 0; }


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: left;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/









