@import url("../twentytwelve/style.css");
/*
Theme Name:     Parmar84 2012
Theme URI:      http://www.sudo-juice.com
Description:    Child theme for personal website 
Author:         Gareth Parmar
Author URI:     https://plus.google.com/115045282258741941878/
Template:       twentytwelve
Version:        1.0
*/
body {
  font-size: 13px; }
  @media screen and (max-width: 500px) {
    body .googlead {
      display: none; } }

body.tag {
  color: inherit; }
a, a:focus {
  ouline: 0; }

@media screen and (min-width: 600px) {
  #primary {
    float: left;
    width: 65.104166667%; } 
  .widget-area {
    float: right;
    width: 32%;
  }
}
#primary #nav-single {
  height: 30px;
  padding: 10px 0; }

header.site-header h1.site-title {
  padding: 0;
  line-height: 1; }
  @media screen and (min-width: 500px) {
    header.site-header h1.site-title {
      clear: none;
      float: left; } }
  header.site-header h1.site-title a {
    color: #E57200;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -4px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: #C6D9E9 1px 1px 1px; }
header.site-header .site-description {
  margin-bottom: 0.5em;
  font-family: 'Ubuntu', Sans-Serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: -1px;
  color: #777777; }
  @media screen and (min-width: 500px) {
    header.site-header .site-description {
      clear: left;
      float: left; } }
header.site-header #header-ad {
  width: 500px;
  height: 70px;
  float: right;
  text-align: right; }

#site-title a:hover, #site-title a:focus, #site-title a:active {
  color: #006089; }

nav {
  clear: both; }

div.sharedaddy div.sd-block {
  padding: 10px 10px 5px 10px !important;
  background-color: #F9F9F9;
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.site-content article {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  border-bottom: solid 1px #ededed; }

h1.entry-title {
  color: #21759b; }

.entry-header .comments-link {
  margin-top: 0; }

.entry-content p, .entry-summary p, .comment-content p {
  margin: 0 0 24px;
  margin: 0 0 1.4rem;
  line-height: 1.4; }

.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
  margin: 24px 0;
  margin: 2rem 0 1.2rem 0;
  line-height: 1; }

.entry-content h2, .comment-content h2 {
  color: #d14200;
  font-weight: normal; }

.entry-content h3, .comment-content h3 {
  font-size: 110%;
  font-weight: bold; }

footer.entry-meta {
  margin-bottom: 0; }
  footer.entry-meta .continue-reading {
    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
    float: right;
    color: #d14200; }
    footer.entry-meta .continue-reading:hover {
      color: #0f3647; }

.entry-content pre, .comment-content pre {
  padding: 5px 8px;
  border: 1px solid #ccc; }

.widget-area .widget h3 {
  margin-bottom: 0; }
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
  line-height: 1.2;
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
  overflow: hidden; }
  .widget-area .widget p a, .widget-area .widget li a, .widget-area .widget .textwidget a {
    color: #21759b;
    text-decoration: none; }
    .widget-area .widget p a:hover, .widget-area .widget li a:hover, .widget-area .widget .textwidget a:hover {
      color: #0f3647;
      text-decoration: underline; }

/* cookie consent btn */
.cli-plugin-button, .cli-plugin-button:visited {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cli-plugin-button:focus, .cli-plugin-main-link:focus {
  outline: 0;
}

.entry-content dl, dl {
  margin: 0px;
}

/* overflow examples */
p.overflow-example {
  display: block;
  background: #DDD;
  border: 1px solid lightGrey;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px; }
  p.overflow-example.y {
    height: 70px; }
  p.overflow-example.x {
    height: 40px; }
  p.overflow-example.y-visible {
    overflow-y: visible; }
  p.overflow-example.y-hidden {
    overflow-y: hidden; }
  p.overflow-example.y-scroll {
    overflow-y: scroll; }
  p.overflow-example.y-auto {
    overflow-y: auto; }
  p.overflow-example.x-visible {
    overflow-x: visible;
    white-space: nowrap; }
  p.overflow-example.x-hidden {
    overflow-x: hidden;
    white-space: nowrap; }
  p.overflow-example.x-scroll {
    overflow-x: scroll;
    white-space: nowrap; }
  p.overflow-example.x-auto {
    overflow-x: auto;
    white-space: nowrap; }