@charset "utf-8";

/*
	JSRCC Library Mobile Site
	July 2010 - ahartman@reynolds.edu
	
	With much thanks to VCU: erwhite@vcu.edu
	who in turn thanked duke university [http://library.duke.edu/mobile/]
	+ cal poly pomona [http://www.csupomona.edu/~library/mobile/] for code
*/

body { 
	color: #222222; 
	font-family: Arial, sans-serif; 
	font-size: small; 
	background: #eeeeee; 
	padding: 0;
	font-size:1.1em;
	line-height:1.3em;
}

p {
	color:#000000;
	font-size: small;
	font-weight: normal;
}

h1 { 
	color: #000000; 
	font-size: large; 
	font-weight: bold; 
}

h2 { 
	color: #000000; 
	font-size: medium; 
	font-weight: bold; 
	margin: 0; 
}

h3 { 
	font-size: medium; 
	font-weight: normal; 
}

h4 { 
	font-size: small; 
	font-style: italic; 
}

p, dt, dl { 
	margin: 3px 0 6px 12px; 
}

p, ol, ul { 
	line-height: 1.45em; 
}

a:link, a:active { 
	text-decoration: underline; 
	border: 0; 
	color: #8C0000; 
}

a:visited { 
	text-decoration: underline; 
	border: 0; 
	color: #336699; 
}

a:hover { 
	text-decoration: none; 
	border: 0; 
	color: #00305F; 
	background: #fcfeff; 
}

a img { 
	border: 0; 
}

.masthead { 
	width: auto; 
	background: #8C0000; 
	height: 24px; 
	margin:-8px; 
	padding:6px 6px; 
}

.masthead a { 
	font-size: 24px; 
	padding: 3px 3px 0 3px; 
	margin: 0;
}

.masthead a:hover { 
	background: #666666; 
	border-bottom: 2px solid #fcfeff; 
}

.breadcrumbs { 
	padding: 12px 6px 6px 0px; 
	font-size: medium; 
}

.footer { 
	border-top: 1px solid #DDDDDD; 
	font-size: 0.7em; 
	margin: 0 -6px; 
	padding: 6px;
	line-height:1.1em;
}

.feedback { 
	font-size: small; 
	color: #666666; 
	padding: 0; 
	margin: 0 0 12px 0; 
}

.feedback p { 
	margin: 0; 
	padding: 0; 
}

.feedback label { 
	font-weight: bold; 
}

.feedback input[type="submit"] { 
	padding: 0px 35px; 
	border: 2px outset #444444; 
}

input.hidden {
	display: none;
}

.formspacer {
	padding: 4px;
	clear: both;
}

.bold {
	font-weight:bold;
}

.bcnum { /* Breadcrumb numbers - show those w/ keypads which numbers to press for breadcrumb links */
	background: #8C0000;
	color: #fff;
	font-size: small;
	margin: .5em;
	padding: .25em;
}

