/* ---------- misc ---------- */

* {
  padding: 0;
  margin: 0;
  border: 0;
}
body	{
  border-top: 1px solid #bbb;
  background: #ddd url(/images/offwhitestripes.gif) top left repeat;
  color: #111;
  font: 11px Arial, Tahoma, sans-serif;
  text-align: center;
}
h2 {font-size: 15px; font-weight: bold; color:#111; border-bottom: 2px solid #eee;}
h1 {font-size: 24px;}

a {color: #234a67; text-decoration: none; }
a:hover {color:  #FF8C44; text-decoration: underline;}
td {font: 12px Arial, Tahoma, sans-serif;}
ul {padding: 0; margin: 0;}
li { list-style: none;}
li a { text-decoration: none;	color: #1d4767;}
li:hover { /*	color:  #FF8C44;*/
           background-color: #f3f3f3;
}
/* ---------- div ---------- #aa0000 */

#container {
  margin: 8px auto;
  background: #fafafa;
  border: 1px solid #bbb;
  text-align: left;
  width:500px !important;
  /*height: 300px;*/
}

/* ---------- h3 ---------- */
/* ---------- p ---------- */
/* ---------- a ---------- */
/* ---------- ul, li ---------- */

#projects {
	line-height: 150%;
	text-align: center;
	padding: 3px;
	color: #666;
	background: #f3f3f3;
}
#projects > a {
	font-weight: normal;
}
#interests, .links > ul {
  cursor: pointer;
  margin: 0px 0px 0px 0px;
  text-align: left;
  list-style: none;
  font-size: 14px;
}

#interests, .links > li {
  font-weight: bold;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ddd;

}

.links > li > A {
  display: block;
  padding: 3px 0 3px 15px;
}

#interests > li {
  margin: 0px 0px 0px 20px;
  padding-left: 0px;
  padding: 3px;
  list-style: list-style-image;
  list-style-image: url(/images/arrow.r.gif);
  border-bottom: 1px solid #ddd;
}
.interestinfo {color: #333; font-size: 12px; font-weight: normal; display: none;}

.icon {opacity:0.8;filter:alpha(opacity=80)}
.icon:hover {opacity:1.0;filter:alpha(opacity=100)}

.pubs > li > A {font-weight: bold;}
.pubs > li {font-size: 12px; font-weight: normal; border-bottom: 1px solid #ddd; padding-top: 3px; padding-bottom: 3px;}

.tag {font-size: 11px; color: #FF8C44; font-weight: bold;}
.header {font-size: 14px;}

