/*
+-------------------------------------------------------------------------+
Title:		Bulletin Home Styles
Author:		Olivia Blonde, University Marketing Communications
Version:	1.5
Copyright:	2008 - University of Pittsburgh
Updated:	March 25, 2008
+-------------------------------------------------------------------------+

+-- CONTENTS -------------------------------------------------------------+
- Body Styles	- Menu				- Footer
- Containers	- Site Headers		- Older text styles
+-------------------------------------------------------------------------+
*/

/* BODY STYLES ----------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 62.5%; /*  base = 10 point */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/shared/bg.gif);
	color: #666666;
}

p, ul, ol, h2, h3, h4, h5, h6, table {
	margin: 0 5px 10px 0px;
	padding: 0;
}

p	{
	line-height: 1.4em;
}

h2	{
	font-size: 2.0em; /*  = 20 point */
	padding-bottom: 10px;
	color: #002E7A;
}

h3	{
	background-color:#fffff0;
	border-top: 1px #999999 dashed;
	border-bottom: 1px #999999 dashed;
	padding: 12px 0 12px 0;
	font-size: 1.7em; /*  = 17 point */
	color: #444;
	margin-top: 10px;
	text-transform:capitalize;
	
}

h4	{
	font-size: 1.5em; /*  = 15 point */	
	color: #444;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	padding: 8px 0 8px 0px;
	
}

h5	{
	font-size: 1.3em; /*  = 13 point */	
	color: #666;
	border-bottom: 1px #999999 dashed;
	padding: 0px 0px 3px 0px;
}

h6	{
	font-size: 1.2em; /*  = 12 point */	
	color: #666;

}

.continued	{
	font-size: 13px;
	color:#666666;
	font-weight:bold;
}

ol {
	margin-left: 40px
}

td {
	vertical-align: top;
	padding: 2px 8px 2px 0;
}
th {
	text-align: left;
}
dl {
	margin: 5px 10px 7px 0;
}

a:link,

a:visited {
	color: #002E7A;
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
}



/* Standard Classes
----------------------------------------------------------------------------------- */
.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 1px;
	font-size: 0px;
	width: 100%;
}
.superscript {
	vertical-align: super;
	font-size: 80%;
}
/* PITT BAR --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------ */

/* tweak this based on the images and colours */

#pitt-header {
	height: 49px;
	border-bottom: 1px solid #CCCCCC;}
	
	#p-link {
	display: block;	
	width: 2268px;
	height: 49px;
	background: url(../images/shared/pittbar/pitt.gif) top right no-repeat;
	margin-left: -2000px;}

#pitt-links {list-style-type: none;}
#pitt-links li {position: absolute; top:18px; height: 18px; overflow: hidden;}

#p-home {right:73px; width:56px;}
#p-find {right:8px; width:65px;}

#pitt-links a {
	display: block; 
	height: 18px; 
	margin-left: -2000px; 
	background-position: top right; 
	background-repeat:no-repeat;}
	
#p-home a {width:2056px; background-image: url(../images/shared/pittbar/p-home.gif);} 
#p-find a {width:2065px; background-image: url(../images/shared/pittbar/p-find.gif);}

/* CONTAINERS -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #FFF;
	color: #000;
	font-size: 1.2em; /*  = 12 point */
}

#main	{
	margin: 20px 0 0 0;
	position: relative;
}


/* SCHOOL HEADERS (SITE HEADER JPGS) ------------------------------------------- */
/* ----------------------------------------------------------------------------- */


/* School Header Area */
#home-header, #undergrad-header, #graduate-header, 
#bradford-header, #greensburg-header, #johnstown-header,
#archive-header, #titusville-header {
	display: block;
	margin: 0px;
	width: 960px;
	height: 180px;
	overflow: hidden;
}

#home-header   	{
	background:transparent url(../images/shared/siteids/id_home.jpg) no-repeat scroll right top;
}

#undergrad-header  	{
	background:transparent url(../images/shared/siteids/id_undergrad.jpg) no-repeat scroll right top;
}

#graduate-header   	{
	background:transparent url(../images/shared/siteids/id_graduate.jpg) no-repeat scroll right top;
}

#bradford-header   	{
	background:transparent url(../images/shared/siteids/id_bradford.jpg) no-repeat scroll right top;
}

#titusville-header  	{
	background:transparent url(../images/shared/siteids/id_titusville.jpg) no-repeat scroll right top;
}

#greensburg-header  	{
	background:transparent url(../images/shared/siteids/id_greensburg.jpg) no-repeat scroll right top;
}

#johnstown-header   	{
	background:transparent url(../images/shared/siteids/id_johnstown.jpg) no-repeat scroll right top;
}

#archive-header   	{
	background:transparent url(../images/shared/siteids/id_archive.jpg) no-repeat scroll right top;
}

