/*
Theme Name: Aquila Theme
Author: WPCorner.com
Author URI: http://www.wpcorner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #555555;
	background: #F6F5F5 url(images/background.gif) repeat-x 0 0;
}
a {
	color: #5E7E01;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper, .wrapper {
	width: 960px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	padding-top: 30px;
}
	#header h1 {
		float: left;
		padding-bottom: 20px;
	}
		#header h1 a {
			width: 314px; height: 68px;
			display: block;
			outline: none;
			text-indent: -9999px;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	#header ul {
		list-style-type: none;
		float: right;
		padding: 20px 20px 0 0;
	}
		#header ul li {
			float: left;
			font-weight: bold;
			text-transform: uppercase;
		}
		#header ul li a {
			text-decoration: none;
			display: block;
			padding: 8px 15px;
		}
		#header ul li a:hover {
			color: #ffffff;
			background-color: #5E7E01;
		}
/** END header **/


/** BEGIN featured **/
#featured {
	clear: both;
	height: 314px;
	background: url(images/featured.gif) no-repeat 0 0;
	padding-bottom: 20px;
	position: relative;
}
	#featured .container {
		width: 806px; height: 230px;
		position: absolute;
		top: 32px; left: 72px;
		overflow: hidden;
	}
	#featured ul {
		list-style-type: none;
		width: 9999px;
		position: absolute;
		top: 0; left: 0;
	}
		#featured ul li {
			float: left;
			margin-right: 29px;
			width: 250px; height: 230px;
			overflow: hidden;
		}
		#featured ul li img {
			width: 250px;
		}
	#featured .prev {
		width: 30px; height: 122px;
		display: block;
		outline: none;
		text-indent: -9999px;
		background: url(images/previous.gif) no-repeat 0 0;
		position: absolute;
		top: 86px; left: 42px;
	}
	#featured .next {
		width: 26px; height: 114px;
		display: block;
		outline: none;
		text-indent: -9999px;
		background: url(images/next.gif) no-repeat 0 0;
		position: absolute;
		top: 86px; left: 878px;
	}
/** END featured **/

/** BEGIN links **/
#links {
	clear: both;
}
	#links div {
		width: 220px;
		float: left;
		color: #ffffff;
		padding: 40px 40px 30px 60px;
		background-repeat: no-repeat;
		background-position: 0 32px;
		background-image: url(images/about.gif);
	}
	#links div.products { background-image: url(images/products.gif); }
	#links div.support { background-image: url(images/support.gif); }
		#links div h2 {
			font-size: 1em;
			text-transform: uppercase;
			margin-bottom: 10px;
		}
		#links div p {
			line-height: 1.5em;
			margin-bottom: 15px;
		}
		#links div a {
			color: #ffffff;
			text-decoration: none;
		}
/** END links **/

