/* CSS Document */

html{
	/*
	 k: this was set by reset-min.css to background:#fff
	 so it needs to be overriden here...
	 */
	background:#ddd;
}

body {
    background-color: #dddddd;
    font-family: Geneva, Arial, sans-serif;
    color: #555555;
    text-align: center;
    padding: 0;
	
}

#main {
    background-color: #FFFFFF;
    text-align: left;
    border: 1px solid #666666;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 35px;
    padding-right: 10px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
		/*
		 * k: I added this below for balance
		 */
	  margin-bottom: 3px;
}

p {
    padding-bottom: 13px;
}

strong {
    font-weight: 700;
} .center {
    text-align: center;
}

.header{
margin-left:16px;
margin-top:6px;
background-color: #1C75BC;
width: 765px
}




h1 {
    background-color: #0099CC;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    z-index: 1;
	 

}

h1 a {
    background-color: #0099CC;
    color: #FFFFFF;
    text-decoration: none;
}

h1 a:link {
    background-color: #0099CC;
    color: #FFFFFF;
    text-decoration: none;
}

h1 a:visited {
    background-color: #0099CC;
    color: #FFFFFF;
    text-decoration: none;
}

h1 a:hover {
    background-color: #0099CC;
    color: #FFFFFF;
    text-decoration: none;
}

h1 a:active {
    background-color: #0099CC;
    color: #FFFFFF;
    text-decoration: none;
}

h3 {
font-size:18px;
color:#003366;
font-weight:700;
margin-bottom: 12px;
}


h4 {font-size:14px; 
font-weight:700;
color:#036;
}

#tagline {
position: relative;
    top: -26px;
	padding-left:543px;
    color: #fff;
    font-size: 13px;
    z-index: 2;
    font-family: century gothic;
	
} #navcontainer ul {
    padding-left: 0;
    margin-left: 0;
    background-color: #16609B;
    color: White;
    float: left;
    width: 765px;
    font-family: arial, helvetica, sans-serif;
    position: relative;
    top: -14px; 
    left: 16px;
} #navcontainer ul li {
    display: inline;
} #navcontainer ul li a {
    padding: 0.2em 1em;
    background-color: #16609B;
    color: White;
    text-decoration: none;
    float: left;
    border-right: 2px solid #fff;
  
} #navcontainer ul li a:hover {
    background-color: #009900;
    color: #fff;
} #navcontainer li .selected {
    background-color: #009900;
}
#bodycontent {
    position: relative;
    top: 10px;
    font-size: 13px;
		/*
		 k: this block has a floated element (#rightcolumn) child.
		 Floated elements are "taken out of the flow" 
		 and as such have no real dimensions vis a vis
		 the parent (#bodycontent), which cannot resize itself to encompass the 
		 child (you will notice it was only bothering to bracket the <p> children).
		 Telling it expressly to do so as below fixes this issue. The white border is 
		 an additional nudge for certain browsers to trigger this behaviour.
 
		 */
		height:100%;
		/*overflow:hidden;*/
		border:1px solid #fff;
		margin-left:16px;
		clear:left;
		
		
}

#bodycontent li{
list-style:outside square;
margin-left: 20px;

}

#indexmain strong{
font-weight:700;
color: #036;
font-family:century gothic, arial;
font-size: 16px;
}

#indexmain p{
margin-top: 8px;

}

#featured{
width: 460px;
height: 210px;
padding-top: 1px;
background-image:url(../images/orangegrad.jpg);
background-repeat:repeat-x;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;

}
#featured-thumbs{
width: 460px;
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
clear:left;

}


#rightcolumn {
    float: right;
    padding-left: 40px;
    padding-right: 20px;
    width: 240px;
    font-size: 13px;
}

#rightcolumn_about {
    float: right;
    padding-left: 40px;
    padding-right: 20px;
    width: 240px;
    font-size: 13px;
    height:990px;
}


#rightcolumn strong{
font-weight:700;
font-family:century gothic, arial;
font-size: 14px;
}

#rightcolumn_about strong{
font-weight:700;
font-family:century gothic, arial;
font-size: 14px;
}

.lineheight{
line-height: 21px;
}

