/* body */
body {
  background-color: #3a4226;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 11pt;
}

.clear {
  clear: both;
}

p {
  margin: 20px 0;
  padding: 0;
}

h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
}

h1 {
  margin: 0 0 20px 0;
  font-size: 25pt;
  font-weight: 500;
}

h2 {
  margin: 20px 0;
  font-size: 19pt;
  font-weight: 700;
}

h3 {
  margin: 20px 0;
  font-size: 14pt;
  font-weight: 700;
}

h4 {
  margin: 10px 0;
  font-size: 11pt;
  font-weight: 700;
}

/* links */
a {
  color: #2e6100;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* background */
#top_wrapper {
  background-image: url(/images/design/translation-bgi.jpg);
}

/* header*/
#header {
  margin: 0 auto;
  width: 700px;
}

/* menu */
#menu {
  float: left;
}

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

#menu ul li {
  float: left;
  height: 50px;
  display: block;
  font-size: 11pt;
}

#menu ul li a {
  display: block;
  margin: 25px 25px 0 0;
  text-decoration: none;
  color: #aadf4d;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}

#menu ul li a.light {
  color: #eee;
}

#menu ul li a:hover {
  color: #fff;
}

/* header right side */
.domain {
  float: right;
  color: #fff;
  font-size: 10pt;
  padding-top: 10px;
  letter-spacing: 1px;
}

.domain a {
  color: #fff;
  text-decoration: none;
}

.domain a:hover {
  text-decoration: underline;
}

/* content */
#content {
  width: 700px;
  margin: 0 auto;
  padding: 30px 0;
  color: #5b870d;
  line-height: 1.6em;
}

div.entry a {
  text-decoration: underline;
}

#swap_link {
  font-size: 9pt;
  text-decoration: underline;
}

/* footer */
#bottom_wrapper {
  background-color: #394225;
  background-image: url(/images/design/translation-bgfooi.jpg);
  background-repeat: repeat-x;
  background-position: top;
}

#footer {
  width: 700px;
  margin: 0 auto;
  padding-top: 30px;
  color: #6c756a;
  font-size: 11pt;
}

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

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

.footer_menu {
  float: left;
  width: 180px;
  margin-right: 20px;
}

.footer_menu p {
  margin: 10px 0;
  font-size: 10pt;
  font-weight: 700;
}

.footer_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer_menu ul li {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 9pt;
}

div.footer_languages {
  font-size: 10pt;
}

div.footer_languages p {
  margin: 10px 0;
}

div.footer_languages p.block_title {
  font-weight: 700;
}

div.footer_languages span.first_letter {
  font-size: 12pt;
  font-weight: 700;
  padding: 0 3px;
}

div.footer_languages a {
  font-size: 9pt;
}

#copyright {
  padding: 20px 0;
  font-size: 8pt;
}

input {
  font-family: Tahoma, sans-serif;  
  font-size: 12pt;
}

textarea {
  width: 500px;
  height: 140px;
  font-family: Arial, sans-serif;  
  font-size: 12pt;
  color: #333;
  border: 1px solid #666;
  padding: 3px;
  background-color: #f1feda;
}

select {
  font-family: Arial, sans-serif;  
  font-size: 12pt;
  color: #333;
  border: 1px solid #666;
  padding: 3px;
  background-color: #f1feda;
  margin: auto 5px;
}

.button {
  font-size: 14pt;
  padding: 2px 15px;
}

/* google ads */
.google_adsense {
  /*padding: 30px 0 10px 0;*/
}

