@charset "UTF-8";
/*
	Indiana University East stylesheet.
	Copyright 2009 The Trustees of Indiana University.

	Parts of this stylesheet are by IU Office of Creative Services.

	Table of contents:

	1.) Default element styles
	2.) Containers, columns and rows
	3.) Accessibility-related rules
	4.) Header-related rules
	5.) Navigation
	6.) Content-related rules
	7.) Footer-related rules
	8.) Homepage-specific rules
	9.) Utility classes
	10.) Overlay classes
*/


/*
	1.) Default element styles
---------------------------------------------------------------*/
body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; /* 16px -> 12px */
	background: #e0e0e0 url(../img/bg-body.png) repeat-y 50% 1px;
	color: #333333;
}

a {
	color: #990000;
	text-decoration: none;
}

a img, img {
	border: 0;
}

#row-content {
	background: url('/pub/img/bg-row-content.png') no-repeat;
}

#main p {
	margin-bottom: 1em;
	text-indent: 1em;
	font-size: 13px;
}

#main ul li {
	margin-bottom: 4px;
}

/*
	1.2) Table stylings
---------------------------------------------------------------*/

#main table {
	border-collapse: collapse;
	margin-top: 1em;
	empty-cells: show;
}

#main tr th {
	background: #ffbf8f;
	padding: 0.5em 0.5em;
	margin: 0;
	border: 2px solid #cc8c5c;
}

#main tr:first-child th {
	border-top: 2px solid #cc8c5c;
}

#main tr:first-child th[scope='col'] {
	border-left: none;
}

#main tr:first-child th:first-child[scope='col'] {
	border-left: 2px solid #cc8c5c;
}

#main tr:last-child th[scope='col'] {
	border-top: none;
	border-bottom: 2px solid #cc8c5c;

}
#main tr th[scope='col'] {
	border-top: 2px solid #cc8c5c;
	border-bottom: none;
}

#main tr th[scope='col']:last-child {
	border-right: 2px solid #cc8c5c;
}

#main tr th[scope='row'] {
	border-top: none;
	border-bottom: 2px solid #cc8c5c;
	border-left: 2px solid #cc8c5c;
	border-right: none;
	padding: 0 1em;
}

#main tr:first-child th[scope='row'] {
	border-top: 2px solid #cc8c5c;
}

#main tr td {
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
	line-height: 1.2em;
	padding: 0.5em;
	margin: 0;
}

#main tr.last td {
	border-bottom: none;
}

#main tr td:first-child {
	border-left: 2px solid #ddd;
}

#main tr:first-child td {
	border-top: 2px solid #ddd;

}

/*
	2.) Containers, columns and rows
---------------------------------------------------------------*/

#row-top {
	background: #7D110C;
}

#row-bottom {
	background: #ac2f2f;
}

#top {
	margin: 0 auto;
	width: 940px;
	position: relative;
	height: 76px;
	text-align: left;
}

#bottom {
	margin: 0 auto;
	width: 940px;
	position: relative;
	text-align: left;
	height:38px;
}

#row-nav {
	background: #7a7a7a;
	border-bottom: 1px solid #fff;	
}

#nav-top {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	height: 29px;
	text-align: left;
}

#main-wrap {
	background:  url(/pub/img/bg-row-content.png) 50% 0 no-repeat;
}

#content-wrap {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	background: url(/pub/img/bg-content-t2.png) repeat-y 50% 0;
	padding: 0 20px;
	padding-bottom: 20px;
	position: relative;
}

#content {
	padding: 0 8px;
	margin: 0 0 0 190px;
	min-height: 562px;
}

#content-foot {
	text-align: left;
	width: 940px;
	padding: 0 20px;
	margin: 0 auto;
	background: url(/pub/img/bg-content.png) repeat-y 50% 0;
}


/*
	3.) Accessibility-related rules
--------------------------------------------------------------------*/

#skipnav {
	display: none;
	visibility: hidden;
}

.accessible_hide {
	display: block;
	position: absolute;
	left: -10000px;
}

/*
	4.) Header-related rules
--------------------------------------------------------------------*/

