/* Global Styles and Structure for Chris Derksen, http://cravesystems.com/ */
/* Developed and Hand Coded by Johnny Taylor, http://unboundedexistence.com/ */

/* Global Reset */

blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th {
	margin:0;
	padding:0;
}

html,
body {
	font: small/1.8 Arial, Helvetica, Verdana, sans-serif;
	color: #888;
	background: #222 url(/images/background.gif) repeat-y 50%;
}
#wrap {
	margin: 0 auto;
	font-size: 95%;
	width: 840px;
	background: #111;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #090;
	color: #0c0;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	border:0;
	color: #0c0;
}
a:hover {
	text-decoration: none;
	border-bottom: 0;
	color: #090;
}
a:focus {
	color:#fff;
	border:0;
	text-decoration: none;
	outline:1px dotted #fff;
}
a:visited:focus {
	text-decoration: none;
	outline:1px dotted #fff;
}

/* Header */

#header {
	height: 166px;
	position: relative;
	background: #111 url(/images/header.jpg) no-repeat 50% 0;
}
#header h1 a#home {
	float: left;
	border: 0;
	text-indent: -9999px;
	background: url(/images/logo.jpg) no-repeat 0 0;
	width: 200px;
	height: 166px;
}
#header ul#nav {
	padding-top: 46px;
	float: left;
	width: 620px;
}
#header ul#nav li {
	list-style-type: none;
	display: inline;
}
#header ul#nav li a#systems {
	margin-left: 15px;
	float: left;
	border: 0;
	width: 100px;
	height: 40px;
	text-indent: -9999px;
	background: url(/images/systems.gif) no-repeat 0 0;
}
#header ul#nav li a#systems:active {
	background: url(/images/systems.gif) no-repeat 0 -40px;
}
#header ul#nav li.current a#systems {
	background: url(/images/systems.gif) no-repeat 0 -80px;
}
#header ul#nav li a#support {
	margin-left: 25px;
	float: left;
	border: 0;
	width: 92px;
	height: 40px;
	text-indent: -9999px;
	background: url(/images/support.gif) no-repeat 0 0;
}
#header ul#nav li a#support:active {
	background: url(/images/support.gif) no-repeat 0 -40px;
}
#header ul#nav li.current a#support {
	background: url(/images/support.gif) no-repeat 0 -80px;
}
#header ul#nav li a#news {
	margin-left: 25px;
	float: left;
	border: 0;
	width: 65px;
	height: 40px;
	text-indent: -9999px;
	background: url(/images/news.gif) no-repeat 0 0;
}
#header ul#nav li a#news:active {
	background: url(/images/news.gif) no-repeat 0 -40px;
}
#header ul#nav li.current a#news {
	background: url(/images/news.gif) no-repeat 0 -80px;
}
#header ul#nav li a#about {
	margin-left: 25px;
	float: left;
	border: 0;
	width: 67px;
	height: 40px;
	text-indent: -9999px;
	background: url(/images/about.gif) no-repeat 0 0;
}
#header ul#nav li a#about:active {
	background: url(/images/about.gif) no-repeat 0 -40px;
}
#header ul#nav li.current a#about {
	background: url(/images/about.gif) no-repeat 0 -80px;
}
#header ul#nav li a#contact {
	margin-left: 25px;
	float: left;
	border: 0;
	width: 86px;
	height: 40px;
	text-indent: -9999px;
	background: url(/images/contact.gif) no-repeat 0 0;
}
#header ul#nav li a#contact:active {
	background: url(/images/contact.gif) no-repeat 0 -40px;
}
#header ul#nav li.current a#contact {
	background: url(/images/contact.gif) no-repeat 0 -80px;
}
#header ul#subnav {
	margin-left: 22px;
	padding-top: 8px;
	float: left;
}
#header ul#subnav li {
	list-style: none;
	display: inline;
	margin-left: 3px;
	border-left: 1px solid #333;
	padding-left: 6px;
}
#header ul#subnav li.first {
	list-style: none;
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
}
#header ul#subnav li.current a:link {
	color: #888;
	border: 0;
}
#header ul#subnav li.current a:visited {
	color: #888;
	border: 0;
}
#header p img {
	margin: 46px 20px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

/* Content */

