/* ---- Base Stylesheet
   Contains CSS reset, basic text mark-up ---- */


/* ---- CSS reset ---- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, ul.menu, li.leaf,
fieldset, form, label, table, legend, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
        /*font-size: 100%;
	font: inherit;*/
	vertical-align: baseline;
  background: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  line-height: 1;
  background: #CCC;
}

ol, ul {
	list-style: none;
}
ul.menu, ul.menu *, ul li.leaf, ul li.collapsed, .item-list ul, .item-list ul li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;

}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---- Main text styles ---- */

body {
  font-family: Helvetica, Arial, "Liberation Sans", sans-serif;
  font-size: 87.5%;
  line-height: 1.4;
}

h1, h2, h3, h4, h5 {
  /*font-weight: bold;*/
  padding-bottom: 1em;
}

p {
  padding-bottom: 1em;
}

a {
  color: #3cab45;
}

a:hover {
  color: #2f7d35;
}

/* ---- Page layout ---- */

#wrapper, #header, #footer {
  width: 80%;
  margin: 0 auto;
  max-width: 960px;
  background: #FFFFFF;
}

#wrapper {
  /*overflow: visible;*/
}

#header {
  margin-top: 20px;
  background: #FFF url(../images/header_bgnd.png) no-repeat right top;
  padding: 0px;
  height: 300px !important;
}

#header img{
  margin-left: 20px;
  margin-top: 20px;
}

.region-header {
  /*height: 32px; 
  background: rgba(60, 60, 60, 0.50) none repeat scroll 0% 0%;
  margin-top: 0px;*/
}

#block-menu-menu-agrotraining-stakeholders{
  margin-top:  268px;
  display: inline-block;
  height: 32px;
  width: 100%;
  background: rgba(60, 60, 60, 0.50) none repeat scroll 0% 0%;
}


#header ul {
  list-style: none;
  text-align: right;
}

#header li {
  display: inline-block;
  padding: 6px;
}

#header li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#header li a:hover {
  text-decoration: underline;
  color: #3cab45;
}

#content {
  width: 100%;
  float: left;
  background: #FFFFFF;
}

#sidebar {
  width: 0%;
  float: left;
}

#content .region, #sidebar .region {
  padding: 0px 45px;
}

#content > h1 {
  font-size: 100%;
  padding-left: 20px;
  padding-top: 10px;
}

#content > ul {
  list-style-image: none;
  list-style-type: disc;
  margin: 0;
  padding-left: 15px;
}

#content > li {
  font-size: 100%;
  padding-left: 20px;
  padding-top: 10px;
}


#footer {
  background: #333333;
  text-align: center;
  color: #FFFFFF;
}

table, legend, caption, tbody, tfoot, thead, tr, th, td {

}
/*
th {
  background-color: #CCCCCC;
  border: 1px solid;
  text-align: center;
  vertical-align: middle;
}

tr , td {
  background-color: #EEEEEE;
  border: 1px solid;
  text-align: center;
  vertical-align: middle;
}
*/

