/* CSS Document */


/*=== LINKS  ===*/
/* @import url(/css/fonts.css); NAV LINX*/
@import url(fonts.css); /* Font Styles */

a:link, a:active, a:visited {
	color: #666666;

}

span.employer a {
	text-decoration: none;
	font-size: 12pt;
	font-weight:bold;
	color:#999999 !important;
}

a:hover {
	color: #C90016;
	text-decoration: none;
	background-color: #F2F2F2;
}

/* ===== NAVIGATION ===== */
#navcontainer {
visibility:hidden;}
/*
* {
	border: thin solid #FF0000;
}

/* ===== GENERIC TAGS ===== */
body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
	background-repeat: no-repeat;
	max-width: 800px;
}

#linkedin {
border: 0px !important;
  font-style: normal;
  font-size: 11pt;
   font-family: "Helvetica", "Arial";
  font-size: 11pt;
  line-height: 16pt;
   /* color: #069999;*/
margin-bottom: 2em !important;
}
#resume ul  {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	max-width: 900px;
 }
#resume {
	background-image: url(grey-sidebar.gif);
	background-repeat: repeat-y;
	background-position: -175px;
	background-color: #FFFFFF;
	overflow: visible;
	padding: 0px;
	margin: 0px;
	position: relative;
	bottom: 0px;
	}
/* ===== CONTAINER ===== */
/* ===== HEADER ===== */
#meta-info {
	background-image: url(titlebar.gif);
	height: 107px;
	width: 225px;
	margin: 0px;
	padding: 0px 0px 1px;
	left: 0px;
	position: relative;
	background-repeat: repeat-x;
}
#meta-info h1 {
	font-size: 12px;
	text-indent: 0px;
	background-image: url(mitch_stein-title.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 28px;
	width: 225px;
	left: -10px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 4px;
	float:right;
}
#meta-info p.address {
	display: none;
	position: relative;
	left: 235px;
}
#meta-info p {
	position: relative;
	left: 235px;
}
#meta-info h1 span {
	display: none;
}




/* ===== CONTENT ===== 
#objectives {
	margin-bottom: 0px;
	top: 10px;
	position: absolute;
	left: 235px;
	width: 600px;
}
*/
#objectives {
	border: 0px !important;
  font-style: italic;
  font-size: 110.5%;
   /* color: #069999;*/
margin-bottom: 2em !important; 
}
#photo {
position: absolute;
left: 800px;
top: 30px;
}
#achievements, #education, #pubs, #awards, #objectives {
	clear: both;
	position: relative;
	left: 230px;
	border-left-width: 1px;
	border-left-color: #E6E6E6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 5px;
	margin-bottom: 3em; 
	margin-right: 250px;

}

h2.heading {
	background-repeat: no-repeat;
	position: absolute;
	left: -245px;
	top: 0px;
	background-position: right;
	height: 20px;
	width: 225px;
	padding: 0px;
	float: none;
	margin: 0px;
	text-indent: -8000px;
	}
	
#achievements h2.heading {
	background-image: url(achievements.gif);
}

#education h2.heading {
	background-image: url(education.gif);
}

#pubs h2.heading {
	background-image: url(publications.gif);
}

#awards h2.heading {
	background-image: url(awards.gif);
}

/* Housekeeping
h2.heading span {
	display:none;}
*/
div.clear {
	clear:both; }
#linkedin {
	color: fe7013;
	font-weight: bold;
}
