@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background: #7D110C/*#6D6E70*/;
	font-size: 84.5%;
}
.auraltext
{
position: absolute;
   clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
   clip: rect(1px, 1px, 1px, 1px);
   overflow:hidden;
   width:1px;
   height:1px;
}
.auraltext:focus {
	position:static !important;
   width:auto;
   height:auto;
   outline: thin dotted;
	font-size:1em;
	color:#FFFFFF;
}
.enlarge {
	font-size: 150%;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
h1
{
	font-size: 220%;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

.thrColElsHdr #container { 
	width: 74em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #7D110C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColElsHdr #container2 {
	width: 72em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #7D110C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColElsHdr #header {
	background: #7D110C;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColElsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*border: 2px solid #990000; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-left: 0em;
	padding-bottom: 10px;
}
.thrColElsHdr #header img {
	/*border: 2px solid #990000;*/
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/
.thrColElsHdr #sidebar1 {
	float: left;
	width: 13em; /* since this element is floated, a width must be given */
	background: #7D110C; /* top and bottom padding create visual space within this div */
	padding: 0px;
	
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 13em; /* since this element is floated, a width must be given */
	background: #7D110C/*#B0B2B4*/; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColElsHdr #mainContent2 {
	padding: 10px;
	margin-right: 1em;
	margin-left: 15em;
	/*margin-top: 25px;*/
	background-color:#FFFFFF;
	min-height: 60em;
}
#mainContent2 #technology img {
	border: 2px solid #7D110C;
	padding:3px;
	margin: 3px 5px 5px 0px;
}
.thrColElsHdr #mainContent {
	padding: 10px;
	margin-right: 14em;
	margin-left: 14em;
	background-color:#FFFFFF;
	min-height: 70em;
} 
.thrColElsHdr #footer {
	background:#7D110C;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	
} 

.thrColElsHdr #footer  #center{
	background:#7D110C;
	width: 50em;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 17em;
	color: #FFF;
}

.thrColElsHdr #footer  #center2{
	width: 32em;
	background:#7D110C;
	padding-top: 8px;
	padding-bottom: 1em;
	padding-left: 33em;
}
.thrColElsHdr #footer  #center2 a:focus{
	color:#FF0;
}
.thrColElsHdr #footer  #center3{
	width: 32em;
	background:#7D110C;
	padding-top: 5px;
	padding-left: 27em;
	color: #FFF;
}
.thrColElsHdr #footer  #center6{
	width: 36em;
	background:#7D110C;
	padding-top: 8px;
	padding-bottom: 1em;
	padding-left: 39em;
}
.thrColElsHdr #footer  #center5{
	width: 36em;
	background:#7D110C;
	padding-top: 5px;
	padding-left: 33em;
	color: #FFF;
}
.thrColElsHdr #footer  #center6 a:focus{
	color:#FF0;
}
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: .083em;
    line-height: 0px;
}
/***************************************** 
 * 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;
	font-size: 84.5%;
}
img {
	display: block;
	border: 0;
}

/****************************************
 * Skip Navigation Container
 ****************************************/

#skipnav {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
#skipnav hr {
	display: none;
}

/****************************************
 * Branding Bar
 ****************************************/

#identityIU {
	background-color: #7D110C;
	width: auto;
	height: 44px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;*/
}
#identityIU hr {
	display: none;
}
#identityIU #signature {
	width: 1000px;
	margin: 0 auto;
	text-align: left;

}
#identityIU #signature a {
	display: block;
	width: 250px;
	height: 44px;
	background: url(http://www.indiana.edu/~iuadapts/img/iu_crimson.gif) no-repeat 20px 0;
	position: relative;
	left: -20px;
       color:#FF0;
}
#identityIU #signature a img {
	display: none;
}

/****************************************
 * Footer
 ****************************************/

#footerIU {
	width: 998px;
	margin: 5px 0 0 0;
	padding-left: 5px;
}
#footerIU hr {
	display: none;
}
#footerIU #copyright {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;*/
}
#footerIU #copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerIU #copyright a:hover {
	text-decoration: underline;
}
#footerIU #copyright #blockiu {
	width: 22px;
	height: 28px;
	float: left;
	padding-left: 5px;
}
#footerIU #copyright #blockiu a {
	display: block;
	width: 22px;
	height: 28px;
	background: url(http://www.indiana.edu/~iuadapts/img/blockiu_crimson.gif) no-repeat;
}
#footerIU #copyright #blockiu a img {
	display: none;
}
#footerIU #copyright #statement {
	margin: 0 0 0 30px;
	font-size: 85%;
	line-height: 250%;
	color:#FFFFFF
}


