body {
	background: #B59164 url(images/day/sunburstbg.png) fixed top center;
	margin: 0 auto;
	font-family: Georgia; georgia, tahoma, Georgia, verana, sans-serif;
	overflow: visible;
	font-size:90%;
	line-height:1.5;
	}
#wrap{
	width:950px;
	margin:0 auto;
	background-image:url(images/transparency.png);
	background-repeat:repeat;
	}
.padded {
	padding:8px;
	}
.paragraph {
	padding-top:0px;
	margin-top:0px;
	padding-left:1em;
	padding-right:1em;
	}
img.alignright {
	float:right;
	margin-left:5px;
	padding:3px;
	border-style:solid;
	border-width:1px;
	border-color:#380a06;
	}
.alignleft {
	float:left;
	margin-right:5px;
	padding:3px;
	border-style:solid;
	border-width:1px;
	border-color:#380a06;
	}
.attachment-thumbnail{
	border-style:solid;
	border-width:1px;
	border-color:#380a06;
	background-color:#380a06;
	}
hr {
	display:block;
	background-image:url('images/footprints.png');
	border:0;
	height:34px;
	width:455px;
	margin:20px;
	}
h2 a{
	color:#380a06;
	font-size:170%;
	margin:0;
	text-decoration:none;
	}
h1 a{
	color:#380a06;
	}
h1 a:visited{
	color:#380a06;
	}
h1 a:hover{
	color:#000000;
	}
.caption {
	font-size:80%;
	font-style:italic;
	}
a:link{
	color:#380a06;
	font-weight:bold;
	text-decoration:none
	}
a:visited {
	color:#380a06;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#000000;
	font-weight:bold;
	}
a:active {
	color:#380a06;
	font-weight:bold;
	}
h1 {
	color:#380a06;
	font-size:145%;
	margin:0;
	}
.videocaption {
	font-family:Times New Roman;
	font-size:80%;
	}
h2 {
	color:#380a06;
	font-size:100%;
	margin:0;
	}
h3 {
	font-size:90%;
	font-style:italic;
	}
h4{
	font-size:110%;
	margin:0;
	}
h6{
	color:#380a06;
	font-size:140%;
	margin:0;
	text-decoration:none;
	}
h6 a{
	color:black;
	font-size:140%;
	margin:0;
	text-decoration:none;
	}
h7{
	font-family:Georgia;
	font-size:120%;
	margin-top:0;
	text-align:center;
	}
#header {	
	background-image: url(images/brownheader.jpg);
	width:950px;
	height:150px;
	}
#navbar {
	background-image: url(images/navbar.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:55px;
	}
.js-poweredBy{
	display:none;
	}
/*navigation*/
#nav{
	width:670px;
	height:25px;
	position:relative;
	margin:0;
	padding:0;
	background: url(images/globalnav.png);
	background-repeat:no-repeat;
	}
#nav li{
	float:left;
	list-style-type:none;
	}
#nav li a{
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	display:block;
	height:25px;
	background:url(images/globalnav.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	}
li#nav_home a{
	left:0;
	width:70px;
	background-position: 0px 0;
	}
li#nav_blog a{
	left:90px;
	width:110px;
	background-position: -90px 0;
	}
li#nav_videos a{
	left:200px;
	width:120px;
	background-position: -200px 0;
	}
li#nav_photos a{
	left:320px;
	width:130px;
	background-position: -320px 0;
	}
li#nav_about a{
	left:450px;
	width:90px;
	background-position: -450px 0;
	}	
li#nav_facebook a{
	left:570px;
	width:11px;
	background-position: -570px 0;
	}	
li#nav_twitter a{
	left:580px;
	width:40px;
	background-position: -580px 0;
	}
li#nav_youtube a{
	left:625px;
	width:20px;
	background-position: -625px 0;
	}	
li#nav_cs a{
	left:645px;
	width:25px;
	background-position: -645px 0;
	}	
/*hover state*/
li#nav_home a:hover{
	left:0;
	width:90px;
	background-position: 0 -25px;
	}
