/* Enter Your Custom CSS Here */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:700);
@import url(http://fonts.googleapis.com/css?family=Raleway:500);

*{
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: 'Raleway', sans-serif;
}

#top-bar{
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
  border-top:#f00 solid 3px;
  border-bottom:#f00 solid 3px;
  margin-top: -1cm;
}

#top-menu ul li:hover > ul, #static-bar #static-menu ul li:hover > ul{
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%;
  /*border-top:#f00 solid 2px;*/
  border-left:#f00 solid 3px;
  border-right:#f00 solid 3px;
  border-bottom:#f00 solid 3px;
}

#top-menu ul li a, #static-bar #static-menu ul li a {
    color: #fff;
}

#top-menu ul li a:hover, #static-bar #static-menu ul li a:hover {
  	text-decoration: none;
  	background:rgba(255, 0, 0, 0.4) none repeat scroll 0% 0%;
    color: #fff;
}

#static-bar #static-logo h1 a {
    color: #fff;
}

#static-bar {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    border-bottom:#f00 solid 3px;
    display: none;
    position: fixed;
    top: 0px;
    z-index: 1000;
    width: 100%;
}

.site-info{
    display: none;
}

#masthead.header-large.search-disabled .layer {
    min-height: 400px;
}


#colophon {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    padding: 15px 10px;
  	margin-top: 30px;
    border-top: 3px solid #f00;
    color: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    font-size: 13px;
    text-align: center;
}

.sub-menu {
 margin-top: -3px; 
}