@CHARSET "ISO-8859-1";
/* yellow #fff685; purple #A3698D green #a1cf26 med #cced70 light #dcff7a brown #432413 milk brown #794933*/
/* yellow #fff685; purple #A3698D green #5bb447 med #80b574 light #a3b59f brown #432413 */
/*beans: #fcdc08; #8bc645; #9668cc b994ab #A9699A*/
/* purple dark: #A3698D; light: #c99eb9 */ 
/* green dark: #5db647; light: #8bcb7c; */
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #fff; 
	font-family: Arial, sans-serif, Helvetica;
	color: #303030;
}
table {
	border-collapse: collapse;
	color: #303030;
}
form, table, ul, a, center {
	padding: 0;
	margin: 0;
}
ul {
	list-style-type:none;
}
blockquote {
	font: 14px/22px normal helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-left: 15px;
	border-left: 3px solid #ccc;
	clear: both;
}
blockquote span.author {
	font-style: italic;
	color: #aaa;
	display: block;
	margin-top: 10px;
}
label {
	text-transform: uppercase;
	margin-right: 10px;
}
hr {
	border: none;
	height: 1px;
	background-color: #ccc;
	margin: 5px 0 20px 0;
}
hr.mute {
	border-top: dotted thin #ccc;
	background-color: transparent;
}
a {
	color: #9a3267;
}
a:hover {
	color: #e35384;
}
a img {
	border: none;
}
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	margin: 10px 0;
	font-family: Arial, sans-serif, Helvetica;
	color: #432413;
	line-height: 105%;
	text-decoration: none;
}
h1, h2 {
	font-family: 'ChunkFiveRoman', Arial, sans-serif, Helvetica;
}
h1 {
	font-size: 38px;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	background: #fff685;
	color: #432413;
	text-decoration: none;
}
h1.alt, h2.alt, h3.alt, h1.alt a, h2.alt a, h3.alt a {
	color: #A3698D;
	text-decoration: none;
}
h2.page-subtitle {
	color: #794933;
	margin-bottom: 30px;
}
div.clear {
	clear: both;
}
.wp-caption {
	text-align: left;
	background-color: #fff;
	padding: 0px;
	margin: 0 auto 15px auto;
	display: inline-block;
}
.wp-caption img {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px;
}
.wp-caption p.wp-caption-text {
	margin: -4px 0 0 0;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 16px;
	text-align: center;
	background: #eee;
	border: 0px solid #ccc;
	border-top: none;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
 
.aligncenter {
	display: block;
	margin: 15px auto 15px auto;
	text-align: center;	
}
.alignright {
	margin: 0 0 5px 10px;
	float: right;
}
.alignleft {
	margin: 0 10px 5px 0;
	float: left;
}
.alignnone {
	display: inline;
}
input.small {
	width: 35px;
}
input.medium {
	width: 160px;
}
input.large {
	width: 500px;
}
input[type=text],input[type=email],input[type=password],input[type=file],textarea,select {
	color:#666;
	padding:6px;
	border: solid 1px #ddd; 
	background-color: #fcfcfc;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
select {
	padding: 0;
}
textarea {
	width:92%;
	height: 200px;
	overflow:auto;
}
input,textarea,select,input[type="submit"]:focus {
	/*outline:0 none;*/
}
input:focus, textarea:focus {
	-moz-box-shadow:1px 1px 5px rgba(0,0,0,.1);
	box-shadow:1px 1px 5px rgba(0,0,0,.1);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.1);
	-o-box-shadow:1px 1px 5px rgba(0,0,0,.1)
}
.widget input[type=text], .widget input[type=password], .widget input[type=file], .widget textarea, .widget select {
	background-color: #fff;
}	
input[type="reset"],input[type="submit"],input[type="button"],button {
	border:none;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	letter-spacing:1.6px;
	margin:10px 0;
	outline-width:0;
	padding:8px 12px;
	text-transform:none;
	background: #c99eb9;
	border: solid 1px #A3698D;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
input[type="button"]:hover, input[type="button"]:focus,input[type="reset"]:hover,
input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,
button:hover,button:focus,.button_link:hover, .button_link:focus {
	color:#fff;
	background: #A3698D;
	cursor:pointer;
}
.cssgradients input[type="submit"], .cssgradients input[type="button"] {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, #A3698D),
		color-stop(0.77, #d6b8ca)
	);
	
	background: -moz-linear-gradient(
		center bottom,
		#A3698D 6%,
		#d6b8ca 77%
	);
}
.cssgradients input[type="submit"]:hover, .cssgradients input[type="button"]:hover,
.cssgradients input[type="submit"]:focus , .cssgradients input[type="button"]:focus {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, #A3698D),
		color-stop(0.77, #c99eb9)
	);
	
	background: -moz-linear-gradient(
		center bottom,
		#A3698D 6%,
		#c99eb9 77%
	);
}
/* begin primary containers */
.page-width {
	width: 1000px;
}
div#page {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: solid 0 #85c93e;
	border-top: none;
	padding: 5px;
	margin-top: 0px;
	padding-bottom: 20px;
	background-color: #fff;
}
#container {
	background-color: #ffffff;
	border: solid 0px #ccc;
}
.content {
	float: left;
	width: 505px;
	padding: 0;
	margin: 0 0 0 40px;
}
.wide-content {
	float: left;
	width: 723px;
	padding: 0;
	margin: 0 0 0 40px;
}
#sidebar-left {
	float: left;
	width: 235px;
}
#sidebar-right {
	float: right;
	width: 220px;
}
#footer {
	border-top: solid 2px #432413;
	border-bottom: solid 0px #5db647;
	background-color: #794933;
	height: 100px;
	margin-top: 40px;
	text-align: center;
	padding: 10px;
	color: #432413;
}
#footer, #footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.copyright {
	margin-top: 20px;
	font-size:12px;
}
/* end primary containers */
#header-outer {
	background: url(images/bg_header_rep.png) repeat;
	border-bottom: solid thin #5db647;
	margin-bottom: 15px;
}
#header-inner {
	height: 140px;
	margin: 0;
	background: url(images/bg_header.jpg) no-repeat center top;
	text-align: left;
}
#masthead {
	height: 100%;
	position: relative;
	margin: 0 auto;
}
#logo {
	position: absolute; 
	top: 15px; 
	left:5px;
}
#masthead h1 {
	font-size: 27px;
	text-shadow: 4px 4px 4px #bbb;
	position: absolute; 
	top: 25px; 
	left: 145px;
	border: none;
}
#s {
	width: 185px; 
	border: 0px;
	color: #A3698D;
	font-size: 15px;
	background: #fff url(images/bg_search.png) no-repeat scroll 4px 8px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	 border-radius: 4px; 
	 padding: 6px 7px 6px 25px;
}
header #s {
	position: absolute; 
	bottom: 30px; 
	right: 0px;
}
#newsletter {
	position: absolute; 
	bottom: 8px; 
	right: 0px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #20bde8;
}
#newsletter:hover {
	text-decoration: underline;
}
nav#primary {display: inline-block; position: absolute; top: 85px; left: 140px;}
nav#primary a {font-size: 16px; color: #432413; font-weight: bold; padding: 9px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; display: block; line-height: 16px; text-decoration: none;}
nav#primary li {padding-right: 7px; padding-bottom: 10px}
nav#primary div.sf-caret img {display: block; margin: -2px auto 0px auto; position: relative; z-index: 501; }
nav#primary div.sf-caret {display: none}
nav#primary li.sfHover div.sf-caret {display: block}
nav#primary ul li:last-child {padding-right: 0px}
nav#primary a:hover {background-color: rgba(255,255,255,0.8); text-decoration: none}
.no-rgba nav#primary a:hover {background-color: #fff;}
nav#primary li.current_page_item a, nav#primary li.current_page_ancestor a, nav#primary li.current_page_parent a {color: #A3698D}
nav#primary ul.children {width:170px;-webkit-box-shadow: 0px 0px 5px 2px #fff; -moz-box-shadow: 0px 0px 5px 2px #fff; box-shadow: 0px 0px 5px 2px #fff padding-top: 8px; padding-bottom: 4px; background-color: #A3698D; z-index: 500; margin-top: 10px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px}
.no-boxshadow nav#primary ul.children {border: 1px solid #fff;}
.no-boxshadow nav#primary div.sf-caret img {z-index: 499;}
nav#primary ul.children li {padding: 0px;}
nav#primary ul.children a {font-weight: bold; font-size: 12px; color: #fff; border-bottom-width: 0px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
nav#primary ul.children a:hover { background-color: #fff685; color: #A3698D; font-weight: bold; margin: -1px -6px; padding: 9px 14px; border: solid 1px #888;}
.borderimage nav#primary ul.children li a {padding: 9px;}
.borderimage nav#primary ul.children a:hover { background-color: transparent; padding: 5px 9px 6px 9px; margin: 0px -4px 0px -4px; border-left-width: 4px; border-right-width: 4px; border-top-width: 3px; border-bottom-width: 4px; -webkit-border-image: url(images/header_main_nav_hover.png) 4; -moz-border-image: url(images/header_main_nav_hover.png) 4; -o-border-image: url(images/header_main_nav_hover.png) 4 stretch;}

