/*
Theme Name: Ham Radio School
Description: Hamradioschool.com child theme for the twentytwelve theme
Author: James Bucknall
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

.site-header {
	padding-top:1.3rem;
	/*display:block;*/
}

img.header-image {
	border-radius:0;
	box-shadow:0 0 0 rgba(0,0,0,0);
	position:absolute;
	top:-3px;
	display block;
        margin: 0 auto 2em;
	/*border: solid #57431D 1px;*/
}

.header-image {
	margin-top:0rem;
}

.hrs-header {
	position:absolute;
	top:-3px;	
}

.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: #dc5a2f;
    font-weight: bold;
}

.main-navigation li a:hover {
    color: #dc5a2f;
}

.main-navigation li a, .main-navigation li {
    z-index: 9999;
}

#nav ul {
    z-index: 9999;
}

.entry-header {
    color: #dc5a2f;
}

.home .entry-title {
	display: none;
}

body .site {
    border-radius: 4px 4px 4px 4px;
    background-color: #e5e6db;
    margin-top: 9rem;
    padding: 0 2.6rem;
}

.site {
    max-width: 67.5rem;
}

.site-content {
    margin: .5rem 0 0;
}

.archive-header, .page-header {
    border-bottom: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.widget-area .widget {
    margin-bottom: 2.6rem;
}

.widget-area .widget h3 {
    margin-bottom: .45rem;
}

.widget-title {
    color: #dc5a2f;
    line-height: 2;
}


footer[role="contentinfo"] {
    border-top: 0px solid #EDEDED;
    background: #657f85;
    border-radius: 4px 4px 4px 4px;
    line-height: 1.5;
    /*margin: -15px 0px 15px 0px;*/
    margin-top: .2rem;
    margin-bottom: 1rem;
    padding: .8rem 0;
}

.site-info {
    margin: 0px 10px 0px 10px; 
}

.footer-copyright {
    color: #ffffff;
    float: right;
    padding: 0px 0px 0px 0px;
    /*border: solid #57431D 1px;*/
}

.footer-info {
    color: #ffffff;
    font-size: 1.1em;
}

.footer-info a:link {
    color: #ffffff;
    text-decoration: none;
}

.footer-info a:active {
    color: #ffffff;
}

.footer-info a:visited {
    color: #ffffff;
}

.footer-info a:hover {
    color: #ffffff;
}

.metaslider img {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px rgba(0, 1, 1, 0.2);
    /*z-index: 100;*/
}

.entry-content table, .comment-content table {
    border-bottom: 0;
    color: #444444;
    font-size: 1rem;
    margin: 0 0 1rem;
}

.entry-content td, .comment-content td {
    border-top: 0;
    padding: 5px 12px 0 0;
}

.site-content article {
    border-bottom: 0;
    margin-bottom: .55rem;
    padding-bottom: .50rem;
}

.section-media-title {
    font-size: 1.1rem;
    color: #DC5A2F;
    font-weight: bold;
}

.section-media-subtitle {
    font-weight: bold;
}

.alt-entry-header {
    font-size: 1.50rem;
    color: #DC5A2F;
}

img[class*="latex"] {
    box-shadow: 0 0 0 rgba(0,0,0,0);
    padding-top: .4rem;
    vertical-align: middle;
}

img[class*="no-shadow"] {
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

#BottomRTColumnAd {
    margin-top: 180rem;
    /*position: relative;
    bottom: 0px;*/
}