/** BEGIN body **/
#body {
	clear: both;
	background-color: #FFFFFF;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 607px;
	float: left;
	padding-top: 20px;
}
	#content .post {
		padding: 20px 40px;
	}
		#content .post a {
			text-decoration: none;
		}
		#content .post h2 {
			font-size: 2em;
			margin-bottom: 10px;
		}
			#content .post h2 a {
				color: #555555;
				text-decoration: none;
			}
		#content .post .details {
			margin-bottom: 20px;
		}
		#content .post .thumb {
			padding: 10px;
			border: 1px solid #cccccc;
			margin-bottom: 15px;
		}
			#content .post .thumb a {
				display: block;
				width: 504px; height: 130px;
				overflow: hidden;
			}
			#content .post .thumb img {
				width: 504px;
			}
		#content .post p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .post .links {
			margin-top: 20px;
			border-top: 3px solid #E6E6E6;
			border-bottom: 1px solid #E6E6E6;
			padding: 10px;
			text-transform: uppercase;
			margin-bottom: 0;
		}
	#content .postnav {
		padding: 20px 40px;
		font-size: 0.9em;
		text-transform: uppercase;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 350px;
	float: right;
	padding-top: 40px;
}
	#sidebar .box {
		margin-bottom: 20px;
		clear: both;
	}
		#sidebar .box h2 {
			text-transform: uppercase;
			color: #688611;
			font-size: 1em;
			margin-bottom: 15px;
		}
		#sidebar .box .subscribe {
			list-style-type: none;
			height: 32px;
		}
			#sidebar .box .subscribe li {
				float: left;
				margin-right: 15px;
			}
			#sidebar .box .subscribe li a {
				display: block;
				width: 32px; height: 32px;
				text-indent: -9999px;
				outline: none;
				background: url(images/mail.gif) no-repeat 0 0;
			}
			#sidebar .box .subscribe li.rss a { background-image: url(images/rss.gif); }
			#sidebar .box .subscribe li.twitter a { background-image: url(images/twitter.gif); }
			#sidebar .box .subscribe li.facebook a { background-image: url(images/facebook.gif); }
			#sidebar .box .subscribe li.stumbleupon a { background-image: url(images/stumbleupon.gif); }
		#sidebar .box .ads img {
			margin: 0 10px 10px 0;
		}
		#sidebar .box form {
			width: 267px; height: 37px;
			background: url(images/search.gif) no-repeat 0 0;
		}
			#sidebar .box form input {
				float: left;
				border: 0;
				font-size: 0.9em;
				color: #555555;
				font-family: Verdana;
				width: 180px;
				margin: 10px 0 0 10px;
			}
			#sidebar .box form button {
				float: right;
				border: 0;
				text-indent: -9999px;
				width: 70px; height: 37px;
				background-color: transparent;
			}
		#sidebar .box .popular {
			list-style-type: none;
		}
			#sidebar .box .popular li {
				clear: both;
				line-height: 1.8em;
				padding-bottom: 10px;
			}
			#sidebar .box .popular li img {
				float: left;
				margin: 0 10px 10px 0;
				padding: 5px;
				border: 1px solid #CCCCCC;
				width: 50px; height: 50px;
			}
			#sidebar .box .popular li p {
				color: #5E7E01;
				padding-top: 4px;
			}
			#sidebar .box .popular li a {
				text-decoration: none;
				color: #555555;
			}
		#sidebar .box .flickr img {
			margin: 0 10px 10px 0;
			width: 80px; height: 80px;
		}
/** END sidebar **/

/** BEGIN footbar **/
#footbar {
	clear: both;
	padding: 40px 20px 10px;
}
	#footbar .box {
		float: left;
		width: 210px;
		padding: 10px 10px 20px;
	}
		#footbar .box h2 {
			border-bottom: 3px solid #E6E6E6;
			text-transform: uppercase;
			color: #688611;
			font-size: 1em;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}
		#footbar .box ul {
			padding-left: 15px;
		}
			#footbar .box ul li {
				line-height: 1.5em;
				padding: 3px 0;
			}
			#footbar .box ul li a {
				text-decoration: none;
			}
		#footbar .box img {
			padding: 5px;
			border: 1px solid #CCCCCC;
			float: left;
			margin: 0 10px 5px 0;
		}
		#footbar .box p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
/** END footbar **/

/** BEGIN footer **/
#footer {
	background-color: #5E7E01;
	color: #5E7E01;
	height: 60px;
}
	#footer .l {
		float: left;
		padding-top: 22px;
	}
	#footer .r {
		float: right;
		padding-top: 22px;
	}
	#footer a {
		color: #5E7E01;
		text-decoration: none;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#content .single {
	padding: 10px 40px 0;
	margin-bottom: 50px;
}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #bbbbbb;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	#content .single h2 {
		font-size: 2em;
	}
#comments {
	padding: 15px 40px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.2em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #bbbbbb;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #bbbbbb;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #bbbbbb;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	color: #565656;
	padding: 20px 40px;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #eeeeee;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #bbbbbb;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/