#container {
	padding: 0 15px;
	position:relative;
	float: left;
	display:block;
	background: #111 url(/images/footer.jpg) no-repeat 50% 100%;
}
h1, h2, h4, h5, h6 {
	font-size: 150%;
	display: block;
	clear:both;
	color:#0c0;
}
h3 {
	font-size:130%;
	color:#0c0;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	border:0;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	border:0;
}
h3.archive {
	padding-top:0.5em;
	border-top:1px solid #222;
}
#container p {
	margin-bottom: 1em;
}
body.home #content {
	padding: 0 270px 4em 0;
	width:540px;
	float: left;
	background:transparent;
}
#content {
	padding: 0 270px 7em 0;
	width:540px;
	float: left;
	background:transparent;
}
#content p,
#content ul {
	color: #fff;
}
#content ul.month,
#content ul.category {
	color:#888;
}
#container ul.postmetadata {
	border-top: 1px solid #222;
	padding:0.5em 0 4em;
	color:#888;
}
#container ul.postmetadata li {
	float:left;
	list-style:none;
	margin-left:0.5em;
	border-left:1px solid #222;
	padding-left:0.5em;
}
#container ul.postmetadata li.first {
	margin:0;
	padding:0;
	border:0;
}
#container ul.postmetadata li.author {
	float:right;
	border:0;
}
#container ul.lessandmore {
	margin-top:1em;
	padding:1em 0;
	border-top:1px solid #222;
	color:#888;
}
#container ul.lessandmore li {
	float:left;
	list-style:none;
}
#container ul.lessandmore li.alignright {
	float:right;
}
#container p.entrydate {
	margin-bottom: 0.25em;
	color: #888;
}
#container ul {
	padding: 0 25px;
}
#container ul li {
	margin-bottom: 0.5em;
	list-style-type: square;
}
#content p.testimonials {
	margin-bottom: 0.25em;
}
#content p.testimonials + p {
	font-style: italic;
	color: #888;
}
#content p.testimonials + p a:link {
	font-weight: normal;
	color: #888;
	border: 0;
}
#content p.testimonials + p a:visited {
	font-weight: normal;
	color: #888;
	border: 0;
}
#content p.testimonials + p a:hover {
	font-weight: normal;
	color: #fff;
}
body#specifications #content {
	padding-right: 0;
	float: left;
	width:810px;
	background:transparent;
}
body#specifications #sidebar {
	display: none;
}
body#specifications #content ul.specs {
	margin: 0.5em 2px;
	padding: 0;
	float: left;
	width: 195px;
	background: #000;
	border: 1px solid #333;
}
body#specifications #content ul.specs li {
	margin: 2px;
	padding: 5px;
	font-size: 95%;
	line-height: 1.2em;
	list-style: none;
	color: #aaa;
	background: #111;
}
body#specifications #content ul.specs li h2,
body#specifications #content ul.specs li h3 {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	list-style: none;
	color: #fff;
}
body#specifications #content #display {
	margin: 0.5em 2px 1em;
	padding: 0;
	float: left;
	width: 396px;
	display: block;
	text-align: left;
	background: #000;
	border: 1px solid #333;
}
body#specifications #content #display h3 {
	margin: 2px;
	padding: 0 5px;
	color: #fff;
	background: #111;
}
body#specifications #content #display dl {
	margin: 0 2px 2px;
	padding: 0 5px;
	float: left;
	line-height: 130%;
	color: #aaa;
	background: #111;
}
body#specifications #content #display dl dd {
	padding: 5px 0;
}
body#specifications #content #display dl dd.desc {
	padding-right: 75px;
	float: left;
}
body#specifications #content #display dl dd.price {
	margin-left: -65px;
	float: right;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
}
body#specifications #content ul#notes li h3 {
	padding: 0 5px;
	color: #fff;
}
body#specifications #content table#display td.price {
	font-size: 130%;
	font-weight: bold;
	text-align: right;
	color: #fff;
}
body#specifications #content ul#notes {
	margin: 0.5em 2px;
	padding: 0;
	float: left;
	width: 396px;
}
body#specifications #content ul#notes li {
	margin: 3px;
	padding: 5px;
	font-size: 100%;
	line-height: 1.2em;
	list-style: none;
	color: #aaa;
}
#container sup {
	padding: 0 4px;
	color: #f00;
	vertical-align: 15%;
	font-weight: normal;
}
#container p.claims {
	color: #888;
}
abbr, 
acronym {
	cursor: help;
	border-bottom: 1px dotted #fff;
	font-weight: bold;
}
abbr:hover, 
acronym:hover {
	cursor: help;
	border: 0;
	font-weight: bold;
}
ul#trail {
	margin-left:-10px;
	padding-bottom:4em;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	color:#888;
}
body#specifications ul#trail {
	margin-left:-5px;
}
ul#trail li {
	display:inline;
}
#sidebar {
	margin-left: -250px;
	padding-bottom:12em;
	float: right;
	width: 250px;
	color: #888;
	background:transparent;
}
#sidebar ul#validation {
	margin:0;
	padding:1em 0;
	border-top:1px solid #222;
}
#sidebar ul#validation li {
	list-style:none;
	display:inline;
	margin-left: 0.5em;
	border-left: 1px solid #222;
	padding-left: 0.5em;
}
#sidebar ul#validation li.first {
	margin:0;
	border:0;
	padding:0;
}
#sidebar ul#validation li a:link {
	color:#222;
	border:0;
}
#sidebar ul#validation li a:visited {
	color:#222;
	border:0;
}
#sidebar ul#validation li a:hover {
	color:#888;
	border:0;
}
#sidebar ul#validation li a:focus {
	color:#fff;
	border:0;
}
#container p.feed {
	padding-left: 22px;
	background: url(/images/feed.gif) no-repeat 0 15%;
}
body#specifications #content ul#notes li.reader {
	margin-left: 5px;
	padding-left: 22px;
	background: url(/images/reader.gif) no-repeat 0 15%;
}
#searchform {
	padding-bottom:0.25em;
}
#searchform input#s {
	padding:2px;
	width:70%;
}
#contactform {
	margin-left: 135px;
	width: 250px;
}
#contactform p {
	margin-bottom:0.25em;
	padding:0;
}
.checkbox label,
label.inl {
	display:inline
}
label {
	display: block;
}
#contactform textarea#message {
	margin-bottom: 1em;
	width: 100%;	
	height: 30em;
}
#contactform input.txt,
#contactform textarea#message {
	margin-bottom: 1em;
	padding: 2px;
	width: 100%;
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	display: block;
}
#searchform input#s:focus,
#contactform input.txt:focus,
#contactform textarea#message:focus,
input.button:focus {
	outline: 2px solid #0c0;
}
input.button {
	margin-top: 1em;
}

