@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #26468c url(../images/psucfl-bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

p, h1, h2, h3, h4 {
	margin: 0;
}

p {
	margin-top: 0.7em;
	font-size: 1em;
}
h1 {
	margin-top: 2em;
	font-size: 1.8em;
}
h2 {
	margin-top: .7em;
	font-size: 1.5em;
}
h3 {
	margin-top: .5em;
	font-size: 1.3em;
}
h4 {
	margin-top: .5em;
	font-size: 1.1em;
}
img {
	border: none;
}


.thrColHybHdr #container { 
	width: 945px;
	margin: 10px auto;
	background: #FFFFFF;
	text-align: left; 
}  
.thrColHybHdr #header {
	position: relative; /* need this to facilitate relative positioning of Join button */
	background: #70B0E0;
	/*padding: 0 0 1.5em;*/  
	border: 1px solid #CCC;
} 
.thrColHybHdr #header h1 {
	margin: 0; 
	padding: 10px 0 0;
}


/************* menu bar **************/
#navBar {
	margin: -1px -29px;
	padding: 0;
	border-top: 1px solid #94ABDD;
	font-size: 0.85em;
	zoom: 1;
}


.thrColHybHdr #sidebar1 {
	font: 80% Arial, Helvetica, sans-serif;
	float: left; 
	width: 160px; 
	background: #3D5D9C; 
	padding: 10px 0 15px; 
	border-left: 1px solid #CCC;
}

.thrColHybHdr #sidebar2 {
	font: 70% Arial, Helvetica, sans-serif;
	float: right; 
	width: 160px;
	background: #70B0E0; 
	padding: 10px 0 15px;
	margin: 0;
	border-right: 1px solid #CCC;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h2, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

.thrColHybHdr #mainContent {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #162952;
 	margin: 0 170px; 
	padding: 0 20px; 
	background: #FFFFFF url(../images/content-bg.jpg) no-repeat fixed center 200px;
} 
#mainContent p, h1, h2, h3, h4 {
	margin-left: 0;
}

.thrColHybHdr #footer { 
font: 75% Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px;
	background:#DDDDDD;
} 
.thrColHybHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
	margib-bottom: 1px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	margib-bottom: 1px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.center {
	text-align: center;
}
.sponsorbanner {
	border: 0;
	margin: 10px 0;
}
.copyright {
	font-size: 80%;
}

/* bg add-ons */
#mainContent h1, h2, h3, p {
	color: #162952;
}
#mainContent img {
	border: none;
}
#mainContent a {
	color: #00F;
	text-decoration: none;
}

mainContent a:link {
	text-decoration: none;
}

#mainContent a:hover {
	color: #F00;
	text-decoration: underline;
}
/*********** #sidebar1 link styles ***********/

#sidebar1 ul a:link, #sidebar1 ul a:visited {display: block;}
#sidebar1 ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar1 li {border-bottom: 1px solid #162952;}

/* fix for browsers that don't need the hack */
html>body #sidebar1 li {border-bottom: none;}

#sidebar2 a {
	color: #00F;
	text-decoration: none;
}

#sidebar2 a:hover {
	color: #F00;
	text-decoration: underline;
}

.relatedLinks{
	margin: 0 auto 1em;
	background-color: white;
	background: #FFFFFF url(../images/pod-top.jpg) top no-repeat;
	/* border: 1px solid #162952; */
	width: 90%;
}

.relatedLinks ul {
	background-color: #162952;
	background: #162952 url(../images/pod-bottom.jpg) bottom no-repeat;
	list-style: none;
	margin: 5px 0;
	padding: 0;
	font-size: 95%;
	font-weight: bold;
	line-height: 1.6;
}

.relatedLinks h3{
	color: #162952;
	text-align: center;
	margin: 0.5em 0;
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0.7em;
}

.relatedLinks a {
	color: white;
	font-size: .8em;
	margin: 0 5px 0 5px;
	white-space: normal;
	text-indent: 5px;
}

.relatedLinks a:link, .relatedLinks a:hover {
	color: white;
	text-decoration: none;
}
.relatedLinks a:hover {
	text-decoration: underline;
	background-color: #7a8cb8 ;
}
.relatedLinks a:visited {
	text-decoration: none;
}
/* football schedule */
#schedule {
	font: 72% Arial, Helvetica, sans-serif;
	width: 90%;
	margin: 0 auto 1em;
}
#schedule table {
	background: #FFFFFF;
	border: 1px solid #162952;
}
#schedule th {
	font-weight: bold;
	color: #FFFFFF;
	background: #162952;
	padding: 6px;
	font-size: 120%;
}
#schedule a {
	color: #00F;
	text-decoration: none;
}
#schedule a:link{
	color: #00F;
	text-decoration: none;
}
#schedule a:hover {
	color: #F00;
	text-decoration: underline;
}
/* Nittany Lion crap on left */

#nittanyLion{
	/* padding: 10px; */
	border-top: 1px solid #cccccc;
	font-size: 85%;
	line-height: 1.2;
}
#nittanyLion img {
	display: block;
}
/* dues renewal widget */
#duesRenew {
	position: absolute;
	width: 90px;
	right: 25px;
	top: 10px;
	z-index: 1;
	background: transparent;
}.red {
	color: #FF0000;
}
.noborder {
	border: none;
}
