/*

	Theme Name:	 CMS
	Theme URI:	 http://dylanjameswagner.com/wordpress/
	Description: WP CMS style layout. Widget friendly.
	Tags:		 custom, cms, three columns, fixed width
	Version:	 0.1
	Author:		 Dylan James Wagner
	Author URI:	 http://dylanjameswagner.com
	
	// -------------------------------------------------------------- //
	// style.css

*/

@import url('css/common.css');
@import url('css/wordpress.css');
@import url('css/navigation.css');
@import url('css/primary.css');
@import url('css/secondary.css');
@import url('css/widgets.css');
@import url('css/wp-shopping-cart.css');

body {
	background: #fff url('img/bg_body.png') repeat-x scroll 50% 0;
	
	font-size: small;
	color: #000;
}
p, h3, h4, h5, h6, ol, ul {}
h3, h4, h3 a, h4 a {}
h3 {
	font-size: x-large;
}
h4 {}
a {
	color: #000;
}
a:link {}
a:visited {}
a:hover, a:active {color: #c62425;}
a img {}
a:link img {}
a:visited img {}
a:hover img, active img {}
#site {
	min-height: 100%;
	margin: 0 auto;
	background: url('img/bg_site.png') repeat-x scroll 50% 134px;
}
#cover {
	position: absolute;
	top: 10px;
	left: 0;
	width: 50%;
	height: 300px;
	margin: 0;
	background: #fff;
}
#header, #content, #footer {
	clear: both;
	width: 924px;
	margin: -1px auto;
	padding: 1px 0;
	z-index: 100;
}
#header {
	position: relative;
	height: 335px;
	background: url('img/bg_header.jpg') no-repeat scroll -2px 79px;
	background: url('img/bg_header2.jpg') no-repeat scroll -2px 95px;
}
#secondary {
	background: url('img/bg_header.jpg') no-repeat scroll -2px -258px;
	background: url('img/bg_header2.jpg') no-repeat scroll -2px -242px;
}
#header h1 {
	float: left;
	width: 352px;
	height: 191px;
	margin: 78px 0 0 246px;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url('img/bg_h1_a.jpg') no-repeat scroll 50% 0;
	
	text-indent: -9999px;
}
#header h1 a:link {}
#header h1 a:visited {}
#header h1 a:hover, #header h1 a:active {
	background-position: 50% 0;
}
#header h2 {
	display: none;
}
#header h3, #header h4,
#header #number {
	margin-right: -2px;
	text-align: right;
}
#header h3 {
	font-size: x-large;
	color: #c62425;
}
#header h4 {
	display: list-item;
	margin: -8px -2px 27px 0;
	
	list-style: disc inside;
	font-size: small;
}
#header #number {
	display: block;
	margin: 10px -2px;
	
	font-size: xx-large;
	font-weight: bold;
}
#header #newsletter {
	position: absolute;
	top: 5px;
	left: 47px;
}
#header #newsletter img {
	margin-bottom: -2px;
}
#footer {
	width: 624px;
	padding: 0 0 102px 300px;
	background: url('img/van.png') no-repeat scroll 38px 0;
	
	font-size: smaller;
}
#content {
	background: url('img/bg_content.png') repeat-x scroll 50% 0;
	overflow: auto;	
}
#primary {
	clear: both;
	float: right;
	width: 590px;
	margin-right: 37px;
}
#primary h3:first-child {
	padding-bottom: 30px;
	border-bottom: 2px solid #c62425;
	text-align: center;
	font-size: large;
	color: #2e46ff;
}
#primary  p {
	margin: 10px -3px;
}
#secondary {
	float: left;
	width: 258px;
	padding: 150px 20px 0 0;
	
	text-align: center
}
#secondary h3, #secondary h4 {
	margin-bottom: 10px;
	padding: 0;

	color: #2e46ff;
}
#secondary h4 {
	margin: 20px 10px;
	
	font-size: x-large;
	color: #c62425;
}
#secondary hr {
	margin: 30px 10px;
	border-color: #c62425;
}
#secondary > ul li {
	list-style: none !important;
}
#secondary #search {
	display: none;
}
#secondary #payment {
	margin: 30px 0 25px 0;
	padding-top: 125px;
	background: url('img/payment.png') no-repeat scroll 50% 0;
	
	text-align: center;
	font-size: smaller;
}
#tertiary {
	display: none;
}
#left {}
#right {}
#copyright, #developer {
	clear: both;
	
	color: #bbb;
}
#copyright {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 16px 0 0 0;
	padding: 30px 0;
	background: #c62425;
	border-top: 2px solid #000;
	
	text-align: center;
	color: #000;
}
#developer {
	display: none;
	margin-bottom: 9px;
}
#developer a {
	text-decoration: none;
	color: #bbb;
}
#developer span {
	display: none;
}
#validation, #rss {
	display: none;
}

