

/* This is the StyleCatcher theme addition. Do not remove this block. */
/*@import url(theme-lksoft/base-weblog.css);
@import url(theme-lksoft/theme-lksoft.css);*/
/* end StyleCatcher imports */

body
{
	color: #4a7539;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #d1eeac;
	font-size: 12px;
}

a { text-decoration: none;
	color: #83d50f;
}
a:visited { }
a:hover { text-shadow: 0px 0px 4px #c4de84; }

#container
{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header
{
	width: 800px; /* necessary for ie win */
}

.lk_image_logo {
	float: left;
}

#menu {
	padding-right: 20px;
	bottom: auto;
	top: auto;
	margin-left: 240px;
	min-height: 50px;
	max-height: 50px;
	background-color: #8bc62d;
	width: 540px;
	text-align: right;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}

.menu-item {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2%;
	margin-bottom: auto;
	margin-right: 2%;
	margin-top: 15px;
	text-shadow: 1px 1px 2px #bad47e;
	text-transform: lowercase;
	color: #4a7539;
	text-align: center;
	display: inline-table;
	font-size: 18px;
}

.menu-item a {
	color: #326830;
	text-decoration: none;
	font-weight: bold;
}

.menu-item a:hover {
	color: #ceeaa9;
}

.selected {
	font-style: italic;
}

#alpha { width: 100%;
	margin-top: 2px;
}
#beta { min-height: 750px; width: 600px;
}
#gamma, #delta { float: right; width: 195px; }

#page-content, #sidebar {
	padding: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 25px;
	background-color: #f0f0f0;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px #8bc62d;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #8bc62d;
}

#copyright {
	margin-top: -5px;
	text-align: center;
	color: #8bc62d;
}

                                   
/* Little Known Site only */


.product-icon {
	margin-left: 8px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-top: 5px;
	width: 160px;
	float: left;
	height: 160px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0px 0px 4px rgb(196, 222, 132);
	-moz-border-radius: 7px;
	-moz-box-shadow: 0px 0px 4px rgb(196, 222, 132);
}

                                   

a:hover .product-icon {
	-webkit-box-shadow: 0px 0px 4px rgb(139, 198, 45);
	-moz-box-shadow: 0px 0px 4px rgb(139, 198, 45);
}

                                   

.product-logo {
	margin-top: 15px;
	margin-left: 15px;
}

.product-name, .version {
	font-weight: normal;
	color: #4a7539;
}

                                   

.full-content {
	text-align: center;
	height: 190px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

                                   

.product-summary {
	height: 190px;
	margin-left: 190px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

                                   

.product-summary h1, .full-content h1 {
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
	font-size: 24px;
}

.product-summary h2, .full-content h2 {
	color: #8bc62d;
	font-size: 14px;
	margin-left: 20px;
	margin-top: 2px;
}

.tester {
	background-color: #ff1d00;
	width: 350px;
	height: 70px;
}

#download-pay {
	padding: 0px;
	background-color: #b2b2b2;
	height: 40px;
	margin-right: 10px;
	width: 320px;
	float: right;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: relative;
}

#download-pay-liner {
	padding: 0px;
	height: 34px;
	width: 314px;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-right: 2px;
	margin-top: 2px;
	float: right;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #bedf7c;
	z-index: 2;
}

#download-pay a {
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: 20px;
	width: 150px;
	display: inline-block;
	color: #326830;
	font-size: 10pt;
	text-align: center;
}

#download-pay a:hover {
	color: #3f7f3d;
	text-shadow: #83d50f 1px 1px 2px;
}

.download, .pay {
	position: absolute;
	top: 0;
	left: 0px;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pay {
	left: 160px;
	width: 161px;
}

.gradient-overlay {
	left: 0px;
	background: url(images/button-gradient.png) repeat-x;
	height: 40px;
	width: 100%;
	position: absolute;
	top: 0;
}

.download .gradient-overlay {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.pay .gradient-overlay {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
}

.dp-separator {
	margin: 0px;
	padding: 0px;
	width: 2px;
	position: absolute;
	left: 160px;
	top: 10px;
	height: 20px;
	background-color: #bedf7c;
}

.separator {
	height: 1px;
	display: block;
	width: inherit;
	background-color: #88c800;
}

.software .descriptor {
	color: #4a7539;
	text-align: left;
	vertical-align: middle;
}

.software #download-pay {
	margin-top: 20px;
	margin-bottom: 10px;
}

#descriptor-sigpro {
	font: 24pt Papyrus, Skia, Helvetica, Arial, sans-serif;
}

.software .product-logo {
	float: left;
	margin-right: 50px;
	margin-left: 10px;
}

.descriptor p {
	margin-top: 0;
	padding-top: 30px;
}

.clear {
	clear: both;
}

.software #page-content {
	padding: 20px;
}

.product-name {
	color: #b47738;
	font-style: italic;
}

.warning
 {
	margin: 30px;
	background-color: #d9ecb5;
	padding: 1px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.note {
	color: #af3217;
	font-weight: bold;
}

img.white-bg {
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0px 0px 4px rgb(255, 255, 255);
	-moz-border-radius: 7px;
	-moz-box-shadow: 0px 0px 4px rgb(255, 255, 255);
	background-color: white;
	padding: 3px;
	margin-right: 10px;
	margin-left: 10px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}

.aligncenter {
	text-align: center;
}
#requirements-notes {
	background-color: #dbdbdb;
	margin-right: -20px;
	margin-left: -20px;
	padding: 1px 20px 10px;
	margin-bottom: -20px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}

a.sub-heading {
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

#error-title {
	text-align: center;
	font-size: 20pt;
	color: #ce3c25;
	margin-top: 20px;
	margin-bottom: 20px;
}

#error-sub {
	font-size: 12pt;
	text-align: center;
	margin-bottom: 30px;
}

#link-home {
	font-size: 16pt;
	text-align: center;
	margin-bottom: 20px;
}

a img {
	border-width: 0px;
	border-style: none;
}

