* {
	margin: 0;
	padding: 0;
}
body {
	background: #262626;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
}
p {
	line-height: 1.5em;
}
a {
	color: #4B8610;
	text-decoration: none;
	outline: none;
}
a img {
	border: 0;
}
p, h2, h3, h4, blockquote, ol, dl {
	margin: 10px 0 20px 0;
}
blockquote {
	background: #F0F0F0;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	padding: 10px;
}
blockquote .cite {
	color: #4B8610;
	font-style: italic;
	margin: 0px;
	text-align: right;
}
dt {
	color: #4B8610;
	font-style: italic;
	font-weight: 600;
}
dd {
	margin-bottom: 10px;
	padding-left: 10px;
}
.post ol {
	/*color: #4B8610;*/
	font-style: italic;
	/*font-weight: 600;*/
	line-height: 1.5em;
	margin: 0 0 10px 20px;
}
.post ol li {
	margin-bottom: 3px;
	padding: 2px 0 2px 0px;
}
.post ol span {
	color: #333;
	font-style: normal;
	font-weight: 400;
}
#green .post ul li {
	line-height: 1.5em;
	padding-left: 20px;
}
form {
	background: #3E770D;
	border: 1px solid #31690A;
	margin: 0 0 30px 0;
	padding: 20px;
	width: 520px;
}
input, select, textarea {
	background: #c7e09c;
	border-color: #31690A;
	border-style: solid;
	border-width: 1px;
	color: #333;
	font: 12px Georgia, Times, "Times New Roman", serif;
	margin: 5px 0;
	padding: 5px;
}
input.button {
	background: #4B8610;
	border-color: #59A908 #2F5608 #2F5608 #59A908;
	border-style: solid;
	border-width: 1px;
	color: #FFF;
	font: bold 12px Georgia, Times, "Times New Roman", serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
}
table {
	border-collapse: collapse;
	margin: 10px 0 20px 0;
    width: 100%;
}
tr {
	background: #FFF;
}
tr.altrow {
	background: #F9F9F9;
}
th, td {
	border-style: solid;
	border-width: 1px;
	text-align: left;
}
th {
	background: #f0f0f0;
	border-color: #DDD #DDD #6C0 #DDD;
	color: #555;
	padding: .8em 1em;
}
td {
	border-color: #EFEFEF;
	padding: .7em 1em;
}
.third {
	font-size: 11px;
	padding: 5px 15px;
	width: 290px;
}
.sixth {
	font-size: 11px;
	padding: 5px 15px;
	width: 130px;
}
.left {
	float: left;
}
.right {
	float: right;
}
img.right {
	margin: 0 0 10px 10px;
}
img.left {
	margin: 0 10px 10px 0;
}
img.right, img.left {
	background: #3E700C;
	background-image: none;
	border: 1px solid #8EC854;
	padding: 3px;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
}
#wrapper {
	margin: 0 auto;
	width: 998px;
}
#header {
	height: 110px;
}
#main-top {
	background: url('images/main-top.gif') no-repeat;
	height: 13px;
	width: 998px;
}
#main {
	background: #222;
	border-left: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
	min-height: 500px;
	padding: 0 9px 5px 9px;
}
#main-bottom {
	background: url('images/main-bottom.gif') no-repeat;
	height: 12px;
	margin-bottom: 50px;
	width: 998px;
}
#front_foot {
	background: #4B8610 url('images/frontfoot.jpg') repeat-x top left;
	border-bottom: 1px solid #213D06;
	color: #CCFF99;
	padding: 20px 10px;
	width: 960px;
}
#green_outer {
	background: #4B8610 url('images/frontfoot.jpg') repeat-x top left;
	color: #CCFF99;
	width: 980px;
}
#green {
	background: url('images/line.png') repeat-y top left;
	border-bottom: 1px solid #213D06;
	padding: 20px 10px;
	width: 960px;
}
.postfoot {
	padding: 30px;
	width: 560px;
}
#logo {
	background: url('images/logo-bg.jpg') no-repeat top center;
	color: #66cc00;
	float: left;
	font-size: 28px;
	font-style: italic;
	height: 64px;
	margin-left: -100px;
	padding-top: 40px;
	text-align: center;
	text-shadow: #000 1px 1px 0px;
	width: 550px;
}
#logo a {
	color: #fff;
	text-decoration: none;
}
#logo a .green {
	color: #66cc00;
}
#searchform {
	background: url('images/search.gif') no-repeat;
	border: none;
	float: right;
	height: 25px;
	margin: 50px 15px 0 0;
	padding: 0px;
	width: 324px;
}
#searchform input {
	background: none;
	border: 0;
	outline: 0;
}
#searchform #s {
	color: #666;
	font-size: 12px;
	padding: 1px 0 0 10px;
	width: 281px;
}
#searchform #searchsubmit {
	cursor: pointer;
	float: right;
	height: 25px;
	width: 28px;
}
#nav {
	list-style: none;
	margin-bottom: 15px;
	padding-top: 3px;
}
#nav ul {
	padding: 0px;
}
#nav li {
	display: inline;
	margin: 0px;
	padding-left: 20px;
	letter-spacing: 1px;
}
#nav a {
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover, #nav .current_page_item a {
	color: #fff;
}
.post {
	background: #FFF url('images/contentbg.jpg') repeat-x top left;
	border-bottom: 1px solid #CCC;
	border-TOP: 1px solid #FFF;
	color: #333;
	font-size: 16px;
	margin-left: 5px;
	padding: 30px 30px;
	width: 560px;
}
.post a {
	border-bottom: 1px solid #ddd;
}
.post a:hover {
	border-bottom: none;
	color: #6C0;
}
.post h1 {
	color: #000;
	font-size: 36px;
	font-style: italic;
	margin-bottom: 30px;
}
.post img {
	background: #f0f0f0;
	border: 1px solid #CCC;
}
.post p.meta {
	background: #E6E6E6;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	font-size: 12px;
	margin: 30px 0 0 0;
	padding: 10px;
}
.post p.meta a {
	border-bottom: 1px solid #CCC;
}
.post p.date {
	background: #559F0A;
	border-left: 1px solid #447810;
	color: #FFF;
	float: left;
	font: 400 10px Georgia, Times, "Times New Roman", serif;
	margin: 5px 20px 0 -31px;
	padding: 12px 8px;
}
#green .post h3 {
	color: #6c0;
}
#green h3, #footer h3, #front_foot h3 {
	color: #FFF;
	font: 600 15px Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	margin-bottom: 10px;
}
#green .third {
	margin-left: 10px;
	padding: 5px 15px 5px 15px;
	width: 280px;
}
#green .third .sixth {
	margin-bottom: 20px;
	padding: 5px 10px 5px 0;
}
#green ul, #front_foot ul {
	list-style-type: none;
}
#green ul li, #front_foot ul li {
	background: url('images/bullet.gif') no-repeat center left;
	margin-bottom: 3px;
	padding: 2px 0 2px 10px;
}
.third p {
	font-size: 11px;
	line-height: 1.4em;
}
.sixth a, .third a {
	border-bottom: 1px solid #6FAC31;
	color: #CCFF99;
	text-decoration: none;
}
.sixth p a, .third p a {
	color: #FFF;
}
.sixth a:hover, .third a:hover {
	border-bottom: 2px solid #8EC854;
	color: #fff;
}
#front_foot div.right {
	background: url('images/footer-divider.png') repeat-y top left;
}
#green .postfoot .comment {
	background: url('images/underline.png') repeat-x top left;
	line-height: 1.0em;
	margin-top: 5px;
	padding: 20px 0 18px 0;
}
#green .comment p {
	margin-bottom: 0px;
}
#green .comment a {
	color: #CF9;
}
#green .comment a:hover {
	color: #FFF;
}
#green .comment .meta, #green .comment .meta a, #front_foot .comment p.meta, #front_foot .comment p.meta a {
	color: #2F5608;
	font: 400 10px Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}
