/***************************************** 
 * Author: IU Office of Creative Services
 *
 * CSS for all pages
 ****************************************/
 
/****************************************
 * General Formatting
 ****************************************/

body {
	background: #fff;
	color: #000;
	text-align: center;
	margin: 0 0 13px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.692em;
	font-size: 0.813em;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
img {
	border: none;
}
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
td, th {
	vertical-align: top;
}

/****************************************
 * Skip Navigation Container
 ****************************************/

#skipnav, #skip1, #skip2, #skip3, #skip4, #skip5, #skip6, #skip7 {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
#skipnav hr {
	display: none;
}

/****************************************
 * Branding Bar
 ****************************************/

#identity {
	background-color: #7d120c;
	width: auto;
	height: 44px;
	padding: 0 0 0 15px;
	text-align: left;
}
#identity hr {
	display: none;
}
#identity #signature a {
	display: block;
	width: 250px;
	height: 44px;
	background: url(../images/interior/iu_crimson.gif) no-repeat 20px 0;
	position: relative;
	left: -20px;
}
#identity #signature-iub a {
	display: block;
	width: 250px;
	height: 44px;
	background: url(../img/iu_crimson.gif) no-repeat 20px 0;
	position: relative;
	/*left: -10px;*/
}
#identity #signature #signature-iub a img {
	display: none;
}

#content {
	text-align: left;
	margin: 33px 20px 0 20px;
}
#content h1 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.846em;
}
#content h2 {
	margin: 6px 0 17px 0;
	padding: 0 0 10px 0;
	font-size: 2.077em;
	line-height: 1.111em;
	font-weight: normal;
	border-bottom: 1px solid #c8c1b5;
}
#content h3 {
	font-size: 1.692em;
	font-weight: normal;
	margin: 15px 0;
	padding: 0;
}
#content #web h3 {
	margin: 20px 0 0 0;
	padding: 0;
}
#content #web p {
	margin: 0;
	padding: 0;
}
#content #publishdate {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#content #utilities ol li {
	display: none;
}

#content .photocaption {
	border: 1px solid #afa497;
	float: left;
	font-size: 0.846em;
	line-height: 1.455em;
	margin: 5px 20px 5px 0;
}
#content .photocaption p {
	margin: 9px 12px;
	padding: 0;
}
#content .info {
	border-top: 1px solid #c8c1b5;
	padding: 8px 0 0 0;
	margin: 20px 0 0 0;
}

/****************************************
 * Music Print Header
 ****************************************/
 #printheader {
 	background:#e7e8ea;
	height:68px; 
	 border-bottom:9px solid #6d6e72;
 }
 
 #printimage {
 	float:left;
 }

/****************************************
 * Footer
 ****************************************/

#footer {
	clear: both;
	width: auto;
	margin: 30px auto 0 auto;
	text-align: left;
	padding: 7px 0 7px 15px;
}
#footer hr {
	display: none;
}
#footer a {
	color: #990000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #blockiu {
	width: 22px;
	height: 28px;
	float: left;
}
#footer #blockiu a {
	display: block;
	width: 22px;
	height: 28px;
	background: url(../images/interior/blockiu_white.gif) no-repeat;
}
#footer #blockiu a img {
	display: none;
}
#footer #statement {
	margin: 0 0 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.833em;
	line-height: 3em;
}