/*
Theme Name: Twentytwelve Child
Description: Child theme for the twentytwelve theme 
Author: Mike Ross
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");
@import url(http://fonts.googleapis.com/css?family=Jura:600);

body {
    background:#563e2c url('images/tammie-bg.png') repeat-x left top;
    color: #fdffd9;
}

a {
    color: #f18706;
}

a:hover {
    color: #fdffd9;
}

.entry-content a:visited, .comment-content a:visited, .widget-area .widget a:visited {
    color: #f4a84d;
}

body .site {
    box-shadow: 0 0 0 rgba(100, 100, 100, 100);
    margin-top: 0;
}

#page {
    background:#290f0f url('images/black-gradient.png') repeat-x left top;
    border-radius: 0 0 24px 24px;
}

.site-header {
    padding: 0.5rem 0;
}

.site-header h1 {
    font-size: 2.6rem;
    white-space:nowrap;
}

.site-header h2 {
    display: none;
}

.header-image {
    margin-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.site-title a {
    font-family: 'PT Serif', serif;
    font-weight: normal;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
}

p, ul, ol, dl, blockquote, .post-statement, .statement {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.site {
    background-color: transparent;
}

.main-navigation {
    margin-top: .25rem;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: none;
    border-top: none;
    padding-bottom: .75rem;
}


.main-navigation ul.nav-menu {
 text-align: center;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #f18706;
    font-family: 'Jura', sans-serif;
    font-weight: normal;
}

.main-navigation li {
    background: none;
    border-top: 3px solid #633000; 
    border-radius: 12px;
    margin: 0 1rem 0 0;
    padding-left: 10px;
    padding-right: 10px;
}

.main-navigation li:hover {
    background:#633000 url('images/black-gradient-menu.png') repeat-x left top;
}

.main-navigation li a {
    line-height: 2;
    color: #fdffd9;
    font-family: 'Jura', sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.15rem;
}

.main-navigation li ul {
    margin-top: 0;
}

.main-navigation li ul li {
    margin-top: 0;
}

.main-navigation li a:hover {
    color: #f18706;
}

.main-navigation li ul li a:hover {
    background:#633000 url('images/black-gradient-menu.png') repeat-x left top;
    color: #f18706;
}

.main-navigation li ul li a {
    background: none repeat scroll 0 0 #290f0f;
    border-bottom: 0px solid transparent;
    display: block;
    font-size: 1.25rem;
    line-height: 2;
    padding: 0;
    white-space: normal;
    width: 12.8571rem;
}

.site-content article {
    -moz-hyphens: none;
    border-bottom: 0;
    word-wrap: normal;
}

.entry-header .entry-title {
    color:#f18706;
    font-family: 'Jura', sans-serif;
    font-size: 2.0rem;
    letter-spacing: 0.15rem;
}

#secondary {
    border-left: 3px solid #633000;
    border-radius: 24px;
    background:none;
    padding-top: 16px;
    padding-left: 16px;
}

footer[role="contentinfo"] {
    border-top: none;
    background:transparent url('images/tammie-bar-horz.png') no-repeat left top;
    background-size:100% auto;
    padding-top: 40px;
}

footer[role="contentinfo"] a {
    color: #f18706;
}

footer[role="contentinfo"] a:hover {
    color: #fdffd9;
}

footer.entry-meta {
    color: #f18706;
}

.comments-link a, .entry-meta a {
    color: #f18706;
}

.comments-link a:hover, .entry-meta a:hover {
    color: #fdffd9;
}

.widget-area .widget h3 {
    margin-bottom: .75rem;
}

.widget-area .widget a {
    color: #f18706;
}

.widget-area .widget a:hover {
    color: #fdffd9;
}

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
    color: #fdffd9;
    font-family: 'Jura', sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.widget-area .widget {
    -moz-hyphens: auto;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
}

.simple-social-icons ul li a:hover {
    background-color: #fdffd9 !important;
    color: #633000 !important;
}

#gallery-1 img {
    border: 0!important;
}

.juiz_last_tweet_inside p.juiz_last_tweet_follow_us {
    color: #fdffd9;
}

hr {
    background-color: #563e2c;
}

@media only screen and (max-width: 768px) {
  .max45 {
    max-width: 45%;
	float: right;
  }
}