/* CSS Document */
#top1 {
  margin: 0;
  padding: 0;
}

#home {
  margin: 0;
  margin-top: -30px;
}

#home #top {
  background: #333;
  padding: 10px;
  background: url(../images/hometopbg2.png) no-repeat;
  background-position: top right;
  height: 327px;
  margin: 0;
}

#home #top #download a {
  top: 10px;
  right: 20px;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  color: white;
  height: 300px;
  position: absolute;
}

#home #top #download a:hover {
  text-decoration: none;
  text-shadow: #fff 0px 0px 3px;
  color: #ffc;
}

#home #top #left {
  float: left;
  width: 250px;
  margin-left: 20px;
}

#home #top #left.box {
  margin-top: 25px;
  padding: 0;
}

#home #top #left ul {
  margin-left: 50px;
}

#home #top #left ul li {
  list-style-type: square;
  font-weight: bold;
}

#home #top #right {
  float: left;
  width: 750px;
  color: white;
}

#home #top #right h2 {
  color: white;
}

#home #top p {
  margin-right: 175px;
}

#home #boxes {
  background: url(../images/homebotbg.png);
  width: 100%;
  margin: 0;
  height: 300px;
}

#home #boxes h2 {
  color: white;
  margin: 0;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 20px;
}

#home .box {
  width: 300px;
  float: left;
  border: 1px solid #fff;
  max-height: 300px;
  height: 220px;
  position: relative;
  background-color: #ffffff;

  position: relative;
  -moz-border-radius : 5px;
  -webkit-border-radius: 5px;
  border-radius : 5px;
}

#home .box ul {
  margin-left: 25px;
}

#home .box ul li {
  margin: 0;
  list-style-type: square;
}

#home .box #more-link {
  margin-left: 10px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#home .box#trainings {
  margin-left: 30px;
  margin-right: 15px;
  width: 375px;
}

#home .box#trainings ul li span.date {
  
}

#home .box#trainings ul li span.city {
  font-size: 10px;
}

#home .box#trainings ul li span.title-language {
  font-size: 10px;
}

#home .box#documentation {
  margin-right: 15px;
  width: 200px;
}

#home .box#latest-blog-posts {
  width: 325px;
}

#home .box h3 {
  margin: 0;
  padding: 8px;
}

#sidebar form {
  overflow: auto;
}
