/*****************************************
 * Author: IU Office of Creative Services
 *
 * CSS for screen delivery
 *
 * The function of this stylesheet is to
 * control the layout and formatting of
 * the branding bar and footer.
 *
 * Except for the exceptions stated in
 * the README.txt document, none of the
 * styles in this document should be
 * modified.
 *
 * At the end of this document are
 * commented (i.e.: optional) styles that
 * you can enable to further control the
 * appearance of the IU branding bar and
 * footer.
 ****************************************/


/****************************************
 * General Formatting
 ****************************************/

/*body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	font-size: 84.5%;
	text-align: center;
	margin: 0;
	padding: 0;
}
img {
	display: block;
	border: 0;
}*/

/****************************************
 * Skip Navigation Container
 ****************************************/

#skipnav {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
#skipnav hr {
	display: none;
}

/****************************************
 * Branding Bar
 ****************************************/

#identity {
	background-color: #7d110c;
	float: left;
	padding-left: 20px;
	width: 100%;
	height: 44px;
}
#identity hr {
	display: none;
}
#identity #signature {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	float: left;
}
#identity #signature a {
	display: block;
	width: 250px;
	height: 44px;
	background: url(../images/iu_crimson.gif) no-repeat 20px 0;
	position: relative;
	left: -20px;
}
#identity #signature a img {
	display: none;
}

/****************************************
 * Footer
 ****************************************/

#footerIU_old {
	width: 100%;
	padding-top: 5px;
	margin: 10px 0 0 0;
	/*float:left;*/
	background-color: #ffffff;
	border-top: 1px solid #9C9C9C;
	font-size : .88em;
    font-family: Verdana, Arial, 'sans serif';
}
#footerIU_old hr {
	display: none;
}
#footerIU_old #copyright {
	/*float: left;*/
	width: 760px;
	/*margin: 0 auto;*/
	margin-left: 20px;
	text-align: left;
}
#footerIU_old #copyright a {
	color: #990000;
	text-decoration: none;
}
#footerIU_old #copyright a:hover {
	text-decoration: underline;
}
#footerIU_old #copyright #blockiu {
	width: 22px;
	height: 28px;
	float: left;
}
#footerIU_old #copyright #blockiu a {
	display: block;
	width: 22px;
	height: 28px;
	background: url(../images/blockiu_white.gif) no-repeat;
}
#footerIU_old #copyright #blockiu a img {
	display: none;
}
#footerIU_old #copyright #statement {
	margin: 0 0 0 30px;
	font-size: 85%;
	line-height: 250%;
}


/* Display the noscript date inline with
the rest of the copyright statement.
Keep to validate XHTML Strict */

.inline {
	display: inline;
}


/****************************************
 * Commented (Optional) Styles
 ****************************************/




/****************************************
 * Alternate White Branding Bar
 *
 * Uncomment this section to switch to a
 * multicolor (red and black) signature
 * with a white background and bar.
 ****************************************

#identity {
	background-color: #fff;
}
#identity #signature a {
	background: none;
	position: static;
}
#identity #signature a img {
	display: block;
}

*/


/****************************************
 * Alternate White Footer
 *
 * Uncomment this section to switch to a
 * white block IU, text, and links in the
 * IU footer. This should only be used
 * on pages with a black background
 * color (HEX: #000000).
 *
 * If your background color is IU crimson
 * (HEX: #7d110c), change the image
 * referenced below
 * to ../img/blockiu_red.gif.
 *
 * Otherwise, you should create a new
 * Web-optimized Block IU graphic from the
 * Photoshop file (../img/blockiu.psd).
 ****************************************

#footer #copyright a {
	color: #fff;
	text-decoration: underline;
}
#footer #copyright #blockiu a {
	background: url(../img/blockiu_black.gif) no-repeat;
}
#footer #copyright #statement {
	color: #fff;
}

*/


 /****************************************
 * Fluid Format
 *
 * Uncomment this section to give the
 * Web site a fluid width.
 ****************************************

body {
	text-align: left;
}
#identity #signature {
	width: auto;
	padding: 0 0 0 15px;
}
#content {
	width: auto;
	padding: 0 0 0 15px;
}
#footer #copyright {
	width: auto;
	padding: 7px 0 7px 15px;
}

*/
