/*coffee_print.css
Designed by Eric Zwick*/

* {
  padding: 0;
  margin: 0;
  font-family: verdana, arial, helvetica, sans-serif;
  border: 0;
  text-decoration: none;
  color: #000000;
  }

body {
  text-align: center;
  }

a {
  font-weight: bold;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  }

#content_wrap {
  text-align: left;
}

#content_wrap #title {
  height: 60px;
  padding: 20px 0px 0px 10px;
  float: left;
  font-size: 28px;
  font-weight: bold;
}

#content_wrap #spoon {
  height: 60px;
  width: 361px;
  padding: 20px 10px 0px 0px;
  float: right;
  text-align: right;
}

#content_wrap #spoon address {
  font-size: 12px;
  margin-top:-10px;
}

#content {
  clear:both;
  padding: 10px 20px 5px 20px;
  font-size: 12px;	
}

* html #content {
  padding-top: 5px;
}

#footer {
  text-align: right;
  font-size: 10px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*navigation
--------------*/

#navcontainer
{
  display: none;
}
/*resume.php hard imported
--------------------------*/

h2 {
  margin-left: -5px;
  margin-bottom: 10px;
  font-size: 150%;
  font-family: Garamond, Helvetica, sans-serif;
  text-decoration: underline;
}

h3 {
  margin-left: 10px;
  font-size: 120%;
  text-decoration: underline;
  margin-bottom: 3px;
}

dl {
  margin-left: 10px;
  padding-bottom: 5px;
}

dt {
  font-weight: bold;
  font-size: 12px;
}

dd {
  margin-left: 10px;
}

dd ul li{
  list-style: url(/img/ul.gif) outside;
  margin-left: 18px;
}

#content .subsection {
  padding-bottom: 10px;
  line-height: 16px;
}

#title img {
  display: none;
}

/*portfolio.php hard imported
--------------------------*/

#content_nobg p {
  margin-bottom: 10px;
}

#content_nobg .subsection img {
  float: right;
}

#content_nobg .subsection {
  line-height: 125%;
  margin-bottom: 10px;
} 

.site_describe {
  padding-bottom: 10px;
  width: 170px;
  font-size: 70%;
  line-height: 125%;
} 

*>.site_describe {
 padding-top: 271px !important;
 height: auto !important;
 margin-top: -271px;
 min-height: 271px;
}

* html .site_describe {
 height: 271px;
}

#content_nobg {
  clear:both;
  padding: 10px 20px 0px 20px;
}

* html #content_nobg {
  padding-top: 5px;
}

.site_title {
  font-family: Garamond, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
}
