body {
	background: url('../images/bg_main.jpg') -2px 0 repeat-x;
	/*background: url('../images/DSC01450.jpg') -2px 0 repeat-x;*/
}

p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
li,
small,
a {
	font-family: Verdana, Arial, sans-serif;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h5 a {
	color: #e97117;
	text-decoration: none;
	text-align: left;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 .2em 0;
}
h2 a {
	padding: 0 0 .1em 0;
	text-decoration: none;
	border-bottom: 1px dotted #e8e8e8;
}
h2 a:hover {
	color: #237abf;
	border-bottom: 1px dotted #e97117;
}
h3 {
	font-size: 0.9em;
	font-weight: normal;
}
h4 {
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
	padding: 1em 0 0 0;
}

blockquote,
p,
li {
	font-size: 0.8em;
	color: #666666;
}
p {
	line-height: 1.9em;
	padding: 1.0em 0 1.0em 0;
}
p.headline {
	font-size: 1.6em;
	font-weight: normal;
	color: #666666;
	line-height: 1em;
	padding: 0 5em 2.0em 0;
	margin-bottom: 60px;
}
blockquote {
	color: #838383;
	padding-left: 10px;
}

a {
	color: #808080;
	text-decoration: none;
}
a:link {
	border-bottom: 1px dotted #237abf;
}
a:visited {
	border-bottom: 1px dotted #808080;
}
a:hover,
a:active {
	color: #e97117;
	border-bottom: 1px dotted #e97117;
}
a:link.noBorder,
a:visited.noBorder,
a:hover.noBorder,
a:active.noBorder {
	border-bottom: 0;
}
small {
	font-size: 0.6em;
	color: #999999;
}

.hidden {
	display: none;
}

/*
 * Content
 */
div#content div.post {
	border-bottom: 2px dotted #999999;
}
div#content div.post-first {
	border-bottom: 2px dotted #999999;
}
div#content div.post-last,
div#content div.post-single {
	border-bottom: none;
}

/* images */
div#content img.left {
	background: #999999;
	padding: 2px;
	margin: 6px 10px 0 0;
	border: 1px solid #666666;
	float: left;
}
div#content img.right {
	background: #999999;
	padding: 2px;
	margin: 6px 0 0 10px;
	border: 1px solid #666666;
	float: right;
}
div#content img.noFloat {
	background: #999999;
	padding: 2px;
	margin: 10px 0 10px 0;
	border: 1px solid #666666;
}
div#content div.videoContainer {
	background: #999999;
	padding: 2px;
	margin: 10px 0 10px 0;
	border: 1px solid #666666;
	display: inline-block;
}
div#content img.center {
	background: #999999;
	padding: 2px;
	margin-left: auto; 
	margin-right: auto;
	display: block;
	border: 1px solid #666666;
	text-align: center;
}
div#content img.bio {
	background: #999999;
	border: 1px solid #666666;
	padding: 1px;
	margin: 6px 10px 0 0;
	float: left;
}
div#content img.horiz {
	background: #999999;
	border: 1px solid #666666;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	display: block; 
}

div#content p {
	padding: 1.0em 0 .3em 0;
}
div#content ul, ol {
	padding: 1.0em 0 .3em 1.5em;
}
div#content ul li {
	line-height: 1.4em;
}
div#content h3 {
	padding: 1.2em 0 0 0;
}

/*
 * Sidebar
 */
div#sidebarWrapper {
	background: url("../images/bg_sidebar_bottom.png") bottom left no-repeat;
}	
div#sidebar {
	background: url("../images/bg_sidebar.png") 0 0 repeat-y;
}
div#sidebar h3,
div#sidebar h4 {
	color: #e97117;
	font-weight: normal;
	padding: 0 0 .2em 0;
	margin-top: 1.5em;
}
div#sidebar h3 {
	font-size: 0.8em;
}
div#sidebar h4 {
	font-size: 0.6em;
}

div#sidebar ul#categories,
div#sidebar ul#months {
	padding-left: .3em;
	display: none;
}

div#sidebar h3.sidebarToggleButton {
	background: url('../images/btn_sidebar_toggle.png') 0 0 no-repeat;
	height: 19px;
	padding-left: 24px;
	cursor: pointer;
}
div#sidebar h3.sidebarToggleButtonActive {
	background: url('../images/btn_sidebar_toggle.png') 0 -21px no-repeat;
	height: 19px;
	padding-left: 24px;
	cursor: pointer;
}

/* home link and logo */
div#sidebar a#logoLink {
	background: url('../images/logo_rollover.png') 0 0 no-repeat;
	text-indent: -9999px;
	border-bottom: none;	
	width: 99px;
	height: 19px;
	position: relative;
	left: -2px;
	display: block;
	overflow: hidden;
}
div#sidebar a#logoLink:hover {
	background: url('../images/logo_rollover.png') 0 -18px no-repeat;
	border-bottom: none;
}

div#sidebar ul li,
div#sidebar div.aktt_tweets ul li {
	font-size: 0.7em;
}
div#sidebar ul li a {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #e8e8e8;
}
div#sidebar div.aktt_tweets ul li a:hover,
div#sidebar a:hover,
div#sidebar a:hover span {
	color: #e97117;
	border-bottom: 1px dotted #e97117;
}

/* navigation */
div#sidebar ul#navigation li a {
	font-size: 1.2em;
	color: #237abf;
}

/* flickr */
div#sidebar div#flickr {
	padding: 2em 0 0 0;
}
div#sidebar div#flickr a:link {
	border: none;
}
div#sidebar div#flickr a img {
	padding: 0 4px 4px 0;
	border: none;
}

/* recent */
div#sidebar div.aktt_tweets li,
div#sidebar ul#recentPosts li {
	padding: 0 .5em .6em 0;
	margin: 0;
}
div#sidebar div.aktt_tweets ul li a,
div#sidebar ul#recentPosts li span.post-tags,
div#sidebar ul#recentPosts li span.post-tags a,
div#sidebar ul#recentPosts li span.post-date,
div#sidebar ul#recentPosts li span.post-date a,
div#sidebar ul#categories li,
div#sidebar ul#months li {
	color: #999999;
}

span.post-tags,
span.post-date {
	font-size: .8em;
}

/*
 * Post list navigation
 */
div.post-navigation {
	color: #999999;
	border-top: 1px dotted #999999;
}
div.post-navigation a {
	font-size: .7em;
}
div.post-navigation div.alignleft {
}
div.post-navigation div.alignright {
}