/** Global Settings *** */
body {
  font: normal 12px/1.6em Helvetica, Arial, sans-serif;
  color: #222222;
  margin: 0;
  padding: 0;
  background: white;
}

a {
  color: #222222;
}
a:visited, a:link {
  color: #222222;
}
a:hover {
  color: #999999;
}

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

/** Layout *** */
#topline {
  background: #222222;
  height: 5px;
}

#container {
  margin: 0 auto;
  width: 720px;
}

#header {
  margin-top: 60px;
}

.clearfix {
  clear: both;
  float: none;
}

#logo #rubyest {
  color: #222222;
  font-family: Museo500, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1px;
  text-decoration: none;
}

#nav {
  float: right;
  font-family: Museo500, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 7px;
}
#nav a {
  color: #222222;
  text-decoration: none;
  margin-left: 15px;
}
#nav a:visited, #nav a:link {
  color: #222222;
  text-decoration: none;
}
#nav a:hover {
  color: #8eac1a;
  text-decoration: none;
}
#nav a .iconic {
  color: #999999;
}
#nav a:hover .iconic {
  color: #8eac1a;
}

#footer {
  border-top: 1px dotted #999999;
  padding: 10px 0 30px;
}
#footer p {
  color: #999999;
  font-size: 11px;
}
#footer p a {
  font-weight: bold;
  text-decoration: none;
}
#footer p a:visited, #footer p a:link {
  color: #999999;
  text-decoration: none;
}
#footer p a:hover {
  color: #8eac1a;
  text-decoration: none;
}
#footer #twitter {
  float: left;
  width: 100px;
  margin: -32px 0 0 600px;
}
#footer #like {
  float: right;
  text-align: right;
  width: 500px;
}
#footer #like div {
  margin-top: 10px;
  float: right;
  width: 220px;
}
#footer #like p {
  float: left;
  width: 265px;
}

#top {
  background-color: #bbefda;
  color: #222222;
  padding: 20px;
  margin-top: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#top h1 {
  color: rgba(255, 255, 255, 0.9);
  font-family: Museo500, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
#top.front {
  background: -moz-linear-gradient(center top, #bbefda 0%, #bbefda 90%, #9dd1bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbefda), color-stop(90%, #bbefda), color-stop(100%, #9dd1bc));
}
#top.front h1 {
  float: left;
  font-size: 48px;
  line-height: 50px;
  width: 350px;
}
#top p {
  line-height: 25px;
  margin-left: 360px;
}

#news {
  background: #ddf7ed;
  padding: 10px 20px;
  margin-top: -5px;
  -webkit-border-radius: 5px;
}

.mar-20 {
  margin: 20px;
}

.channels {
  color: #666666;
  font-size: 11px;
}
.channels h3 a {
  color: #222222;
  font-size: 12px;
  text-decoration: none;
}
.channels h3 a:hover {
  color: #8eac1a;
}
.channels h3 a.feed {
  color: #e67e2e;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 4px;
}
.channels h3 a.feed:hover {
  color: #e67e2e;
}
.channels h3 a .iconic {
  font-size: 14px;
  font-weight: normal;
}
.channels ul {
  margin: 0;
  padding: 0;
}
.channels ul li {
  float: left;
  list-style: none;
  padding: 20px;
  width: 200px;
}

.add_box {
  background: #ddf7ed;
  text-align: center;
  font-family: "Museo300", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 30px 0;
  padding: 10px;
  -webkit-border-radius: 5px;
}
.add_box a {
  color: #222222;
  text-decoration: none;
}
.add_box a:hover {
  text-decoration: underline;
}

.inimesed a {
  text-decoration: none;
}

#lang-nav {
  float: right;
  margin-top: -50px;
}
#lang-nav a {
  text-decoration: none;
}

