/* 
Theme Name: Journal 
Theme URI: http://wordpress.org/ 
Description: This is a child theme of Twenty Ten
Version: 1 
Author: Jim Rose
Author URI: http://www.ma4jr.org/
Template: twentyten
*/  

@import url(../twentyten/style.css);  

#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 400px;
}

.scroll-box {
    background: #f4f4f4;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 400px; /* maximum height of the box, feel free to change this! */
    padding: 15px;
    overflow-y: scroll;
}

@media print {
#branding img {display: block !important; }
}

.simplePullQuote.majr {
        width:90% !important;
	float:left;
        background-color: lightblue !important;
	margin:10px 10px 10px 0;
	-webkit-box-shadow: -7px 7px 8px 0px rgba(129,129,129,1);
	-moz-box-shadow: -7px 7px 8px 0px rgba(129,129,129,1);
	box-shadow: -7px 7px 8px 0px rgba(129,129,129,1);
}

