* {
	padding: 0;
	margin: 0;
	}

body {
	text-align: center;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	line-height: 100%;
	background: url("../custom/backgrounds/bg.gif");
	}

p {
	line-height: 130%;
	margin: 0 0 10px 0;
	padding: 0;
	}

td {
	font-size: 12px;
	}

img {
	border: 0;
	}
	
input, textarea, select {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	}

h1 {
	margin-bottom: 20px;
	font-family: Georgia;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	}

h2 {
	margin-bottom: 8px;
	font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 110%;
	}

h2 a:link,
h2 a:visited {
	text-decoration: none;
	color: #06c;
	}

h2 a:hover {
	background: #06c;
	color: #fff;
	text-decoration: none;
	}
	
	
h3 {
	padding-bottom: 10px;
	font-family: "Tahoma";
	font-size: 14px;
	}

.hr {
	font-size: 32px;
	line-height: 1px;
	height: 0;
	border-bottom: 1px solid #ccc;
	}

.clear {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
	}

a:link,
a:visited {
	color: #549500;
	background: transparent;
	}

a:hover {
	color: #fff;
	background: #549500;
	}

/*** Site ***/

#site {
	margin: 20px auto 0 auto;
	text-align: left;
	width: 940px;
	background: #fff url("../images/site_bg.gif") repeat-y;
	border: 2px solid #666;
	}

/*** Header ***/

#header {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	color: #fff;
	text-align: center;
	}

#header #logo {
	font-size: 30px;
	font-weight: bold;
	font-family: Tahoma;
	letter-spacing: -1px;
	}

#header #logo a {
	text-decoration: none;
	background: transparent;
	}

#header #nav_links {
	padding: 15px 0 20px 0;
	text-align: center;
	}
	
#header #nav_links a {
	padding: 0 15px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	}

#header #nav_links a.nav_blog {
	padding-left: 22px;
	background: url("../images/star.gif") no-repeat 0 2px;
	}
	
#header #nav_links a.nav_rss {
	padding-left: 22px;
	background: url("../images/rss.gif") no-repeat 0 2px;
	}
	
#header #nav_links a.nav_contact {
	padding-left: 22px;
	background: url("../images/email.gif") no-repeat 0 2px;
	}
	
#header #nav_links a.nav_archive {
	padding-left: 22px;
	background: url("../images/archive.gif") no-repeat 0 2px;
	}
	
/*** Main Column ***/

#left_column {
	float: left;
	width: 240px;
	}
	
#left_column h3 {
	padding-bottom: 3px;
	margin-bottom: 6px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	letter-spacing: 1px;
	color: #3f4c38;
	border-bottom: 1px solid #ded;
	}
	
#left_column .padding {
	padding: 18px 20px;
	}
	
#left_column a:link,
#left_column a:visited {
	color: #06c;
	}
	
#left_column a:hover {
	background: #06c;
	color: #fff;
	}
	
#left_column ul#latest_reviews {
	list-style: none;
	}
	
#left_column ul#latest_reviews li {
	padding: 3px 0;
	line-height: 110%;
	}
	
#left_column ul#links {
	list-style: none;
	}
	
#left_column ul#links li {
	padding: 1px 0 1px 17px;
	background: url("../images/arrow.gif") no-repeat 0 2px;
	line-height: 110%;
	color: #6E8D6D;
	}
	
/*** Main Column ***/

#main_column {
	float: left;
	width: 460px;
	}

#main_column .padding {
	padding: 28px 30px;
	}
	
/*** Sidebar ***/

#right_column {
	float: left;
	width: 240px;
	}
	
#right_column .padding {
	padding: 18px 20px;
	}
	
#right_column h3 {
	padding-bottom: 3px;
	margin-bottom: 6px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	letter-spacing: 1px;
	color: #6d8d5f;
	border-bottom: 1px solid #ccc;
	}
	
#right_column #about {
	line-height: 140%;
	}
	
#right_column #subscribe a:link,
#right_column #subscribe a:visited {
	color: #d70;
	}
	
