/*  
Theme Name: Whackhead Archive
Version:
Description: Whackhead Archive Blog Theme.
Author: John Swart
Author URI: http://www.cozaweb.com
*/

@charset "utf-8";
* {
	margin: 0px;
}
#logo {
	width: 900px;
	margin: auto;
	height: 100px;
	background-image: url(img/header/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#wrapper {
	margin: auto;
	width: 900px;
	border: 1px solid #999;
	background-attachment: scroll;
	background-image: url(img/layout/content_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrapper #sidebar {
	width: 259px;
	padding: 20px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#outer-wrapper {
	background-image: url(img/layout/devider.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin: auto;
}

#wrapper #content {
	width: 552px;
	float: right;
	clear: both;
	padding: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper #content a {
	text-decoration: none;
	color: #333;
}
#wrapper #content a:hover {
	color: #999;
	text-decoration: none;
}

#wrapper #navigation a {
	display: block;
	float: left;
	width: 135px;
	height: 19px;
	background-image: url(img/layout/nav_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


#wrapper #footer {
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 25px;
	background-image: url(img/layout/footer_bg.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	padding-top: 4px;
	text-align: center;
}
#wrapper #footer a {
	text-decoration: none;
	color: #333;
}
#wrapper #footer a:hover {
	color: #999;
	text-decoration: none;
}

#wrapper #navigation {
	width: 900px;
	height: 30px;
	background-image: url(img/layout/nav_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#wrapper #sidebar a {
	color: #333;
	text-decoration: none;
}
#wrapper #navigation a:hover {
	display: block;
	float: left;
	width: 135px;
	height: 19px;
	background-image: url(img/layout/nav_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#outer-wrapper #wrapper #content h2 {
	display: block;
	margin-bottom: 0px;
}
#outer-wrapper #wrapper #content #post #entry {
	display: block;
	padding-top: 25px;
	padding-bottom: 5px;
}

#outer-wrapper #wrapper #content #post #entry #postmetadata {
	padding-bottom: 0px;
	border-width: 1px;
	border-style: dotted;
	border-color: #000;
	text-align: center;

}
#outer-wrapper #wrapper #content h3 {
	display: block;
	margin-bottom: 0px;
	font-size: 11px;
	color: #000;
}
#outer-wrapper #wrapper #sidebar h4 {
	display: block;
	margin-bottom: 0px;
	font-size: 14px;
	color: #000;
	padding-left: 25px;
}
#outer-wrapper #wrapper #sidebar h2 {
	display: block;
	margin-bottom: 0px;
	font-size: 18px;
	color: #000;
	padding-bottom: 5px;
}
#outer-wrapper #wrapper #content #post {
	display: block;
	padding-bottom: 40px;

}
