/*
Theme Name:     Twentytwelve Child
Theme URI:      http://ronsmedicalgases.com/
Description:    Child theme for the twentytwelve theme 
Author:         Michael Catanzaro
Author URI:     http://ronsmedicalgases.com/
Template:       twentytwelve
Version:        0.1.0

*/
@import url('../twentytwelve/style.css');
@import url(https://fonts.googleapis.com/css?family=Quantico:400,700italic,700,400italic);

body {
    position: absolute;
    width: 100%;
    background: #eaeaea url(images/bg.jpg) 0 0 repeat-x;
    line-height: 0;
}
body .site {
    margin: 20px auto 0 auto;
    position: relative;
    background: url(images/shadow.png) top center no-repeat;
	box-shadow: none;
}
.site-header {
    padding: 0;

}
h1, h2, h3, h4,
 {
    font-family: 'Quantico', sans-serif;
	color: #134E8B;
}
.entry-header h1.entry-title,
.entry-content table h2 {
    font-family: 'Quantico', sans-serif;
	color: #134E8B;
    font-size: 30px;
    line-height: 30px;
	font-weight: 300;
}
.page-id-10 .entry-content h2 {
    font-size: 30px;
    color: #134E8B;
    font-family: 'Quantico', sans-serif;
    font-weight: 300;
}
.entry-content h2 {
    margin: 1rem 0;
}
.entry-content p, 
.entry-summary p, 
.comment-content p, 
.mu_register p {
    line-height: 1.8em;
}
#main {
    background-color: #fff;
	padding: 0 1rem;
}
img.header-image {
    border-radius: 0;
    box-shadow: none;
}
.header-image {
    margin-top: 0;
}
.main-navigation {
    margin: 0 auto;
    position: relative;
    z-index: 99;
    width: 960px;
    height: 33px;
    background: url(images/nav.jpg) 0 0 repeat-x;
}
.main-navigation ul.nav-menu, 
.main-navigation div.nav-menu > ul {
    border-bottom: 0;
    border-top: 0;
}
.main-navigation li {
    list-style: none;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
    height: 33px;
    line-height: 33px;
    border-right: 1px solid #2B2B2B;
    font-family: 'Quantico',Arial, Helvetica, sans-serif;
}
.main-navigation li a {
    display: block;
    padding: 0 10px;
    margin: 0;
    line-height: 33px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px #000;
}
.main-navigation li.active a { 
	color:#fff;  
	background:url(images/nav-a.jpg) 0 0 repeat-x;
}
.main-navigation li:hover a, 
.main-navigation li a:hover {
	color:#fff; 
	background:url(images/nav-a.jpg) 0 0 repeat-x;
	text-decoration:none;
}
.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: #ffffff;
    font-weight: normal;
}
.entry-content table, 
.comment-content table {
    border-bottom: 0;
}
.entry-content td, 
.comment-content td {
    border-top: 0;
}
.site-content article {
    border-bottom: 0;
    margin-bottom: 0;
}
footer[role="contentinfo"] {
    margin-top: 0;
}
#right-footer {
    float: right;
}
/* payment form page */
.page-id-8 .entry-content {
    width: 75%;
    margin: 0 auto;
}
aside nav a {
    line-height: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media only screen and (min-width: 320px) and (max-width: 767px) {

}