/*
Theme Name: WP Heckler 10.25.2015 2
Theme URI: http://www.georgetownheckler.com
Description: The Georgetown Heckler's Official Theme
Author: Benjamin Ellis
Author URI: 
Version: 1.0
Tags: responsive, news, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

*/

@import url('css/bootstrap.css'); 
@import url('css/bootstrap-responsive.css'); 

.body {
  padding-top: 50px;
}

#main-title {
  font-family: "Garamond", serif;
  font-size: 2.5em;
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
  border-bottom-color: #000;
  border-radius: 0;
}

.navbar-collapse.collapse {
  text-align: center;
}

.navbar-nav {
  display: inline-block;
  float: none;
  font-family: "Garamond", serif;
  font-size: 1.2em;
}

/* for stickied navbar */
/*#nav.affix {
  position: fixed;
  top: 0;
  width: 100%;
}

#nav > .navbar-inner {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}*/

#content {
  font-family: "Garamond", serif;
  padding-left: 3vw;
}

.headline {
  font-weight: bold;
}

a {
  color: inherit;
}

a:hover {
  color: #727272;
}

#big-news {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 2.5vh;
}

.frontpage-news {
  padding-top: 2.5vh;
  padding-bottom: 2.5vh;
}
  
.border-right {
  border-right: 1px solid #cbcbcb;
}

.border-bottom {
  border-bottom: 1px solid #cbcbcb;
}

.img-center {
  margin:auto;
}

#footer {
  padding-top: 3vh;
  border-top: 1px solid #cbcbcb;
  font-family: "Garamond", serif;
  padding-bottom: 2vh;
}

#sidebar {
  font-family: "Garamond", serif;
  padding-right: 2.5vw;
}

#post {
  font-family: "Garamond", serif;
  padding-left: 2vw;
}

.bold {
  font-weight: bold;
}

.post-text {
  font-size: 1.3em;
  color: black;
  padding-top: 2vh;
}

#page {
  font-family: "Garamond", serif;
  padding-left: 2vw;
}

.page-text {
  font-size: 1.3em;
  color: black;
  padding-top: 2vh;
}

#archive {
  font-family: "Garamond", serif;
  padding-left: 2vw;
}

#archive-page {
  font-family: "Garamond", serif;
}

.content-item {
  border-bottom: 1px solid #cbcbcb;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

#search {
  font-family: "Garamond", serif;
  padding-left: 2vw;
}

.search-item {
  padding-top: 1vh;
  padding-bottom: 1vh;
  
}
  
#error {
  font-family: "Garamond", serif;
}

a:hover {
  text-decoration: none;
}

#first-image {
  width: 100%;
  height: 30vw;
  min-height: 240px;
  padding-top: 2vw;
}

.bottom-tag {
  margin-top: 1vh;
}

/* Search Button! */

#custom-search-form {
    margin:0;
    margin-top: 5px;
    padding: 0;
}

#custom-search-form .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-query:focus + button {
    z-index: 3;   
}

li.avatar {
  margin-top: 1vw;
  border-bottom: 1px solid #cbcbcb;
  margin-left: 0;
}

ul.tweets {
  margin-left: 0;
}

.front-page-img {
  min-height: 180px;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

.border-bottom-xs {
}

.img-medium {
  width: 100%;
  height: 18vw;
  vertical-align: bottom;
}

.img-small {
  width: 100%;
  height: 12vw;
  vertical-align: bottom;
}
/* MEDIA QUERIES */
@media (max-width: 767px) {
  .border-bottom-xs {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 2vh;
  }
  .border-right {
    border-right-width: 0px;
  }
  .img-medium {
    height: 20vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .img-medium {
    height: 30vh;
    width: 80%;
  }
  .img-small {
    height: 30vh;
    width: 80%;
  }
}
