/*
Theme Name: Agracultura
Theme URI: http://slaver.info/
Description: The WordPress theme for site <b>Agracultura</b>.
Version: 1.0
Author: Slaver
Author URI: http://slaver.info/
*/

/*
	Reset by Eric Meyer
	http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


sup, sub {
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -0.4em;
}

sub {
	bottom: -0.4em;
}

/*
	Main styles
*/

html { width: 100%; }

html, body {
	height: 100%;
}

body, textarea, input, select {
	font: 13px/18px Arial, Tahoma, Verdana;
}

body {
	color: #000;
	background: #fff url("images/back.png") 0 0 repeat-x;
}

p {
	margin: 10px 0 0 0;
}

ul, ol, dl {
	margin: 5px 0 5px 20px;
}

blockquote {
	margin: 10px 0 0 20px;
	font-style: italic;
}

pre {
	font: 14px/18px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

/*
	Global styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.overflow {
	overflow: hidden;
}

/*
	Layonts
*/

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}

#header {
	float: left;
	height: 170px;
	overflow: hidden;
	width: 100%;
}

#leftside {
	float: left;
	width: 245px;
}

#page {
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	width: 740px;
}

	#content {
		float: left;
		width: 490px;
	}

	#rightside {
		float: right;
		width: 235px;
	}

#footer {
	float: left;
	overflow: hidden;
	width: 100%;
}

/*
	Header
*/

/* Logo */

#logo {
	background: url("images/logo.png") 0 0 no-repeat;
	display: inline;
	float: left;
	height: 133px;
	margin: 20px 0 0 50px;
	width: 133px;
}

	#logo a, #logo a {
		display: block;
		height: 133px;
		text-indent: -1000px;
		width: 133px;
	}

/* Title */

#title {
	display: inline;
	float: left;
	height: 100px;
	margin: 50px 0 0 120px;
	text-align: center;
	width: 405px;
}

	#title h1 {
		color: #7ab40b;
		font: bold italic 50px/60px Arial;
		letter-spacing: -2px;
	}

		#title h1 a {
			color: #7ab40b;
			text-decoration: none;
		}

	#title h2 {
		background: url("images/title.png") 0 0 no-repeat;
		color: #4a7799;
		font: italic 22px/22px Arial;
		height: 30px;
	}

		#title h2 a {
			color: #4a7799;
			text-decoration: none;
		}

/* Languages */

#languages {
	display: inline;
	float: right;
	height: 22px;
	margin: 0;
}

	#languages ul {
		display: inline;
		float: left;
		font: 12px/22px Arial;
		list-style-type: none;
		margin: 0;
	}

		#languages ul li {
			background: url("images/menu.png") 0 0 repeat-x;
			float: left;
			margin: 0 5px 0 0;
		}

			#languages ul li.active {
				background: url("images/menu_active.png") 0 0 repeat-x;
				float: left;
				margin: 0 5px 0 0;
			}

			#languages ul li a {
				color: #fff;
				float: left;
				padding: 0 7px;
				text-decoration: none;
			}

				#languages ul li a:hover {
					text-decoration: underline;
				}

/* Search */

#search {
	display: inline;
	float: left;
	margin: 20px 0 0 10px;
}

	#searchform {
		float: left;
		width: 230px;
	}

		#searchform div {
			margin: 0;
		}

		#searchform input {
			border: 1px solid #7ab40b;
			color: #000;
			float: left;
			font: 12px/16px Arial;
			height: 18px;
			margin: 0;
			padding: 2px;
			width: 165px;
		}

			#searchform input#searchsubmit {
				background: #7ab40b;
				color: #fff;
				cursor: pointer;
				height: 24px;
				margin: 0 0 0 5px;
				width: 50px;
			}

/* Menu */

#menu {
	display: inline;
	float: left;
	height: 25px;
	margin: 0;
	width: 100%;
}

	#menu ul {
		background: url("images/menu.png") 0 0 repeat-x;
		float: right;
		font: bold 14px/25px Arial;
		height: 25px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		#menu ul li {
			border: 0 none;
			float: left;
			margin: 0;
			padding: 0;
		}

			#menu ul li a {
				color: #fff;
				display: block;
				padding: 0 10px;
				text-decoration: none;
			}

			#menu ul li a:hover,
			#menu ul li.active a {
				background: url("images/menu_active.png") 0 0 repeat-x;
			}
/*
	Content
*/

/* Typograpthy */

#content ul {
	list-style: disc;
}

#content ol {
	list-style: decimal;
}

	#content ol ol li {
		list-style-type: lower-alpha;
	}

	#content ul ul li {
		list-style-type: circle;
	}

#content dt {
	font-weight:bold;
}

#content dd {
	margin: 0 0 10px 10px;
}

/* Layout */

#content .breadcrumb {
	float: left;
	display: inline;
	width: 100%;
}

	#content .breadcrumb p {
		border-bottom: 1px solid #4a7799;
		display: inline;
		float: left;
		margin: 20px 0 0 10px;
		padding: 0 0 10px;
		width: 480px;
	}

