/*
Theme Name: AHTCC Custom Theme
Theme URI: http://taxcreditcoalition.org
Description: Custom Wordpress theme for the Affordable Housing Tax Credit Coalition.
Author: Erika Lewis
Author URI: http://newsignature.com/
*/

body {
  margin: 0px !important;

}

.container {
  margin: 0px auto !important;
  border-top: 5px solid #6bafbd;
  background: transparent url(images/bg.png) repeat-y 0 0;
}

  .2-column, .home {
      background: transparent url(images/bg-home.png) repeat-y 0 0 !important;
  }
  

h1, h2, h3 {
  font-family: "Trebuchet MS", sans-serif !important;
  margin-bottom: 5px !important;
}

h2 {
  line-height: 1.0em;

}

a:link, a:visited {
  color: #6bafbd;
  text-decoration: none;
}

ul {
  list-style: none !important;
  margin: 0px !important;
}

dl {
  margin: 0px !important;
}

dl dd {
  margin: 0px 0px 10px 0px;
  line-height: 14px;
}

.last {
  margin: 0px !important;
}

.post p img {
  margin: 0 10px 0 0;
}

a.title {
  font-weight: bold;
  font-size: 12px;

}

/* Header */

#header {
  overflow: hidden;
}

  .logo {
    padding: 10px 0px;
    background-color: #fff;
  }


  
/* Left */

#sidebar {
  float: left;
}

  /* Left Menu */
  
  .left-menu {
    background-color: #fff;
    float: left;
    border-right: 1px solid #fff;
  }
  
  .left-menu ul {
    list-style: none;
    margin: 0px;
    width: 219px;
    background: #000 url(images/menu-bg.png) repeat-x 0 0;
  }
  
    .left-menu ul li a {
      padding: 8px 15px;
      color: #fff;
      font-family: "Trebuchet MS", sans-serif;
      font-size: 14px;
      border-bottom: 1px solid #666;
      color: #fff;
      text-decoration: none;
      display: block;
      }
    
      .left-menu ul li a.last {
        border-bottom: none;
      }
      
      .left-menu ul li a:hover {
        background-color: #666;
      }
  
  
  
  /* Top */
  
  #top {
    float: left;
    width: 730px;
    /* height: 303px; */
    overflow: hidden;
    background: #95c6d4 url(images/menu-bg2.png) repeat-y top right;
  }
  
  #top h2 {
    margin: 0px !important;
    padding: 35px 15px 0px 0px;
    height: 37px;
    text-align: right;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    color: #fff;
    float: left;
    width: 529px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    background-color: #95C6D4;
  }
  
  #top .image {
    overflow: hidden;
    width: 544px;
    height: 230px;
    line-height: 0px;
    border-right: 1px solid #fff;

    float: left;
  }
  
  .single #top h2, .single #top .search {
    border-top: 0px !important;
    margin: 0px !important;
  }
  
  ul.mini-menu {
    list-style: none;
    margin: 0px;
    display: block;
    float: right;
  }
  
  ul.mini-menu li {
    float: left;
  }
  
  ul.mini-menu li a {
    list-style: none;
    display: block;
    padding: 10px;
  }
  
  ul.mini-menu li a:hover {
    background: transparent url(images/arrow.png) no-repeat top center;
  }
  
  
  /* Right Menu */
  
  .right-menu {
    float: left;
    background-color: #fff;
    padding-top: 20px;
  }
  
  .right-menu ul {
    width: 185px;
    margin: 0px;
    list-style: none;
    background-color: #6bafbd;
    padding-bottom: 15px;
  }
  
    .right-menu ul li a {
      padding: 8px 15px;
      color: #fff;
      font-family: "Trebuchet MS", sans-serif;
      font-size: 14px;
      border-bottom: 1px solid #589eae;
      display: block;
    }
    
    .right-menu ul li a:hover {
      background-color: #589eae;
    }
    
  .search {
    background: #000 url(images/footer-bg.png) repeat-x 0 0px;
    padding: 10px 0px 0px 15px;
    width: 170px;
    float: left;
    border-top: 1px solid #fff;
    height: 62px;
  }
  
    .search h3 {
      color: #fff;
      font-size: 18px;
      margin-bottom: 5px;
      font-family: "Trebuchet MS", sans-serif;
    }
    
    .search input {
      border: 0px;
      padding: 3px;
    }
    

/* Body */

