/* @override http://www.katburki.com/wp-content/themes/kbclean/style.css */

/*
Theme Name: KB Clean
Theme URI: http://www.coldfireinc.com/
Description: Based on the Blueprint CSS framework and the theme 'Twenty Ten' by WordPress. Developed to imitate the classic Kat Burki website utilizing the modern WordPress tools and framework.
Author: Nate Kruska of Coldfire Inc.
Version: 1.0
Tags: blueprint, sidebar, threaded-comments, sticky-post, translation-ready, microformats, editor-style
*/
/* Resets
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
div.clear {
	height: 0;
	margin: 0;
	clear: both;
}
a img {
	border: none;
}
p {
	margin-bottom: 18px;
}
ul {
	list-style-type: disc;
	margin: 0 0 18px 12px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 12px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: smaller;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Global & Typography 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
body {
	color: #524843;
	background: #fff;
	font: 14px/18px "Times New Roman", Times, Georgia, serif;
}
table, td, textarea, input {
	font: 14px/18px "Times New Roman", Times, Georgia, serif;
}
p {
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
	line-height: 1.2;
	font-family: "Times New Roman", Times, Georgia, serif;
	clear: both;
}
h1 {
	font-size: 24px;
	color: #68bd44;
	margin-bottom: 6px;
}
h2 {
	font-size: 20px;
	margin-bottom: 6px;
}
h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	margin-bottom: 12px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 18px;
}
h6 {
	font-size: 10px;
	font-weight: bold;
}
a, a:link, a:visited {
	color: #555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active, a:hover {
	color: #68bd44;
	text-decoration: none;
}
/* Structure Design
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
#headerwrapper {
	background-color: transparent;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
#navbarwrapper {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-style: none;
}
#mainwrapper {
	background: #fff;
}
#footerwrapper {
	background-color: transparent;
}
/* Header 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
#header {
	margin-top: 5px;
}
#logo {
	float: left;
	margin: 0 0 0 -5px;
}
h1#site-title {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	padding: 72px 0 0;
	height: 0;
	overflow: hidden;
	width: 355px;
	background: url(images/kblogo.png) no-repeat;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	float: right;
	font-style: italic;
	margin: 40px 5px 5px;
}

/* Navigation 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
#navbar {
	background-color: #fff;
	margin-top: 21px;
	text-transform: lowercase;
	padding-left: 0;
	margin-left: 10px;
	width: auto;
}
#navbar table, #navbar table td {
	vertical-align: top;
	width: auto;
}
.main-navbar {
	text-transform: lowercase;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbar ul li {
	float: left;
	position: relative;
	margin: 0;
}
#navbar a {
	color: #524843;
	display: block;
	padding: 0;
	text-decoration: none;
	margin-right: 20px;
	font-size: 16px;
	line-height: 28px;
}
#navbar ul.sub-menu {
	box-shadow: 0px 6px 9px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 9px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 6px 9px rgba(0,0,0,0.4);
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	float: left;
	z-index: 99999;
	min-width: 125%;
	width: auto;
	border: 1px solid #aaa;
	border-top-style: none;
}
#navbar ul.sub-menu li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navbar ul.sub-menu ul.sub-menu {
	box-shadow: 4px 6px 9px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 6px 9px rgba(0,0,0,0.3);
	-webkit-box-shadow: 4px 6px 9px rgba(0,0,0,0.3);
	top: 0;
	left: 100%;
	z-index: 99998;
	min-width: 100%;
	width: auto;
}
#navbar ul.sub-menu a {
	padding: 10px 20px 10px 10px;
	width: auto;
	height: auto;
	border-top: 1px solid #aaa;
}
#navbar li a:hover {
	color: #5bbf21;
}
#navbar li:hover > a, #navbar ul ul :hover > a {
	background: #fff;
}
#navbar ul li:hover > ul {
	display: block;
}
#navbar ul li.current_page_item > a,
#navbar ul li.current-menu-ancestor > a,
#navbar ul li.current-menu-item > a,
#navbar ul li.current-menu-parent > a {}
* html #navbar ul li.current_page_item a,
* html #navbar ul li.current-menu-ancestor a,
* html #navbar ul li.current-menu-item a,
* html #navbar ul li.current-menu-parent a,
* html #navbar ul li a:hover {
	color: #bbb;
}
#navbar input#search_field {
	width: 110px;
	border: 1px solid #e0e0e0;
	color: #333;
	background-color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#navbar input#search_button {
	margin-bottom: -6px;
}
#navbar input.search {
	height: 22px;
	border: 1px solid #000;
	color: #fff;
	background-color: #6dbe48;
	padding: 1px 6px;
}
#navbar input.search:hover {
	background-color: #a1d27a;
	color: #000;
	cursor: pointer;
}
a#hello-gorgeous, #navbar .menu-item-383 a {
	color: #5bbf21;
	font-weight: bold;
}
a#sale, #navbar .menu-item-495 a {
	font-weight: bold;
}
/* Content 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content {
	padding: 20px 30px 30px;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #68bd44;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #68bd44;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #555;
}
#content .entry-title {
	color: #68bd44;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 24px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #222;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #68bd44;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-meta {
	clear: both;
	color: #222;
	margin-bottom: 12px;
	font: 11px/18px Verdana, Lucida, "Lucida Grande", sans-serif;
}
.entry-meta a {
	color: #222;
	text-decoration: none;
}
.entry-utility {
	clear: both;
	color: #555;
	font: 11px/18px Verdana, Lucida, "Lucida Grande", sans-serif;
	margin-bottom: 18px;
}
.entry-utility .comments-link a {
	color: #2D8930;
}
.entry-utility .comments-link a:hover {
	color: #000;
}
/* Index, Archive Categories
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
.blog .post, .archive .post,  .single .post {
	border-bottom: 1px solid #008e28;
	margin-bottom: 18px;
}
.category-studio-style img {
	border: 1px solid #008e28;
	padding: 3px;
}
h1.studiostyle {
	font-size: 36px;
	text-align: center;
	padding: 10px;
	border: 3px double #68bd44;
	margin: 0 50px 20px;
}
/* ~Paged Navigation 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #ccc;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #555;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
#nav-below {

}
body.page .edit-link {
	clear: both;
	display: block;
}
/* Sidebar 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
#sidebar .block {
	margin: 0;
	padding: 10px 10px 0;
	border-left: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar #social.block {
	padding: 10px 10px 0 0;
}
#sidebar .widget-area ul {
	margin-left: 0;
	padding: 0 10px 0 0;
}
#sidebar .widget-area ul ul {
	border: none;
	margin-left: 12px;
	padding: 0;
}
#bloglinks ul li {
	padding-left: 15px;
	text-indent: -15px;
	font-size: 14px;
	line-height: 18px;
}
#bloglinks a {
	color: #68bd44;
}
#bloglinks a:hover {
	color: #555;
	text-decoration: underline;
}
.twtr-widget-profile img.twtr-profile-img {
	position: absolute;
}
/* Widgets 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 12px;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 16px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Footer 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
#footer {
	padding: 0;
	border-top: 1px solid #524843;
	border-bottom: 1px solid #524843;
}
#footernav {
	text-transform: lowercase;
	margin-left: 5px;
}
#footernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footernav ul li {
	float: left;
	position: relative;
	margin: 0;
}
#footernav a, #copyright a {
	color: #524843;
	display: block;
	padding: 0;
	text-decoration: none;
	margin-right: 20px;
	font-size: 14px;
	line-height: 18px;
}
#footernav a:hover {
	color: #5bbf21;
}
#copyright a {
	margin-right: 5px;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
#site-generator {
	text-align: center;
}
#site-generator a {
	background: url(images/flamelogo-gray-16.gif) no-repeat right center;
	color: #666;
	display: inline-block;
	padding-left: 20px;
	text-decoration: none;
	line-height: 16px;
	font-style: italic;
	font-size: 11px;
	padding-right: 20px;
	margin: 5px auto;
}
#site-generator a:hover {
	color: #333;
}
#cart-footer {
	margin:0px auto;
	padding:0px;
	position:relative;
	color:#000;
}
#footer_top {
	font-size: 14px;
	font-weight:normal;
	padding-top:3px;
}
#footer_top ul {
	margin:0px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
#footer_top ul li {
	display:inline;
	padding-right:5px;
}
#footer_top ul li a {
	padding-right: 12px;
}
#cart-footer a {
	color:#999;
}
#cart-footer a:hover {
	color:#555;
}
a#volusion {
	text-indent: -9999px;
	position: absolute;
}
#footersidebar {
	min-height: 1px;
}
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #first.widget-area {
	
}
#footer-widget-area #second.widget-area {
	
}
#footer-widget-area #third.widget-area {
	
}
#footer-widget-area #fourth.widget-area {
	margin-right: 0;
}
#site-info {
	float: right;
	display: none;
}

a#twitter, #footernav .menu-item-82 a {
	padding-left: 15px;
	background: url(images/twitter.png) no-repeat left center;
}
a#facebook, #footernav .menu-item-83 a {
	padding-left: 14px;
	background: url(images/facebook.png) no-repeat left center;
}
/* Comments 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #777;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
.commentlist li.comment {
	border-bottom: 1px solid #eee;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author, .comment-meta {
	font-size: 10px;
	line-height: 14px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-body {
	padding-top: 10px;
	border-top: 1px solid #eee;
	padding-right: 5px;
	padding-left: 5px;
}
.comment-body p {
	font-family: "Times New Roman", Times, Georgia, serif;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}

.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	text-align: right;
}
.reply a,
a.comment-edit-link {
	color: #d0241f;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #000;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
#respond {
	margin: 10px auto;
	overflow: hidden;
	position: relative;
	width: 70%;
	padding: 10px 0 10px 20px;
}
#respond p {
	margin: 0;
}
#respond p.logged-in-as {
	margin-bottom: 18px;
	font-size: 10px;
}
#respond .comment-notes {
	margin-bottom: 10px;
}
.form-allowed-tags {
	line-height: 10px;
	display: none;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin-bottom: 18px;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
.comment #respond {
	border: 1px solid #eee;
	margin-top: -20px;
	background-color: #f7f7f7;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #d0241f;
	text-align: right;
	float: right;
	margin-right: 30px;
}
#cancel-comment-reply-link:hover {
	color: #000;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #222;
	font-size: 12px;
	display: block;
}
#respond input {
	margin: 0 0 9px;
	width: 90%;
}
#respond textarea {
	width: 90%;
	height: 120px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
	padding: 5px 7px;
	border: 1px outset #ccc;
	background-color: #f9f9f9;
	color: #d0241f;
}
#respond .form-submit input:hover {
	background-color: #eee;
	cursor: pointer;
}
#respond .form-submit input:active {
	border: 1px inset #ccc;
	background-color: #eee;
}
/* Images, Attachments & Galleries 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
#content img {
	height: auto;
}
#content .attachment img {
	max-width: 900px;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img {
	display: block;
	margin: 0 auto;
}
/* Home 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
#frontpage-bg {
	background: url(images/kbgirl-bg.jpg) no-repeat 0 0;
	min-height: 663px;
	height: auto;
	_height: 663px;
}
#frontpage-left img, #frontpage-right img {
	box-shadow: 6px 6px 20px rgba(0,0,0,0.4);
	-moz-box-shadow: 6px 6px 20px rgba(0,0,0,0.4);
	-webkit-box-shadow: 6px 6px 20px rgba(0,0,0,0.4);
	margin: 0;
	border: 1px solid #aaa;
}
#frontpage-right {
	text-align: right;
}
#frontpage-top table td img {
	float: left;
}
/* Newsletter & Mailing List 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
table#newsletterform, table#catalogform {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	background-color: #a1d27a;;
	padding: 10px;
}
#newsletterform td, #catalogform td {
	padding: 5px;
	vertical-align: middle;
	font-size: 14px;
}
#catalogform td#city {
	padding-left: 0;
}
#newsletterform input {
	width: 200px;
	height: 20px;
}
#catalogform input#name, #catalogform input#streetaddress, #catalogform input#emailaddress {
	width: 320px;
}
#catalogform input#city {
	width: 120px;
}
#catalogform input#zipcode {
	width: 60px;
	margin-right: 70px;
}
#newsletterform input.submit, #catalogform input.submit {
	height: 22px;
	border: 1px solid #222;
	color: #79bf42;
	background-color: #fff;
	padding: 1px 6px;
	width: auto;
	font-weight: bold;
}
#newsletterform input.submit:hover, #catalogform input.submit:hover {
	background-color: #79bf42;
	color: #fff;
	cursor: pointer;
}
#newsletterform td.icontact {
	font-size: 10px;
	text-align: center;
	color: #fff;
}
/* KB Vision 
_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_–_*/
#kbvision-boxes {
	background-color: #a1d27a;
	color: #000;
}
#kbvision-boxes td {
	width: 33%;
	padding: 20px;
	text-align: justify;
}
#kbvision-boxes td h2 {
	color: inherit;
}
#kbvision-boxes td.box-1 {
	background-color: #79bf42;
	color: #fff;
}
#kbvision-boxes td.box-1 {

}
table#kbvision-boxes td.box-3 {
	color: #fff;
}
