/*
Theme Name: new.
Theme URI: http://www.duanefields.com
Description: New 3col style
Version: 1.0
Author: Duane Fields
Author URI: http://www.duanefields.com
*/

body, html
{
	margin: 0;
	padding: 0;
	background: #a7a09a;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-size: 13px;
}

body { min-width: 800px; }
table { font-size: 13px; }

/*fixes firefox-win table font size bug */
#wrap
{
	background: #FFF url(images/sidebar-bg.gif) right top repeat-y;
	margin: 5px auto 5px auto;
	width: 800px;
	border: solid 1px black;
}

a {
  color: #0663B9;
  font-weight: normal
  text-decoration: underline;
}

/* HEADER */
#header
{
	background: #FFF;
	border-bottom: 1px solid gray;
}

#header h1
{
	padding: 5px 5px 5px 5px;
	margin: 0;
        color: #000;
}

/* NAV */
#nav
{
	background: #c99;
	padding: 5px;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li
{
	display: inline;
	margin: 0;
	padding: 0;
}

/* MAIN CONTENT */
#main
{
	background: white;
	float: left;
	width:603px;
}

#main h1, #main h2, #main h3, #main h4, #main p, #main div, #main form { padding: 0 14px; }

#main h1
{
	margin-bottom: 0px;
	line-height: 2em;
	font-size: medium;
	font-weight: bold;
}

h1 a { text-decoration: underline; }

#main h2
{
	font-size: small;
	margin: 0 0 2px 0;
	padding-top: 0;
}

#main table.toolbox
{
	width: 579px;
	margin: 0 14px;
	_margin: 0;
	padding-bottom: 20px;
	xxxborder-bottom: 1px solid #9FD2FF;
}

#main a:hover {
	 background-color: #FFFFCC;
}
#main table.toolbox a { margin-right: 4px; }

p.archives { text-align: center; }

blockquote
{
	border-left: 6px solid #9FD2FF;
	margin-left: 24px;
	padding-left: 14px;
	font-size: 95%;
	line-height: 135%;
	font-style: italic;
}

/* SIDEBAR */
#sidebar
{
	float: right;
	width: 187px;
}

#sidebar p { padding: 0 10px 0 20px; }

#sidebar h3
{
	font-size: small;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin: 0;
	padding: 8px 20px;
	background: #FFF url(images/sidebar-head.gif) left top repeat-y;
}

#sidebar ul
{
	list-style: none;
	margin: 0;
	padding: 8px 0 16px 22px;
}

#sidebar li
{
	display: block;
	padding: 1px 0;
}

#sidebar li a
{
	text-decoration: underline;
	display: block;
        font-weight: bold;
	margin-left: -10px;
	padding: 3px 0 5px 10px;
}

#sidebar li a:hover
{
	color: black;
	text-decoration: underline;
	background-color: #E9E2DC;
	background-image: url(images/linkedge.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}

/* FOOTER */
#footer
{
	padding: 28px 14px 10px;
	clear: both;
	text-align: center;
	background-color: white;
	background-image: url(images/sidebar-bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer p
{
	display: block;
	padding: 10px 5px;
	margin: 0;
	border-top: 2px solid #a7a09a;
	/* optional top border */
}

/* POST STYLES */
p.byline
{
	margin: 0px;
	padding: 0px;
	color: #888;
}

.tools
{
	padding: 10px 0 20px;
	clear: both;
}

img.right
{
	float: right;
	margin: 0 0 6px 6px;
	border: none;
}

img.bordered { border: 1px solid black; }

img.center
{
     display: block;
     margin: 5px auto 5px auto;
     clear: both;
}

/* Begin Contact Form CSS */
.contactform
{
	position: static;
	overflow: hidden;
}

.contactleft
{
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright
{
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror { border: 1px solid #ff0000; }
.contactsubmit { }


/* checkout stuff */
.ccuk {
	border-top: 3px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 3px solid #999999;
}
.ccuk img {
	border: 0px;
}
.ccuk p {
	font: 11px Tahoma, Arial, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px 8px 5px;
	text-align: justify;
}
.ccuk a {
	color: #0000FF;
}