/* sub navigation for pages inside body  */
#sidebar-left>h2, #sidebar-left>h2 a {
	font-family: Arial, sans-serif, Helvetica;
	letter-spacing: -1px;
}
ul.navigation {
	border-bottom: solid 2px #c99eb9;
	border-right: solid 2px #c99eb9;
	margin-bottom: 30px;
}
ul.navigation, ul.navigation ul {
	list-style-type: none;
	background: #A3698D;
}
ul.navigation li ul {
	display: none;
	margin-left: 1em;
	padding: 0;
}
ul.navigation li {
	margin: 0;
	padding: 0;
	border-top: solid 2px #c99eb9;
	border-left: solid 2px #c99eb9;
}
ul.navigation a {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 6px 16px;
	background: #A3698D;
}
ul.navigation a:hover {
	background-color: #fff685;
	color: #A3698D;
	font-weight: bold;
	margin: -4px -8px 0 -8px;
	padding: 8px 24px 6px 24px;
	border: solid 1px #888;
}
ul.navigation li.current_page_item, 
ul.navigation li.current-menu-item, 
ul.navigation li.page-item-4184.current_page_parent,
ul.navigation li.page-item-4191.current_page_parent,
ul.navigation li.current-post-parent {
	background: #fff;
}
ul.navigation li.current_page_item>a,
ul.navigation li.current-menu-item>a,
ul.navigation li.page-item-4184.current_page_parent>a,
ul.navigation li.page-item-4191.current_page_parent>a,
ul.navigation li.current-post-parent>a {
	font-weight: bold;
	color: #432413;
	background: #fff;
	margin: 0 -3px 0 0;
	padding: 6px 16px;
	border-width: 0;
}
ul.navigation li.current_page_item>ul,
ul.navigation li.current_page_parent>ul, 
ul.navigation li.current_page_ancestor>ul,
ul.navigation li.current-menu-item>ul,
ul.navigation li.current-menu-parent>ul, 
ul.navigation li.current-menu-ancestor>ul,
ul.navigation li.current-post-ancestor>ul,
ul.navigation li.menu-item-7817>ul { 
	display: block; 
}
/*-------------------------*/
.call-to-action-sections {
	margin: 0 -10px;
}
.call-to-action-sections>div {
	width: 317px;
	margin: 10px;
	display: inline-block;
}
div.call-to-action-section {padding: 10px 20px 5px 20px; line-height: 18px; font-size: 14px; color: #333; background-repeat: 
no-repeat; background: #eee; border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;}
div.call-to-action-section h2 {font-size: 23px; line-height: 23px; font-family: 'ChunkFiveRoman', Arial, sans-serif, Helvetica;}
div.call-to-action-section a {display: block; padding: 12px 0px 12px 0px; text-align: center; text-decoration: none; border-radius: 3px; 
-webkit-border-radius: 3px; -moz-border-radius: 3px; font-size: 20px; font-weight: bold; color: #fff; border-style: 
solid; border-width: 1px;}
div.call-to-action-section p {min-height: 75px;}
div.call-to-action-section div.call-to-action-button {padding-top: 8px; padding-bottom: 8px; margin-top: 14px}
.multiplebgs div.call-to-action-button {background: url(images/bg-fancy-button-gradient.png) no-repeat scroll center 
top, url(images/bg-fancy-button-gradient.png) no-repeat scroll center bottom;}
.multiplebgs div.call-to-action-button a span {background: url(images/bg-fancy-button-left.png) no-repeat scroll 
right 2px, url(images/bg-fancy-button-right.png) no-repeat scroll left 2px;}
.multiplebgs div.call-to-action-section div.call-to-action-button span {display: inline-block; padding: 0px 35px 0px 35px}

div.call-to-action-section h2 {color: #A3698D}
div.call-to-action-section a {border-color: #A3698D; background-color: #c99eb9}
div.call-to-action-section a:hover {background-color: #A3698D;}
.cssgradients div.call-to-action-section a {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, #A3698D),
		color-stop(0.77, #d6b8ca)
	);
	
	background: -moz-linear-gradient(
		center bottom,
		#A3698D 6%,
		#d6b8ca 77%
	);
}

.cssgradients div.call-to-action-section a:hover {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, #A3698D),
		color-stop(0.77, #c99eb9)
	);
	
	background: -moz-linear-gradient(
		center bottom,
		#A3698D 6%,
		#c99eb9 77%
	);
}
div.call-to-action-section.color1 h2 {color: #5db647;}
div.call-to-action-section.color1 a {text-decoration: none; border-color: #5db647; background-color: #8bcb7c}
div.call-to-action-section.color1 a:hover {background-color: #62b84d;}
.cssgradients .call-to-action-section.color1 a {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, #60b74a),
		color-stop(0.77, #bce1b3)
	);
	
	background: -moz-linear-gradient(
		center bottom,
		#60b74a 6%,
		#bce1b3 77%
	);
}
.cssgradients .call-to-action-section.color1 a:hover {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, #3cac20),
		color-stop(0.77, #88de73)
	);
	
	background: -moz-linear-gradient(
		center bottom,
		#3cac20 6%,
		#88de73 77%
	);
}
div.call-to-action-section.color2 h2 {color: #20bde8}
div.call-to-action-section.color2 a {border-color: #20bde8; background-color: #5bcfee;}
div.call-to-action-section.color2 a:hover {background-color: #2cc1e9;}
.cssgradients div.call-to-action-section.color2 a {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, #23bee8),
		color-stop(0.77, #9fe3f5)
	);
	
	background: -moz-linear-gradient(
		center bottom,
		#23bee8 6%,
		#9fe3f5 77%
	);
}

.cssgradients div.call-to-action-section.color2 a:hover {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, #06a1cb),
		color-stop(0.77, #60d6f5)
	);
	
	background: -moz-linear-gradient(
		center bottom,
		#06a1cb 6%,
		#60d6f5 77%
	);
}
/*-------------------------*/
ul.module,
ul.module-left,
ul.module-right {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}
ul.module>li,
ul.module-left>li,
ul.module-right>li {
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
	background: #fff;
}
ul.module>li>h2,
ul.module-left>li>h2,
ul.module-right>li>h2 {
	font-family: Arial, sans-serif, Helvetica;
	letter-spacing: -1px;
}
ul.module>li>ul,
ul.module-left>li>ul,
ul.module-right>li>ul,
ul.module-left>li>p,
ul.module-left>li>div,
ul.module-left>li>form {
	list-style: none;
	margin: 0;
	padding: 10px;
	background: #eee;
	border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;
}
ul.module-left li>p,
ul.module-left li>form {
	padding: 1em;
	font-size: 12px;
}
/*-------------------------*/
/* census pages */
.census-content .post {
	padding: 10px 0 0 0;
}

/* census product search */
.census-search-header {
	background-color:#d91b5b;
	padding: 15px;
	font-weight: bold;
	color: #ffffff;
}
#census-search-form {
	margin: 0 -4px;
}
#census-search-form div div {
	float: left;
	width: 174px;
	margin: 0 4px;
}

#census-search-form h2 {
	font-family: Arial, sans-serif, Helvetica;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 8px;;
	margin: 8px 0 0 0;
	background-color: #5db647;
	border: solid 1px #5db647;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
}
#census-search-form select {
	width: 100%;
	height: 75px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-moz-border-top-left-radius: 0px;
}
div#census-search-control {
	text-align: right;
	white-space: nowrap;
	padding: 10px;
	margin: 0px 4px 0 4px;
}
#census-search-control a {
	font-weight: bold;
}

/* census product list */
#census-products {
}
.census-search-terms {
	padding: 6px 10px;
	font-size: 14px;
	font-weight: normal;
	background: #eee;
	border: solid 1px #ccc;
}
table#census-product-list {
	font-size: 12px;
}
#census-product-list th {
	text-align: left;
	padding: 10px 15px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #794933;
	background-color: #eee;
	border: solid #ccc 1px;
	text-transform: uppercase;
	text-decoration: none;
}
#census-product-list thead th {
	border-bottom: double thick #ccc;
}
#census-product-list tfoot th {
	border-top: double thick #ccc;
}
.product-row {
}
.product-row.draft {
}
#census-product-list td {
	border: solid #ccc 1px;
	padding: 10px 3px 10px 5px;
	font-size: 12px;
	color: #303030;
	white-space: normal;
}
.product-row .census-list-product-title {
	white-space: normal;
	/*background-color: #8D77A8;*/
}
.census-list-product-title a {
	font-weight: bold;
	font-size: 12px;
}
.admin-actions {
	clear: both;
	font-weight: normal;
	text-align: right;
	margin: 3px 0 -3px 0;
}
.admin-actions a {
	font-weight: normal;
}
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
	padding: 5px 10px;
}
.dataTables_info {
	margin-top: 8px;
	width: 55% !important;
}
.dataTables_filter {
	width: 35% !important;
}
table.display tr.odd.draft {
	background-color: #ddd;
}
table.display tr.even.draft {
	background-color: #eee;
}
/* census product details */
h2.form-action-message {
	margin: 10px 0 20px 0;
	border: solid thin black;
	padding: 10px;
	background-color: #ccc;
	color: #303030;
	font-size: 18px;
}
.census-admin-bar {
	font-size: 14px;
}
#census-product-header table {
	width: 100%;
}
#census-product-header a {
	color: #eee;
	text-decoration: underline;
}
#census-product-header a:hover {
	color: #fff;
	text-decoration: underline;
}
td.census-product-title {
	background-color: #432413; 
	color: #eee;
	padding: 7px 7px 7px 15px;
	font-size: 20px;
	vertical-align: middle;
}
.census-product-title h2 {
	display: inline;
	color: #eee;
}
td.census-product-rating {
	 background-color: #9E2B64;
	 color: #eee;
	 font-size: 18px;
	 padding: 7px 7px 7px 15px;
}
.census-product-title .maker {
	font-size: 14px;
}
.census-product-maker-info {
	text-align: right;
	font-size: 12px;
}
tr.census-product-header-details {
	vertical-align: top;
}
tr.census-product-header-details td {
	padding: 15px 20px 15px 15px;
}
.census-product-header-details-info {
	background-image:url(images/prodinfo_l.jpg);
	background-repeat: repeat-y;
	background-color: #d43b73;
	width: 430px;
	padding: 0;
}
.census-product-header-details-rating {
	background-image:url(images/prodinfo_r.jpg);
	background-repeat: repeat-y;
	background-color: #d43b73;
	padding: 0;
}
.census-product-header-details-rating table td {
	font-size: 12px;
}
.census-product-header-details table {
	width: auto;
}
.census-product-header-details table td {
	padding: 0;
	color: #eee;
	font-size: 16px;
}
.census-product-header-details-info table td {
	padding: 1px;
}
#meter-legend {
	width: 145px;
	padding: 0;
}
#meter-legend td {
	font-size: 11px;
	color: #eee;
	padding: 2px;
}
.meter-bar {
	height: 13px;
	background-color: #dd8eae;
}
div#census-product-spec {
	border: 5px solid #eee;
	padding: 15px 15px 15px 15px;
}
div.census-product-spec-text {
	float: left;
	width: 430px;
}
div.census-product-spec-label {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	padding: 7px 10px;
	background:#5db647;
	display: inline-block;
	margin: 5px 0 15px 0;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
div.census-product-spec-label a {
	color: #fff;	
}
div.census-product-spec-label a:hover {
	text-decoration: none;	
}
div.census-product-spec-label span.census-product-spec-content {
	font-size: 14px;
	font-weight: normal;
}
div.census-product-spec-content {
	 margin-bottom: 25px;
	 font-size: 14px;
}
div.census-product-spec-content {
	 margin-bottom: 25px;
}
div.census-product-spec-content td {
	 padding: 0 10px 2px 0;
	 font-size: 14px;
	 vertical-align: top;
}
.census-product-thumbnail {
	text-align: center;
	padding: 0;
	margin: 10px 0 0 10px;
}
.census-product-thumbnail img {
}

#brandstbl td {
	padding: 3px;
	text-align: left;
}
#brandstbl td.sub-value-label {
	padding-left: 48px;
	text-align: left;
	font-weight: bold;
} 
a.collapse-link {
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	white-space: nowrap;
}
.book-shelf {
	margin-top: 20px;
	padding-right: 10px;
}
.book-shelf img {
	margin-bottom: 10px;
}
.book-shelf li {
	height: 35px;
	margin-right: 10px;
}
.mgm-message {
	padding: 10px;
	border: solid 1px #c6c6c6;
	background-color: #F5F5F5;
}
#mgm_login_form table {
	width: 95%;
	margin-left: 3px;
}
#mgm_login_form td {
	padding: 3px 0 3px 0;
	vertical-align: middle;
}
#mgm_login_form input {
	margin: 0;
}
#mgm_login_form  #remember_me_container {
	float: left;
	margin-top: 3px;
}
#mgm_login_form  #wp-submit {
	margin-right: -10px;
}
#mgm_login_form #user_login, #mgm_login_form #user_pass {
	width: 100%;
}
#mgm_sidebar_widget_login p {
	padding: 10px;
}
table.mgm_profile td {
	padding: 3px 10px 3px 0;
}
.hello {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
h2.post-title, h2.post-title a {
	font-family: 'ChunkFiveRoman', Arial, sans-serif, Helvetica;
	font-size: 30px;
	text-decoration: none;
}
h2.post-title .heading-sub {
	font-weight: bold;
	font-size: 60%;
	letter-spacing: -1px;
	word-spacing: 4px;
	font-family: Arial, sans-serif, Helvetica;
	color: #794933;
}
div.post {
	padding: 0;
	font-size: 14px;
	width: auto;
	margin-bottom: 40px;
}
.post a {
	text-decoration: underline;
}
p.postmetadata {
	color: #fff;
	font-size: 14px;
	padding: 7px 10px;
	background:#5db647;
	display: inline-block;
	margin: 5px 0 15px 0;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
p.postmetadata a {
	color: #fff;
	text-decoration: none;

}
p.postmetadata a:hover {
	text-decoration: underline;
}
a.more-link, p.previous-results a, p.next-results a, a.check-the-specs {
	float: right;
	background-color: #c99eb9;
	padding: 7px 10px;
	color: #fff !important;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	border-width: 0 !important;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}
a.more-link:hover, p.previous-results a:hover, p.next-results a:hover, a.check-the-specs:hover {
	background-color: #A3698D !important;
	text-decoration: none !important;
}
p.previous-results a {
	float: left;
}

/* census item features at bottom of pages */
.product-block {
	text-align: center;
	vertical-align: top;
	margin-bottom: 10px;
	font-style: normal;
	margin: 0px auto;
	display: inline-block;
}
.product-block>br {
	clear:both;
}
.census-tile {
	text-align: center;
	font-style: normal;
	display: inline-block;
	margin-bottom: 0px;
}
.census-tile a {
	text-decoration: none;
}
.census-tile.center {
	display: block;
	margin: 15px auto 15px auto;	
}
.census-tile.right {
	margin: 0 0 5px 10px;
	float: right;
}
.census-tile.left {
	margin: 0 10px 5px 0;
	float: left;
}
.census-item-promo {
	display: inline-block;
	width: 170px;
	padding: 0 5px 5px 5px;
	text-align: center;
	font-size: 16px;
	font-style: normal;
}
h2.product-block-title {
	font-size: 32px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.product-block .census-tile {
	display: block;
	float: left;
}
.census-item-promo .maker {
	color: #794933;
	font-weight: bold;
	padding: 3px;
}
.census-item-promo .rating {
	color: #A3698D;
	font-weight: bold;
}
.census-item-promo h3 {
	font-family: Arial, sans-serif, Helvetica;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.census-item-promo h2 {
	margin: 0px;
	/*color: #794933;*/
}
.census-item-promo h2 a {
	margin: 0 0 0px 0;
	padding: 3px;
	display: block;
}
.census-item-promo h2 a:hover {
	background: #fff685;
	text-decoration: none;
}
.census-item-promo .text {
	padding: 7px 2px;
	margin-bottom: 5px;
	text-decoration: none;
	border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;
}
.census-item-promo:hover .text {
	background: #fff685;
	margin-left: -5px;
	padding-left: 7px;
	margin-right: -5px;
	padding-right: 7px;
}
.census-item-promo .thumb-container {
	overflow: hidden;
	text-align: middle;
}
.census-item-promo a.check-the-specs {
	display: block;
	float: none;
}
#home-daily-review {
	float: right; width: 325px; text-align: center; padding: 10px 0 0 0; background: #eee; border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px; margin-bottom: 15px;
}
#home-daily-review .census-item-promo {
	width: auto;
}
#sidebar-left .census-item-promo {
	width: auto;
}

/* tooltip styling */
.tooltip {
	display:none;
	padding: 5px;
	background-color: #fff;
	border: solid medium #5db647;
	border-radius:14px; 
	-moz-border-radius:14px; 
	-webkit-border-radius:14px;
	box-shadow:0 0 6px #5db647;
	-moz-box-shadow:0 0 6px #5db647;
	-webkit-box-shadow:0 0 6px #5db647;
}
.user-ed-panel, .content-block {
	background-color: #fff685;
	border:solid thin #888;
	-moz-border-radius:14px; 
	-webkit-border-radius:14px;
	border-radius: 14px; 
	padding: 15px;
	vertical-align:middle;
	text-align:left;
	line-height: 120%;
}
.content-block {
	background-color: #eee;
}
.entry ul {
	list-style: disc;
	margin-left: 35px;
}
/**********************************/
h1.page-title {
	float: left;
}
.atlas-census-link {
	float: right;
	display: inline-block;
	margin-top: 15px;
	padding: 6px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	background-color: #fff685;
}
.atlas-census-link a {
	font-weight: bold;
}
/****** begin theme my login *******/
#theme-my-login form {
}

#wp-submit-x {
	background-image: url(/wp-content/themes/c-spot/images/paypal/btn_xpressCheckout.gif);
	height: 42px;
	width: 145px;
	border: none;
	background-color: transparent;
	font-size: 0;
}
#login form p {
	margin-bottom: 0;
}

