/* A big, fragile hack to make the content span wider. */
#leftpanel { display: none; }
#rightpanel { float: none; width: 688px; padding-left: 80px; background: url(images/bg_sub.jpg) top left no-repeat; }
#contentinner { width: 100%;  }
#titleinner { background-position: top right; width: 100%; }

/* Pagination block (1, 2, 3...) */
div.pagination {
	clear: both;  margin: 0; padding: 0;
	background: #75ACB3;
	width: 615px;
	padding: 10px;
	margin-bottom: 1em;
	text-align: right;
}

/* Numbers */
div.pagination a, div.pagination span {
	background: #4E888E;
	padding: 1px 6px;
	text-decoration: none;
	margin: 0 1px;
	font-size: 120%;
	font-weight: bold;
}

/* Numbers: hover */
div.pagination a:hover {
	background: #44B1C8;
	color: #fefed0;
}

/* Numbers: current page */
div.pagination .active, div.pagination a.active:hover {
	background: #143C30; color: #fefed0; cursor: default;
}

/* Vertical images */
.vertical {
	margin-right: 9px;
}