@charset "utf-8";
/************ Body ****************************************************************/

body.home .wrapper-content{
  background-image: none;
}


/************ Header ****************************************************************/
#header{
  
  margin-bottom: 0;
  background-color: #e2decb;
  background-image: -moz-linear-gradient(top, #e2decb, #c7c19e);
  background-image: -ms-linear-gradient(top, #e2decb, #c7c19e);
  background-image: -webkit-gradient(linear, center top ,center bottom, from(#e2decb), to(#20282A));
  background-image: -webkit-linear-gradient(top, #e2decb, #c7c19e);
  background-image: -o-linear-gradient(top, #e2decb, #c7c19e);
  background-image: linear-gradient(top, #e2decb, #c7c19e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2decb', endColorstr='#20282A', GradientType=0);
  *background-color: #e2decb;
  color: #e2decb;
  text-shadow: 1px 1px 0 #000000;
}


#top{
  padding-top: 10px;
}
/************ Wrapper-Content ****************************************************************/
.wrapper-content{
  background-image: url("../images/teaser_bg_sm.png");
    background-repeat: repeat-x;
    padding: 20px 20px 0;
}
/************ Menu  ****************************************************************/

.navbar .nav > li > .dropdown-menu:before {
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

.navbar,
#menu,
#bottom-menu{
  margin-bottom: 0;
}
#menu .navbar-inner,
#bottom-menu .navbar-inner{
  border-radius: 0 0 0 0;
  border: 0 none;
}

.dropdown-menu li > span:hover,
.dropdown-menu .active > span{
  background-image: none;
}
.dropdown-menu .dropdown-menu{
  border-radius:6px 6px 6px 6px ;
}
.dropdown-menu a, .dropdown-menu span.separator{
  color: #ccc;
}
.navbar-inverse .navbar-inner,
.navbar-inner{ 
  font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}
.navbar .nav > li > .dropdown-menu:after{
  border-bottom: 0 none;
    border-left: 0 none;
    border-right:0 none;
}
.dropdown-menu{
  background-color: transparent;
  background-image:url("../images/menu_bg_trans.png");
    border: 0 none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0;
}
/************ headings ****************************************************************/
h1{
  color: #000;
}
h2{
  color: #313131;
}
h3{
  color: #505050;
}
h4 {
    color: #636363;
}
h5 {
    color: #767676;
    font-weight: normal;
}
h6{
  color: #3A3936;
}
/************ Sidebar special styles ****************************************************************/
aside .module h3{
  border-bottom: 3px solid #D8D8D8;
  font-weight: normal;
}
/************ Grid-to & Grid-top2  ****************************************************************/
#grid-top h3,
#grid-top2 h3{
   color:black;
}
/************ Icons  ****************************************************************/
.module ul [class^="icon-"]:before,
.module ul [class*=" icon-"]:before
{
  color: #E8E8E8;
}
/************ List style in modules  ****************************************************************/
.module ul.nav > li a:hover{
  background-color: transparent;
  text-decoration:none;
}


#login-form ul.nav.nav-list.well{
  background-color: transparent;
  box-shadow: 0 0;
  border-radius: 0 0 0 0;
  border: 0 none;
  list-style: url("../images/bullet_clear.png")!important;
  padding: 0 0 0 19px;
}
.items-more.well{
  margin-top: 10px;
}
.archive-module.nav-list > li > a{
  padding: 0;
}

/************ Filters in archive articles  ****************************************************************/
.filters.form-actions{
  background-color: transparent;
}
/************ read more  ****************************************************************/
p.readmore{
  float: right;
}
p.readmore .btn{
  font-weight: bold;
  font-size: 0.9em;
}

/************ Style for Template  ****************************************************************/
label{
  min-width: 74px;
}
dt label{
  min-width: 167px;
}
#finder-filter-select-list label {
    min-width: 136px;
}

#member-registration .validate{
  margin-bottom: 0;
}

dl.article-info{
  border-bottom: 1px solid #D8D8D8;
}
thead{
  background-color: #D8D8D8;
}
table{
  background-color:#FBFBFB;
}
#sidebar1 select, #sidebar2 select{
  min-width: 150px;
}
.counter{
  display: block;
  float: left;
  color: #999;
  line-height: 40px;

}
.icons-left{
  float: none;
}
#breadcrumbs{
  background-color: #F8F8F8;
  font-size:0.9em;
  padding: 0 5px;
    border: 1px solid #D1D1D1;
    margin-bottom: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#breadcrumbs div.breadcrumbs {
  padding-top: 4px;
}

#breadcrumbs .icon-caret-right{
  background-image: url("../images/bread_sep.png") !important;
  height: 25px;
  width: 14px;
  background-position: 0 0 !important;
  margin-top: -4px;
}
#breadcrumbs .icon-caret-right:before{
  content: none !important;
}
dl.article-info dd{
  display: block;
  color: #7C7C7C;
}
.createdby{
  font-weight: bold;
}

/************ Footer  ****************************************************************/

div.total {
  height: 100%;
  width: 100%;
  margin-bottom: 80px;
}

#footer{
  margin-bottom: 0;
  background-color: #e2decb;
  background-image: -moz-linear-gradient(top, #e2decb, #c7c19e);
  background-image: -ms-linear-gradient(top, #e2decb, #c7c19e);
  background-image: -webkit-gradient(linear, center top ,center bottom, from(#e2decb), to(#20282A));
  background-image: -webkit-linear-gradient(top, #e2decb, #c7c19e);
  background-image: -o-linear-gradient(top, #e2decb, #c7c19e);
  background-image: linear-gradient(top, #e2decb, #c7c19e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2decb', endColorstr='#20282A', GradientType=0);
  *background-color: #e2decb;
  color: #e2decb;
  text-shadow: 1px 1px 0 #000000;
}
#footer h3{
  overflow: hidden;
}

#footer .span12{
  width: auto!important;
  display: table !important;
  margin: 0 auto;
  float: none;
}

.footer1, .footer2{
  float: none;
}
#footer + img{
  display: none;
}
#logo{
  padding: 5px 0;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a{
  color: white;
}

@media (max-width: 979px) {
  
  body.toolbarpadding{
    padding-top:0;
  }
  
  
}
@media (max-width: 767px){
  #header,
   .wrapper-menu,
   .wrapper-bottom-menu,
  .wrapper-content{
    margin-left: -20px;
    margin-right: -20px;
  }
}

