/*
farm-bot.com
v2.1
02/01/10 04/14/10
*/

@import "reset.css";

/* basics */

body {
	background: url(images/bg_header.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

@font-face {
  font-family: 'Graublau Web';
  src: url('fonts/GraublauWeb.eot');
  src: local('Graublau Web Regular'), local('Graublau Web'),
    url("fonts/GraublauWeb.woff") format("woff"),
    url("fonts/GraublauWeb.otf") format("opentype"),
    url("fonts/GraublauWeb.svg#grablau") format("svg");
}

.orange {
	color: #BE6428;
	font-weight: bold;
}

.blue {
	color: #0075CE;
	font-weight: bold;
}

.textDark {
	font-size: 11px;
	color: #484848;
}

.special {
	font-size: 14px;
	color: #484848;
}

p { line-height: 20px; }
h1 { font-size: 22px; color: #000; }
h2 { font-size: 20px; color: #000; }
h3 { font-size: 18px; color: #000; }
h2, h3 { font-family: Graublau Web, Helvetica, Arial, sans-serif; }
a { color: #013667; text-decoration: underline; }
a:hover { color: #000; text-shadow: 1px 1px #FFF; }

/* header */

#header {
	width: 100%; height: 100px;
	background: url(images/bg_header.png) repeat;
	border-bottom: 1px solid #bbbbbb;
}

#headerIn {
	width: 800px; height: 100px;
	margin: 0 auto; padding: 0 15px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	position: relative;
}

.logo {
	width: 300px; height: 100px;
	background: url(images/logo.png) no-repeat;
	position: absolute;
	top: 0px; left: 0px;
	text-indent: -9999px;
}

.like {
	width: 56px; height: 35px;
	border: none;
	overflow: hidden;
	position: absolute;
	top: 60px; left: 299px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.like:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.compatible {
	width: 215px; height: 52px;
	position: absolute;
	top: 0px; left: 615px;
}

#nav {
	width: 197px; height: 48px;
	background: url(images/nav_bg.png) no-repeat;
	position: absolute;
	top: 52px; left: 633px;
}

#nav ul {
	height: 48px;
	margin-right: 15px;
	float: right;
}

#nav ul li {
	height: 48px;
	line-height: 50px;
	display: inline;
	margin-left: 10px;
}

#nav ul li a {
	font-family: Graublau Web, Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

#nav ul li a:hover,
#home #headerIn ul li a.home, #support #headerIn ul li a.support, #blog #headerIn ul li a.blog {
	border-bottom: 1px solid #dedede;
	text-shadow: 1px 1px #FFF;
}

/* content */

#wrap {
	width: 100%; height: 100%;
	background: #f3f3f3 url(images/bg.png) repeat;
}

#content {
	width: 800px; height: 100%;
	margin: 0 auto; padding: 25px 15px;
	background: url(images/bg_content.png) repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: relative;
}

#selectScreen {
	position: absolute;
	top: 30px; left: -30px;
}

#selectScreen li:first-child {
	margin-bottom: 4px;
}

#content #success {
       background: #D2FFBB;
       margin-bottom: 25px; padding: 10px 0;
       border-top: 1px solid #b3dba1;
       border-bottom: 1px solid #b3dba1;
       font-size: 12px;
       text-align: center;
}

#content #error {
       background: #FFBBD2;
       margin-bottom: 25px; padding: 10px 0;
       border-top: 1px solid #dba1b3;
       border-bottom: 1px solid #dba1b3;
       font-size: 12px;
       text-align: center;
}

#contentLeft {
	width: 336px;
	margin-right: 20px;
	float: left;
}

#contentRight {
	width: 444px;
	float: left;
}

#contentRight #copy {

}

#contentRight #copy h2, #contentRight #copy p {
	text-shadow: 1px 1px #FFF;
}

#contentRight #copy p {
	margin-top: 12px;
	font-size: 16px;
}

#contentRight #copySub {
	padding: 22px 0 24px 0;
}

#contentRight #copySub {
	color: #484848;
	text-shadow: 1px 1px #FFF;
}

#contentRight #requirements {
	background: #f4f4f4 url(images/requirements_bg.png) no-repeat;
	padding: 15px 0;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
	color: #484848;
	text-align: center;
}

#contentRight #feature {
	background: #e3e4ff;
	margin: 0; padding: 20px 10px;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	font-size: 11px;
}

