/*
Theme Name: News
Description: Portland Bolt's news section.
Version: 1
Author: Jonathan Waltner
*/
#pagecontent #cont h2 {
	line-height:30px;
	margin-bottom:10px;
}
#cont ul {
    font-size: 9pt;
}
#sidebar {
    float:right;
    background-color:#eee;
    border:1px solid #ccc;
    margin:0px 10px 10px 10px;
}
#sidebar ul {
    list-style-type:none;
    font-size:9pt;
    padding:10px;
    margin:0px;
}
#sidebar ul li {
    line-height:18px;
	text-align:center;
}
