#content {width:610px; padding:0px 20px 20px 20px; background-color:#FFFFFF; border-right:1px solid #aaa; border-bottom:1px solid #aaa; border-left:1px solid #aaa; font-size:14px;}
#listings ul li {list-style-type:none; margin:0 0 0 -40px; padding:5px 5px 10px 5px;}
#feed ul li {list-style-type:none; margin:0 0 0 0px; padding:5px 5px 10px 5px;}
.link {cursor:pointer; cursor:hand; text-decoration: underline; color:#f7941d; }
#content h1 {font-size:14px; font-weight:bold;}
#promo {background-color:#FFFFCC; padding:10px; border:1px dotted #333;}
#resources {background-color:#eeeeee; padding:10px; border:1px dotted #333;}
#resources ul li {list-style-type:none; margin:0 0 0 0px; padding:5px 5px 10px 5px;}
p {margin:5px 0px 10px 5px;}
body {
	font: 75%/150% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #555;
	background: white;
        /*centering for IE5/Windows*/
        text-align: center;
}
a {
	color: #f7941d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica 55 Roman", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 22px;
  margin-bottom: 0;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4, h5, h6 {
  font-size: 16px;
}
/*main container element*/
#everything {
  width: 640px;
  position: relative;
  /*centering for all browsers but IE5/Win*/
  margin: auto;
  text-align: left;
}
/*extra navigation (search form, RSS feeds, etc.)*/
#morenav {
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
#morenav form, #morenav p {
  margin: 0; padding: 0;
}
/*featured post*/
#latest {
  background: #eef;
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin: 35px 0 10px;
}
#latest * {
  margin: 0;
}
#latest h3, #latest p {
  margin-left: 150px;
}
#latest h2 {
  float: left;
  width: 150px;
}
/*form fields*/
input, textarea, select {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
textarea {
  font-size: 100%;
}
/*recent entry list on front page*/
#recents {
  float: left;
  width: 275px;
  padding: 0 0 20px;
}

/*category list on front page*/
#cats {
  float: right;
  width: 125px;
  padding: 0 ;
}
#cats ul {
  padding: 0 1em 0 2em;
  margin-left: 0;
}
/*about me section of front page*/
#aboutme {
  float: left;
  width: 180px;
  padding: 0;
}
/*contact me section of front page*/
#contactme {
  clear: both;
  padding: 0 10px;
  position: relative;
}
/*the textarea on the front page. Sorry, not a very descriptive class name.*/
.ta {
  margin: 0 0 10px;
  width: 280px;
}
/*block of other form fields on front page.*/

.tr {
width: 250px;
position: absolute;
top: 3.3em; right: 0;
}
.tr p {
	margin: 0 0 10px;
}
/* end IE5/Mac hack */
/*contact form stuff*/
#contactme h4 {
  margin-top: 1em;
}
#contactme label,
#commentform label {
	display: block;
}
#contactme input, #contactme textarea {
  width: 250px;
}
#contactme #snb {
  width: 80px;
}
/*the footer. Pretty self-explanatory.*/
#footer {
  clear: both;
  margin-top: 1em;
}
.rr h4 {
  margin-bottom: 0;
}
.rr p {
  margin: 0;
}
input {
  vertical-align: top;
}
/*post date, and other meta-information in archive pages.*/
.post-meta {
  background: #eef;
  border: 1px solid #ccc;
  padding: 2px 10px;
  position: absolute;
  top: 9.5em;
  right: 0;
  width: 180px;
}
.post-meta ul li {margin:3px 0px 3px -35px;
	list-style-type: none;
	list-style-image: none;
}
/*remove the underline from inserted content (updates to posts, etc.)*/
ins {
  text-decoration: none;
}
/*
  narrow down the post content in archives
  to increase readability
*/
.post {
  width: 375px;
  text-align: justify;
}
/*quick navigation at the bottom of each post*/
.navigation {
  border: solid #ccc;
  border-width: 1px 0;
  padding: 5px 0;
  font-size: 1.2em;
  font-family: "Helvetica 55 Roman", Helvetica, Arial, sans-serif;
}
/*comment form*/
.cf {
  position: relative;
}
/*comments textarea*/
.cta {
  float: left;
  width: 300px;
}
.cta label {
  padding-right: 50px;
}
.cta textarea {
  width: 250px;
}
/*other comment form fields*/
.ctr {
  float: left;
  width: 300px;
}
