/*
 Theme Name:   FidSol Child Theme
 Theme URI:    http://74.220.219.130/~hollani9/fiduciarysolutions/fidsol-child
 Description:  Twenty Twelve Child Theme
 Author:       Luke Kelly
 Author URI:   http://74.220.219.130/~hollani9/fiduciarysolutions/
 Template:     twentytwelve
 Version:      1.8
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

@import url("../twentytwelve/style.css");

/*New Styles*/

body {
background-color: #5a6673;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 11px;
	line-height: 1.846153846;
}


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

    }
}
.ie .site { max-width: 700px; }
 
footer[role="contentinfo"] {
    max-width: 700px;

}

/* 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%;
}

/* Print settings*/
@media print {
	.header-image {display:inline !important;}	
}

