/* 
    Document   : index
    Created on : 22.2.2014, 16:49:29
    Author     : Bauglir
    Description:
        Purpose of the stylesheet follows.
*/

/*
.indexSection {
  height: 500px;
  border-top: 2px solid #91959D;
  border-bottom: 2px solid #91959D;
  margin-bottom: 15px;
}


*/

.html_action .mainContent {
  padding: 20px;
  padding-bottom: 0px;
}

.html_action .mainContent figure {
  width: 340px;
  -tmp-height: 290px;
  height: 255px;
  border: 1px solid #AAA;
  border-radius: 3px;
  box-shadow: 0px 3px 3px 0px silver;
  margin: 0px 20px 40px 20px;
  -tmp-float: left;
  display: inline-block;
  padding: 0px;
  vertical-align: top;
}

.html_action .mainContent figure p {
  text-align: center;
  height: 255px;
}

.html_action .mainContent figure p img {
}

.html_action .mainContent figure figcaption {
  margin-top: 5px;
  font-size: 80%;
}

.html_action article {
  margin-bottom: 40px;
}

.html_action article p {
  margin-bottom: 10px;
}

.html_action article p.time {
  font-size: 80%;
  font-style: italic;
  margin-bottom: 0px;
}

.html_action .bodyContent h1 {
  font-weight: bold;
  font-size: 150%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 3px solid #f1f1e7;  
  text-align: left;
  clear: both;
}