/* 
    Created on : 28-mag-2015, 11.21.29
    Author     : Eugene
*/
@import url(http://fonts.googleapis.com/css?family=Merriweather|Open+Sans);

body {
  font-family: 'Merriweather', Times, serif;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #C91A1A;
    
}

/*top-bar */
.contain-to-grid, .top-bar, .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section ul li {
    background-color: #1F335E;
}

.top-bar-section li.active:not(.has-form) a:not(.button),
button, .button {
    background-color: #006391;
    border-color: #ffffff;
}
.top-bar-section li:not(.has-form) a:hover:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover,
button:hover , .button:hover {
    background-color: #006391;
}

h1, h2, h3 {
    border-bottom: 1px solid #eee;
}
h1 a, h2 a {
    color: #C91A1A;
}

.main-wrapper,
.footer-wrapper {
 background-color: #EFEFEF;
  padding-top: 20px;
  padding-bottom: 20px;
}

.row.main {
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.row.footer {
    text-align: center;
}

#logo h1 {
    border-bottom: none;
}

.block h5 {
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    
}
img#UserPicture {
    float: left;
    width: 35%;
    padding: 5px;
    border: 1px solid #ddd;
    margin-right: 10px;
    
}

.commentposterinfo {
      font-size: 80%;
    font-style: italic;
    background-color: #eee;
    padding: 5px;
    text-align: right;
}