/* Enter Your Custom CSS Here */
/* No author */
/* #wrapper .post-meta {display: none;} */
body {
  line-height: 140%;
  text-align: justify;
}
p, ul, ol, li, dl, address {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 13px;
  text-align: justify;
}
.site-description { 
  color: #FF7200;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 30px;
  /*text-shadow: 2px 2px 1px #4A0E0E;*/
  line-height: 100%;
  max-width: 680px;
  margin: 65px 0px 0px 10px;
  float: center;
  width: 100%;
  z-index: 50;        
}
.header-logo {
  clear: both; 
  float: left;
  display: block;
  height: auto;
  margin: 0px 20px 0px 0px;
  max-width: 730px;
  position: relative;
  width: auto;             
}
.header-content {
  float: right;
  background: #fff;
  padding: 10px 30px 15px 30px;
  position: relative; 
  width: 952px;               
}
.telnumber {
  color:#F49F00;
  font-size:13px;
  text-shadow: 2px 2px 1px #4A0E0E;
  float:left;
  position: relative; 
  text-align:left;
}
.menu-box-wrapper {
  background: #000;
  border-bottom: 2px solid #649300;
  /*border-color: #F49F00;*/
  float: left;
   position: relative;
  width: 100%;
  z-index: 500;          
}
.footer-signature { 
  background: #000;
  float: left;
  position: relative;
  width: 100%; 
  z-index: 50;       
}
/* Color scheme Orange
----------------------------------------------- 
body .grid-entry .grid-entry-headline a {
  color: #F49F00;       
}
body #searchform .searchform-wrapper .send:hover {
  background-color: #F49F00;       
}
body .top-navigation ul ul {
  border-color: #F49F00;       
}
body .sidebar-widget a {
  color: #ff9c30;                     
}
body #searchform .searchform-wrapper .send {
  background-color: #ff9c30;                     
}
body .footer-signature .footer-signature-content a {
  color: #ffc27f;                     
}*/