#right_column #subscribe a:hover {
	background: #d70;
	color: #fff;
	}
	
/*** Footer ***/

#footer {
	padding: 20px 0;
	text-align: center;
	clear: both;
	color: #ccc;
	line-height: 150%;
	}

/*** Error ***/

#error {
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
	background-color: #fdd;
	border: 1px solid #ccc;
	clear: both;
}

#error h3 {
	padding: 4px 10px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #c00;
}

#error p {
	color: #333;
	margin: 0;
	padding: 5px;
}

#error ul {
	margin: 0;
	padding: 10px 0 10px 30px;
}

#error li {
	padding: 4px 15px 4px 0;
	font-size: 12px;
	list-style: square;
}

#message {
	padding: .5em 1em;
	margin-bottom: 20px;
	line-height: 120%;
	font-size: 16px;
	font-weight: bold;
	color: #360;
	background: #cf9;
	border: 3px solid #9c6;
	clear: both;
}

/*** Blog Comments ***/

#comments td {
	padding-top: 15px;
	line-height: 130%;
	}

#comments td.avatar {
	width: 48px;
	padding-right: 15px;
	}

#comments td.avatar img {
	border: 1px solid #ccc;
	}

#comments .buttons {
	float: right;
	}

#comments .comment {
	padding: 12px;
	line-height: 130%;
	}

#comments .name_n_date {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	}

#comments .name_n_date .date {
	margin-left: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	}

#comments .name_n_date a {
	text-decoration: none;
	color: #06c;
	}

#comments .name_n_date a:hover {
	background: #06c;
	color: #fff;
	}

#comments .odd {
	background: #eee;
	}

#post_a_comment {
	padding: 10px 15px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 130%;
	}

#post_a_comment td {
	padding: 5px 10px 5px 0;
	}

#post_a_comment .name {
	font-size: 13px;
	font-weight: bold;
	color: #DB5D00;
	}

/*** Blog ***/

.post {
	margin-bottom: 30px;
	}

.post .subhead {
	margin-top: 5px;
	color: #555;
	}

.post .posted_on {
	float: left;
	}

.post .comments {
	float: left;
	padding-left: 18px;
	background: url("../images/comments.gif") no-repeat;
	}

.post .tags {
	margin-top: 15px;
	padding: 2px 0 2px 18px;
	background: url("../images/tag.gif") no-repeat;
	}

.post .content {
	margin-top: 15px;
	line-height: 140%;
	font-size: 13px;
	}
	
a.archive:link,
a.archive:visited {
	color: #000;
	}

a.archive:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
	}

ul.subscribe_links {
	list-style: none;
	margin-top: 2px;
	}

ul.subscribe_links li {
	padding-left: 17px;
	padding-top: 5px;
	margin-left: 4px;
	margin-top: 5px;
	background: url("/images/feedburner_flame.gif") no-repeat 0 5px;
	line-height: 110%;
	}

ul.subscribe_links li div {
	margin-top: 4px;
	font-size: 12px;
	color: #999;
	}

.guys_n_gals a {
	padding: 3px 5px;
	color: #000;
	background: #ccc;
	text-decoration: none;
	}

.guys_n_gals a.on {
	color: #fff;
	background: #FF5100;
	}

/*** Custom ***/

table#self_ads {
	margin-top: 10px;
	}
	
table#self_ads td {
	padding-bottom: 15px;
	}
	
table#self_ads td a:link,
table#self_ads td a:visited {
	color: #06c;
	text-decoration: none;
	}
	
table#self_ads td a:hover {
	background: #06c;
	color: #fff;
	text-decoration: none;
	}
	
table#self_ads td.thumb {
	padding-right: 10px;
	}
	
table#self_ads td.thumb a:hover {
	background: transparent;
	}
	
table#self_ads td .name {
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
	}
	
table#self_ads td .blurb {
	margin-top: 6px;
	font-size: 11px;
	line-height: 130%;
	}
