@import "reset.css";
@import "editor.css";

body
{
	background: #212904;
	font-size: 8pt;
}

a
{
	text-decoration: none;
  color: #648F14;
}

a:hover
{
  text-decoration: underline;
}

h1
{
	padding-bottom: 10px;
	border-bottom: 1px solid #c4df74;
	font-size: 12pt;
	margin-bottom: 15px;
}

h5
{
  display: block;
  padding: 6px 34px;
  background: #b1e900;
  color: #445a07;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.clear
{
	clear: both;
}

ul.errors, 
ul.notices
{
  color:#fff;
  font-size:9pt;
  padding: 5px;
  margin-bottom: 20px;
}

ul.errors li, 
ul.notices li
{
  background-position: 6px center;
  background-repeat: no-repeat;
}

ul.errors
{
  background-color: #dd0f0f;
}

ul.errors li
{
  background-image: url('../img/error-icon.jpg');
}

ul.errors li, 
ul.notices li
{
  padding: 5px 0 5px 25px;
  text-align: center;
}

ul.notices,
.notice
{
  background-color: #92c32c;
}

ul.notices li
{
  background-image: url('../img/confirm-icon.jpg');
}

.wrapper
{
	background: #fff;
}

body .top-wrapper
{
	background: url('img/page-bg.jpg') repeat-x left top #fff;
}

.page
{
	width: 935px;
	margin: 0 auto;
}

.header
{
	height: 230px;
	background: url('img/header.jpg') no-repeat left top;
	padding-top: 10px;
	overflow: hidden;
	width: 935px;
	margin: 0 auto;
}

.langs
{
	float: right;
	padding-right: 44px;
}

.langs a
{
	margin-left: 3px;
}

a.logo
{
	float: left;
	position: relative;
	top: 2px;
	left: 44px;
	width: 150px;
	height: 174px;
}

.main-nav
{
	float: right;
	padding-right: 30px;
}

.main-nav a
{
	color: #fff;
}

.main-nav a:hover
{
	text-decoration: underline;
}

.main-nav span
{
	color: #a9b58d;
	font-size: 11pt;
	margin: 0 5px;
}

.top-banner
{
	float: right;
	clear: right;
	padding: 8px 35px;
	width: 610px;
}

.menu-top
{
	background: url('img/menu-top-shade.jpg') no-repeat right top;
	height: 3px;
}

.menu
{
	float: left;
	padding: 0 0 4px 9px;
	width: 223px;
}

.menu-content
{
	background: url('img/menu-shade.jpg') right top repeat-y;
	width: 214px;
	padding-right: 9px;
	padding-top: 5px;
}

.content
{
	color: #485510;
	padding: 10px 30px 20px 30px;
	float: left;
	width: 643px;
}

.news-list .content
{
	width: 673px;
	padding-right: 0;
}

.footer
{
	clear: both;
	background: #212904 url('img/footer-bottom.jpg') repeat-x left bottom;
}

.footer-top
{
	height: 4px;
	background: url('img/footer-top.jpg') repeat-x left top;
}

.footer-content
{
	width: 935px;
	margin: 0 auto;
	padding: 15px 0 30px 0; 
}

.design
{
	text-align: right;
}

.design img
{
	vertical-align: middle;
}

.design a
{
	color: #fff;
}

.design a:hover span
{
	text-decoration: underline;
}

#nav
{
	padding-right: 4px;
}

#nav a,
#nav span
{
	display: block;
	padding: 6px 34px;
	background: #92c400;
	color: #445a07;
	font-weight: bold;
	text-transform: uppercase;
}

.js #nav span,
#nav .current a 
{ 
	font-weight: bold; 
}

#nav a:hover,
#nav span.hover 
{ 
	text-decoration: underline;
	cursor: pointer;
}

#nav li
{
	padding-bottom: 2px;
}

#nav ul
{
	padding-top: 8px;
}

#nav ul a,
#nav ul span
{
  padding: 3px 34px;
  background: #c4df74;
  color: #3f5600;
  font-weight: normal;
  text-transform: none;
}

#nav ul ul
{
	padding-left: 17px;
}

#nav ul ul li
{
	background: url('img/menu-dashes.jpg') repeat-x left bottom;
}

#nav ul ul li.last
{
  background: none;
}

#nav ul ul a,
#nav ul ul span
{
  background: none;
}

.more
{
	text-align: right;
}

.more a
{
	color: #637627;
}

.right-banners
{
	width: 200px;
	float: left;
	padding: 0 5px;
}

.left-content
{
	float: left;
	width: 440px;
	border-right: 1px solid #C4DF74;
	padding-right: 13px; 
}

.picture
{
	float: left;
	padding-right: 10px;
	width: 173px;
}

.summary
{
	width: 235px;
	float: left;
}

.news-image
{
	float: left;
	padding: 0 20px 20px 0;
	
}

.simple-form .submit-box input,
.button,
a.button:hover
{
  background: url('img/button-bg.jpg') repeat-x left top;
  color: #fff;
  font-size: 8pt;
}

input.button,
.simple-form .submit-box input
{
  height: 21px;
  border: 0 none;
  cursor: pointer;
  padding: 2px 10px;
}

.simple-form .submit-box input
{
  float: right;
}

.simple-form span
{
  color: #679729;
}

.simple-form li
{
  padding-left: 89px;
  clear: both;
  line-height: 24px;
  margin-bottom: 6px;
}

.simple-form li label
{
  float: left;
  width: 115px;
  padding-right: 6px;
  font-size: 9pt;
}

.simple-form li.checkbox label
{
  width: 268px;
  float: right;
  line-height: 20px;
}

.simple-form li.checkbox input
{
  width: auto;
  background: none;
  border: 0 none;
}

.form-info
{
  font-size: 10pt;
}

.simple-form input,
.simple-form select,
.simple-form textarea
{
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  width: 178px;
  padding: 2px;
  color: #333;
}

.simple-form li select
{
  height: 24px;
  width: 183px;
}

.simple-form .file input
{
  height: auto;
}

.simple-form input
{
  height: 18px;
}

.simple-form textarea
{
  height: 74px;
}

.simple-form .submit-box input
{
  width: auto;
  font-size: 8pt;
}

.simple-form .submit-box
{
  width: 305px;
}

.gallery
{
  margin-left: -13px;
}

.gallery li
{
  float: left;
  padding-left: 13px;
  text-align: center;
  width: 115px;
  height: 110px;
  padding-bottom: 15px;
  overflow: hidden;
}

.gallery div
{
  height: 86px;
  overflow: hidden;
  padding-bottom: 5px;
}

.paginator
{
  clear: both;
  padding: 25px 0;
  text-align: center;
}

.paginator a
{
  margin: 0 3px;
}

.paginator .current
{
  color: #485510;
  font-weight: bold;
}

.paginator span
{
  margin: 0 5px;
}

.main-img
{
  float: left;
  width: 310px;
  height: 233px;
  padding: 5px;
  border: 1px solid #a8a8a8;
  margin: 0 10px 10px 0;
}

.photo-wrapper
{
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}

.main-img .photo-wrapper
{
  width: 310px;
  height: 233px;
}

.thumbs
{
  float: left;
  width: 311px;
}

.thumbs .photo-wrapper
{
  width: 144px;
  height: 108px;
}

.thumbs li
{
  float: left;
  width: 144px;
  height: 108px;
  margin-bottom: 17px;
  padding: 2px;
  border: 1px solid #a8a8a8;
}

.thumbs .first
{
  margin-right: 10px;
}
