/* @import "http://todd.cleverchimp.com/blog/wp-content/themes/latherdome/style.css"; */

/* Begin Typography & Colors */

body {color: #333 }

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #000;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #c30;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

.sidebar {
}

small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Begin Structure */
.maincol .post {
	margin: 0;
	clear: both;
}

.maincol .postmetadata {
	padding-top: 0;
	text-align: right;
	clear: both;
	margin: 2em 0;
}

#footer {
	padding: 3em 5% 1em 19em;
	clear: both;
}

#footer p {
	margin: 0;
}

/* End Structure */
/*	Begin Headers */
.description {
}

.sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

/* End Headers */
/* Begin Lists */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, .sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1em;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

.sidebar {
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* End Entry Lists */
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
}

.sidebar #searchform #s {
	width: 115px;
	padding: 2px;
}

.sidebar #searchsubmit {
	padding: 1px;
}

.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	/* margin: 10px 5px 10px 0; */
}

#commentform p {
	/* margin: 5px 0; */
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */
/* Begin col2 */
.sidebar {
}

.sidebar form {
	margin: 0;
}

/* End col2 */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	/* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote, dd, ul, ol {
	margin: 0;
	padding: .7em 2em;
}

blockquote cite {
	display: block;
	text-align: right;
	font-style: normal;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

#content p+p, #content .cont {
	margin-top: -.7em;
	text-indent: 2em;
}

p {
	margin-top: .7em;
	margin-bottom: .7em;
	text-indent: 0;
}

#content p.tb, #content .postmetadata {
	text-indent: 0;
	margin-top: 1.4em;
}

#page {
	position: relative;
	width: 100%;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.l {
	width: 60%;
	max-width: 384px;
	float: left;
	padding: 0 1em .7em 0;
}

img.r {
	width: 33%;
	max-width: 256px;
	float: right;
	clear: right;
	padding: 0 0 .7em 1em;
}

img.c {
	width: 100%;
	max-width: 768px;
	padding: .7em 0;
}

#head {
	background: #333;
}

h1, h2, h3 {
	margin-bottom: 0;
	font-size: 1.2em;
}

h2 {
	font-size: 1.5em;
}

#foot {
	margin: 4em 2em;
	text-align: right;
}

.maincol {
	padding: 1em 5% 1em 1em;
	line-height: 1.5;
	margin-left: 18em;
	max-width: 640px;
}

.sidebar {
	position: absolute;
	top: 1em;
	left: 0;
	width: 17em;
	padding: 1em;
}

.sidebar h2 {
	font-size: 1em;
}

blockquote {
	font-style: italic;
}

#navcontainer {
	background: #333;
	padding: 0em 5% 0 1em;
}

#navlist {
	text-align: right;
	padding: 3px 0;
	margin: 0;
	border-bottom: 1px solid #333;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	padding: 3px 0.5em;
	margin-left: 1px;
	border: 1px solid #333;
	border-bottom: none;
	text-decoration: none;
	color: #fff;
}

/* #navlist li a:link {  }
#navlist li a:visited { color: #fff; } */

#navlist li a:hover {
	color: #fc0;
}

#navlist li a#current {
	background: white;
	border-bottom: 1px solid white;
	font-weight: bold;
	color: #333;
}

dt {
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.sidebar li #searchform {
	margin: 0;
	padding: 0;
}

#banner {
	line-height: 0em;
}

#home #banner {
	height: 200px;
	background-image: url(/csi/img/montage3flat.jpg);
	background-color: #333;
	background-position: 33%;
}

#head {
	border-bottom: 1.4em solid #333;
}

#head h1 {
	margin-top: 0;
}

#head h1 span {
	display: none;
}

#head h1 a {
	display: block;
	height: 72px;
	width: 202px;
	background-image: url(/csi/img/logotype_banner.gif);
}

#nav, #nav ul {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	font-weight: bold;
}

#nav a {
	display: block;
	width: 10em;
	padding: .5em 1em .5em 1.75em;
	color: #efefef;
}

#nav li li a {
	padding: .5em 1.13em;
}

#nav li {
	/* all list items */
	float: right;
	width: 12.75em;
	/* width needed or else Opera goes nuts */
	background-image: url(/csi/img/fffll.gif);
	background-color: #333;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.col2 {
	background: #fff;
}

#nav li li {
	background-image: none;
	background-color: #333;
	border-top: 1px solid #999;
	padding-top: .75em;
	padding-bottom: .75em;
}

#nav li li li {
	background-color: #000;
	border-top: 1px solid #999;
}

#nav li li.daddy {
	background-image: url(/csi/img/rtarrow.gif);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}

#nav li ul {
	/* second-level lists */
	position: absolute;
	width: 12.75em;
	margin-left: 8px;
	font-weight: normal;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul {
	/* third-and-above-level lists */
	margin: -2.9em 0 0 12.75em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav a:link, #nav a:hover {
	border-bottom: none;
}

#nav .current a {
	background-image: url(/csi/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: .5em 50%;
}

#nav #active li a {
	background-image: none;
}

#nav li:hover a.daddy, #nav li.sfhover a.daddy {
	background-image: url(/csi/img/dwnarrow.gif);
	background-repeat: no-repeat;
	background-position: .5em 50%;
	color: #efefef;
}

#nav li li a, #nav li:hover li a, #nav li.sfhover li a {
	background-image: none;
}

#nav li li:hover, #nav li li.sfhover {
	background-color: #333;
}

#nav a:hover, #nav a.current {
	color: #fc0;
}

.sidebar .current a, .sidebar a.current {
	font-weight: bold;
	color: #333;
}

#body {
	margin: 2em 5% 1em 33%;
}

#status {
	float: left;
	width: 25%;
	padding: 1em 5% 1em 1em;
}

#prodnav li {
	font-weight: bold;
}

#prodnav li li {
	font-weight: normal;
}

/* #faq #banner {
	background-color: #333;
	background-image: url(img/redthing.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 87px;
} */

th, td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: .5em;
}

td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

th {
	background-color: #ccc;
}

#ordering_index table {
	float: left;
	padding: 1em 1em 1em 0;
}

#footer ul {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 1em 0 3em 0;
}

#footer li {
	display: inline;
	margin-right: 3em;
	list-style-type: none;
}

#footer {
	background-image: url(/csi/img/ikonik3.gif);
	background-repeat: no-repeat;
	background-position: 90% 0%;
	margin-top: 3em;
	clear: both;
}

.list th {
	text-align: right;
	white-space: nowrap;
}

table ul {
	margin: 0;
	padding: 0;
	list-style: inside;
}

#page {
	clear: both;
}

.marginalia {
	float: left;
	margin: -5em 0 0 -18em;
	width: 14em;
	text-indent: 0;
	border: 1px dotted #fc0;
	padding: 1em;
	background-color: #ffc;
	line-height: normal;
}

.marginalia em {
	font-size: smaller;
	font-style: normal;
}

blockquote .marginalia, dd .marginalia, ul .marginalia, ol .marginalia {margin-left: -22em}

dd > p:first-child, blockquote > p:first-child, li > p:first-child {margin-top:0}

ol ol li {list-style-type: lower-alpha}