/* 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.
 ****************************************/

#identityIU {
	/*background-color: #fff;*/
}
#identityIU #signature a {
	background: none;
	position: static;
}
#identityIU #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 0px;
}
#content {
	width: auto;
	padding: 0 0 0 15px;
}
#footer #copyright {
	width: auto;
	padding: 7px 0 7px 0px;
}

/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
 * in the original skidoo layout.
 */

.vnav
{
	background: #7D110C;
	padding: 10px;
	padding-top: 0px;
	
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #F8F3D2;
	border-bottom-width: 0;
	margin: 5px 0 -1px 0;
	background-color: #F8F3D2;
}
.vnav ul li
{
	border-bottom: solid 1px #F8F3D2;
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
	padding: 0;
	line-height: normal;
}
.vnav ul li a
{
	display: block;
	padding: 2px 5px 3px 5px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}
.vnav h3 a, .vnav h3 a:link, .vnav h3 a:visited, .vnav h3 a:active
{
	text-decoration: none;
	background-color: #7D110C;
	color: #fff;
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
	color:#fff;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}

a, a:link, a:visited, a:active
{
	color: #7D110C;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}
p.bold
{
	font-weight: bold;
}

.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	background-color: #F8F3D2;
	color: #990000;
}

.vnav ul, .vnav ul li
{
	border-color: #F8F3D2;
}

#rightColumn .vnav ul li a:link, #rightColumn .vnav ul li a:visited, #rightColumn .vnav ul li a:active
{
	background-color: #7D110C;
}
.vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{
	text-decoration: underline;
	background-color: #F8F3D2;
	color: #990000;
	}

.thrColElsHdr #container #mainContent2 .inside #technology h3 {
	color: #FFFFFF;
	background-color: #7D110C;
	
}

a.right:link {color: #ffffff; text-decoration: underline}
.thrColElsHdr #container #mainContent2 .inside #technology {
	width: 70%;
}
/*.thrColElsHdr #container #mainContent2 .inside #technology .small {
	width: 375px;
	margin-left: 75px;
	
}*/

a.right:visited {color: #ffffff; text-decoration: underline}
a.right:hover {color: #F8F3D2; text-decoration: underline}

.vnav2
{
	background: #7D110C;
	padding: 10px;
	
}
.vnav2 h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
	color:#fff;
}
.vnav2 p
{
    font-size: 90%;
	color:#fff;
}
/*.thrColElsHdr #container #mainContent2 .inside #technology .small h4 {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.thrColElsHdr #container #mainContent2 .inside .large {
	width: 225px;
	margin-left: 250px;
}*/

.large
{
	width: 225px;
	min-width: 150px;
	float: left;
	margin: 0 15px 10px 10px;
}

.large2
{
	width: 525px;
	min-width: 150px;
	float: left;
	margin: 0 15px 10px 10px;
}

.large3
{
	width: 500px;
	min-width: 150px;
	float: left;
	margin: 0 15px 10px 10px;
}

.thrColElsHdr #container #mainContent2 .inside #Breadcrumb {
	font-size: 110%;
}
.thrColElsHdr #container #footer #center4 {
	background:#7D110C;
	width: 50em;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 11.5em;
	color: #FFF;
}
.floatimgright {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
}
.floatimgrightoverview {
float:right;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

.floatimgleft {
float:left;
margin-right:10px;
margin-bottom:75px;
}

.floatimgleftoverview {
float:left;
margin-right:10px;
margin-bottom:20px;
}

.small
{
	width: 375px;
	min-width: 300px;
	float: left;
	margin: 0 15px 10px 0px;
}
.container3 {
	float:left;
	width:100%;
	display: inline-block;
}

.container3:after 
				{ content: ".";  display: block; height: 0; clear: both; visibility: hidden; }
				
#mainContent2 #technology h4
{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
}

#mainContent2 {
font-size: 90%;
}
#mainContent2 a img {
border: 2px solid #7D110C;
}

.small2 {
font-size:.5em;
}