/* Footer */

#footer {
	background:#5e5e5e;
	clear: both;
}
#footer h2.non-visual,
#footer h6.non-visual {
	display: none;
}
#footer ul#copyright { 
	padding: 0 15px 10px;
	color: #000;
}
#footer ul#copyright li {
	list-style: none;
	float: left;
	margin-left: 0.5em;
	border-left: 1px solid #888;
	padding-left: 0.5em;
}
#footer ul#copyright li.first {
	margin-left: 0;
	padding-left: 0;
	border: 0;
}
#footer ul#copyright li.top {
	float: right;
	border: 0;
}
#footer ul#copyright a:link {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#footer ul#copyright a:visited {
	color: #222;
	font-weight: bold;
	text-decoration: none;
	border-bottom:0;
}
#footer ul#copyright a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
}
#footer ul#copyright a:focus {
	color: #fff;
	text-decoration: none;
	border:0;
}
#footer ul#copyright li.current a:link {
	color: #fff;
	text-decoration: none;
	border: 0;
}
#footer ul#copyright li.current a:visited {
	color: #fff;
	text-decoration: none;
	border: 0;
}
#footer ul#copyright li.top a:link {
	font-weight: normal;
	color: #111;
	border-bottom: 0;
}
#footer ul#copyright li.top a:visited {
	font-weight: normal;
	color: #111;
	border-bottom: 0;
}
#footer ul#copyright li.top a:hover {
	color: #000;
	border-bottom: 0;
}
#footer ul#copyright li.top a:visited:hover {
	color: #000;
	border-bottom: 0;
}
#footer ul#copyright li.top a:focus {
	color: #fff;
	border-bottom: 0;
}
#footer br {
	clear: both;
}