/*** JLS Resume/Portfolio CSS ***/

body {
  background: #96ADCC url('graphics/stripe.gif') repeat-x top left;
  text-align: center;
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
  color: #333;
  font-size: 13px;
}

div {
  margin: 0;
  padding: 0;
}

#container {
  width: 450px;
  margin-top: 86px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  position: relative; 
  text-align: center; 
}

#header {
}

#photo_sq {
  margin-top: -75px;
}

#nav { 
  font-family: Times New Roman, Times, serif; 
  font-style: italic;
  font-size: 16px;
  text-align: center;
  margin: 11px 0px;
}

ul.menu  {
  list-style-type: none;
  margin: 0;
  padding: 0;  
}

.menu li {  
  display: inline;
  color: #FFFFFF;
  margin: 0;
  padding: 0; 
}

.menu li a {
  color: #FFFFFF;
  text-decoration: none;
}

.menu li a:hover {
  color: #a88985;
}

#content {
  display: none;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  border-right: 1px dashed #b0c2da;
  border-left: 1px dashed #b0c2da;
  background-color: #FFF;
  padding: 15px 50px;
  text-align: left;
  line-height: 24px;
}

h1 {
  font-family: "Monotype Corsiva", "Apple Chancery", "URW Chancery", cursive; 
  font-weight: normal;
  letter-spacing: 4px;
  font-style: italic;
  color: #666;
  margin-top: -8px;
}

h2 {
  font-family: Times New Roman, Times, serif; 
  font-weight: normal;
  font-variant: small-caps;
}

a.link {
color: #a88985;
text-decoration: none;
}

a.link:hover {
 color: #666;
 text-decoration: underline;
}

ul.two_col {
  width: 350px;
}

.two_col li {
  width: 40%;
  float: left;
  font-size: 12px;
  margin: 0 10px;
  padding: 0;
}

#footer {
  padding-top: 25px;
  display: block;
  position: relative; 
  text-align: center;
  font-size: 12px;
  color: #666;
}
 
/*** hide/show divs ***/

#introLetter {
 display: block;
}

#webPortfolio {
 display: none;
}

#publishedWorks {
 display: none;
}

#webResume {
 display: none;
}
 

