/*-----------------------------------------------------------------------------
version:   1.3
date:      14-April-09
author:    sande wetmore
email:     swetmore@umich.edu
website:   http://aoss-research.engin.umich.edu/crash/about.php
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Put it back on certain elements 
h1, h2, h3, pre, blockquote, form, fieldset, table {
  margin: 1em 0 .5em ;
}*/


/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}
strong {
	font-weight: bolder;
	color: #333333;
}
address {
	margin-bottom: 15px;
	font-style: normal;
	/*width: 250px;
	float: left;*/
}
address em {
	font-weight: bold;
	font-style: normal;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
}

 p, li {
	font-size:1.1em;
}
/* TYPOGRAPHY 
--------------------------------- */
#content-inner  p {
	margin-bottom: 1em;
	/*padding: 0 10px 0 10px;*/
}
.pbody p + p.continued {
	margin-top: -7px;
}
p.continued a, p.continued a:visited {
	color: #003366;
}
p.continued a:hover, p.continued a:active {
	text-decoration: underline;
}


/* =Headings
-----------------------------------------------------------------------------*/
h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
h2 + h3 {margin-top: 0;}
h4, h5, h6 {margin-top: 1em; }
h2 {
	color: #003366;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;	
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
#sidebar h2,
#related h2 {
	font-size: 11px;
}
#content-inner h1, 
#content-inner h2,
#content-inner h3,
#content-inner h4 {

}
#content-inner h3 {
	color: #346fbb;
}
#content-inner li h3 {
	padding-left: 0;
	padding-right: 0;
	color: #996600;
}
#content-inner li h3 a {
	color: #996600
}
#content-inner li h3 a:hover {
	text-decoration: underline;
}

#bhead  h2:first-child, 
#bhead  h2:first-child + h3  {
	background: #3a5e8c;
	text-align: center;
	color: #ffffff;
}
#bhead  h2 {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 14px;
}
#bhead  h2:first-child {
	padding-bottom: 10px;
	padding-left: 0;

}
#bhead  h2:first-child + h3 {
	padding-bottom: 10px;
}
#bhead h3 {
	margin-left: 10px;
	clear: both;
}

#bbody h2:first-child  {
	margin-top: 10px;
}
#bbody h2 {
	font-size: 1.4em;
}


/* =Links
-----------------------------------------------------------------------------*/
#bhead  h2:first-child + h3 a {
	color: white;
}
#bhead  h2:first-child + h3 a:hover {
	background-color: #ffffff;
	color: #3a5e8c;
	text-decoration: underline;
}



/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
/* =Navigation - horizontal bar
----------------------------------------------------------------------------- */
ul.navbar {
	width: 100%; 
	float: left;
	position: relative;
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}
ul.navbar li {
	float: left;
}
ul.navbar a {
	display: block;
	float: left;
	padding: 0 1.2em;
	line-height: 2.1em;
	text-decoration: none;
}
ul.navbar a:hover {
	text-decoration: underline;
}

/* Second Level Lists 
--------------------------------------*/
ul.navbar ul {
	display: none;
	margin-left: 1.5em;
}
ul.navbar li:hover ul {
	display: block;
	position: absolute;
	top: 15px;
	background: #CCCCCC;
}
ul.navbar li li {
	float:none;
}
ul.navbar li li a {
	display:block;
	float:none;
	padding: 0pt .5em;
	text-decoration:none;
}
ul.navbar li:hover li a:hover {
	background: #999999;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
body {
	background: url(../images/site-wrapper.gif) no-repeat center top;
}
#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 118px;
	background: #d8e6f7;
	overflow: visible;
}
#content {
/*	padding: 20px;*/
	overflow: visible;
}
#bbody {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}



/* Callout Box
-----------------------------------------------------------------------------*/
.callout {
	float: right;
	display: inline;
	width: 200px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #666666;
}
.callout h3 {
	margin-top: 0;
}
.callout h3,
.callout p,
.callout li {
	padding-left: 5px;
	padding-right: 5px;
}
/* Alert Box
----------------*/
div.alert {
	display: inline;
	float: right;
	width: 200px;
	background: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #666666;
}
.alert h3 {
	margin-top: 5px;
}

/*  LISTS  
---------------------------- */
ul, ol {
	margin: .5em 0 1em 0;
	padding: 0;
}
ul ul {
	margin: .25em .5em .25em 2.5em;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content-wrapper .post ul, 
#content-wrapper .post ol {
	margin-bottom: 10px; 
}
#content-inner .post ul li {
	background: url(/img/bullet-blue.gif) no-repeat left 2px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content-wrapper .post ul {
	margin-left: 10px;
}
#content-wrapper .post ol {
	margin-left: 30px;
}
#content-inner .post ol li {
	list-style-type: decimal;
}
#content-inner li ul {
	margin-bottom: 15px;
}
/* Decorated lists 
----------------------------------*/
ul.dec, ol.dec {
	margin-bottom: 10px; 
}
ul.dec li {
	background: url(../images/bullet-blue.gif) no-repeat left 2px;
	padding-bottom: 5px;
	padding-left: 15px;
}
ul.dec {
	margin-left: 10px;
}
ol.dec {
	margin-left: 30px;
}
ol.dec li {
	list-style-type: decimal;
}


/*  =Forms 
---------------------------- */
#bbody label {
	clear: both;
	display: block;
	margin-bottom: 10px;
}
#bbody  label.noblock {
	clear: none;
	display: inline;
}
#bbody  input {
	margin-left: 5px;
}
#bbody  input.submit {
	display: block;
	margin-top: 10px;
	margin-left: 0;
}
#bbody input.submit.inline {
	display: inline;
}
#bbody select {
	
}
#bbody  textarea {
	margin-bottom: 10px;
}
#bbody button {}


/* Logout Button
---------------------------- */
div.logout {
	clear: both;
	width: 172px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
	background: url(/img/btn_burg_text_hov.gif) no-repeat left top;
}
div.logout a:link, .logout a:visited {
	display: block;
	height: 54px;
	width: 172px;
	margin: 0px;
	padding: 0px;
	background: url(/img/btn_burg_text.gif) no-repeat left top;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}
div.logout a:hover, .logout a:active, .logout a:focus {
	background: url(/img/btn_burg_text_hov.gif) no-repeat left top;
}


/* =Misc 2
-----------------------------------------------------------------------------*/
.clearBoth {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}
.floatL {float: left;}
.floatR {float: right;}
.comment {
	background: #FFFF99;
}


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
