/*** Unplugged ***/

h1 {
	font-size: 36px;
	}

#main_column {
	width: 720px;
	}
	
#sidebar {
	margin-left: 30px;
	}
	
#sponsor {
	padding: 12px 15px;
	background: #ddecf6;
	border: 1px solid #bbd5e7;
	}

#sponsor p {
	margin-bottom: 5px;
	font-size: 13px;
	color: #3d210b;
	}
	
.post {
	padding-top: 15px;
	margin-bottom: 30px;
	border-top: 1px dotted #999;
	}

.post h2 {
	margin-bottom: 6px;
	font-size: 22px;
	}

.post p {
	font-size: 13px;
	line-height: 130%;
	}

.post .subhead {
	margin-bottom: 15px;
	font-size: 12px;
	color: #555;
	}

.post .subhead .posted_on {
	float: left;
	}

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

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

#tag_list h2 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px dotted #666;
	}
	
#tag_list .top_corners {
	background: url("../images/buzz_box_corners_top.png") no-repeat;
	}

#tag_list .bottom_corners {
	background: url("../images/buzz_box_corners_bottom.png") no-repeat;
	}

#tag_list .info {
	padding: 10px 17px;
	background: #cde6ed;
	}

ul.tags {
	list-style: circle inside;
	}
	
ul.tags li {
	padding: 2px 0;
	}
	
/*** Archive ***/

#archive_list {
	padding-top: 15px;
	border-top: 1px dotted #999;
	line-height: 130%;
	}
	
#archive_list h2 {
	margin-bottom: 10px;
	color: #D64400;
	}
	
/*** Blog Comments ***/

#comments {
	padding: 0 15px;
	background: #e5f8d1;
	border-top: 1px solid #c7dbb2;
	border-bottom: 1px solid #c7dbb2;
	}

#comments .comment {
	padding: 12px 0;
	font-size: 13px;
	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: #666;
	}

#comments .name_n_date a,
#comments .name_n_date .name {
	color: #69a74d;
	}

#comments .name_n_date a:hover {
	text-decoration: none;
	}

#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;
	font-size: 13px;
	}

#post_a_comment input,textarea {
	font-size: 13px;
	}

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