/* Library Layout Stylesheet */

@import "clickthru.css";

* {
	padding:0;
	margin:0;	
	list-style:none;
	border: 0;
}

body {
	font:62.5% Verdana, Arial, Helvetica;
	text-align:left;
	color:#333;
	margin:0;
}

#header {
	background:#FFFFFF;
	width:100%;
	height:5.5em;
	position:relative;
}

#main {
	background:url(../images/bg_blue_lines.gif) repeat;
	width:100%;
	z-index:2; /* Covers up annoying IE7 nav bar spacing issue. */
	border-top: .3em solid #254A70;
	position:absolute;	
}

#content {
	background: #FFF;
	width:93em;
	margin: auto;
	margin-top: 0;
	padding: .2em;
	clear: left;
}

/* Image for the David L Rice Library Logo */
#masthead {
	width: 100%;
	height:5em;
	position:relative;
	margin-bottom:0.1em;
	background:url('http://www.usi.edu/library/images/DLR_Header.jpg');
	line-height:1em;
}

/* Image for the nightshot of the library */
#masthead1 {
	width:100%;
	height:7em;
	position:relative;
	margin-bottom:0.1em;
	background:url('http://www.usi.edu/Library/images/masthead1.gif');
	line-height:14em;
}

/* Image for the Database pages */
#masthead2 {
	width:100%;
	height:7em;
	position:relative;
	margin-bottom:0.1em;
	background:url('http://www.usi.edu/library/images/boyinfrontofbooks.jpg');
	line-height:14em;
}

/* Image for the Faculty Services pages */
#masthead3 {
	width:100%;
	height:7em;
	position:relative;
	margin-bottom:0.1em;
	background:url('http://www.usi.edu/library/images/facultyheader.jpg');
	line-height:14em;
}

/* Image for the Quick Start pages */
#masthead4 {
	width:100%;
	height:7em;
	position:relative;
	margin-bottom:0.1em;
	background:url('http://www.usi.edu/library/images/ResearchGuides.jpg');
	line-height:14em;
}

/* Image for the Virtural Tour Page */
#masthead5 {
	width:100%;
	height:7em;
	position:relative;
	margin-bottom:0.1em;
	background:url('http://www.usi.edu/library/images/ReadingRoom3601.jpg');
	line-height:14em;
}

#menu, #addlinks { 
  	width: 24em;
  	float: left;
}

#menu ul, #addlinks ul { 
  	list-style: none; 
  	text-align: left; 
  	width: 24em;
} 

#menu li, #addlinks li { 
	margin: .2em; 
  	list-style: none; 
  	float: left;
  	width: 24em;
} 

#menu li a, #addlinks li a { 
	float: left; 
  	text-decoration: none;
  	width: 208px;
} 

#menu h2, #addlinks h2 {
	margin: 0;
}

#menu, #addlinks, .sidebaritem { 
	color: #000000
}
	
#menu li a:hover, #menu li a#selected, #addlinks li a:hover { 
  	width: 20.5em;
  	background-color: #F9F3D0;
  	color: #000000;
  	margin-left:-.5em;
  	padding: .08em .05em .05em .05em;
  	font-weight: bold;
  	font-size: 1.1em; 
}

#menu li a#selected1 {
	width: 14.3em;
	background-color: #EBEBEB;
  	color: #800000;
  	margin-left:-.5em;
  	padding: .08em .05em .05em .05em;
  	font-weight: bold;
  	font-size: 1.6em;
}

#menu li a#selected2 {
	width: 20.5em;
	background-color: #F9F3D0;
  	color: #000000;
  	margin-left:-.5em;
  	padding: .08em .05em .05em .05em;
  	font-weight: bold;
  	font-size: 1.1em;
}

#menu li a#selected3 {
	width: 20.5em;
	background-color: #F9F3D0;
  	color: #000000;
  	margin-left:-.5em;
  	padding: .08em .05em .05em .05em;
  	font-weight: bold;
  	font-size: 1.1em;
}

#breadcrumbs {
	width: 67em;
	float: right;
	height: 2em;
	margin-top: 0;
	padding-top: 1em;
	padding-left: 2.2em;
	background: transparent;
	color: #000;
	border-left:.1em solid maroon;
}

