/**
 * styles.css
 * Stylesheet for Audubon's Birds of America at the University of Pittsburgh
 * 
 * copyright (c) 2008 University Library System, University of Pittsburgh
 * January 2008
 *
 */

/* ____________________________________Basic Styles________________________________________*/

* {
	padding:0; 
	margin:0;
}

html { 
	min-height: 100%;   
	margin-bottom: 1px; }/* Fix for Firefox Scroll Bar */

body {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	font-family:  Geneva, Arial, Helvetica,sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}



/* ____________________________________Links________________________________________*/

a {
	text-decoration: underline;
}

a:link, a:active, a:visited, li a:link, li a:active, li a:visited {
	color: #707243;
}

a:hover, li a:hover  {
	color: #606239;
	text-decoration: underline;
	font-style: normal;
	background-color: #C7BE9A;
}

a img {
	border: 0px none;
	text-decoration:none;
}


/* ____________________________________Heading and Paragraph Styles________________________________________*/

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #707243;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: left;
	/* text-transform: uppercase; 
	font-variant: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #707243;*/
}

h2 {
	font-family:  Geneva, Arial, Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #707243;
	padding: 5px 0px;
}

h3 {
	font-family:  Geneva, Arial, Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #707243;
	padding: 5px 0px;
}

h4 {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #707243;
	padding: 5px 0 0 0;
}

h5 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #001E4C;
	padding: 5px 0px;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #37371C;
}

h6 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #37371C;
	text-transform: uppercase;
}

p {
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.5em;
}
p.active {
    color: #6f6e40;
    font-weight: normal;
    background-color: #c7be9a;
}

p.copyright{
	color:#333333;
	font-size:0.75em;
	text-align: left;
	line-height: 1em;
}
p.note{
	color:#333333;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: .8em;
}
td.volumetitles {
	color:#323326;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	padding:5px 0px;

}
	
tr.even {
	background-color:#F0E8D1;
}


.collectiontext_sm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	width: 125px;
}
.search_sm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
}


/* ____________________________________Layout________________________________________*/


#container {
	margin: 0 auto;
	background-color: transparent;
	width: 100%;
	min-height:100%;
	height: auto;
}

#header {
	margin: 0 auto;
	padding: 0px;
}


#pitt_id {
	color: #001E4C;
	width: 1000px;
	padding: 0px;
	height: 50px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#banner {
	width: 980px;
	padding: 0px;
	margin: 0 auto;
	background-color: #DAD3B7;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 250px;
}

#image_banner {
	width: 350px;
	padding: 0px;
	float:left;
	height: 250px;
}
#flash_banner {
	width: 600px;
	padding: 0px;
	float:right;
}

.image-fading{
	-webkit-animation:fading 10s infinite;
	animation:fading 10s infinite
}

.slides {display:none;}

#content {
	background-color: #DAD3B7;
	width: 980px;
	margin: 0px auto;
	clear: both;
	border: 10px solid #FFFFFF;
}


/* ____________________________________Content Column (Text)________________________________________*/

#leftcolumn {
	float:left;
	padding: 0;
	background: transparent;
	width: 600px;
}

#contentcolumn {
	width: 100%;
	background: transparent;
	margin: 10px 0 0 10px;
}

/* ____________________________________Right Column (Search Options)________________________________________*/

#rightcolumn {
	float: right;
	width: 320px;
	padding: 0 20px 0px 0;
}

#rightcolumncontainer {
	float: right;
	width: 100%;
	background-color: #F0E8D1;
	margin: 20px 0;
	padding:0 10px;
}

#rightcolumn div.section{
	margin: 10px;
}
#rightcolumn div.indentform{
	margin-left: 10px;
	padding-top: 5px;
}

#rightcolumn  p {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.2em;
	text-align: left;
}


#rightcolumn  p.noindent {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 0px;
}

#rightcolumn  p.noindent_sm {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #706F41;
	
}

#rightcolumn div.section a {
	text-decoration: underline;
}

