/* @override http://agrariana.org/stylesheets/base.css */

/* Layout */

* {
	margin: 0;
	padding: 0;
  font-weight: normal;
}

#content strong {
  font-weight: bold;
}

body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background: #213449;
	color: #000;
	text-align: center;
	
}

#background {
    background: #213449 url(../images/shadow.jpg) repeat-y center;
    margin: 0 auto;
    width: 900px;
}

#wrapper {
  margin: 0 50px;
  width: 900px;
}

#content {
	color: black;
	text-align: left;
    height: 1%;
	padding: 0px 0px 30px 30px;
}

#footer {
  padding: 25px 0;
  background: #213449 url(../images/footer-background.jpg) no-repeat top center;
  color: #000033;
    margin: 0 auto;
    width: 900px;
}

#footer p {
 padding: 0;
  color: #000033;
}
#footer a {
  color: #000033;
}

/* Content */

#content ul, #content ol {
  padding-top: 10px;
}

.content {
	margin: 0 250px 0 25px;
}

#content ul li {
  list-style: none;
  font-size: 12px;
  padding-left: 20px;
}

#content ol li {
  font-size: 12px;
  padding: 0 0 10px 20px;
}

#content a {
  color: #000066;
  font-size: 12px;
}

#content a:hover {
  color: blue;
}

#content a img {
  padding-bottom: 10px;
}


#content .blip_description {
  display: none;
}

h1	{
	color: #000066;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
       padding-top: 25px;
}

h2 {
	color: #333333;
	font-size: 15px;
	padding-top: 20px;
        font-style: italic;
}

h2.blog {
  font-size: 20px;
  padding: 25px 0 10px 0;
  color: #000066;
  font-style: normal;
  text-align: center;
}

h2.news {
  text-align: left;
}

h3 {
  font-size: 15px;
  padding: 25px 0 10px 0;
  color: #000066;
}

p {
	color: #555;
	background-color: transparent;
        padding-top: 20px;
	font: 12px/160% Arial, Helvetica, sans-serif;
}

#content p.italic {
       font-style: italic;
       font-size: 14px;
}

#header {
        background: url(../images/grain.jpg);
	height: 220px;
  position: relative;
}

#header a img {
	border-style: none;
}

/* Specific Navigation Positioning*/

#vert {
 width: 250px;
  float: right;
  padding: 200px 0 50px 0;
  font-size: 12px;
 margin: 0;
}

#vert ul li {
  float: right;
  clear: both;
  height: 30px;
}

#main {
  height: 25px;
  width: 100%;
}

#main ul li {
  float: left;
}

#sub ul li {
  float: left;

}

#sub {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 5px solid #999;
}

/* Specific Navigation Colouring */

#sub ul li a:hover, #main ul li a:hover {
  background: #666;
  color: white;
}

#vert ul li a:hover {
   text-decoration: underline;
}

#main, #main ul li a {
  background: #889977;
  color: #CCC;
}

#sub, #sub ul li a {
  color: #333;
  background: #999;
}

#sub.navcontainer ul li.active a,  #main li.active {
  background: white;
  color: black;
}

#vert.navcontainer ul li a.selected {
  border: 1px dashed #999;
  color: black;
}

#vert.navcontainer img  {
	float: right;
	border-style: none;
}

#main ul li a {
  height: 25px;
  font: normal 12px/25px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#main li {
  height: 25px;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: block;
  text-align: center;
  font: normal 12px/25px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}


/* General Navigation Styling */

.navcontainer {
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.navcontainer ul {
	border: none;
	list-style-type: none;
	margin-right: 25px;
}

.navcontainer ul li {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

.navcontainer ul li a {
        float: left;
	height: 20px;
	border: none;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 11px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	padding: 0 8px;
}