#content .posts {
	float: left;
	display: inline;
	width: 100%;
}

	#content .posts .post {
		border-bottom: 1px solid #4a7799;
		display: inline;
		float: left;
		margin: 20px 0 0 10px;
		padding: 0 0 20px;
		width: 480px;
	}

		#content .posts .post .title {
			float: left;
			width: 480px;
		}

			#content .posts .post .title h2 {
				color: #4a7799;
				font: 22px/26px Arial;
			}

				#content .posts .post .title h2 a {
					color: #4a7799;
					text-decoration: none;
				}

		#content .posts .post .entry {
			float: left;
			margin: 10px 0 0 0;
			width: 480px;
		}

			#content .posts .post .entry h1,
			#content .posts .post .entry h2 {
				line-height: 26px;
			}

			#content .posts .post .entry h1 {
				font-size: 22px;
				margin: 10px 0;
			}

			#content .posts .post .entry h2 {
				font-size: 20px;
				margin: 10px 0;
			}

			#content .posts .post .entry h3 {
				font-size: 18px;
				margin: 10px 0;
			}

			#content .posts .post .entry h4 {
				font-size: 16px;
				margin: 10px 0;
			}

			#content .posts .post .entry h5 {
				font-size: 15px;
				margin: 10px 0;
			}

			#content .posts .post .entry h6 {
				font-size: 14px;
				margin: 10px 0;
			}

/* Images */

#content img {
	padding: 0;
	max-width: 470px;
	margin: 5px;
}

	#content img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#content img.alignright {
		margin: 10px 0 10px 10px;
		display: inline;
	}

	#content img.alignleft {
		margin: 10px 5px 10px 0;
		display: inline;
	}

.wp-caption {
	border: 1px solid #b2b2b2;
	margin: 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
}

	.wp-caption img {
		border: 0 none;
		margin: 0;
		max-width: 100%;
		padding: 0;
	}

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 15px;
		padding: 0 0 5px;
		margin: 0;
	}

/* Tables*/

#content .posts table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #b2b2b2;
	border-collapse: collapse;
	margin: 5px 0;
}

	#content .posts table.full {
		width: 100%;
	}

#content .posts table th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #b2b2b2;
}

#content .posts table td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #b2b2b2;
}

/*
	Asides
*/

#navigation {
	background: url("images/leftside/top.png") 0 0 no-repeat;
	float: left;
	margin: 25px 0 0;
	width: 241px;
}

	#navigation ul {
		background: url("images/leftside/bottom.png") 0 bottom no-repeat;
		float: left;
		margin: 0;
		width: 100%;
	}

		#navigation ul li {
			background: url("images/leftside/back.png") 0 0 repeat-y;
			float: left;
			margin: 10px 0;
			width: 100%;
		}

			#navigation ul li ul {
				background: none;
				float: left;
				margin: 10px 0;
				width: 100%;
			}

				#navigation ul li ul li {
					background: url("images/leftside/li.png") 0 7px no-repeat;
					display: inline;
					float: left;
					font: 13px/25px Arial;
					margin: 0 0 0 15px;
					padding-left: 15px;
					width: 200px;
				}

						#navigation ul li ul li ul {
							background: none;
							border-left: 1px solid #a1be24;
							float: left;
							margin: 0;
						}

							#navigation ul li ul li ul li {
								background: url("images/leftside/li_sub.png") 0 10px no-repeat;
								float: left;
								line-height: 14px;
								margin: 3px 0 5px;
								width: 95%;
							}

					#navigation ul li ul li a {
						color: #fff;
						text-decoration: none;
					}

						#navigation ul li ul li a:hover {
							text-decoration: underline;
						}

						#navigation ul li ul li.active a {
							color: #fbd45d;
						}

							#navigation ul li ul li.active ul li a {
								color: #fff;
							}

/* Sidebar */

.sidebar {
	background: url("images/rightside/top.png") 0 0 no-repeat;
	display: inline;
	float: left;
	margin: 20px 0 0 0;
	width: 235px;
}

	.sidebar .sidewrap {
		background: url("images/rightside/bottom.png") 0 bottom no-repeat;
		float: left;
		width: 235px;
	}

	.sidebar h3 {
		color: #4a7799;
		display: inline;
		font: 22px/26px Arial;
		margin: 5px 0 0 15px;
	}

	.sidebar ul {
		background: url("images/rightside/back.png") 0 0 repeat-y;
		float: left;
		margin: 10px 0;
		width: 235px;
	}

		.sidebar ul li {
			float: left;
			margin: 0;
			width: 200px;
		}

			.sidebar ul li ul {
				background: none;
				float: left;
				margin: 10px 0;
				width: 200px;
			}

				.sidebar ul li ul li {
					background: none;
					display: inline;
					float: left;
					font: 12px/16px Arial;
					margin: 0 0 10px 15px;
					width: 200px;
				}

					.sidebar ul li ul li a {
						color: #7ab40b;
						font-weight: bold;
						text-decoration: none;
					}

						.sidebar ul li ul li a:hover {
							text-decoration: underline;
						}

/*
	Footer
*/

#footer {
	background: url("images/footer.gif") 0 0 repeat-x;
	height: 40px;
	margin-top: 20px;
	width: 100%;
}

	#footer .wrap {
		height: 40px;
		margin: 0 auto;
		width: 980px;
	}

		#footer .counter {
			float: left;
			margin: 7px 0 0;
			text-align: left;
			width: 500px;
		}

		#footer .info {
			float: right;
			text-align: right;
			width: 480px;
		}

	#footer p {
		color: #ada9a9;
		font: 11px/14px Arial;
		padding: 20px 0 0;
		margin: 0;
	}

#footer a {
	color: #ada9a9;
}

/*
	Navigation
*/

.navigation {
	display: inline;
	float: left;
	margin: 10px;
	width: 460px;
}

/*
	Comments
*/

#content .comments {
	float: left;
	margin: 0 10px;
	overflow: hidden;
	width: 450px;
}

#content .comments h3 {
	color: #006699;
	letter-spacing: -1px;
	width: 450px;
}

.commentlist {
	float: left;
	margin-top: 20px;
}

	.commentlist li {
		margin: 0 0 10px 0;
	}

#commentform, #respond {
	float: left;
	width: 450px;
	margin: 5px 0;
}

/*
	Other
*/

.highlight {
	background: #ffff00;
	border: 0 none;
	padding: 2px;
}