/*
Theme Name: 80.1
Theme URI: http://berg80.com/projects/theme801/
Description: First Wordpress Theme by BERG80.COM
Version: 0.1
Author: Matt Berg
Author URI: http://berg80.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}

#top {
	height: 28px;
	background: url(images/top_bkg.gif) repeat-x;
	color: #666;
	font-size: .9em;
	text-align: center;
	line-height: 28px;
}
#top a {
	padding: 2px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#top a:hover {
	background: #fafafa;
}

#header {
	height: 83px;
	background: url(images/header_bkg.gif) repeat-x;
	text-align: center;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-family: "Arial Black", Arial, Verdana, sans-serif;
	font-size: 28px;
	line-height: 78px;
}
#header h1 a {
	padding: 0 6px;
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover {
	background: #fff;
	color: #666;
}

#content_wrapper {
	margin: 0 auto;
	padding-top: 10px;
	width: 770px;
}

#content {
	float: left;
	width: 510px;
}

.page_title {
	margin-bottom: 10px;
	background: #767676 url(images/page_title_bkg.gif) repeat-x;
	border: 2px solid #999;
	color: #fff;
}
.page_title h3 {
	margin: 0;
	padding: 0 6px;
	font-size: 1.3em;
	line-height: 28px;
}

.post_date {
	background: #767676 url(images/post_date_bkg.gif) repeat-x;
	border: 2px solid #999;
	color: #fff;
}
.post_date h4 {
	margin: 0;
	padding: 0 6px;
	font-size: 1em;
	line-height: 28px;
}

.post_header {
	margin-top: 8px;
	padding: 2px 3px;
	background: #ccc url(images/post_header_bkg.gif) repeat-x;
	border: 2px solid #999;
}
.post_header h2 {
	margin: 0;
	padding: 0;
	font-family: "Arial Black";
	font-size: 1.7em;
}
.post_header h2 a {
	color: #333;
	text-decoration: none;
}
.post_header h2 a:hover {
	background: #333;
	color: #eee;
}
.post_header h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #555;
}
.post_header h3 a {
	padding: 0 2px;
	background: #FFFFDE;
	color: #444;
	text-decoration: none;
}
.post_header h3 a:hover {
	background: #444;
	color: #FFFFDE;
}
.post_entry {
	padding-bottom: 4px;
	background: #f1f1f1;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
}
.post_entry p {
	margin: 0;
	padding: 10px;
	line-height: 18px;
}
.post_entry blockquote {
	margin: 0 0 0 22px;
	padding: 0 16px 6px 6px;
	font-style: italic;
	line-height: 18px;
}
.post_entry a {
	padding: 1px 2px;
	background: #FFFFDE;
	border-bottom: 1px dotted #666;
	color: #444;
	text-decoration: none;
}
.post_entry a:hover {
	background: #444;
	color: #FFFFDE;
}
.post_entry ul {
	margin: 0 50px;
	padding: 5px 0;
}
.post_entry ul li {
	padding: 2px 0;
}
.post_entry h1, .post_entry h2, .post_entry h3, .post_entry h4, .post_entry h5, .post_entry h6 {
	margin: 0 10px;
	padding-top: 6px;
}
.post_entry img {
	margin: 10px;
	padding: 3px;
	background: #fff;
	border: 1px solid #999;
}
.post_entry form {
	margin: 10px;
}
.post_footer {
	margin-bottom: 26px;
	padding: 3px 4px;
	background: #999 url(images/post_footer_bkg.gif) repeat-x;
	border: 2px solid #999;
}
.post_footer a {
	padding: 2px;
	color: #FFFFDE;
	text-decoration: none;
}
.post_footer a:hover {
	background: #FFFFDE;
	color: #333;
}

#comments {
	background: #333 url(images/comments_header_bkg.gif) repeat-x;
	border: 2px solid #999;
	color: #fff;
}
#comments h4 {
	margin: 0;
	padding: 10px 10px 2px 10px;
}
#comments p {
	margin: 0;
	padding: 3px 10px 10px 10px;
	font-size: .8em;
}
#comments p a {
	padding: 1px 2px;
	background: #FFFFDE;
	border-bottom: 1px dotted #666;
	color: #444;
	text-decoration: none;
}
#comments p a:hover {
	background: #777;
	color: #FFFFDE;
}
.comments_text {
	margin-top: 10px;
	padding: 10px;
	background: #000;
	border: 2px solid #999;
	color: #fff;
}
.alt {
	background: #333;
}
.comments_text a {
	padding: 1px 2px;
	background: #777;
	color: #FFFFDE;
	font-weight: bold;
	text-decoration: none;
}
.comments_text a:hover {
	background: #ffffde;
	color: #777;
}
.comments_text small {
	color: #ffffde;
	font-weight: bold;
}

#post_comments {
	margin: 10px 0;
	padding: 10px;
	background: #999;
	border: 2px solid #999;
	color: #fff;
}
#post_comments h4 {
	margin: 0;
	padding: 4px 0;
	font-size: 1.1em;
}
#post_comments p {
	margin: 0;
	padding: 4px 0;
	font-size: 1em;
}
#post_comments p a {
	padding: 1px 2px;
	background: #FFFFDE;
	border-bottom: 1px dotted #666;
	color: #444;
	text-decoration: none;
}
#post_comments p a:hover {
	background: #777;
	color: #FFFFDE;
}
#post_comments input.button {
	background: url(images/fade-butt.png);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	font-weight: bold;
}
#post_comments input.button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

#sidebar {
	float: left;
	margin-left: 20px;
	padding-top: 4px;
	width: 230px;
	background: #FFFFDE;
	border: 2px solid #dadada;
}

#sidebar h5 {
	margin: 4px 8px;
	color: #111;
	font-size: 1.2em;
}
#sidebar ul {
	margin: 3px 14px 12px 14px;
	padding: 0;
	border-top: 1px dotted #dadada;
	list-style: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}
#sidebar ul li a {
	display: block;
	padding: 3px 4px;
	width: 180px;
	background: #fffff9;
	border-bottom: 1px dotted #dadada;
	color: #333;
	text-decoration: none;
}
#sidebar ul li a:hover {
	background: #eee;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	color: #000;
}
#sidebar ul.nostyle {
	border: none;
}
#sidebar ul.nostyle li {
	background: none;
}
#sidebar ul.nostyle li a {
	display: inline;
	background: none;
	border: none;
}
#sidebar ul.nostyle li a:hover {
	background: none;
	border: none;
}
#sidebar form {
	margin: 3px 14px 12px 14px;
	padding: 0;
}
#sidebar form p {
	margin: 3px 0;
	padding: 0;
}
#sidebar .searchtext {
	padding: 2px;
	width: 180px;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
#sidebar .searchbutton {
	background: url(images/fade-butt.png);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 2px;;
	font-weight: bold;
	font-size: .9em;
}
#sidebar .searchbutton:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

#footer_wrapper {
	padding-top: 24px;
	background: #555 url(images/footer_bkg.gif) repeat-x;
	border-bottom: 4px solid #222;
}
#footer {
	margin: 0 auto;
	width: 770px;
}
#footer_content {
	float: left;
	width: 510px;
	color: #fff;
	text-align: center;
}
#footer_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_content ul li {
	display: inline;
	padding: 0 5px;
}
#footer_content a {
	padding: 2px 3px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer_content a:hover {
	background: #fff;
	color: #333;
}
#footer_sidebar {
	float: left;
	margin-left: 20px;
	width: 230px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearfix {
	clear: both;
}