/* 
    Created on : Feb 3, 2015, 8:33:39 AM
    Author     : BILLY
*/
.mainHeader {
    background-image: url(../images/Chronixx-hero.jpg);
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: thick solid #262626;
    border-top: 10px solid #3f2f16;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
    }
.mainHeader .container {
    position: relative;
    top:5%;
    }
.search-input {
    height: 35px;
    padding: 5px;
    border: none;
    width: 220px;
    font-size: 12px;
}   
.search button[type=submit] { 
  background-color: #3f2f16;
  text-transform: uppercase;
  color: #FFF;
  margin: 0px;
  padding: 10px 15px;
  border: none;
}
.pdetails p {
    font-size: 14px;
}
.pdetails h1 a {
    color: #50690d;
    text-decoration: none;
}
.pdetails h1 a:hover {
    color: #3b4d0b;
}
.zf-sidebar {
    padding: 0 15px;
}
.sidebar-widget h3 {
    padding: 0 15px;
}