#top {
	height:76px;
	margin:0pt auto;
	position:relative;
	text-align:left;
	width:940px;
}

#top h1#logo {
	margin: 0 0 0 0px;
	height: 76px;
}

#logo a {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	width: 330px;
	height: 76px;
/*	background: url(../img/logo-iue.png) no-repeat 0 50%;*/
	background: url(/pub/img/home/title2.gif) no-repeat scroll 0%;
}

#top-tools {
	position: absolute;
	right: 0;
	/*top: 40px;*/
	/*left:545px;*/
	top:30px;
	left:648px;
}

#browseralert {
	display: none;
}

#top-links {
	list-style: none;
	/*position: absolute;
	/*right: 158px;*/
	/*top: 5px;*/
	/*width: 200px;*/
	width:140px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#top-links li {
	float: right;
	display: block;
	padding: 0 8px;
}

li.top-links-sitemap {
	border-left: 1px solid #fff;
}

#top-links a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#top-search {
	position: absolute;
	right: 0;
	top:0;
	width: 153px;
	left:140px;
}

#top-search fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#top-search-query {
	width: 110px;
	height: 18px;
	padding: 4px 0 0 5px;
	float: left;
	margin: 0 8px 0 0;
	border: 0;
	font-size: 12px;
	color: #444444;
	background: url(/pub/img/top-search-query.png) no-repeat #fff;
}

#top-search-go {
	background: #333333;
	color: #fff;
	border: 0;
	cursor: pointer;
	width: 27px;
	height: 22px;
}

/*
	5.) Navigation
		5.1) Top Navigation
--------------------------------------------------------------------*/

#nav-top li {
	display: block;
	float: left;
}

#nav-top li a {
	display: block;
	height: 29px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(/pub/img/nav-top.png);
}

li#nav-top-admissions a {
	width: 166px;
	background-position: 0 0;
}

li#nav-top-admissions a:hover {
	background-position: 0 -29px;
}

li#nav-top-academics a {
	width: 147px;
	background-position: -166px 0px;
}

li#nav-top-academics a:hover {
	background-position: -166px -29px;
}

li#nav-top-campuslife a {
	width: 160px;
	background-position: -313px 0px;
}

li#nav-top-campuslife a:hover {
	background-position: -313px -29px;
}

li#nav-top-athletics a {
	width: 136px;
	background-position: -473px 0px;
}

li#nav-top-athletics a:hover {
	background-position: -473px -29px;
}

li#nav-top-offices a {
	width: 124px;
	background-position: -609px 0px;
}

li#nav-top-offices a:hover {
	background-position: -609px -29px;
}

li#nav-top-online a {
	width: 205px;
	background-position: -734px 0px;
}

li#nav-top-online a:hover {
	background-position: -734px -29px;
}

/*
	5.) Navigation
		5.1) Available Hours
--------------------------------------------------------------------*/

#availability {
	display: block;
	width: 185px;
	padding-left: 5px;
	margin-top:20px;
}
#availability h3 {
	height: 24px;	
	padding-top: 3px;
	border: 0;
	font-size: 20px;
	margin: 0;
	padding-bottom: 3px;
	padding-left: 10px;
}

#availability ul { 
	width: 180px;
	padding-left: 10px;
}
#availability ul li {
	display: block;
	width: 180px;
}
#availability ul {
	border-bottom: none;
}

/*
	7.) Footer-related rules
--------------------------------------------------------------------*/

#home-content-foot-lists,
#content-foot-lists {
	background: #efefef url(/pub/img/bg-content-foot.png) 0 100% repeat-x;
}

#content-foot-lists {
	border-top: 11px solid #000;
}

dl.content-foot-column {
	float: left;
	padding: 15px 0 10px 20px;
	margin: 0;
	width: 136px;
}

dl.content-foot-column dt {
	font-size: 1.1667em; /* 12px -> 14px */
	line-height: .857em; /* 14px -> 12px */
	margin: 0 0 .571em; /* 14px -> 8px */
}

dl.content-foot-column dd {
	padding: 0;
	font-size: .917em; /* 12px -> 11px */
	line-height: 1.091em; /* 11px -> 12px */
	margin: 0 0 .4545em 0; /* 11px -> 5px */
}

