/* @override http://pittsburgh-oaklandconnector.com/assets/site.css */

@import url("base.css");

body { background: #000 url(images/body-bg.png) repeat-x;/* font-family: "Lucida Grande", sans-serif; */ }

.container {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 100px;
	background: url(images/gradient-bg-long.png) repeat-x;
}

a, a:visited, a:hover { text-decoration: none; }

h1{
    margin-bottom:20px;
}

h2, h3, h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #09c;
	margin-bottom:10px;
}

.content h3 a, .content h3{
   color:#ccc !important;
}
h2{
   font-size:1.6em;
   line-height:1.4;
}
h4 {
	font-weight: normal;
    font-style: normal;
}

.footer {
	padding: 15px 30px 0;
	border-top: 3px solid #2E2E2E;
}

.content {
	color: #ccc;
	padding: 30px 20px 20px 20px;
	width: 880px;
	min-height: 565px;
	_height: 565px;
    margin: 20px 30px;
    background-color: #000;
}

.hr, .hr-project {
	background: url(images/hr-plus.jpg) no-repeat;
	height: 7px;
	margin: 40px 0 30px;
}

/* -------------------- HEADER STYLES */

.header {
	width: 980px;
}

.header #site_name { padding-left: 30px;
    float: left;
    padding-top: 15px;
}
.header #site_name a {
    display: block;
    color: #fffeff;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
}
.content img.right{
     float:right;
     margin:0 0 20px 20px;
 }
#home h2, #home h3{
    clear:none;
}
/* ---------------------------------------- CONTENT STYLES */

a, a:active, a:hover, .content a, .content a:hover, .content a:visited {
	color: #09c;
	text-decoration: none;
}
.content a{
    text-decoration:underline;
}
/* -------------------- TOPNAV - FOOTER-NAV */

.topnav {
	color: #2aa7d5;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	text-align: right;
    line-height: 24px;
}

.topnav, #homepage .topnav {
	margin-left: 0;
}

.topnav a, .topnav a:visited {
	color: #fff;
	padding: 0 3px;
	text-decoration: none;
}

.topnav a.active { color: #007cc2; }

.footer-nav {
	float: right;
	width: 650px;
	color: #09c;
	text-align: right;
}

.footer-nav a {
	color: #999;
	padding: 0 3px;
}

.bar {
	height: 10px;
	background: #09c;
}

/* -------------------- Lists Bullets, Lists Bullets.... */
.content ul {
    margin-left: 0;
}
.content ul li.doc-item {
	list-style: none;
    padding: 5px 0;
    border-top: 1px solid #424242;
    margin: 5px 0 0;
}

.content ul li.doc-item .meta {
	font-size: 85%;
}
.content div.credit{
    margin-bottom:20px;
}
/* ------ Forms ------ */
.form label, .loginLoginForm label, .form-buttons, .loginLoginButton {
    display: block;
    padding-top: 10px;
}
.loginLoginButton {
    padding-bottom: 20px;
}
.loginLegend {
    display: none;
}