/*Style sheet for alandmoore.com index*/

BODY
{ 
  background-color: #CCCCB1;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Sans serif;
 }

#title
{ 
  background-color: #89ADDB;
  text-align: center;
  border-bottom: 4px double black;
  box-shadow: 0px 3px 4px black, inset 0px 0px 40px navy;
  margin-top: 0px;
 }

#title H1
{ 
  color: white;
  text-shadow: 1px 1px 4px #333;
  font-variant: small-caps;
  margin-top: 0px;
 }

#content
{ 
  background-color: white;
  border-radius: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 2px 4px black, inset 2px 2px 4px #AAA;
  padding: 10px;
  margin-top: 40px;
  overflow: auto;
}

#navigation
{ 
  width: 50%;
  float:left;
 }

#navigation UL
{ 
  margin-left: auto;
  margin-right: auto;
  list-style: none;
 }

#navigation LI
{ 
  letter-spacing: .2em;
  font-size: 1.2em;
  font-style: italic;
  margin: 4px;
}

#navigation LI:before
{ 
  content: "\00BB \0020";
 }

#navigation A
{ 
  font-style: normal;
  color: navy;
  
 }

#description
{ 
  font-size: 2em;
  font-style: italic;
  text-align: right;
  color: #444;
  font-variant: small-caps;
  letter-spacing: .1em;
  float: right;
  width: 40%;
  padding: 20px;
 }