body {
  color: #000;
  background: #D0C8C8;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  font-family: verdana, arial, helvetica, geneva, sans-serif;
  }
  
h1, h2, h3, h4, h5, h6 {
  font-family: arial, helvetica, verdana, geneva, sans-serif;
  letter-spacing: 0.1em;
  }  

#bodybox { 
  width: 774px;
  margin: 0 auto;
  text-align: left;
  } 

  
/* ===== header ===== */
#header {
  background: transparent url(../images/header.gif) no-repeat top left;
  height: 60px;
  width: 317px;
  position: relative;
  top: -1px;
  left: -1px;
  }
  
  
/* ===== nav ===== */  


#nav {
  float: right;
  width: 72px;
  }
  
#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  font-size: 11px;
  }
  
#nav li {
  border: 1px solid #8A7575;
  width: 70px !important; 
  width /**/: 72px;
  margin-bottom: 4px;
  }
  
#nav a {
  display: block;
  padding: 0px 3px 0px 0px;
  width: 67px !important; 
  width /**/: 70px;
  height: 60px;
  /* height: 72px */
  background-color: #B9ACAC;
  }

#nav a:link, #navlist a:visited {
  color: #fff;
  text-decoration: none;
  }

#nav a:hover {
  background-color: #8A7575;
  color: #fff;
  }  
  
body.bio #nav_bio a,
body.contact #nav_contact a,
body.dates #nav_dates a,
body.links #nav_links a,
body.photos #nav_photos a,
body.videos #nav_videos a,
body.stuff #nav_stuff a,
body.takes #nav_takes a,
body.comments #nav_comments a,
body.default #nav_default a {
  background-color: #8A7575;
  }  
  
  
  
  
  
  
  
/* ===== content ===== */
#contentbox {
  border: 1px solid #8A7575;
  width: 697px;
  float: left;
  background: #F3F1F1 url(../images/headshot.gif) no-repeat top right;
  }
#content {
  padding: 40px 100px 60px 40px;
  }
  
#content p, #content td, #content li, #content ul, #content ol, #content label {
  font-size: 12px;
  line-height: 150%;
  }
#content h1 {
  font-size: 20px;
  font-weight: 800;
  color: #8A7575;
  border-bottom: 1px dashed #8A7575;
  width: 80%;
  }
#content h2 {
  font-size: 15px;
  font-weight: 700;
  color: #8A7575;
  border-bottom: 1px dashed #8A7575;
  width: 80%; 
  }  
#content h3 {
  font-size: 13px;
  font-weight: 600;
  color: #8A7575;
  border-bottom: 1px dashed #8A7575;
  width: 80%;
  }   
  
#content a {
  color: #8A7575;
  }
#content a:link {
  text-decoration: none;
  background-color: transparent;
  }
#content a:visited {
  text-decoration: none;
  background-color: transparent;
  }
#content a:hover {
  text-decoration: underline;
  background-color: transparent;
  }
#content a:active {
  text-decoration: none;
  background-color: transparent;
  } 	
	
#content blockquote {
  font-style: italic;
  color: #8A7575;
  font-size: 11px;
  line-height: 110%;
  border-left: 1px dashed #8A7575;
  padding-left: 15px;
  }	



/* ===== posts ===== */	
div.post {
  margin-bottom: 50px;
  clear: both;
}
div.post img {
  border: 11px solid #fff;
}
h2 span.date_posted {
  font-size: 12px;
  }
	
#content p.right {
  float: right;
  padding: 0px 0px 5px 10px;
  color: #8A7575;
  line-height: 150%;
  font-size: 10px;
  font-weight: bold;
  border-left: 1px solid #D0C8C8;
  margin: 0px 0px 0px 10px;
}
#content p.left {
  float: left;
  padding: 0px 10px 5px 0px;
  color: #8A7575;
  line-height: 150%;
  font-size: 10px;
  font-weight: bold;
  border-right: 1px solid #D0C8C8;
  margin: 0px 10px 0px 0px;
}
#content p.left img, #content p.right img {
  border: 4px solid #fff;
}

/* ===== love ===== */	
#content p.quote {
  background: transparent url(../images/bg_quote_open.gif) no-repeat top left;
  padding: 20px 0 0 35px;
}
#content p.quote_who {
  /* background: transparent url(../images/bg_quote_close.gif) no-repeat top right; */
  height: 40px;
  padding: 0 0 0 50px;
}


/* ===== contact ===== */

body.contact input {
  display: block;
  }
#contact_form ul {
  width: 70%;
  background: #B9ACAC;
  padding-top: 10px;
  padding-bottom: 10px;
  }
	
	
/* ===== footer ===== */    
div#footer {
  padding: 0px 0 30px 0;

  margin-top: 10px;
  font-size: 10px;
  color: #8A7575;
  width: 697px;
  }   
div#footer a {
     color: #8A7575;
	 }
div#footer a:link {
	 font-weight: normal;
	 text-decoration: none;
	 background-color: transparent;
	 }
div#footer a:visited {
	 font-weight: normal;
	 text-decoration: none;
	 background-color: transparent;
	 }	   
div#footer a:hover {
	 font-weight: normal;
	 text-decoration: underline;
	 background-color: transparent;
	 }	 
div#footer a:active {
	 font-weight: normal;
	 text-decoration: none;
	 background-color: transparent;

	 }