#breadcrumbs li {
	float: left;
	display: inline;
	margin-right: 1em;
}

#breadcrumbs a:hover {
	color:#A61E22;
	font-weight: bold;
}

#subContent {
	width: 22em;
	height: auto;
	margin-top: 2em;
	margin-left: 1em;
	float:left;
}

#colOne {
	float: right;
	width: 31em;
	height: auto;
	padding: 20px 30px 0 10px;
}

#colTwo {
	float: left;
	width: 32em;
	height: auto;
	margin-left: .6em;
	padding: 8px 5px 0 8px;
	border-left:.1em solid maroon;
}

#colOne h2, #colTwo h2 {
	font-size:2.5em;	
	line-height:1em;
	margin-bottom:0.5em;
}

#colOne h3, #colTwo h3 {
	font-size:1.5em;	
	line-height:1em;
	margin-bottom:0.5em;
}

#colOne p, #colTwo p {
	font-size:1.1em;
	line-height: 1em;
	margin: 0;
	margin-bottom:1em;
}

#colOne ul, #colTwo ul {
	list-style: none; 
  	text-align: left;
}

#colOne li, #colTwo li {
	font-size:1.1em;
	font-weight: bold;
	margin: .2em;
	padding: .08em .05em .05em .05em;
  	list-style: none;
}  	

#colOne li a:hover, #colTwo li a:hover {
	background-color: #EBEBEB;
  	color: #000000;
  	margin-left:-.5em;
  	padding: .08em .05em .05em .05em;
  	font-weight: bold;
  	font-size: 1.1em; 
}

#colOne a:hover, #colTwo a:hover {
	color:#772B1A;
	font-size:1.1em;
	padding: .08em .05em .05em .05em;
	text-decoration:underline;
}
	
#image {
	width: 67em;
	height: auto;
}

.article {
	width: 67em;
	float: right;
	height: auto;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 2.2em;
	font-size:1em;
	font-weight: normal;
	border-left:.1em solid maroon;
}

.article ul {
	width:63em;
	margin: 0 auto;
	line-height: 1.1em;	
}

.article li {
	width:63em;
	line-height: 1.1em;
}

.article a:hover {
	color:#772B1A;
	font-size:1.1em;
	text-decoration:underline;
}

.article ul li, #subContent ul li {
	text-decoration:none;	
}

.comments {
	position:absolute;
	right:3em;	
	bottom:3em;
}

.article .comments li {
	display:inline;
	margin:0;
	padding:1em;
	background:none;
}


.hr {
	width:55em;
	height:128px;
}

#footer {
	clear:both;
	background:#FFFFFF;
	height:7em;
	position:relative;
	padding-top: 1em;
	padding-left: 2em;
	border-top: .1em solid gray;
}

#footerbottom {
	background:#446d8c;
	width:100%;
	height:10em;
	position:relative;
}


/* Typography
---------------------------------------------------------*/

body {
	font:62.5% "Verdana"; /* Change this % to alter the size of the whole page */
	color:#333;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#F7BC5B;
	text-decoration:underline;	
}


p {
	font-size:1.1em;
	line-height: 1.3em;
	margin: 0;
	margin-bottom:1em;
	padding-right: 1em;
}

h1 {	
	font-size: 3em;
}

h2 {
	font-size:2.5em;	
	margin-bottom:0.5em;
}

h3 {
	font-size:1.5em;	
	margin-bottom:0.5em;
	line-height: 1.1em;
}

blockquote {
	padding-left:2em;
	margin-left:1em;	
}

.article li {
	font-size:1.1em;
	line-height: 2.2em;
}

.comments {
	font-size:0.95em;
}

#subContent h2 {
	font-size:1.3em;	
}

#subContent p {
	font-size:1.1em;	
}

#masthead p {
	color:#CF0;	
}

#masthead li a {
	font-size:1.2em;
	color:#000;
	text-decoration:none;
}

#footer {
	color:#CCC;
}

#footer a {	
	color:#000000;	
	text-decoration:none;
}

#footer a:hover {
	color:#A61E22;
	text-decoration:underline;
	font-weight: bold;	
}

#footer p {
	margin-bottom:0;
	line-height:1.5em;

}

/* Photo-Caption PZ3 CSS v080630 */

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap,
.noCap a:hover .PZ31cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */
