@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Economica:700);
body {
    color: #6d6e71;
    font-family: "TradeGothic",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }
  #wrap {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
  }
  .header {
    padding-top: 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d1d3d4;
  }
  .twitter {
    padding-top: 30px;
  }
  .twitter a {
    color:#000;
    font-size: 12px;
    font-weight: bold;
  }
  .twitter a:hover {
    text-decoration: none;
  }
  .sidebar-menu {
    padding-top: 32px;
  }
  .sidebar-menu ul li {
    margin-bottom: 20px;
    list-style: none;
  }
  .sidebar-menu ul li a {
    text-decoration: none;
    font-family: "TradeGothicBdCn",Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
  }
  .sidebar-menu ul li a:hover {
    color:#a7a9ac;
  }
  .sidebar-menu ul li.current-menu-item a {
  	color:#a7a9ac;
  }
  .content-container {
    padding-top: 32px;
  }
  .content-format p {
    margin:0 0 26px;
    color: #6d6e71;
    font-family: "TradeGothic",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 26px;
  }
  .content-format a {
  	color: #000;
  }
  .content-format h1 {

  }
  .content-format h2 {

  }
  .content-format h3 {

  }
  .content-format h4 {

  }
  .content-format h5 {

  }
  .content-format h6 {

  }
  .content-format ul {

  }
  .content-format ul li {
	color:#6d6e71;
	line-height: 26px;
  }
  .content-format ul li a {
	color:#000;
  }
  .content-format img {
    max-width: 100%;
    height: auto;
  }
  .footer {
    border-top: 1px solid #d1d3d4;
    font-size: 10px;
    line-height: 13px;
    padding: 6px 4px;
  }
  .footer a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }
  .footer a:hover {
    text-decoration: underline;
  }
  .news-feed {
    border-top: 1px solid #d1d3d4;
    padding-top: 20px;
    padding-bottom: 20px;
  }
.mobile-header {
  display: none;
}
.photogallery img {
  max-width: inherit;
}
.photogallery table tr td {
  padding:2px;
}
@media screen and (max-width:768px) {
  .header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .home {
    margin-left: -10px;
    padding-top: 18px;
  }
  .logo img, .home img {
    max-width: 100%;
    height: auto;
  }
  .twitter {
      padding-top: 23px;
      width: 100px;
  }
	.twitter img {
  		margin-bottom: 5px;
  		display: block;
  		width: 32px;
  		height: auto;
	}
  .sidebar-menu {
    display: none;
  }
  .mobile-nav {
    cursor: pointer;
    color:#000;
    font-family: Helvetica, Arial;
    font-weight: bold;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    line-height: 40px;
    padding-left: 5%;
    padding-right: 5%;
    background: url(../images/nav-bars.png) no-repeat 90% center;
    margin-top: 10px;
  }
  .mobile-drop {
    border-bottom: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }
  .mobile-links a {
    color: #000;
    font-size: 14px;
    font-family: 'Economica', sans-serif;
    font-weight: bold;
    line-height: 24px;
  }
  .mobile-links a:hover {
    text-decoration: none;
    color:#a7a9ac;
  }
  .mobile-text {
    color:#000;
    font-size: 14px;
    font-family: 'Economica', sans-serif;
    font-weight: bold;
    line-height: 18px;
  }
  .mobile-text a {
    color: #000;
  }
  .mobile-text a:hover {
    text-decoration: none;
    color: #a7a9ac;
  }
  .footer {
    margin-top: 10px;
  }
  .photogallery table {
    display: block;
    width: 100%;
  }
  .photogallery table tr {
    display: inline;
  }
  .photogallery table tr td {
    display: block;
    float: left;
  }
}
@media screen and (max-width:380px) {
	.twitter img {
		width:25px;
	}
}