#content-foot-hot {
	float: right;
}

#content-foot-hot dt {
	background: url(/pub/img/bg-content-foot-hot.png) no-repeat 0 0;
	margin: -15px 0 3px -20px;
	color: #fff;
	padding: 15px 0 5px 20px;
}


#content-foot-bottom {
	clear: both;
	background: #fff;
	padding: 1em 0 1.2em;
}

.bottom-block_iu img {
	border: 0;
	float: left;
	margin: 0 5px 0 20px;
}

.bottom-text {
	padding: 9px 0 0 6px;
	display: block;
	color: #3a3a3a;
	font-size: .916em; /* 12px->11px */
}

/*
	9.) Utility classes
--------------------------------------------------------------------*/

.clear { clear: both; }
.clearfloat { clear: both; font-size: 1px; height: 0; line-height: 0; }

.nomargin {	margin: 0; }

.nopadding { padding: 0; }

.float_left { float: left; }

.float_right {float: right; }

.hidden {
	display: none;
}
.clearing {
	clear: both;
	height: 0;
}

.printonly { display: none; }
.ieonly { visibility: hidden; }

#alphalinks {
	position: fixed;
	bottom: 0;
	height: 45px;
	width: 730px;
	margin-top: 5px;
	background-color: #FFF;
	border-top: 1px solid #999;
}
#alphalinks ol {

}
#alphalinks ol li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#alphalinks ol li a {
	border-right: 1px solid black;
	padding-right: 6px;
	margin-right: 4px;
}
#alphalinks ol li a.last {
	border-right: none;
}
.default {
	color: #AAA;
	font-style: italic;
}
.tooltip {
	display: none;
	position: absolute;
}
.error {
	color: red;
}
.readonly {
	background-color: #DDD;
	border: 1px solid #AAA;
}

/*
	10.1) Bug Reporter
--------------------------------------------------------------------*/
#bug-background {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 1;
}

#bug-wrapper {
	position: fixed;
	top: 15px;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	z-index: 2;
}

#bug-reporter {
	width: 750px;
	margin: 2em auto;
	padding: 0.1em 1em 1em;
	background: #fff;
	border: 2px solid #7d110c;
}

#bug-reporter textarea {
	width: 25em;
	height: 5em;
}

#existing-bugs {
}

#buglist {
	overflow:scroll;
	text-align: left;
	height: 150px;
}
dl#buglist dt {
	font-weight: bold;
	display: inline;
	margin-right: 15px;
	clear: left;
	float: left;
}
dl#buglist dd {
	margin-left: 10px;
}
dl#buglist dd em {
	color: #999;
}
/*
	10.2) Faculty Overlays
--------------------------------------------------------------------*/
#faculty_bio_sketch, #overlay_close {
	width: 800px;
	margin: 0 auto;
	padding: 8px;
	border: 3px solid #999;
}
#faculty_bio_sketch {
	height: 400px;
	background-color: white;
	text-align: left;
	overflow: scroll;
}
#overlay_close {
	display: block;
	height: 25px;
	font-size: 18px;
	background-color: #999;
	color: #DDD;
	text-align: right;
}
#overlay_close:hover {
	background-color: #AAA;
	border: 3px solid #AAA;
	color: #EEE;
}

#faculty_bio_sketch_photo {
	z-index: 10; 
	width: 200px;
	height: 240px;
	clear: right;
	float:right;
}

#faculty_bio_sketch h3, #faculty_bio_sketch h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#faculty_bio_sketch h3 {
	margin: 0; 
	padding: 0;
	font-size: 24px;
}
#faculty_bio_sketch h4 {
	margin-top: 6px;
	font-size: 16px;
}
#faculty_bio_sketch h4 {
	margin-top: 6px;
	font-size: 16px;
}
#faculty_bio_sketch h5 {
	font-size: 14px;
}
#faculty_bio_sketch h6 {
	font-size: 13px;
}
#faculty_bio_sketch p {
	margin-top: 4px;
}
#faculty_bio_sketch ul li {
	padding-bottom: 5px;
}
