body, html { 
  border: 0; 
  padding: 0; 
  margin: 0; 
  width: 100%;
  height: 100%; 
  background: #fff url(../img/blank.jpg); 
}

#map_container {
  width: 100%; 
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
}

#map { 
  width: 100%; 
  height: 100%;
  background: transparent url(../img/blank.jpg); 
}


#cv {
  width: 100%;
  padding-top: 7em;
  background: transparent url(../img/blank2.jpg) repeat-x;
  display: none;
}


#site-name {
  position: absolute;
  z-index: 99999;
  width: 308px;
  line-height: 1em;
  font-family: 'Trebuchet MS';
  letter-spacing: -0.1em;
  background: transparent url(../img/bg_name.gif); 
  padding: 1em 1em 1em 1em;
  left: 0px;
  top: 0px;
}
  #site-name h1, #site-name a, #printout a{
    white-space: nowrap;
    color: #999;
    letter-spacing: 0em;
  }

#site-name h1 {
  font-size: 18px;
  color: #e0dfe3;
}

#site-name h2 {
  font-size: 12px;
  color: #666;
}
 
#site-name a:hover, #side_bar a:hover, #printout a:hover {
  color: orange;
} 


#main_menu a {
  font-weight: bold;
  color: #fff;
}

#printout {
  float: right;
  margin-top: -7em;
  z-index: 99999;
  line-height: 1em;
  font-family: 'Trebuchet MS';
  letter-spacing: -0.05em;
  background: transparent url(../img/bg_name.gif); 
  padding: 1em 2em;
}

#side_bar_container {
  width: 55%; 
  z-index: 199999;
  font-size: x-small;
  position: absolute;
  left: 339px;
  top: 0;
  margin: 0;
  padding: 0;
}

#side_bar, #side_bar_desc {
  color: #ccc;
  background: transparent url(../img/bg_name.gif); 
  padding: 0.5em 1em;
  float: left;
  line-height: 1.25em;
}

  #side_bar a {
    color: #ccc;
    display: block;
    float: left;
    margin-right: 1em;
    padding: 0;
  }
 
.transOFF { opacity: 1;filter: alpha(opacity=100); -moz-opacity: 1;}
.trans50 { opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;}
.trans25 { opacity:.33;filter: alpha(opacity=33); -moz-opacity: 0.33;}
.trans75 { opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.90;}

#help {
  position: absolute;
  top: 8em;
  font-weight: normal;
  display: none;
}

  #help h3 {
    color: white;
  }
  
  #help a {
    color: white;
  }

#horizontal_slide {
	color: #fff;
	padding: 1em;
	z-index: 100000;
  background: transparent url(../img/bg_name.gif); 	
  width: 308px;
  display: none;

}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}

.button_help {
  background: transparent url(../img/button_help.gif) no-repeat;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  color: black;
  padding: 7px 9px;
  font-size: larger;
}

.narrower {
  letter-spacing: -0.1em;
  font-weight: normal;
  padding: 9px 5px;
  font-size: smaller;
}

#copyright {
  height: 5em;
  font-size: small;
  padding: 1em 2em;
  background: transparent url(../img/blank3.jpg) repeat-x; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Trebuchet MS';
}

  #cv h1 {
    border-bottom: 2px solid black;
  }

  #cv h2 {
    border-bottom: 1px solid #333;
  }

  #cv tr, #cv td, #cv th {
    border-bottom: solid 1px #ddd;
  }
  
  #cv th {
    border-bottom-color: #333;
  }
  
  #cv tr.last td, #cv td.last, #cv th.last{
    border-bottom: none;
  }

table#work td {
  vertical-align: top;
}

.box {
  background: none;
}

.colborder {
  border-right: solid 1px #666;
}


.width49 {
  width: 48%;
  padding-right: 2%;
  float: left;
}

.width50{
  width: 50%;
  float: left;
}

.strong {
  font-weight: bold;
}


.clear {
  clear: both;
}

textarea {
  width: 300px;
  height: 200px;
}

#referees {
  display: none;
}


#to_hide {
  display: block;
}

.digg-badge {
  float: right;
  margin-top: -22px;
}

.red {
	color: #ffa69d;
}