/*
Theme Name: Craplinks
Theme URI: http://www.craplinks.com
Description: A crappy theme for a crap site.
Version: 2.0
Author: Mike Frank
Author URI: http://www.mikefrank.net

*/

body {
	font:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding: 0px 0px 5px;
	margin: 0px;
}
h1 {
	font-size:18px;
}

h2 {
	letter-spacing: -1px;
	padding-bottom: 3px;
}

h3 {
	margin: 0px 0px 0px;
}
form {
	margin:0px;
	padding:0px;
}

#page {
	margin: 0px auto;
}
#header {
	position: relative;
}

#content {
	position: absolute;
	max-width: 650px;
	left: 400px;
	top: 50px;
}

#post_info {
	font-size: 12px;
	color: #999999;
}
#sidebar a {
	font-size: 12px;
	color: #999999;
}
.post {
	clear:both;
	padding-top: 10px;
}

.the_date {
	color: #666666;
	font-size: 14px;
	font-weight:bold;
	margin: 25px 0px 0px -25px;
}

.post-date {
}

.post-title {
}

#post_info a {
	color: #999999;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-content {
	clear: both;
	padding-top: 10px;
}

input { color: #000; }
input.ghost { color: #999; }

#sidebar {
	position: fixed;
	left: 50px;
	top: 75px;
}

#footer {
}

