/*
Theme Name: Pedal to Petal
Theme URI: http://yoursite/yourtheme
Description: A child theme of 2012 default WordPress theme.
Author: TRevor vH
Author url: http://fernwoodwebdesign.com
Version: 1.0
Tags: black, blue, white, fixed-width, custom-header, theme-options
Template: twentytwelve
*/
@import url('../twentytwelve/style.css');

/* pedal to petal customization */

body .site {
box-shadow: none;
}

#page {
background: transparent;
}

#primary, .widget{
background: #fff;
padding: 8px;
border: thin solid #228822;
}

.widget{
margin-bottom:15px !important;}

h1 {
color: #000;
font-size: 24pt !important;
text-align: center;
font-weight: bold !important;
}

h3 {
text-transform: none !important;
color: #000 !important;
font-size: 16px !important;
text-align: center !important;
margin: 0px !important;
}

/* Increase theme width to 1000px */
@media screen and (min-width: 960px) { 
    .site {
        max-width: 1000px;
        max-width: 71.4285rem;
    }
}
.ie .site { max-width: 1000px; }

footer[role="contentinfo"] {
    max-width: 1000px;
    max-width: 71.4285rem;
}

body.full-width .site-content {
width: 50%;
}

/* Left & Right Sidebars */
@media screen and (min-width: 600px) { 
    .custom-layout .site-content {
        width: 50%;
        margin-left: 25%;
    }
    .custom-layout .widget-area {
        position: relative;
        width: 20%;
    }
    .custom-layout #extra-sidebar {
        float: left;
        margin-left: -75%;
        width: 20%;
    }

}
/* IE8 and IE7 - Left and Right Sidebars */
.ie  .custom-layout .site-content {
    width: 50%;
    margin-left: 25%;
}
.ie .custom-layout .widget-area {
    float: right;
    width: 20%;
    position: relative;
}
.ie .custom-layout #extra-sidebar {
    float: left;
    margin-left: -75%;
    width: 20%;
}