label {
	color: #777;
	text-transform: none;
	font-weight: normal;
	margin-right: 10px;
	white-space: nowrap;
}

form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}

.alignright {
	float: right;
}

form p {
	margin-bottom: 24px;
}

#login { width: 320px; margin: 2em auto; }

#login_error,
.message,
.error {
	margin: 0 0 16px 0;
	padding: 12px;
	background-color: #fff685;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:solid thin #888;
	padding: 15px;
	vertical-align:middle;
	text-align:left;
	line-height: 120%;
}

#theme-my-login #user_pass,
#theme-my-login #user_login,
#theme-my-login #user_email {
	font-size: 24px;
}

.clear {
	clear: both;
}

#pass-strength-result, .indicator-hint {
	display: none;
}

#your-profile .form-table td {
	font-size: 14px !important;
	line-height: 105% !important;
}
#your-profile .form-table input {
	font-size: 14px !important;
	padding:6px !important;
}

.description {
	font-size: 12px;
	font-style: italic;
}
#theme-my-login input[type=text], #theme-my-login input[type=password] {
	width: 200px;
}
#registerform label[for=user_login], 
#registerform label[for=user_email],
#loginform label[for=user_login], 
#loginform label[for=user_pass] {
	width: 75px;
	display: inline-block;
}
#loginform1 {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#loginform1 p {
	padding: 2px 0;
	margin: 0;
	vertical-align: middle;
	text-align: right;
}
#loginform1 label {
	width: 30%;
}
#loginform1 input[type=text], #loginform1 input[type=password] {
	width: 60%;
}
#loginform1 p.forgetmenot, #loginform1 p.submit {
	width: 45%;
	display: inline;
	padding: 2px 0 0 0;
}
#loginform1 p.submit {
	margin-left: 8px;
	text-align: right;
}
.tml-action-links, .tml-user-links {
	font-size: 12px;
}
.tml-action-links li, .tml-user-links li {
	padding: 2px 0;
}
.tml-action-links {
	margin: -10px 0 0 0;
}
.widget .tml-action-links a {
}

#mgm_paypal_form {
	text-align: center;
}
/****** end theme my login *******/

.shr-getshr {
	display: none;
}

/******protected images *******/
#primary-strain {background-image: url(/wp-content/uploads/2009/03/cam-flower1-298x300.jpg);}
#young-ceren {background-image: url(/wp-content/uploads/2009/03/young-ceren1.jpg);} 

.entry  {
	line-height: 140%;
}
.entry>p a, .entry>ul a, .entry>ol a, .entry>blockquote a, .census-product-spec-text  a, #brandstbl a, .collapse-section a {
	text-decoration: none;
	color: #9a3267;
	border-bottom: dotted 1px #9a3267;
}

.entry>p  a:hover, .entry>ul a:hover, .entry>ol a:hover, .entry>blockquote a:hover, .census-product-spec-text  a:hover, #brandstbl a:hover, .collapse-section a:hover {
	color: #e35384;
	border-bottom: solid 1px #e35384;
	background: #efefef;
}