#feature #video {
	width: 224px;
	float: left
}

#feature #contactUs {
	width: 200px;
	float: left;
}

#feature img {
	padding-right: 10px;
	float: left;
}

#feature p {
	line-height: normal;
}

#contentRight #purchase {
	background: #f4f4f4 url(images/purchase_bg.png) no-repeat;
	padding: 12px 0 16px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #BBBBBB;
}

#contentRight #buy {
	margin: 10px 0 20px 0;
}

#contentRight #buyWin, #contentRight #buyMac {
	margin-left: 10px;
	float: left;
}

#contentRight #buyWin .buyWin {
	width: 206px; height: 57px;
	background: url('images/buywin.png') no-repeat top left;
	border: none;
}

#contentRight #buyWin .buyWin:hover {
	width: 206px; height: 57px;
	background: url('images/buywin.png') no-repeat top right;
	cursor: pointer;
	border: none;
}

#contentRight #buyMac .buyMac {
	width: 206px; height: 57px;
	background: url('images/buymac.png') no-repeat top left;
	border: none;
}

#contentRight #buyMac .buyMac:hover {
	width: 206px; height: 57px;
	background: url('images/buymac.png') no-repeat top right;
	cursor: pointer;
	border: none;
}

#contentRight #price {
	margin: 2px 10px 0 15px;
	float: left;
}

/* footer */

#footer {
	width: 100%; height: 100%;
	background: url(images/bg_header.png) repeat;
	border-top: 1px solid #bbbbbb;
}

#footerIn {
	width: 800px; height: 60px;
	margin: 0 auto; padding: 0 15px;
}

#footerIn p {
	margin-top: 15px;
	font-size: 9px;
	text-align: center;
	color: #484848;
}

/* tos */

#tos #content {
	width: 800px; height: 100%;
	margin: 0 auto; padding: 40px 15px;
}

#tos h2 {
	margin-bottom: 10px;
}

/* support */

#support #content {
	width: 800px; height: 100%;
	margin: 0 auto; padding: 25px 15px;
	background: url(images/bg_content.png) repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#support .hz {
	margin: 25px 0 20px 0;
}

#support #contentLeft {
	width: 336px;
	padding-right: 24px; margin: 0;
	border-right: 1px solid #eaeaea;
	float: left;
}

#support #contentLeft h2 {
	margin-bottom: 10px;
}

#support #documentation {
	margin-top: 10px; padding: 3px 10px; 
	background: #f4f4f4 url(images/requirements_bg.png) no-repeat;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	font-size: 11px;
	color: #484848;
	position: relative;
}

#support #documentation a {
	font-size: 12px;
}

#support #request {
	padding: 10px 15px 15px 15px;
	background: #FFF;
	border: 2px solid #BBBBBB;
}

#support #request img{
	padding: 8px 8px 0 0;
	float: left;
}

#support #request #ppemail{
	width: 300px; height: 26px;
	margin: 10px 0;
	background: #f3f3f3 url(images/bg.png) repeat;
	border: 1px solid #bbbbbb;
	color: #5e5e5e;
}

#support #request #ppemail:focus {
	background: #FFF;
	border: 1px solid #0075CE;
	color: #000;
}

#support #request .button {
	width: 92px; height: 26px;
	margin: 5px 0 0 0;
	background: url('images/submit.png') no-repeat top left;
	border: none;
}

#support #request .button:hover {
	width: 92px; height: 26px;
	background: url('images/submit.png') no-repeat top right;
	cursor: pointer;
	border: none;
}

#support #contentRight {
	width: 414px;
	padding: 0 0 100px 24px;
	border-left: 1px solid #FFF;
	float: left;
}

#support .question {
	margin-top: 10px; padding: 10px;
	background: #eaeaea;
	border-top: 1px solid #bbbbbb;
	position: relative;
	font-size: 11px;
}

#support .answer {
	padding: 10px;
	background: #f3f3f3;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	position: relative;
	font-size: 11px;
}

#support #blog {
	margin-top: 10px; padding: 3px 10px; 
	background: #f4f4f4 url(images/requirements_bg.png) no-repeat;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	font-size: 11px;
	color: #484848;
	position: relative;
}

#support #blog a {
	font-size: 12px;
}


#support .question img, .answer img, #blog img, #documentation img {
	position: absolute;
	top: -5px; left: -4px;
}

