/*
 Theme Name:     #ANCHORDOWN Child - Law Review
 Description:    Center for Teaching
 Author:         Vanderbilt Web Communications
 Author URI:     http://web.vanderbilt.edu
 Template:       ANCHORDOWN-Vanderbilt
 Version:        1.0.0
*/
@import url("../ANCHORDOWN-Vanderbilt/style.css?ver=1.0.0");

/* PDF Icon */
.secmain a[href$=".pdf"] {
    background: url(https://vu-www4.s3.amazonaws.com/i/icons/pdf.png) no-repeat right center;
    padding-right: 15px;
    margin-right: 10px;
}

.enbanc, #secnav{
  width: 25%;
  float: left;
  padding: 1.5rem;
}

.enbanc ul,
#secnav ul{
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
}

.enbanc ul li{
  border-bottom: 1px solid black;
  margin: .5rem 0;
}

.subnav li{
  border-bottom: 1px solid #ccc;
  padding: .5rem 0;
}

.enbanc span,
.subnav span{
    text-transform: uppercase;
    font-size: 0.80em;
    color: #666;
}

.enbanc small,
.subnav li{
  line-height: 140%;
    display: block;
    margin: .5rem 0;
}

.secmain h4,
#secnav h4 {
    font-weight: bold;
    color: #993D1B;
    margin: 10px 0;
    font-family: Georgia,Times, serif;
}

.mainhome{
  width: 48%;
  float: left;
}

.mainhome a{
  text-decoration: underline;
}

#secnav #searchform{
  background: #ccc;
  padding: 6px;
  border-radius: 6px;
}

#secnav #searchform input[type="text"]{
  background: none;
  border: 0px;
  padding-top: 2px;
  position: relative;
  top: 2px;
}
#vu-footer{
  margin-top: 50px;
}

@media screen AND (max-width: 768px) {

  .enbanc,
  .mainhome,
  #secnav{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

}
