/*
 Theme Name:   Twenty Twelve Child
 Description:  Twenty Twelve Child Theme
 Author:       Henry
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-twelve-child
*/

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#page {
  background: white;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
  max-width: 991px;
}

.gardenvisit-header {
  background-image: url('/blog/wp-content/themes/gardenvisit_wordpress_theme/rock_texture.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 23px;
}

.gardenvisit-header-identity {
  padding: 10px 0;
}

.logo {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.site-title, .site-description {
  font-weight: normal;
  clear: none;
}

.site-title a {
  color: white;
  text-decoration: none;
}

.site-title {
  font-size: 18px;
  display: block;
}

.site-description {
  color: #ddd;
  font-size: 16px;
}

@media (max-width: 991px) {
  .logo, .site-description { display: none; }
}

/* Tabs */
/* This is been copied and hacked a little from the main gardenvisit site */

.toptabs a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.toptabs ul {
  list-style: none;
  padding: 0px;
}

.toptabs ul li {
  background: #eee;
  float: left;
  margin: 0px 1px 0px 0px;
  padding: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.toptabs ul li a {
  float: left;
}

.toptabs ul li.right {
  float: right;
  margin: 0px 0px 0px 1px;
}

@media (max-width: 991px) {
  .toptabs ul li {
    background: none;
    float: left;
    margin: 0px 15px 10px 0px;
    padding: 0px;
  }

  .toptabs ul li a {
    color: #fff;
    font-weight: bold;
  }
}