/* contact */

#contentRight .hide { display: none; }
#contact .dub { display: none; } /* detect bots */

#contact {
	padding: 10px 15px 15px 15px;
	background: #FFF;
	border: 2px solid #BBBBBB;
}

#contact img{
	padding: 0 8px 0 0;
	float: left;
}

#contact .textDark {
	margin: 5px 0 10px 0;
}

#contact label em {
	font-size: 9px;
}

#contact #name, #contact #email, #contact #tid {
	width: 300px; height: 26px;
	margin-bottom: 10px;
	background: #f3f3f3 url(images/bg.png) repeat;
	border: 1px solid #bbbbbb;
	color: #5e5e5e;
}

#contact #message {
	width: 297px; height: 65px;
	margin-bottom: 10px; padding: 5px 2px;
	background: #f3f3f3 url(images/bg.png) repeat;
	border: 1px solid #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
}

#contact #name:focus, #contact #email:focus, #contact #tid:focus, #contact #message:focus {
	background: #FFF;
	border: 1px solid #0075CE;
	color: #000;
}

#contact .button {
	width: 92px; height: 26px;
	margin: 5px 0 0 0;
	background: url('images/submit.png') no-repeat top left;
	border: none;
}

#contact .button:hover {
	width: 92px; height: 26px;
	background: url('images/submit.png') no-repeat top right;
	cursor: pointer;
	border: none;
}

/* contactresult */

#contactResult #content {
	padding: 40px 0;
	text-align: center;
}

/* mac win support */

.roundBox {
	-moz-border-radius: 5.0px;
	-webkit-border-radius: 5.0px;
	border: solid 1px #bbbbbb;
	
	-moz-box-shadow: 0 2px 4px #DDD;
	-webkit-box-shadow: 0 2px 4px #DDD;
	
	background: -moz-linear-gradient(-90deg, #ffffff, #efefef);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#ffffff), to(#efefef));
}

.docInfo {
	padding: 10px;
	font-size: 11px;
}

.docInfo .heading {
	margin: 0 0 10px 0;
}


/* mac and windows logos are different sizes. padding needs adjustment: */
#supportMac .docInfo .heading img {
	float: left;
	padding: 0 10px 0 0;
}
#supportWin .docInfo .heading img {
	float: left;
	padding: 3px 8px 0 0;
}

.docInfo .heading h2 {
	padding: 5px 0 0 0;
}

/* hz is margins are different on these support pages */
#supportMac .hz, #supportWin .hz {
	margin: 25px 0 20px 0;
}

.docContent {
	margin: 0 0 20px 0;
}

.docContent:last-child {
	margin: 0;
}

.docContent .heading {
	margin: 0 0 10px 0; padding: 0 10px;
}

.docContent .heading img {
	float: left;
	padding: 0 10px 0 0;
}

.docContent .heading h3 {
	padding: 1px 0 0 0;
}

.docContent .theContent {
	padding: 0 10px;
}

.docContent .theContent p {
	margin: 0 0 10px 0;
}

.docContent .theContent li {
	margin: 0 0 0 20px;
	list-style: decimal;
}

.docContent .theContent li p {
	font-size: 11px;
	color: #484848;
}

.docContent .hz{
	margin: 0;
}

/* tips */

#tips #content {
	width: 800px; height: 100%;
	margin: 0 auto; padding: 25px 15px;
	background: url(images/bg_content.png) repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#tips h2, #tips p {
	margin-bottom: 10px;
}

table {
	width: 100%;
	background: #f3f3f3;
	border-collapse: collapse;
	border: 2px solid #BBBBBB;
	font-size: 11px;
	color: #000;
}

caption {
	padding: 0 0 5px 6px;
	font-size: 10px;
	font-style: italic;
}

thead th {
	width: 60px;
	background: url(images/bg_header.png) repeat;
	padding: 5px;
	border-right: 1px solid #eaeaea;
	border-bottom: 2px solid #BBBBBB;
}

thead th.select img {
	margin-right: 3px;
}

tbody tr td {
	width: 60px;
	padding: 5px;
}

tbody td.select {
	background: url(images/bg_header.png) repeat;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #eaeaea;
}

tbody tr.alt {
	background: #eaeaea;
}

/* 404 */

#fourzerofour #content #error {
       margin: 40px 0;
}

/* stats */

#stats #content {
	line-height: 20px;
}