#green .postfoot .comment .comment {
	background: url('images/reply.gif') no-repeat top left;
	margin-left: 10px;
	margin-top: 0px;
	padding: 15px 0 5px 20px;
}
#front_foot p {
	margin: 0 0 10px 0;
}
#front_foot .comment p.first {
	margin-top: -10px;
}
#front_foot .comment {
	background: url('images/underline.png') repeat-x bottom left;
	line-height: 1.0em;
	padding: 8px 0 10px 0;
}
#front_foot .comment p {
	margin: 0px;
}
#footer {
	background: #2F5608;
	border-top: 1px solid #447A0E;
	color: #CCFF99;
	padding: 20px 10px 10px 10px;
	width: 960px;
}
#footer a {
	/*background: #3D6E0C;*/
	border-bottom: none;
	padding: 2px;
}
#footer a:hover {
	background: #4B8610;
}
#footer p {
	line-height: 1.8em;
	margin-bottom: 20px;
}
#footer ul {
	list-style-type: none;
	margin-bottom: 20px;
}
#footer ul li {
	display: block;
	margin-bottom: 12px;
}
#footer ul li a {
	/*background: #3D6E0C;*/
	background: url('images/buallet.gif') no-repeat center left;
	padding: 4px;
}
#footer ul li a:hover {
	background: #4B8610;
}
p.copy {
	color: #666;
	margin-bottom: 0px;
	padding: 0px 0 0 10px;
}
p.copy a {
	color: #777;
	text-decoration: underline;
}
p.copy a:hover {
	color: #CCC;
	text-decoration: none;
}
a.direct-download {
	display: block;
    margin: 10px 0;
    padding: 0;
	width: 128px;
	height: 128px;
	background: url('images/direct-download.png') no-repeat;
	text-indent: -9999px;
    border: none;
}
a.direct-download:hover {
    border: none;
}
a.more {
    display: block;
    padding: 0;
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-style: italic;
    font-size: 15px;
    color: #333;
    background: url('images/more.png') no-repeat;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border: none;
}
a.more:hover {
    color: #333;
    text-decoration: underline;
}
a.download {
    display: block;
    margin: 10px 0;
    padding: 0;
    width:136px;
    height: 41px;
    background: url('images/download.png') no-repeat;
    text-indent: -9999px;
    border: none;
}
a.download:hover {
    border: none;
    background-position: 100%;
}
a.signup {
	display: block;
    margin: 10px 0;
    padding: 0;
	width: 171px;
	height: 37px;
	background: url('images/signup.gif') no-repeat;
	background-position: 0;
	text-indent: -9999px;
    border: none;
}
a.signup:hover {
    border: none;
}
a.learnmore {
	display: block;
    margin: 10px 0;
    padding: 0;
	width: 136px;
	height: 41px;
	background: url('images/learnmore.png') no-repeat;
	background-position: 0;
	text-indent: -9999px;
    border: none;
}
a.learnmore:hover {
    border: none;
	background-position: 100%;
}
a.huge-download-button {
    display: block;
    margin: 10px 0;
    padding: 0;
    width: 264px;
    height: 82px;
    padding-top: 10px;
    background: url('images/download-button.png') no-repeat;
    text-indent: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-shadow: 0 1px 1px #363;
    text-decoration: none;
    border: none;
}
a.huge-download-button:hover {
    border: none;
    color: #fff;
}
a.huge-download-button span {
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2em;
}
.highlight {
    background-color: #ffc;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.mini {
    font-size: .8em;
}
.note {
    padding: 6px 9px;
    background: #eee;
    border: 1px solid #ccc;
}
.warning, .alert {
    padding: 6px 9px;
    background: #fffbbc;
    border: 1px solid #E6DB55;
}
.error {
    padding: 6px 9px;
    background: #ffebe8;
    border: 1px solid #C00;
}
.download {
    padding: 6px 9px;
    background: #e7f7d3;
    border: 1px solid #6c3;
}
.red {
    color: #ff0000;
}
.updated {
    font-style: italic;
    color: #999;
}
img.noborder {
    border: none;
}
a.screenshot {
    border: none;
}
img.screenshot {
    padding: 5px;
    border: 1px solid #e3e3e3;
    margin-right: 5px;
    background: #fff;
}