/*  
* Template-specific stylesheet for the 3-Column Solid template
* which simply extends 2-Column Solid
*/
@import url('tpl-2col-solid.css');

/* SIDEBAR
------------------------------------------------------------*/
.white-on-black #sidebar {
	margin-left:10px;
	background:#000;
	font-size:2em;
	color:#fff;
	text-align:right;
	padding:0.2em 0.5em 0.2em 1em;
	width:200px;
	height:auto !important;
	min-height:100px;
	height:100px;
}

h4 {margin: 1px 0px; line-height:1.2em}