li#nav_blog a:hover {
	left:90px;
	width:110px;
	background-position: -90px -25px;
	}
li#nav_videos a:hover{
	left:200px;
	width:120px;
	background-position: -200px -25px;
	}
li#nav_photos a:hover{
	left:320px;
	width:130px;
	background-position: -320px -25px;
	}
li#nav_about a:hover{
	left:450px;
	width:90px;
	background-position: -450px -25px;
	}
li#nav_facebook a:hover{
	left:570px;
	width:11px;
	background-position: -570px -28px;
	}	
li#nav_twitter a:hover{
	left:580px;
	width:40px;
	background-position: -580px -28px;
	}
li#nav_youtube a:hover{
	left:625px;
	width:20px;
	background-position: -625px -28px;
	}	
li#nav_cs a:hover{
	left:645px;
	width:25px;
	background-position: -645px -28px;	
	}	
/*Greetbox*/
.greet_block {
  border:1px dashed #380a06;
  margin:10px 0;
  padding-bottom:70px;
  width:97%;
}

.greet_image {
width:50px;
  float:left;
  padding:0 10px 0 0;
}

.greet_image img{
  background:none;
  border:none;
  margin:0;
  padding:0;
  float:left;
}

.greet_text {
  color:#333;
  font-size:16px;
  line-height:20px;
  margin:10px;
  float:right;
}

.greet_block_close {
  border:1px solid #000;
  float:right;
  height:15px;
  margin:0 0 0 10px;
  width:15px;
}

.greet_block_close a {
  color:#380a06;
  cursor:pointer;
  font-family: Georgia;Georgia;
  font-size:12px;
  font-weight:bold;
  line-height:14px;
  margin:0 3px;
  text-transform:uppercase;
}

.greet_block_close a:hover {
  text-decoration:none;
}

.greet_block_powered_by {
  float:right;
  font-size:9px;
  line-height:14px;
  padding:0 5px;
}

.greet_block_powered_by a {
  color:#ccc;
}

.greet_search_after {
  border-top:1px solid #eee;
  font-size:11px;
  margin:5px 0 0 0;
  padding:2px 0 0 0;
}

.greet_search_before {
  border-bottom:1px solid #eee;
  font-size:11px;
  margin:0 0 5px 0;
  padding:0 0 2px 0;
}

#greet_search_link {
  cursor:pointer;
}
/*Feedburner*/
div.feedburnerFeedBlock ul{
	list-style-type: none;
	margin:0;
	padding:0;
	}
div.feedBurnerFeedBlock li{
	list-style-type:none;
	margin:0;
	padding:0;
	}
div#creditfooter {
	display: none;
	}
.date{
	margin:0;
	padding:0;
	font-style:italic;
	font-weight:bold;
	}
.quote {
	margin:10px;
	font-style:italic;
	text-align: justify;
	}
/*Titles*/
h1#title_about {
  	background-image:url(images/globaltitles.png);
	height:25px;
	width:115px;
	background-position: 0 -15px;
	}	
h1#title_blog {
  	background-image:url(images/globaltitles.png);
	height:25px;
	width:64px;
	background-position: -146px -15px;
	}	
h1#title_videos {
  	background-image:url(images/globaltitles.png);
	height:25px;
	width:80px;
	background-position: -248px -15px;
	}	
h1#title_photos {
  	background-image:url(images/globaltitles.png);
	height:25px;
	width:90px;
	background-position: -347px -15px;
	}
h1#title_twitter {
  	background-image:url(images/globaltitles.png);
	height:25px;
	width:200px;
	background-position: -448px -15px;
	}	
h1#title_networks {
  	background-image:url(images/globaltitles.png);
	height:25px;
	width:215px;
	background-position: -698px -15px;
	}	
h1#title_whereami {
  	background-image:url(images/globaltitles.png);
	height:25px;
	width:140px;
	background-position: -949px -15px;
	}	
