/*coffee_main.css
Designed by Eric Zwick*/

* {
  padding: 0;
  margin: 0;
  font-family: verdana, arial, helvetica, sans-serif;
  border: 0;
  text-decoration: none;
  color: #382A1E;
  }

body {
  background: #B9591C;
  text-align: center;
  }

a {
  color: #B9591C;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  background: #B9591C;
  color: #E2FF5B;
  padding: 2px;
  text-decoration: none;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 625px;
  }

#content_wrap {
  border: 5px solid #D3C432;
  background: #E2FF5B;
  text-align: left;
}

#content_wrap #img {
  background: url(/img/cm_small.gif) no-repeat;
  height: 73px;
  width: 100px;
  border-bottom: 5px solid #D3C432;
  border-right: 5px solid #D3C432;
  float: left;	
  cursor: hand;
}

#content_wrap #title, #title_nh {
  height: 60px;
  padding: 20px 0px 0px 0px;
  float: left;
  font-size: 28px;
  text-align: center;
  width: 135px;
}

#content_wrap #spoon {
  background: url(/img/spoon.gif) no-repeat center right;
  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;
  background: url(/img/cm_shade.gif) no-repeat bottom right;
  padding: 10px 20px 5px 20px;
  font-size: 12px;	
}

* html #content {
  padding-top: 5px;
}

#footer {
  text-align: right;
  font-size: 10px;
  font-color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*navigation
--------------*/

#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-top: 25px;
margin-bottom: 25px;
border-top: 1px solid #D3C432;
border-bottom: 1px solid #000000;
z-index: 1;
width: 28em;
}

#navcontainer ul
{
list-style-type: none;
margin-top: -7px;
margin-bottom: -7px;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a, .nav
{
padding: 1px 7px;
color: #382A1E;
background: #D3C432;
border: 1px solid #E2FF5B;
font-weight:bold;
text-decoration: none;
}

#navcontainer li a:hover, .nav:hover
{
color: #B9591C;
border: 1px solid #000000;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
text-decoration: none;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

/*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-bottom: 5px;
  margin-left: 10px;
}

dd ul li{
  list-style: url(/img/ul.gif) outside;
  margin-left: 18px;
}

#content .subsection, #content_nobg .subsection {
  padding-bottom: 10px;
  line-height: 16px;
}

#content p.abstract {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 5px;
}

#title span {
  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;
  height: auto !important;
}

* html #content_nobg {
  padding-top: 5px;
}

.site_title {
  font-family: Garamond, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
}

.nav, #content_nobg img {
  border: 1px solid #382A1E;
}

/*contact.php hard imported
--------------------------*/

form input, form textarea, form label {
  font-size: 85%;
}

form {
  margin-left: auto;
  margin-right: auto;
  width: 615px;
}

form p {
  margin: 0px 10px 10px 0px;
}

input {
  background: #D3C432;
  border: 1px solid #382A1E;
}

label, input#submit {
  font-weight: bold;
}

textarea {
  background: #D3C432;
  padding: 5px;
  border: 1px solid #382A1E;
  margin: 5px 0px 5px 0px;
}

#thanks {
  height:425px;
}
