/*
Theme Name: Fertile Ground 2
Theme URI: 
Description: Theme created for the Frtile Ground Studio
Version: 2
Author: Ehud Neuhaus
Author URI: 
Tags: 
*/

body {
	background-attachment: scroll;
	background-image: url(images/stripe.gif);
	background-repeat: repeat-x;
	background-position: left 20px;
	margin: 0px;
}

#container {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(images/backgroundlogo.gif);
	background-repeat: no-repeat;
	background-position: center 300px;
}

#header {
	background-image: url(images/home_banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 700px;
	margin: 20px auto;
}

#header h1, #header h3 {
	display: none;
}

#header #newsletter {
	float: right;
	height: 87px;
	width: 350px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.mc_custom_border_hdr {
	font-size: 14px;
	color:#339900;
	margin-bottom: 6px;
}

.mc_merge_var {
	color: #666;
	font-size: 11px;
	float: left;
	width: 33%;
}

#mc-indicates-required {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
}

.mc_signup_submit {
	float: right;
	margin-top: -16px;
}

#header #newsletter div input {
	margin: 2px 0;
	font-size: 11px;
	color:#666;
}

#lang_menu {
	clear: right;
	float: right;
}

#lang_menu ul {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

#lang_menu li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: right;
	margin-bottom: 2px;
}

#lang_menu li.current_language_item {
	color: #333;
}

#lang_menu li.language_item a:link, #lang_menu li.language_item a:visited {
	color: #FFF;
	text-decoration: none;
}

#lang_menu li img {
	display: none;
}

#navigation {
	float: left;
	width: 100%;
	padding-bottom: 2px;
}

#menu-primary-menu {
	list-style: none;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: 24px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	height: 25px;
}

#menu-primary-menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#menu-primary-menu li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
	float: left;
	background-color: #8dc63f ;
}

#menu-primary-menu li a:hover, #menu-primary-menu li.current_page_item a {
	color: #FFF;
	background-color: #339900;
}

#menu-primary-menu li.current_page_item a {
	padding-bottom: 2px;
}

/* Displays the link as blocks. */
#menu-primary-menu li ul a {
	display:block;
}

#menu-primary-menu ul {
	list-style: none;
	margin:0; /* Appear just below the hovering list */
	padding:0;
	position:absolute; /* needed */
	z-index:500; /* specify the order */
}
 
#menu-primary-menu li ul {
	top:25px; /* Positioning:Calc with top level horz list height */
}
 
#menu-primary-menu ul ul {
	top:0;
	left:100%; /* Position the sub menus to right. */
}
 
#menu-primary-menu ul li {
	float:none; /* umm.. Appear below the previous one. mmkay? */
	border-top: 2px solid #fff;
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
#menu-primary-menu ul,
#menu-primary-menu li:hover ul ul,
#menu-primary-menu ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
#menu-primary-menu li:hover ul,
#menu-primary-menu ul li:hover ul ,
#menu-primary-menu ul li ul li:hover ul
{ display: block;}


#nav2 {
	clear: right;
	float: right;
}

#secondaryMenu {
	list-style-type: none;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	height: 25px;
}

#secondaryMenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#secondaryMenu li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
	float: left;
	background-color: #d8c1b1;
}

#secondaryMenu li a:hover, #secondaryMenu li.current_page_item a {
	color: #FFF;
}


#title {
	clear: left;
	margin: 2px 0 20px;
}

#title h2 {
	padding: 5px 20px 5px 25px;
	margin: 0;
	font-size: 48px;
	font-weight: normal;
	line-height: 60px;
	text-transform: uppercase;
	border-top: solid 2px #339900;
	border-bottom: solid 2px #339900;
	color: #8dc63f;
}

h2.single {
	font-size: 36px;
}

#content {
	min-height: 350px;
	width: 700px;
	margin: 0 auto;
}

#content p, #content ul {
	margin: 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
}

#content h1.newsItem {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #9a6233;
	margin: 20px 0 10px;
}

#content h1.agendaItem {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #9a6233;
	margin: 20px 0 10px;
}

#content p.timestamp {
	text-align: right;
	font-size: 10px;
	margin: 5px 0;
	padding: 0;
}

.page, .post {
	overflow: auto;
}

.category-news {
	margin-bottom: 10px;
	border-bottom: dotted 1px #339900;
	border-top: 1px dotted #339900;
}

.category-agenda {
	margin-bottom: 10px;
	border-bottom: dotted 1px #339900;
	border-top: 1px dotted #339900;
}

.category-home, .categoty-members {
	border-top: solid 1px #339900;
	margin: 10px 0;
}

#footer {
	clear: both;
}

#footer p {
	background-color: #d8c1b1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	color: #9a6233;
}

h4, h4 a {
	font-size: 26px;
	color: #9a6233;
	margin: 20px 0 0 0;
	
}

a img {
	border: none;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #8dc63f;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #8dc63f;
}