#rightcolumn div.section a:link, #rightcolumn div.section a:active, #rightcolumn div.section a:visited, #rightcolumn div.section li a:link, #rightcolumn div.section li a:active, #rightcolumn div.section li a:visited {
	color: #67501A;
}

#rightcolumn div.section a:hover, #rightcolumn div.section li a:hover  {
	color: #606239;
	text-decoration: underline;
	font-style: normal;
	background-color: #D3CCAF;
}


/* ____________________________________Footer Sytles________________________________________*/

#footer {
	width: 1000px;
	color: #37371C;
	padding-bottom: 5px;
	height: 100px;
	background-color: transparent;
	margin: 0px auto 30px auto;
} 

#footer p{
	color:#dad3b7;
	font-size:0.75em;
	text-align: right;
	line-height: 1em;
}
#footer p.copyright{
	color:#dad3b7;
	font-size:0.85em;
	text-align: justify;
	line-height: 1.1em;
}

#footer div.left{
	float: left;
	width: 900px;
}

#footer div.right{
	float: right;
	width: 70px;
	padding-top: 8px;
}

#footer div.left a, #footer div.left a:link, #footer div.left a:active, #footer div.left a:visited  {
	color: #c7be9a;
	text-decoration: underline;
}

#footer div.left a:hover, #footer div.right a:hover {
	color: #acb079;
	background-color:transparent;
}

#clear {
	clear: both;
}
/* ____________________________________Navigation________________________________________*/

#navigation {
	height: 25px;
	margin: 15px auto;
	padding: 0;
}

ul#top_nav {
	float:left;
	margin: 0;
	padding: 0;
}

ul#top_nav li {
	position: relative;
	list-style: none;
	float: left;
	width: 95px;
	height: 25px;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	background-color: #6F6E40;
}

ul#top_nav li:hover, ul#top_nav a:hover,   ul#top_nav li a:hover {
	background-color: #978a56;
}

ul#top_nav li a, ul#top_nav a:link, ul#top_nav a:visited, ul#top_nav li a:link, ul#top_nav li a:visited {
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 0px;
	width: 83px;
	height: 15px;
	color:#F0E8D1;
	text-align:center;
}
/* ____________________________________Tables________________________________________
table {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #EA9A1C;
    border-bottom: 1px solid #EA9A1C;
}
table th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #EA9A1C;
}
table td {
	text-align: left;
	border-top: 1px dotted #EA9A1C;
	padding: 0.2em 0.5em;
}
table thead th {
    text-align: center;
    border-bottom: 1px solid #EA9A1C;
}
table th.Corner {
    text-align: left;
}
*/

#contentcontainer {
	background-color:#DAD3B7;
	padding: 0;
	margin: 0 0 20px 0;
}

#tablecontainer {
	width: 90%;
	margin: 0 0 0 15px;
}

#textcontainer {
	width: 575px;
	margin: 0 auto 20px auto;
}
table {
	border: none;
	color: #495E49;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}

table a:link, table a:visited, table a:active {
	background-color: transparent;
	color: #67501A;
	text-decoration: underline;
}

table a:hover {
	background: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}

table, td, th {
	margin: 0;
	padding: 0;
}

tbody td, tbody th {
	background-color: #E2E4D1;
	/* border-top: 3px solid #FFFFFF; */
	padding: 9px;
}

tbody tr.odd th, tbody tr.odd td {
	background-color: #CFD1B1;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ACB079;
}

tbody tr.volume th, tbody tr.volume td {
	background-color: #DAD3B7;
	color: #6F6E40;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	text-align: left;
	font-weight: normal;
}
tbody tr:hover td {
	background-color: #ACB079;
	color: #FFFFFF;
}

td, th {
	vertical-align: middle;
}

tbody tr.blank th {
	background-color: #DAD3B7;
	height: 5px;
}

tbody tr.titles th, tbody tr.titles td  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	background-color: #6F6E40;
	color: #F0E8D1;
}
