body {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	text-align: center;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #FF0000;
	}

a:visited {
	color: #CC0000;
	}

a:active, a:hover {
	color: #FF00FF;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #FF0000;
	}

#center {
	float: left;
	width: 450px;
	overflow: hidden;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 11px;
	}

.content p {
	color: #666666;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #FF0000;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	color: #333333;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content p.posted {
	color: #333333;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 10px;
	border-top: 1px dashed #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.heart {
	color: #FF0000;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 11px;
	}
	
.darkheart {
	color: #333333;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 11px;
	}

.sidebar {
	}

.sidebar h2 {
	color: #333333;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 43px;
	margin-top: 20px;
	margin-bottom: 5px;
	}

.sidebar ul {
	padding-left: 43px;
	margin: 0px;
	}

.sidebar li {
	color: #666666;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 17px;
	list-style-type: none;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 10px;
	line-height: 17px;
	text-align: left;
	margin-top: 20px;
	padding-left: 43px;
	}

.headline {
	color: #FF0000;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	font-weight: bold;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}