h1#title_rssfeeds {
  	background-image:url(images/globaltitles.png);
	height:25px;
	width:120px;
	background-position: -1098px -15px;
	}	
h1#title_random {
  	background-image:url(images/globaltitles.png);
	height:25px;
	width:175px;
	background-position: -1248px -15px;
	}	
h1#title_tags {
  	background-image:url(images/globaltitles.png);
	height:25px;
	width:70px;
	background-position: -1448px -15px;
	}	
h1#title_categories {
  	background-image:url(images/globaltitles.png);
	height:25px;
	width:140px;
	background-position: -1548px -15px;
	}	
h1#title_archives {
  	background-image:url(images/globaltitles.png);
	height:25px;
	width:120px;
	background-position: -1698px -15px;
	}
#maincontent {
	background-image: url(images/canvasbg.jpg);
	background-repeat:repeat-y;
	width:950px;
	padding:5px;
	}
#maincolumn {
	width:50%;
	padding:25px;
	float:left;
	}
#sidebar1 {
	width:20%;
	float:left;
	padding:10px;
	font-size:80%;
	font-style:italic;
	}
#sidebar2 {
	width:20%;
	float:right;
	padding:10px;
	font-size:80%;
	font-style:italic;
	}
.third {
	width:295px;
	padding-right:12px;
	float:left;
	}
.clear {
	clear: both;
	}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
li {
	padding:5px 0 5px 0;
	list-style-type:none;
	}
#dashedborder ul{
	list-style-type:circle;
	}
#dashedborder li{
	list-style-type:circle;
	}
#tweet { 
	width: 280px; 
	padding-left:5px;
	}
#tweet ul { 
	width: 300px; 
	padding: 0; 
	margin: 0; 
	overflow: hidden; 
	} 
#tweet li { 
	width: 300px; 
	padding: 5px 0 5px 0; 
	list-style:decimal;
	} 
#main{
	background:#FFF url(img/main_shadow.gif) top repeat-x;
	width:605px;
	padding:13px 15px 15px;
	float:left;
	overflow:hidden;
	}
.dashedborder {
	border-color:#380a06;
	border-style:dashed;
	border-width:1px;
	padding:7px;
	}
.solidborder {
	border-color:#380a06;
	border-style:solid;
	border-width:1px;
	padding:5px;
	}
.previous{
	width:50%;
	float:left;
	}
.previous a{
	font-size:80%;
	}
.next{
	width:50%;
	float:left;
	text-align:right;
	}
.next a{
	font-size:80%;
	}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
#blogpostnav{
	background-image:url(images/blogpostnav.png);
	background-repeat:no-repeat;
	width:500px;
	height:22px;
	}
.post {
	margin: 0 0 40px;
	text-align: left;
	}
.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: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin-top:50px;
	width: 950px;
	clear: both;
	text-align:center;
	font-size:90%;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
#commentbox{
	padding:10px;
	background-color:gray;
	border-width:2px;
	border-color:maroon;
	}
gn: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin-top:50px;
	width: 950px;
	clear: both;
	text-align:center;
	font-size:90%;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
#commentbox{
	padding:10px;
	border-width:1px;
	border-color:maroon;
	border-style:dashed;
	}
	
/*Post Navigation*/
#postnavigation{
width:480px;
}
#navtopleft{
background-image: url(images/navbar.jpg);
background-color:#280000;
color:#e8dcb3;
float:left;
width:240px;
}
#navtopright{
background-image: url(images/navbar.jpg);
background-color:#280000;
color:#e8dcb3;
float:right;
text-align:right;
width:240px;
}
#navtopleft a{
color: #e8e3b6;
text-decoration:none;
}
#navtopleft a:hover{
color:#e8dcb3;
}
#navtopright a{
color:#e8e3b6;
text-decoration:none;
}
#navtopright a:hover{
color:#e8dcb3;
}
#navbottomleft{
float:left;
width:240px;
margin:0 auto;
}
#navbottomright{
float:left;
width:240px;
margin:0 auto;
text-align:right;
}
	