.mid
{
	width: 25em;
	min-width: 18.75em;
	float: left;
	margin: 0 1.25em .833em .833em;
}
p.attention{
	font-size: 2em;
	font-weight:bold;
}
.bold{
	font-weight:bold;
	font-size:1.333em;
}
.thrColElsHdr #container #mainContent2 .inside #technology2 h3 a{
	text-decoration: underline;
}
.thrColElsHdr #container #mainContent2 .inside #technology2 {
	width: 50%;
	float:left;
}
.thrColElsHdr #container #mainContent2 .inside #technology2 h3 {
	color: #7D110C;
}
.thrColElsHdr #container #mainContent2 .inside #technology2 h4 {
	color: #7D110C;
	margin-left: 30px;	
}
.thrColElsHdr #container #mainContent2 .inside #technology2 h5 {
	color: #7D110C;
	margin-left: 60px;	
}
.thrColElsHdr #container #mainContent2 .inside #technology3 h3 a{
	text-decoration: underline;
}
.thrColElsHdr #container #mainContent2 .inside #technology3 {
	width: 50%;
	float:right;
}
.thrColElsHdr #container #mainContent2 .inside #technology3 h3 {
	color: #7D110C;
}
.thrColElsHdr #container #mainContent2 .inside #technology3 h4 {
	color: #7D110C;
	margin-left: 30px;	
}
.thrColElsHdr #container #mainContent2 .inside #technology3 h5 {
	color: #7D110C;
	margin-left: 60px;	
}
ul.sitemap {
	margin-left: 30px;	
}
ul.sitemap2 {
	margin-left: 60px;	
}
.thrColElsHdr #container #mainContent2 .inside #technology2:after 
				{ content: ".";  display: block; height: 0; clear: both; visibility: hidden; }
.thrColElsHdr #container #mainContent2 .inside #technology2:after  { display: inline-block; }
.thrColElsHdr #container #mainContent2 .inside #technology2:after  { display: block; }
.thrColElsHdr #container #mainContent2:after 
				{ content: ".";  display: block; height: 0; clear: both; visibility: hidden; }
.thrColElsHdr #container #mainContent2:after  { display: inline-block; }
.thrColElsHdr #container #mainContent2:after  { display: block; }
div.vnav2 h3 {margin-bottom:3px}
div.vnav2 p {padding-left:5px}
div.vnav2 p+h3 {margin-top:25px}
div.vnav2 h3+p {margin-top:3px}
div.vnav li {padding-left:5px}
div.vnav h3 {padding-left:0px;margin-left:0px}
div#mainContent h2 {margin-bottom:3px}
div#mainContent p {margin-bottom:3px}
div#mainContent h2+p {margin-top:3px;margin-left:1em}
div#mainContent h3 {margin-left:.5em; margin-bottom:3px}
div#mainContent h2+h3 {margin-top:3px}
div#mainContent h3 p {margin-left:1.5em}
div#mainContent p+h3 {margin-top:25px}
div#mainContent h3+p {margin-top:3px;margin-left:1.5em}
div#mainContent p.l3 {margin-left:1.5em}
div#mainContent p.l2 {margin-left:1em}
div#mainContent p+ul {margin-top:3px}
a > acronym {color: inherit; text-decoration: none; border-bottom: 0px} 
.white { color:#FFF;}

.largelink {
	font-size: 130%;
	font-weight: bold;
}
.source p{
	padding: 0;
	margin: 0;
}
.source h5{
	padding: 0 0 .2em 0;
	margin: 0;
}
.source {
	padding-left:10em;
}
.date{
	color:#666;
}
ul.blog {
	padding:0 0 0 1em;
	list-style:none;
	font-size: 120%;
}
ul.blog li {
	padding-bottom: .3em;
}
code {
	font-size:110%;
}
ol.blog {
	padding-left: 3.5em;
}
ol.blog li{
	padding-bottom: 1.2em;
}
ul.space li{
	padding-bottom: 1.2em;
}
h5.blog {
	padding-left: 1.6em;
}
h3.webteam {
	margin-bottom: .3em;
	padding-bottom: 0;
}
p.webteamtitle {
	padding-top:0;
	margin-top:0;
	font-weight:bold;
	color:#333;
}
#navlist li
{
display: inline;
list-style-type: none;
}

