/*
Cascading Style Sheet for Jessica Shaer Photography
*/


* {
  margin: 0;
  padding: 0;
}

html, body, #bg, #bg table, #bg td {
  height: 100%;
  width: 100%;
}

body {
  font-family: Helvetica, sans-serif;
  background: #fff url('images/background2.jpg') repeat-x;
}     

h1 {
  font-size: 40px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-top: 15px;
  text-shadow: #888 1px 1px 1px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
}  

h2 {
  font-size: 22px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0 0 12px 0;
} 

p {
  font-size: 17px;
  color: #555;
  line-height: 120%;
}

input.send, button {
  background: #eee;
  border: 1px solid #aaa;
  color: #333;
  padding: 3px;
  padding-left: 4px;
  padding-right: 4px;
  margin: 2px;
  margin-left: 0;
}  

input {
  margin-top: 2px;
}  

p.quote {
  font-family: Georgia;
  font-style: italic;
  color: #111;
  padding-bottom: 5px;
  text-shadow: #eee 1px 0 0;
}  

p.copyright {
  padding-top: 10px;
} 

#all {
  padding-top: 10px;
  width: 940px;
  margin: auto;
  background: #fff;
  padding: 15px;
  padding-bottom: 10px;
  min-height: 225px;
}

#content {
  padding-left: 15px;
  margin-top: 0;
  border-left: 1px solid #aaa;
  margin-left: 165px;
  min-height: 142px;
}  



/*
Menu and links
*/


a {
  text-decoration: underline;
  color: #555;
}

a:hover {
  color: #000;
  text-decoration: underline;
}  
  

#menu {
  font-family: Georgia, Times, serif;
  float: left;
  margin-top: 0px;
  background: #eee url('images/menu-background.jpg') repeat-y;  
  width: 150px;  
}

#menu a {
  text-decoration: none;
  color: #666;  
  padding: 6px;
  margin: 10px;
} 

#menu a:hover {
  color: #000;
}

#menu li {
  list-style-type: none;
  margin-bottom: 8px;
  margin-top: 8px;
}