@charset "UTF-8";
/* default.css 
ingenious.org */

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, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	outline: 0;
}

ol, ul {
	list-style: none;
}

sub, sup {
	line-height: 1;	
}

:focus {
	outline: 0;
}

a:link, a:visited, a:active {
	color: #ab530f;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #222222;
	text-decoration: none;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #123658;
	background: #ab530f url(../img/layout/bg.gif) center top repeat-x;
}

/* default positioning */

#websiteOverlay {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1;
}

#websiteDisplay {
	display: block;
	margin: 0px auto 0px auto;
	width: 960px;
	position: relative;
	text-align: left;
}

#websiteContent {
	display: block;
	position: absolute;
}

/* text styles */

p, .user-content ul, .user-content ol {
	padding: 6px 0px 6px 0px;
	line-height: 24px;
	list-style: disc;
	text-shadow: #f5e7d2 0px 1px 0;
}

.user-content img {
	margin: 15px 15px 15px 15px;	
}

h1, h2, h3, h4, h5, h6 {
	padding: 12px 0px 0px 0px;
}

.user-content ul, .user-content ol {
	margin: 0px 20px 0px 20px;
}

.user-content li ul, .user-content li ol {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}

h1, h1 a:link, h1 a:visited, h1 a:active {
	font-size: 18px;
	font-weight: bold;
	color: #1a4065;
}

h2, h2 a:link, h2 a:visited, h2 a:active {
	font-size: 16px;
	font-weight: bold;
	color: #ab530f;
}

h3, h3 a:link, h3 a:visited, h3 a:active {
	font-size: 14px;
	font-weight: bold;
	color: #295584;
}

h4, h4 a:link, h4 a:visited, h4 a:active {
	font-size: 14px;
	font-weight: bold;
	color: #00a0a0;
}

h5, h5 a:link, h5 a:visited, h5 a:active {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

h6, h6 a:link, h6 a:visited, h6 a:active {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, 
h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, 
h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, 
h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, 
h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, 
h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
	padding-top: 2px;	
}

h1 a:link, h1 a:active, h1 a:visited, 
h2 a:link, h2 a:active, h2 a:visited, 
h3 a:link, h3 a:active, h3 a:visited, 
h4 a:link, h4 a:active, h4 a:visited, 
h5 a:link, h5 a:active, h5 a:visited, 
h6 a:link, h6 a:active, h6 a:visited {
	text-decoration: none;	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

/* layout */

#header {
	width: 960px;
	height: 215px;
	display: block;
	position: relative;
	z-index: 2000;
	background: #0a2643 url(../img/layout/header-bg.jpg) top center no-repeat;
}

#logo {
	width: 440px;
	margin: 0px auto 0px auto;
}

#kickstarter {
	position: absolute;
	top: 0px;
	right: 58px;
}

/* navigation */

#nav {
	width: 960px;
	height: 30px;
}

#nav ul {
}

#nav ul li {
	float: left;
	display: inline;
}

#nav ul li a {
	padding: 0px 5px 0px 5px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#nav ul li a img {
	display: block;
	filter: alpha(opacity=70); 
	opacity: .7;
	zoom: 1;
}

#nav ul li a:hover img, #nav ul li a.sel img {
	filter: alpha(opacity=100); 
	opacity: 1;
	zoom: 1;
}

#nav ul li.nav_news, #nav ul li.nav_contact, #nav ul li.nav_audio, #nav ul li.nav_agriculture {
	float: right;
}

#nav ul li.nav_news a, #nav ul li.nav_contact a, #nav ul li.nav_audio a, #nav ul li.nav_agriculture a{
	padding: 0px 10px 0px 10px;
}

/* */

#content {
	width: 844px;
	margin: 0px auto 0px auto;
	padding: 125px 0px 40px 0px;
	display: block;
	position: relative;
	background: #ebcda0 url(../img/layout/content-bg.gif) center top repeat-x;
}

#content #billboard {
	z-index: 1000;
	min-height: 375px;
}

#content #left {
	width: 420px;
	display: inline;
	float: left;
	padding: 0px 40px 0px 40px;
}

#content #right {
	width: 300px;
	display: inline;
	float: left;
}

#content #full {
	width: 760px;
	display: inline;
	float: left;
	padding: 0px 40px 0px 40px;
}

#content #full p.written {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
}

#footer {
	width: 844px;
	display: block;
	color: #d5a987;
	font-size: 11px;
	line-height: 16px;
	padding: 20px 58px 20px 58px;
}

#footer a {
	color: #d5a987;	
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#footer .col {
	width: 280px;
	float: left;	
	padding-bottom: 10px;
}

#footer a img {
	filter: alpha(opacity=50); 
	opacity: .5;
}

#footer a:hover img {
	filter: alpha(opacity=100); 
	opacity: 1;
}


/* AGE */

div.buttons {
	width: 516px;
	margin: 0px auto 0px auto;
}

div.buttons input {
	width: 258px;
	height: 153px;
	border: none;
	background: url(../img/layout/button.png) center top no-repeat;
	float: left;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: #ab530f;
}

div.buttons input:hover {
	color: #111111;
	background: url(../img/layout/button.png) center bottom no-repeat;
}

/* list styling */

.list {
	padding: 15px 0px 0px 0px;
}

.list li {
	padding: 0px 0px 15px 0px;
}

.list li h2, .list li h3, .list li h4, .list li p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.list li.header {
	padding-bottom: 5px;
}

.list img {
	float: left;
	margin: 0px 15px 10px 0px;	
}

/* pagination */

ul.pagination  {
	padding: 10px 0px 10px 0px;	
}

ul.pagination li {
	float: left;
}

ul.pagination li.pages {
	float: right;
	text-align: right;
}

ul.pagination li.pages a {
	
}

ul.pagination li.pages a.current{
	text-decoration: underline;
	color: #000000;
}

/* image caption */

table.right {
	margin: 0px 0px 10px 10px;
	border-collapse: collapse;
	display: block;
	float: right;
}

table.right caption, table.right caption p {
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	color: #777777;
}

/* windowshade */

div.windowshade {
	padding-bottom: 20px;
}

div.windowshade p {
	width: 550px;
}

/* miscellaneous */

.left {
	float: left;	
}

.right {
	float: right;	
}

.r {
	text-align: right;	
}

.c {
	text-align: center;	
}

.lorem {
	color: #F0F;
}

.clear {
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
}

/*

filter: alpha(opacity=100); 
opacity: 1;
zoom: 1; /* to make transparency work in IE

*/