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