/*  
Theme Name: Whackhead Archive
Version: 3.0
Description: The Whackhead Archive website design.
Author: John Swart
Author URI: http://www.cozaweb.com
*/

@charset "utf-8";
* {
	margin: 0px;
}
#logo {
	width: 900px;
	margin: auto;
	height: 100px;
	background-image: url(http://whackhead.cozaweb.com/img/header/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
}
#wrapper {
	margin: auto;
	width: 900px;
	border: 1px solid #999;
	background-attachment: scroll;
	background-image: url(http://whackhead.cozaweb.com/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;
}
#wrapper #content {
	width: 558px;
	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(http://whackhead.cozaweb.com/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(http://whackhead.cozaweb.com/img/layout/footer_bg_2.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;
	background-color: #FFF;
}
#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(http://whackhead.cozaweb.com/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(http://whackhead.cozaweb.com/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;
}
#wrapper #content #links a {
	text-align: center;
	color: #000;
	text-decoration: none;
	display: block;
	height: 20px;
	background-image: url(http://whackhead.cozaweb.com/img/layout/link_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#wrapper #content #links a:hover {
	background-image: url(http://whackhead.cozaweb.com/img/layout/link_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}

#wrapper #content #links {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#wrapper #content #notes {
	background-color: #FFFF9D;
	border: 1px solid #C0C0C0;
}
#wrapper #content h3 {
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
}#wrapper2 {
	margin: auto;
	background-image: url(http://whackhead.cozaweb.com/img/layout/seperator.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 900px;
	background-color: #FFF;
}
