﻿/* ---------------------------------------- /
/            Page Title                     /
/ -----------------------------------------*/

.pageTitle {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.pageTitle a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}

.pageTitle a:hover {
	background: #191919;
	color: #33CC33;
}

.pageTitle span {
	padding-left: 32px;
}