@charset "utf-8";
/* CSS Document */


/**
 * styles.css
 * Stylesheet for Pittsburgh and Beyond: The Experience of the Jewish Community (National Council of Jewish Women Oral History Collection at the University of Pittsburgh)
 * 
 * copyright (c) 2008 University Library System, University of Pittsburgh
 * September 2008
 *
 */

html { 
	min-height: 100%;   
	margin-bottom: 1px; /* Fix for Firefox Scroll Bar */
}
body {
	background-color: #ffffff;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/* ------------------------------- Basic Text ------------------------------- */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	padding: -100px 0px 0px 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
h2.sidebaredit {
	padding-left:15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 50px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding: 20px 0px 0px 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 20px 0px 0px 0px;

}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626397;
	margin: 0px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #385B6F;
	padding: -100px 0px 0px 0px;
	margin: 0px 0px -8px 0px;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
}
h6.smaller {
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.small {
	font-size: 10px;
	padding: 0;
	margin: 0px 20px 20px 0;
	text-align: right;
	color: #4F831B;
}
.small_left {
	font-size: 11px;
	padding: 0;
	margin: 5px 0 20px 0;
	text-align: left
}
a/* ------------------------------- Links ------------------------------- */

 {
	text-decoration: underline;
	color: #013366;
}


a:active {
	text-decoration: underline;
	color: #ACD846;
}


a:visited {
	text-decoration: underline;
	color: #9193AC;
}

a:hover {
	text-decoration: none;
	color: #77AD20;
}

a img {
	border: 0px none;
	text-decoration:none;
	background-color: transparent;
}

/* ------------------------------- Layout ------------------------------- */

#container { 
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #fff;
	padding: 0;
	margin-bottom: 0px;
} 
#pitt_navi {
	height: 50px;
	padding: 0px 3px;
	background: #fff;
}
#banner {
	margin: 0px 3px 5px 3px;
	background-color: #003366;
}

#content {
	margin: 20px 3px 10px 3px;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	background-position: left;
	min-height: 250px;
}

#sidebar {
	float: left;
	width: 155px;
	margin: 0px;
	background-color: transparent;
}
.section {
	margin: 30px 15px 0px 15px;
}
.space{
	padding: 40px 0 0 0;
}
.extraspace{
	padding: 100px 0 0 0;
}
.lotsofextraspace{
	padding: 200px 0 0 0;
}
#main {
	padding: 10px 0 0 175px;
} 
#info_quote {
	margin: 0px 0px 10px 20px;
	width: 200px;
	float: right;
	border: 1px solid #013366;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #003366;
	margin: 0px 3px 800px 3px;
	clear:both;
	height: 30px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
}
#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #ACD846;
}
#footer a.img {
	text-decoration: none;
	color: transparent;
	margin-left: 10px;
}
#footer  .right{
	float: right;
	margin-top: 5px;
} 
#footer  .left{
	float: left;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* --------------------------------Search-------------------------------*/
.searchbarbtn{
	text-align: center;
	background-color: #003366;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	padding: 0px;
}

/* ____________________________________Navigation________________________________________*/


#navigation {
	width: 780px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 25px;
}

ul#top_nav {
	float:left;
	margin: 0;
	padding: 0;
	background: #fff;
}

ul#top_nav li {
	list-style: none;
	margin: 0 0px 0px 0;
	float: left;
	width: 150px;
	padding:0px 3px;

}

ul#top_nav li a {
	display: block;
	text-decoration: none;
	padding: 0px;
	width: 150px;

}

/* ____________________________________Tables________________________________________*/

table.timeline {
	border: none;
	color: #495E49;
	text-align: left;
	border-collapse: collapse;
	margin-top: 15px;
}
table.names{
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #385B6F;
	background-color: transparent;
	text-indent: 0px;
	width: 97%;
}
table.address {
	width: 500px;
}
table.address tr td {
	padding-left: 100px;
}
table.expandable {
	border:0;
	width:97%;
}

table, td {
	margin: 0;
	padding: 0;
}

tbody td {

}

.timeline tr.odd td {
	background-color: #F1F1F8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9E9DC7;
	padding: 12px 0px;
}

.timeline tr td {
	background-color: #DCDCED;
	padding: 12px 0px;
}
.timeline tr:hover td, .timeline tr:hover h5 {
	background-color: #003366;
	color: #FFFFFF;
}

.timeline tr:hover a {
	color: #77AD20;
}


.timeline a:link  {
	background-color: transparent;
	color: #003366;
	text-decoration: underline;
}

.timeline a:hover, .timeline a:visited, .timeline tr:hover a {
	background: transparent;
	color: #77AD20;
	text-decoration: underline;
}



/* ____________________________________table font styles________________________________________*/

table p {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #32556B;
	font-weight: bold;
	padding: 0px;
	font-size: 14px;
	text-transform: uppercase;
}

p.italic {
	font-weight: normal;
	font-style:italic;
	padding: 0px 0px 5px 20px;
	font-size: 11px;
	text-transform: none;
}
.italic_nopad {
	font-weight: normal;
	font-style:italic;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 12px;
	text-transform: none;
}
p.normal{
	font-weight: bold;
	font-style:normal;
	padding: 10px 0px 5px 20px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
}

ul {
	margin-left: 0px;
	padding-left: 70px;
	font-size: 11px;
	line-height: 15px;
	margin: 3px 0px 5px 0px;
	list-style-image: none;
	list-style-type: disc;
}

/* ____________________________________table cell styles________________________________________*/

.names tr td:hover{
	background-color: #fff;
}


.names tr td {
	width: 33%;
	text-align: left;
	vertical-align: middle;
	background-color: #E2EBF3;
	height: 3em;
	padding-left: 10px;

}
	
	

/* ____________________________________table "shading"_______________________________________*/
tr.odd td {
	background-color: #CDDDE9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8BA7B4;
}
tr.odd_btmbrd td {
	background-color: #CDDDE9;
	border-top: 0px;
	border-bottom: 1px solid #8BA7B4;
}
tr.odd_topbrd td {
	background-color: #CDDDE9;
	border-top: 1px solid #8BA7B4;
	border-bottom: 0px;
}
tr.odd_nobrd td {
	background-color: #CDDDE9;
	border-top: 0px;
	border-bottom: 0px;
}
tr.normal_nobrd td {
	background-color: #E2EBF3;
	border-top: 0px;
	border-bottom: 0px;
}
tr td.empty   {
	background-color: #fff;
	border-bottom: 1px solid #fff
}


/* ____________________________________names table links________________________________________*/
.names tr td a:hover{
	color: #77AD20;
	text-decoration: underline;
}
.names tr td a   {
	text-decoration: none;
}

/* ____________________________________javascript hiding info________________________________________*/


a.itemEven {
	display: block;
	background-color:#E2EBF3;
	margin:0px;
	padding:7px 0 0 0;
	text-decoration: none;
	font-size: 14px;
	text-transform: none;
	height: 2em;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBFCFD;
}
a.itemOdd {
	display: block;
	background-color:#CDDDE9;
	margin:0px;
	padding:7px 0 0 0;
	text-decoration: none;
	font-size: 14px;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95B7D0;
	height: 2em;
}

a.itemOdd:hover, a.itemEven:hover {
background-color:#FFFFFF;
}

#menu {
	position: relative;
	width:100%;
	background-color:#FFFFFF;
	padding:2px;
}

#menu div {
	margin:10 px;
	background-color: #EEEEEE;
	padding: 5px 0px;
	background-image: url(images/menu_div_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.expandable tr td {
	width: 50%;
	text-align: left;
	vertical-align: top;
}