#body {
  overflow: hidden;
}

  /* Left Sidebar */
  
  .left-sidebar {
/*     float: left; */
    width: 219px;
  }
  
  .sidebar-item {
    padding: 10px;
  }
  
    .sidebar-item h3 {
      margin-bottom: 5px;
      line-height:20px;
    }
  
  .ad {
    text-align: center;
  }
  
    .ad h3 {
      color: #999;
      font-family: "Trebuchet MS", sans-serif;
      margin-bottom: 5px;
    }
    
  .recent-news {
    padding: 10px;
  }
  
  .recent-news h3 {
    margin-bottom: 5px;
  }
  
  .recent-news ul {
    list-style: none;
    margin: 0px;
  }
  
  .recent-news ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .testimonials {
    background-color: #6BAFBD;
    overflow: hidden;
  }
  
  .testimonials img {
    float: left;
    margin-right: 10px;
  }
  
  .testimonials ul li {
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #95C6D4;
  }
  
  .testimonials ul li a {
    color: #c7f0f9;
  }
  
  .testimonials ul li p {
    margin: 0px;
  }
  
  /* Content */
  
  .content {
    float: left;
    padding: 15px;
    width: 700px;
  }
  
  .content-home {
    float: left;
    padding: 15px;
    width: 515px;
  }
  
  .content-home h2 {
    margin-bottom: 5px !important;
  }
  
  .date {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .content-home .post {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .content .submenu {
    overflow: hidden;
    margin-bottom: 15px;
  }
  
  .content .submenu h3 {
    margin-bottom: 10px;
  }
  
  .content .submenu ul {
    display: block;
  }
  
  .content .submenu ul li a {
    float: left;
    display: block;
    padding-left: 10px;
    margin-right: 5px;
  }
  
  .content .submenu ul li a:hover {
    background: transparent url(images/arrow2.png) no-repeat center left;
  }
  
  .post img {
    float: left;
    margin-right: 10px;
  }
  

.entry ul {
  list-style: disc;
  margin: 0px 0px 10px 15px !important;
}

  .entry ul li {
  list-style: disc;
  padding: 5px 0px;
}

.entry h3 {
  margin-bottom: 5px;
}

.entry p.title {
  font-size: 18px;
  font-family: "Trebuchet MS", sans-serif;
  margin: 0px;
}

.entry p.top {
  padding-left: 10px;
  background: transparent url(images/arrow2.png) no-repeat center left;
}
  
  /* Right Sidebar */
  
  .right-sidebar {
    float: left;
    width: 185px;
  }
  
  .events {
    padding: 10px;
  }
  
    .events ul li {
      /* padding-left: 10px; */
    }
  
    .events ul li a {
      margin-bottom: 10px;
      padding-left: 10px;
      display: block;
      background: transparent url(images/arrow2-off.png) no-repeat left 6px;
    }
    
    .events ul li a:hover {
      background: transparent url(images/arrow2.png) no-repeat left 6px;
    }
  
  
/* Footer */

  #footer {
    background: #000 url(images/footer-bg.png) repeat-x 0 0;
    padding: 10px;
    border-top: 1px solid #fff;
  }
  
  #footer p {
    margin: 0px;
    color: #fff;
    font-size: 11px;
  }
  
  
/* Inside Pages */

.inside .content {
  float: left;
  width: 100%;
  background-image: none !important;
}


/* Events */

ul.events {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
}

  ul.events li {
    list-style: none;
  }
  
  ul.events li.event_name {
    font-size: 18px;
    font-family:"Trebuchet MS",sans-serif;
  }
  
  ul.events form {
    padding: 10px 0px;
  }
  

/* About Us Page */

.about {
  padding: 10px;
  background-color: #f1f1f1;
  overflow: hidden;
  margin-bottom: 15px;
}

.about ul {
  list-style: none;
  margin: 0px;
  float: left;
  width: 162px;
  margin-right: 10px !important;
}

  .about ul.last {
    margin-right: 0px !important;
  }

.about ul li a {
  list-style: none;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}

.about ul li a:hover {
  background: transparent url(images/arrow2.png) no-repeat left 10px;
}

  .about ul li.header {
  font-size: 16px;
  font-family: "Trebuchet MS", sans-serif;
  border-bottom: 0px;
  color: #666;
}

  .about ul li a.last {
    border-bottom: 0px;
  }

  
/* Archives */

.archives ul li a {
  padding: 5px 10px;
  display: block;
}

.archives ul li a {
  background: transparent url(images/arrow2-off.png) no-repeat left 10px;
}

.archives ul li a:hover {
  background: transparent url(images/arrow2.png) no-repeat left 10px;
}

/* News */

.postedin {
/*
  background-color: #95C6D4;
  padding: 5px;
  margin-bottom: 15px;
*/
}

.postedin a {
/*   color: #fff; */
}

/* Image Gallery */

.ngg-singlepic {
  padding: 0px !important;
}

.ngg-imagebrowser-desc {
  text-align: center;
}

/* Documents */

div.entry ul.documents {
  margin: 0px !important;
  list-style: none !important;
  font-weight: bold;
  }
  
div.entry ul.documents li {
  list-style: none;
  background:transparent url(images/arrow2.png) no-repeat left 10px;
  padding-left: 10px;
}

div.entry ul.documents li a {
  font-weight: normal;
}

/* Registration Form */

.reg_form {
  width: 70%;
  margin: auto;
  padding: 10px;
  background-color: #f1f1f1;
  border: 1px solid #e5e5e5;
}

  .reg_form p.submit {
    margin: 0px;
  }
  
  .reg_form h2 {
    margin-bottom: 15px !important;
  }
  
.login_form {
  width: 70%;
  margin: auto;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
  
  .login_form h2 {
    margin-bottom: 15px !important;
  }
  

/* Links */

ul.links {
  display: block;
  width: 325px;
  float: left;
  margin-bottom: 25px !important;
}

ul.blogroll li a {
    margin-bottom: 10px;
    padding-left: 10px;
    display: block;
    background: transparent url(images/arrow2-off.png) no-repeat left 6px;

  }
  
  ul.blogroll li a:hover {
    background: transparent url(images/arrow2.png) no-repeat left 6px;
  }
  
  .margin {
    margin-left: 50px !important;
  }
  

/* Member List */

div.list {
  overflow: hidden;
  margin-bottom: 15px;
}

div.list ul {
  overflow: hidden;
  width: 85%;
  margin:0 auto 10px !important;
}

div.list ul li {
  float: left;
  margin-right: 25px;
}

/* Navigation */

p.navigation a {
  padding: 0px 10px;
}


h2 a p {
  margin: 0px !important;
}

h1 p {
  margin: 0px !important;
}