/* School Header H1 */
#home-header h1, #undergrad-header h1, #graduate-header h1, 
#bradford-header h1, #greensburg-header h1, #johnstown-header h1,
#archive-header h1, #titusville-header h1 {
	display: block;
	margin-left: 24px;
	margin-top: 60px;
	color:#FFFFFF;
	font-size: 43px;
	line-height: 20px;
}

#undergrad-header h1 a {
	color:#FFFFFF;
	text-decoration: none;
}

#undergrad-header h1 a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

/* School Header H1 Bulletin */
#undergrad-header h1 a .bulletin  {
	color:#FFFFFF;
	font-size: 25px;
	font-weight: normal;
	position: relative;
	top: 14px;
	left: 3px;
}

#undergrad-header h1 a:visited .bulletin  {
	text-decoration: none;
	color:#FFFFFF;
}


/* MENU ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

#menu	{
	float: left;
	width: 230px;
	background-color: #dedede;
	color: #666666;
	margin: 0 0 0 30px; /* <<if adjusted, change in ie6 css*/
	padding: 0 15px 0 0;
	line-height: 1.5em;
}

#menu h2	{
	border-bottom: 1px #999999 solid;
	/*background-color: #d1d0a6;*/
	padding: 8px 0 5px 0;
	text-indent: 5px;
	color: #002E7A;
	margin: 0px;
	font-size: 1.4em;
	font-weight: 600;
}

#menu h3	{
	border-top: 1px #999999 dashed;
	color: #666666;
	font-size: 1.1em; /*  = 11 point */
	font-weight:bold;
	border-bottom: 1px #999999 dashed;
	background-color: #dedede;
	padding: 5px 0 5px 0;
}

#menu .inner, #content .inner	{
	padding: 10px;
}

#menu ul	{
	display:block;
	list-style-image: url(../images/shared/navarrow.jpg);
	margin-left: 20px;
	padding-top: 5px;
}

#menu .indent1{
	text-indent: 8px;
}

#menu a, #subnav a	{
	text-decoration:none;
}


#menu a:hover, #subnav a:hover	{
	text-decoration: underline;
}

/* SUBNAV ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

#subnav	{
	position: relative;
	width: 250px;
	padding: 0px 0px 15px 50px;
	float: right;
	background-color:#FFF;	
	display:inline-block;
	clear: none;
}

#subnav	p, #subnav p.blue {
	width: 200px;
	padding: 10px 0px 10px 10px;
	font-weight:bold;
	border-bottom: 1px #999999 dashed;
	background-color:#fffff0;
}

#subnav	p.blue {
	padding-top: 0px;
	background-color: #FFF; /*d7e2f4*/
	color: #002E7A;
	border-bottom: 1px #999999 solid;
	font-size: 1.4em;
}

#content #subnav ul {
	padding-left: 20px;
	width: 190px;
	/*list-style-image: url(../images/shared/bullet.jpg);*/
	line-height: 1.5em;
	clear: left;
}

#subnav	li {
	width: auto; 
	float: none;
	vertical-align: middle;
	padding-left: 3px;
}

/* CONTENT --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#content	{
	margin: 0 30px 0px 310px; /* <<if adjusted, change in ie6 and ie7 css*/
	color:#333;
}

#content ul {
	padding-left: 30px;
}

/* STYLED CHARTS  -------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#chart table	{
	text-align:left;
	vertical-align:middle;
	font-size: 1.2em; /*  = 12 point */
}

#chart table td	{
	height: 30px;
	padding: 5px 10px 5px 10px;
}

#chart table th	{
	color: #6b6a59;
	background-color: #deddbb;
	border-bottom: 2px #6b6a59 solid;
	font-weight: bold;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
}

#chart table th.textleft, table td.textleft	{
	text-align:left;
}


#chart table tr.alt	{
	background-color:#F1F1F1;

}

#chart table th.highlight, #chart table td.highlight, 	{
	background-color: #c6dcec;

}

#chart table td.total	{
	border-top: 3px #999999 solid;
	border-bottom: 3px #999999 solid;
	font-weight: bold;
	color: #333;
}

/* TABLE OF CONTENTS ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#tablecontents .section	{
	border-bottom: 1px #999999 dashed;
	padding: 10px 0 10px 0;
}

#tablecontents .sectionlast	{
	padding: 10px 0 10px 0;
}

#tablecontents h4	{
	border: none;
}

/* Go to top 
----------------------------------------------------------------------------------- */

#gototop {
	position: relative;
	top: 10px;
	left: 20px;
	width: 550px;
	font-size: 11px;
	padding-bottom:10px;
}

/* FOOTER ----------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------ */

#footer {
	width: 940px;
	padding: 4px 0 10px 0;
	margin: 0 auto;
	text-align: left;
	color: #333333;
	font-size: 11px;
	clear: both;
}

#footer a {color: #144880; text-decoration: none;}
#footer a:hover {text-decoration: underline;}