/**
 * padl.css
 *
 *
 * Pennsylvania Digital Library stylesheet.
 *
 * $Id: padk.css,v 2.0 2012/02/29 jheckman Exp $
 */

/**
 * Common HTML elements
 */
 
html {
	height: 100%;
}
		
div {
	line-height: 140%;
	text-align: left;
}

body {
	background-color: #EBE9D1;
	color: #111;
	font-family: "lucida grande", verdana, tahoma, arial;
}


a:link {
	color: #0A246A;
}

a:active {
	color: #8298B1;
	background-color: transparent;
	text-decoration: underline;	
}

a:visited {
	color: #0A246A;
	background-color: transparent;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8298B1;
}

input.defaultButton {
	background-color: #0A246A;
	color: #FFF;
	border-top: 1px #CCC solid;
  border-left: 1px #999 solid;
  border-bottom: 1px #333 solid;
  border-right: 1px #000 solid;
	font-weight: bold;
}

/**
 * Basic record layout styles
 */
 
.title {
	color: #897843;
	font-weight: bold;
	text-transform: uppercase;
}

.recordContents {
	padding-left: 1em;
	padding-bottom: 1em;
}

/**
 * Main layout elements
 */

#container {
	width: 800px !important;
	height: auto;
	line-height: 125%;
	text-align: center;
	background-color: transparent;
}

#footer {
	/*width: 800px;*/
	width: 900px;	
	text-align: left;
	font-size: 0.6em;
	color: #6699FF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	height: 100%;
	background-color: #ebe8d0;
	background-image: url(/images/footer_bg2.png);
	background-repeat: no-repeat;
}


#header {
	/*width: 800px;*/
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: #ebe9d1;
}

#header h1 {
	font-family: "lucida grande", verdana, tahoma, arial;
	font-weight: normal;
	margin: 0 auto;
	padding: 0em;
	font-weight: normal;
	font-size: 0px;
	text-align: center;
}


#body {
	/*width: 800px;*/
	width: 870px;
	min-height: 100%; 
	border: 0px solid #D2D2D2;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*background-color: transparent;*/
	background-color: #fff;
	/*background-image: url(/images/container_bg2.gif);*/
	background-repeat: repeat-y;
	overflow: hidden;
	}


#main {
	/*width: 550px;*/
	width: 650px;
	min-height: 100%;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: .5em;
	overflow: hidden;
	background: #fff;
}

#main h2 {
	margin: 0em 0em 0.5em 0em;
	padding-top: 0.5em;
	font-family: "lucida grande", verdana, tahoma, arial;
	font-weight: normal;
	text-transform: uppercase;
}

#sidebar {
	background-color: transparent;
	border: 0px #666 dotted;
	padding: 0px;
	margin-right: 30px;
	font-size: 1em;
}


#navbar {
	margin-right: 0;
	padding-bottom: 0.5em;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B29D61;
}


#breadcrumb {
	padding-top: 1em;
	font-size: 0.7em;
}


#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.7em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B29D61;
}

#content h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: "lucida grande", verdana, tahoma, arial;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.35em;
	padding: 0;
}

#content h4 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: "lucida grande", verdana, tahoma, arial;
	font-weight: normal;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-weight: bold;
	font-size: 1em;
}


/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}

/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
	text-transform: uppercase;
}

/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}

/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}
