/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

table {
    border-collapse: collapse;
}

tr {

}

tr:hover {
background-color: #F5F5F5;
}


td {
text-align:left;
padding: 1px 5px;
vertical-align:top;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #008C00;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x left bottom;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x left bottom;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #008C00;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

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

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

/* Header */

#header {
	width: 920px;
	height: 190px;
	background: url(images/img07.jpg);
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 52px;
	padding-left: 60px;
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo h1 a {
	color: #299762;
}

#logo h2 {
	margin-top: -10px;
	padding-left: 40px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #299762;
}

#logo h2 a {
	color: #299762;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	height: 190px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 90px;
	padding: 60px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/img08.jpg) repeat-x top left;
}

#menu .current_page_item a {
	background: url(images/img08.jpg) repeat-x top left;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

#translate {
width:160px;
	float: right;
	clear:right;
	display: block;
}

#latest-post {
	float: left;
	width: 570px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#recent-posts {
	float: right;
	width: 290px;
	background: url(images/img03.gif) repeat-y;
	padding: 0px 10px 20px 20px;
}

#recent-posts .entry {
	background: url(images/img04.gif) repeat-x left bottom;
	padding-bottom: 6px;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background: url(images/img04.gif) repeat-x left top;
	color: #008C00;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #008C00;
}

#sidebar a {
	text-decoration: none;
	color: #008C00;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}
.time {
	white-space: nowrap;
}

/* custom stuff */

form {
    border: none;
    margin: 0;
}

div.row div.label {
    color: #008c00;
    padding: 0.1em 0 0.1em 0;
	margin: 0;
    float: left;
    clear: both;
}

div.row div.field {
    clear: left;
    padding-top: 1px;
}

div.row span.error {
    background: red;
    color: white;
    padding: 0.1em 0.5em 0.1em 0.5em;
    border: 1px solid red;
	margin: 0;
    float: left;
    clear: both;
}

div.captcha {
	padding-top: 5px;
	padding-bottom: 5px;
}

textarea {
    color: Black;
    width: 88%;
    padding: 0.1em;

    padding: 2px;
    border: 2px #bababa solid;
    background: #ffffff;
    vertical-align: middle;
}

select {
    vertical-align: top;

    padding: 0px;
    border: 2px #bababa solid;
    background: #ffffff;
    vertical-align: middle;
}

input {
    color: Black;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */

    padding: 2px;
    border: 2px #bababa solid;
    background: #ffffff;
    vertical-align: middle;
}

.flags {
    padding: 0px;
    border: 2px white solid;
}

.flags:hover {
    border: 2px #008C00 solid;
}


input.textType {
    width: 88%; /* Same as textarea */
}

input.file {
    width: 88%; /* Same as textarea */
}

input[type="submit"]
{
	border: 2px solid #bababa !important;
	color: #008c00;
	font-weight: bold;
	background-color: white;
}

input[type=submit]:hover,
input[type=button]:hover
{
	border:     2px groove Highlight;
	outline:    2px solid #565248 ;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
select:focus,
textarea:focus  {
    border: 2px #008C00 solid;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=checkbox]:hover,
input[type=radio]:hover,
select:hover,
textarea:hover  {
    border: 2px #565248 solid;
}


div.message {
    background: #FFCE7B;
    border: 1px solid #FFA500;
    color: Black;
    font: bold 80% Verdana, Helvetica, Arial, sans-serif;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}

div.error {
    background: red;
    border: 1px solid red;
    color: Black;
    font: bold 80% Verdana, Helvetica, Arial, sans-serif;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}

div.message a {
    color: Black;
}

