/***************************************** 
 * Author: IU Office of Creative Services
 * CSS for screen delivery
 ****************************************/
 
/* REDEFINED STYLES */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	/* IE5.x uses this */
	font-size: x-small;
	/* IE5.x is confused by this */
	voice-family: "\"}\"";
  	voice-family: inherit;
	/* Modern browsers use this */
  	font-size: small;
}
/* Be Kind to Opera rule */
html>body {
	font-size: small;
}
* {
	margin:0;
	padding:0;	
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 115%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
img {
	border: 0;
}
acronym {
	border-bottom: 1px dashed #900;
	text-decoration: none;
} 
 
/* CUSTOM STYLES */ 

/****************************************
 * Skip Navigation Container
 ****************************************/

#skipnav {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
#skipnav hr {
	display: none;
}

/****************************************
 * Branding Bar
 ****************************************/

#identity {
	background-color: #7d120c;
	width: auto;
	height: 44px;
}
#identity hr {
	display: none;
}
#identity #signature {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#identity #signature a {
	display: block;
	width: 250px;
	height: 44px;
	background: url(../img/iu_crimson.gif) no-repeat 20px 0;
	position: relative;
	left: -20px;
}
#identity #signature a img {
	display: none;
}

/****************************************
 * Background
 ****************************************/

#wrapper {
	width: auto;
	background: #b4b4b4 url(../img/wrapperbg.gif) repeat-x left top;
}


/****************************************
 * Header
 ****************************************/

#header {
	padding: 18px 0 15px 18px;
	margin: 0;
	background-color: #fff;
	font-size: 82%;
}
#header h1 {
	font-size: 220%;
	padding: 0 0 5px 0;
}
#header h2 {
	font-size: 160%;
	padding: 5px 0;
	text-transform: uppercase;
	color: #666;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
}


/****************************************
 * Content
 ****************************************/

#main {
	width: 770px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: left;
	background: #e5e5e5 url(../img/contentbg.gif) repeat-y top left;
}

#content {
	width: auto;
	margin: 0 290px 0 0;
	padding: 15px 0 10px 18px;
}
#content p {
	margin: 0px;
}
#content ul {
	margin: 15px 0 15px 35px;
}
#content .photobox {
margin: 0 0 20px 0;
}

/****************************************
 * Right Column
 ****************************************/
 
#column {
	float: right;
	margin: 15px 15px 0 0;
	padding: 0;
	width: 242px;
}
*html #column {
	margin: 0 7px 0 0;
}

.box {
	height: auto;
	margin: 0 0 15px 0;
}

#column #caption {
	background-color: #fff;
	font-size: 85%;
	line-height: 125%;
	padding: 0 0 8px 0;
	text-align: center;
}
#column #caption img {
	margin: 0;
	padding: 0;
}
#column #caption p {
	margin: 7px 10px 0 10px;
	padding: 0;
	text-align: left;
}

#column #resources {
	background-color: #6d6e70;
	color: #fff;
	padding: 13px 10px 10px 10px;
}
#column #resources ul {
	list-style: none;
	margin: 10px 0 10px 0;
}
#column #resources ul li {
	line-height: 1.3em;
	padding: 6px 0;
}
#column #resources ul li a {
	color: #fff;
}
#column #resources h3 {
	color: #e5e5e5;
	font-size: 130%;
}
#column #resources h4 {
	color: #e5e5e5;
	font-size: 120%;
	margin: 15px 0 0 0;
}

#column #iu_notify {
	background-color: #7d120c;
	background-image: url('../img/IUNotifyIconBackground.jpg');
	color: #ffffff;
	font-size: 90%;
	padding: 50px 10px 0px 10px;
}

#column #iu_notify p{
	padding-bottom:10px;
}
#column #iu_notify a {
	color: #ffffff;
	text-decoration: none;
}

.contentbox {
	background-color: #fff;
	margin: 10px 0 0 0;
	padding: 10px;
}
.contentbox img {
	padding: 4px 8px 0px 0px;
	margin:0;
}
.statusbox {
	background-color: #fff;
	font-size: 85%;
	line-height: 125%;
	padding: 12px;
	margin: 0 0 15px 0;
	
}
.statusbox img {
	border: 1px solid #B4B4B4;
	margin: 10px 0 0 0;
	padding: 5px;
}
.statusbox h4 {
	font-size: 150%;
	line-height: 100%;
}
.statusbox ul {
	margin: 10px 0 0 15px;
	padding: 0;
}
.statusbox ul li {
	line-height: 1.2em;
	padding: 3px 0;
}
.statusbox p {
	margin: 10px 0 0 0;
}


/****************************************
 * Footer
 ****************************************/
 
.clear {
	clear: both;
} 

#footer {
	clear: both;
	color: #fff;
	background-color: #000;
	width: auto;
	margin: 3px 0 0 0;
	padding: 5px 0 0 0;
}
#footer hr {
	display: none;
}
#footer #copyright {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#footer #copyright a {
	color: #fff;
	text-decoration: none;
}
#footer #copyright a:hover {
	text-decoration: underline;
}
#footer #copyright #blockiu {
	width: 22px;
	height: 28px;
	float: left;
}
#footer #copyright #blockiu a {
	display: block;
	width: 22px;
	height: 28px;
	background: url(../img/blockiu_black.gif) no-repeat;
}
#footer #copyright #blockiu a img {
	display: none;
}
#footer #copyright #statement {
	margin: 0 0 0 30px;
	font-size: 85%;
	line-height: 250%;
}

/****************************************
 * General Purpose Classes
 ****************************************/
 
.right {
	float: right;
}
.date {
	font-size: 80%;
	text-transform: uppercase;
	color: #666;
}
.article {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.article .photobox {
	overflow: hidden;
}
.article img {
	float: left;
	margin: 5px 15px 10px 0;
}
.article .caption {
	background-color: #fff;
	font-size: 85%;
	margin: 15px 0;
	padding: 0 0 8px 0;
	line-height: 125%;
	text-align: center;
}
.article .caption img {
	margin: 0 0 5px 0;
	padding: 0;
}
.article .caption p {
	margin: 7px 10px 0 10px;
	padding: 0 10px 0 10px;
	text-align: left;
}

/******** FAQ styling *********/

#content .question {
	background: #FFF; /* #BBB */
	color: #990000;  /* #25575f */
	display: block;
	width:445px;
	font-weight: bold;
	left: 0;
	line-height: 1.250em; /* 20px */
	padding: 8px 8px 8px 8px;
	margin: 0;
	position: relative;
	top: 0px;
	cursor:pointer;
	margin-bottom:5px;
	
}

#content .question h4{
	margin-top:10px;
	
}
#content .answer {
	width:437px;
	background-color:#FFFFFF;
	border: 0px solid #333333;
	margin: 0px 0px 23px 0px;
	padding: 12px;
}
#content .answer h5 {
	font-size: 13px;
	margin: 10px 0 0 0;
}

/******** Campus status styling *********/

.statusbox img
{
	
	margin:0;
	
	padding:0; 
}
div.campus_status_messages {
	text-align:left;
	margin:0,5px.0,5px;
	padding:0;

}


/********Other styling *********/

.uimglink{
	padding-top:5px;
}

fieldset {
	border:0px;
	margin:0px;
	padding:10px;
}