/*

	Theme Name: djw_p2p
	Theme URI: http://point2pointcentral.com/wptest/
	Description: CMS style layout.
	Tags: custom, CMS, two columns, fixed width
	Version: 0.1
	Author: Dylan James Wagner
	Author URI: http://dylanjameswagner.com/
	
	This theme was designed and built by Dylan James Wagner,

	The XHTML, CSS and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url("css/cmn.css");
@import url("css/nav.css");
@import url("css/sidebar.css");

html, body {
	height: 100%;
}
body {
	background: #fff url("img/bg_body.png") scroll repeat-x 50% 70px;
}
#site {
	position: relative;
}
#header, #middle {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 100px;
	border-bottom: 1px solid #bbb;
	background: url("img/bg_header.png") scroll no-repeat left top;
}
#header h1 {
	float: left;
	width: 317px;
	height: 50px;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("img/bg_h1_a.gif") scroll no-repeat -4px top;
	text-decoration: none;
	color: #009933;
}
#header h1 a span {
	display: none;
}
#header h2 {
	float: right;
	margin: 30px 14px 0 0;
	color: #088;
	text-align: right;
}
#middle {}
#content {
	float: left;
	width: 600px;
	margin: 25px 0 0 0;
	padding: 0 0 0 7px;
}
#content h3 {
	font-size: large;
}
#content h3 small {
	font-size: x-small;
}
#sidebar {
	float: right;
	width: 242px;
	margin-top: -39px;
	background: #088 url("img/bg_sb.png") scroll no-repeat left top;
}
#sidebar * {
	color: #fff;
}
#sidebar > ul {
	list-style-type: none;
	margin: 0;
	padding: 42px 0 4px 0;
}
#sidebar > ul > li {
	margin: 0 0 10px 0;
	text-indent: 0;
}
#sidebar .widget {
	width: 236px;
	margin: 0 0 -4px 3px;
	background: url("img/bg_sb_box.png") repeat-y scroll left top;
}
#sidebar .widget > *:first-child {
	background: url("img/bg_sb_box_top.png") no-repeat scroll left top;
}
#sidebar .widget h2 {
	height: 32px;
	margin: 0 0 -5px 0;
	padding: 18px 0 0 15px;
	background: url("img/bg_sb_box_title.png") no-repeat scroll left top !important;
}
#sidebar .widget > ul {
	min-height: 40px;
	width: 236px;
	margin: 0;
	padding: 3px 0 15px 6px;
	background: url("img/bg_sb_box_bottom.png") no-repeat left bottom;
}
#footer {
	clear: both;
	height: 100px;
	padding: 1px 0 0 0;
	border-top: 1px solid #bbb;
	background: url("img/bg_footer.png") scroll no-repeat left top;
}
#footer {
	font-size: 10px;
	text-align: right;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:link {}
#footer a:visited {}
#footer a:hover:active {}
