/*
Theme Name: Faarms
Theme URI: http://www.faarms.com/
Description: Faarms theme for Wordpress
Version: 1.0
Author: Long Zheng
*/


html {
	background: #f3f3f3;
}

body {
	font: 13px/1.6em Georgia, "Times New Roman", Times, serif;
	background: #ffffff;
	color: #222222;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #008f03;
}
	a:hover {
		color: #000000;
	}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.clear {
	clear: both;
}

.headerbg {
	background: #dcf2fb url(images/headerbg.jpg) no-repeat center;
	width: 100%;
	height: 200px;
}

.header h1 {
	margin: 0;
	position: relative;
	top: 30px;
	width: 239px;
	height: 139px;
}
	.header h1 a {
		width: 239px;
		height: 139px;
		display: block;
		background: url(images/faarmslogo.png) no-repeat;
		font-size: 0;
		text-indent: -9999px;
	}
.nav {
	float: right;
	max-width: 700px;
}
	.nav ul {
		list-style: none;
		margin: 0;
	}
	.nav li {
		list-style: none;
		display: block;
		float: left;
		margin-left: 26px;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 17px;
	}
	.nav a {
		display: block;
		padding: 4px 15px;
		color: #2c727c;
	}
		.nav a:hover {
			background: #2c727c;
			color: #ffffff;
		}
	.nav li.current_page_item a {
		text-decoration: none;
		background: #42a400;
		color: #ffffff;
	}
	
.content {
	padding: 40px 0 60px;
}
	.content h2 {
		width: 730px;
		margin: 0 0 0.3em;
		font-size: 3em;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		line-height: 1.1em;
	}
	.content h3 {
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-weight: bold;
		line-height: 1.1em;
		font-size: 22px;
		margin: 1.6em 0 0.5em;
	}
	.content h4 {
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-weight: bold;
		line-height: 1.5em;
		font-size: 1.3em;
		margin: 1em 0 0.3em;
	}
	.content .feature {
		font-size: 17px;
		line-height: 1.4em;
		margin-bottom: 0.6em;
	}
	.main {
		width: 730px;
		float: left;
	}
	.sidebar {
		width: 240px;
		float: right;
		margin-top: 3.6em;
	}
		.sidebar div {
			margin-bottom: 1em;
		}
		.sidebar .more {
			background: #42a400;
			color: #ffffff;
			padding: 20px;
		}
			.sidebar .more h3 {
				font-size: 18px;
				margin: 0.2em 0 0.5em;
			}
			.sidebar .more a {
				color: #ffffff;
			}

.footerbg {
	margin: 80px 0 0;
	padding: 40px 0;
	background: #f3f3f3;
}
.footer {
	font-size: 11px;
	line-height: 1.3em;
	text-align: center;
	color: #555;
	background: url(images/faarmslogo_small.png) no-repeat right top;
}
	.footer p {
		margin-bottom: 0.4em;
	}

.feature #feature_overview {
	width: 1000px;
	height: 420px;
	background: url(images/feature_overview.jpg) no-repeat;
	position: relative;
}
	.feature #feature_overview #feature_overview_buttons {
		
	}
		.feature #feature_overview #feature_overview_buttons ul, .feature #feature_overview #feature_overview_buttons ul li {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			#feature_overview_buttons li {
				width: 160px;
				height: 228px;
				float: left;
				position: absolute;
				display: block;
				font-size: 0;
				text-indent: -9999px;
			}
				#feature_overview_buttons li span {
					display: none;
				}
			#feature_overview_buttons li.active {
				background-position: 0 0 !important;
			}
				#feature_overview_buttons li#deploy {
					background: url(images/feature_overview_deploy.png) no-repeat -160px 0;
					top: 79px;
					left: 22px;
				}
				#feature_overview_buttons li#configure {
					background: url(images/feature_overview_configure.png) no-repeat -160px 0;
					top: 33px;
					left: 224px;
				}
				#feature_overview_buttons li#monitor {
					background: url(images/feature_overview_monitor.png) no-repeat -160px 0;
					top: 15px;
					left: 422px;
				}
				#feature_overview_buttons li#automate {
					background: url(images/feature_overview_automate.png) no-repeat -160px 0;
					top: 33px;
					left: 617px;
				}
				#feature_overview_buttons li#save {
					background: url(images/feature_overview_save.png) no-repeat -160px 0;
					top: 79px;
					left: 815px;
				}
			#feature_overview_text {
				position: absolute;
				top: 300px;
				left: 180px;
				width: 620px;
				text-align: center;
			}

.blog {
}
	.blog .post {
		margin-bottom: 5em;
	}
		.blog .post h3 a {
			text-decoration: none;
		}
			.blog .post h3 a:hover {
				text-decoration: underline;
			}
		.blog .post .date {
			font-size: 0.9em;
			color: #666;
		}
		.blog .post .meta {
			margin-top: 1em;
			font-size: 0.85em;
			text-transform: uppercase;
			color: #666;
		}
			.blog .post .meta p {
				margin-bottom: 0.2em;
			}
			.blog .post .meta a {
				color: #666;
			}