a:link {
    color: #16609B;
    text-decoration: none;
}

a:visited {
    color: #16609B;
    text-decoration: none;
}

a:hover {
    color: #FF6600;
    text-decoration: underline;
}

a:active {
    color: #FF0099;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border: thin solid #036;
}

th {
    text-align: left;
    background: #036;
    color: #FFFFFF;
    padding: 3px;
}

td {
    border: thin solid #036;
    padding-right: 10px;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

caption {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

fieldset {
    width: 300px;
    color: #036;
}

img {
    border: none;
} 

.big {
    font-size: 14px;
}

.floatleft{
float:left;
padding-right: 17px;
}

.webfloatleft {
float:left;
padding-right: 20px;
padding-bottom: 50px;
}

.projfloatrt{
float:right;
padding-left: 35px;
 
font-size:11px;
}

.projfloatxt{
 
text-align:center;
font-size:11px;
}

.projleftpad{
padding-left: 15px;
}

.webexamples {
border-top:dotted thin #CCCCCC;
padding-bottom: 23px;
padding-top: 23px;
overflow: hidden;
margin-right:20px;
}

.projexamples {
border-top:dotted thin #bbb; 
padding-bottom: 21px;
padding-top: 28px;
overflow: hidden;
margin-right:20px;
}

.boldtitle a {
color:#003366;
}

.boldtitle{
font-size:16px;
font-weight:700;
color:#003366;
font-family:century gothic, geneva;
}

.bold{
font-weight:700;
}

em {
font-style:italic;
}

#resumeright {
    float: right;
    padding-left: 18px;
	margin-left: 20px;
    padding-right: 10px;
    width: 145px;
    font-size: 13px;
	border-left:thin solid #999999; 
	line-height: 25px;
	padding-bottom: 400px;
}

.marginleft{
margin-left: 30px;

}

.marginleft li {
    line-height: 18px;
    padding-bottom: 10px;
}

.umich {
margin-left: 30px;
margin-top:-8px;
}

.umich li {
    
    padding-bottom: 6px;
}

.umichsub {
margin-left: 20px;
}

.umichsub li {
    padding-top: 8px;
    padding-bottom: 4px;
}

.topspace {
padding-top: 13px;
}

.resumeheading{
margin-top:10px;
font-variant:small-caps;
font-size:18px;
font-weight:700;


}

.floatright{
float:right;
font-size:11px;
}

.groovefloatright{
float:right;
font-size:11px;
border-left: thin solid #eee;
padding-left:40px;
width: 270px;
margin-left: 10px;
}

#projbodycontent {
    position: relative;
    top: 8px;
    font-size: 14px;
		height:100%;
		overflow:hidden;
		border:1px solid #fff;
		margin-left:20px;
		margin-right:20px;

}


/*ACCORDION STUFF*/

#accordion {
	margin:10px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight:700;
	color: #ffffff;
	margin: 0 0 4px 0;
	padding: 3px 5px 3px;
	
}



div.element h4 {
	margin:0px;
	padding:4px;
}

div.element p {
margin-left: 10px;
padding:2px;
}


div.element ul{
margin-left:35px;
}

div.element li{
list-style: disc;
line-height:20px;

}

.vsacpara p{
margin-bottom:9px;
}

blockquote {
	padding:5px 20px;
}

#tinynav{
position:relative;
top: -5px;
left:22px;
display:inline;
    color: #777;
	font-size:11px;
}

#tinynav a {
    color: #999;
    text-decoration: none;
}

#tinynav a:link {
    color: #999;
    text-decoration: none;
}

#tinynav a:visited {
    color: #999;
    text-decoration: none;
}

#tinynav a:hover {
      color: #F90;
    text-decoration: underline;
}
}

#tinynav a:active {
    color: #999;
    text-decoration: underline;
}



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

#footer {
text-align:center;
color:#888;
font-size:10px;
margin-bottom: 20px;
}

/*-------------------------TESTING------*/

#leftnav {
padding-left: 10px;
}

#mainproject{

padding-left: 10px;
}

#mainproject h3{
font-size: 16px;
color:#003366;
font-weight:700;
}


