body {
	background: #fff;
	color: #232222;
	font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
/* Message layout */
#container {
	background: #fff; 
	margin: 0 auto 0 auto;
	width: 550px;
	border-bottom: 1px solid #e5e5e5;
}
#contentcontainer {
	background: #fff; 
	margin: 0 auto 0 auto;
	width: 550px;
}

/* Nav layout */
#nav_container {
	background: #fff; 
	margin: 0 auto 0 auto;
	padding-left: 1em;
	width: 550px;
}
#col_one {
	float:left;
	margin:0 0 0 -.6em;
	width:250px;
}
#col_two {
	float:right;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#clipfile {
	float:left;
	margin:0 0 0 -.6em;
}

/* Header */
#header {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 1em 0;
	padding-bottom: 1em;
}
#clipfile_header {
	margin: 0 0 1em 0;
	padding-bottom: 1em;
}
/* Description */
#description {
	font-size: 1em;
}
#description a {
	text-decoration:underline;
	font-weight:none;
	font-size:80%;
}
#description a:hover {
	color:#ffffff;
	background:#232222;
	text-decoration:none;
}

/* Links */
a {
	color: #232222;
	outline: 0;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
	color: #232222;
	background:#bcbba8;
}

/* Headings */
h1 {
	font: bold 3em "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Baskerville, Georgia, serif;
	margin: 1em 0 0 -1.7em;
	font-style: oblique;
}
h2 {
	font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Baskerville, Georgia, serif;
	font-style: oblique;
	font-size: 1.1em;
	margin-bottom: .5em;
}
h2 #timestamp {
	font-weight: normal;
	margin: 0 0 0 1.5em;
}

/* Nav links */
#nav_container dl {
	list-style: none;
}
#nav_container dd {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0 0 0 1.5em;
}
#nav_container dd a {
	text-decoration: underline;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
}
#nav_container dd a:hover {
	color:#fff;
	background:#232222;
	text-decoration: none;
}

/* Clip file links */
#clipfile dl {
	list-style: none;
}
#clipfile dd {
	font-size: 1em;
	line-height: 2em;
	font-weight: normal;
	margin: 0 0 0 1.5em;
}
#clipfile dd a {
	text-decoration: underline;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
}
#clipfile dd a:hover {
	color:#fff;
	background:#232222;
	text-decoration: none;
}

/* Tweet widget */
.message {
	padding: 0;
	background:#fff url('/images/quote.gif') no-repeat;
	background-position:top-left;
	padding: 0 0 0 1.8em;
}
.message a {
	text-decoration: underline;
}
.message a:hover, .tweet a:active, .tweet a:focus {
	text-decoration: none;
	background: #232222;
	color: #fff;
}
.img_left {
	float:left;
	margin: 5px 1em .5em 0;
}

/* Message (Twitter widget) */
.button a {
	color:#fff;
	background:#232222;
	text-decoration:none;
	padding:3px 5px 3px 5px;
}
.button a:hover {
	color:#232222;
	background:#e5e5e5;
}
#contact_button {
	color:#fff;
	font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background:#232222 url('/images/envelope-light.gif') no-repeat;
	background-position:top-left;
	border:0;
	text-decoration:none;
	padding:3px 5px 3px 2em;
}
#contact_button:hover {
	color:#232222;
	background:#e5e5e5 url('/images/envelope-dark.gif') no-repeat;
	background-position:top-left;
}
.twitter_button a {
	color:#fff;
	background:#232222 url('/images/twitterbird-light.gif') no-repeat;
	background-position:top-left;
	text-decoration:none;
	margin: 0 0 0 1.8em;
	padding:3px 5px 3px 2em;
}
.twitter_button a:hover {
	color:#232222;
	background:#e5e5e5 url('/images/twitterbird-dark.gif') no-repeat;
	background-position:top-left;
}
.error {
	color: #990000;
	font-style: oblique;
	font-size
}
input {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 .5em 0;
}
textarea {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 .5em 0;
}