/*  
Theme Name: WCT 2.0
Theme URI: 
Description: 3-column, based on Limau Orange
Version: 0.2
Author: Devon Persing 
Author URI: http://www.dpersing.com/

/* general layout*/

body {
}

div#wrap {
	/* all content */
	display: block;
	width: 1000px;
	margin: 0 auto 0 auto;
}

div#header {
	display: block;
	width: 1000px;
	height: 151px;
	background: url(/images/header_background.jpg) no-repeat;
background-position: left;
}

div.left {
	/* navigation sidebar */
	display: block;
	width: 151px;
	float: left;
margin: 0;
}

div.middle {
	/* main page content */
	display: block;
	width: 680px;
	background-color: #990000;
	margin-left: 160px;
margin-right: 160px;
}

div.right {
	/* features and blurbs sidebar */
	display: block;
float: right;
	width: 150px;
clear: right;
}

div#footer {
	clear: both;
}

/* headers and text */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}

div#header h1 {
	display: none;
}

div#header h2.tagline {
	/* text beneath page header */
	width: 600px;
	position: absolute;
	margin-left: 200px;
	margin-top: 78px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.6em;
	background-color: #990000;
}

div#header h2.contact {
	/* contact info in top right corner */
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	font-size: 1em;
	float: right;
	text-align: center;
	color: #000000;
}

div#header p.special {
	color: #000000;
	display: block;
	width: 600px;
	height: 80px;
	position: absolute;
	margin-left: 200px;
	margin-top: 118px;
	font-size: 1.4em;
	text-align: center;
}

div.menu li a.nolink:hover {
	color: #000000;
cursor: default;
}

div.middle h2 {
	/* page header */
	font-size: 3em;
	font-weight: normal;
	margin: 8px;
}

div.middle div.entry h2 {
	/* section headers within page content */
	font-size: 2em;
	color: #999999;
}

h3 {
	font-size: 1.5em;
	color: #999999;
	margin: 20px 0 0 10px;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	color: #999999;
	margin: 10px 0 0 10px;
	font-weight: normal;
}

p {
	margin: 10px;
	line-height: 1em;
}

small {
	font-size: 0.9em;
	line-height: 1em;
}

a {
	color: #FFBA5B;
	font-weight: bold;
}

a:visited {
	color: #999999;
}

img {
	border: 0;
}

div.middle ul li, div.middle ol li {
	margin-bottom: 4px;
}

div.middle table {
	/* price tables */
	display: block;
	margin: 10px;
}

div.middle table th, div.middle table td {
	text-align: center;
	padding: 4px;
}

div.middle table th {
	/* column headers for price tables */
	background-color: #FFFFFF;
	color: #990000;
	font-size: 1em;
}

div.middle table td {
background-color: #999999;
}

div.middle table td.qty {
	/* quantity cell for price tables */
	text-align: right;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #999999;
}

div.right {
	color: #000000;
	font-size: 
}

div.right p {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #990000;
	padding: 4px;
}

div.right p.no-border {
	border-style: none;
}

div#footer {
	text-align: center;
	color: #000000;
}

/* invisible (left over from original template) */
div.br, div.hr {
	display: none;
}