/******************************************************************************/
/*                       Styles for Zeppelin's Airship                        */
/* Author: Ammon Shepherd                                                     */
/* Updated: 04.may.2006                                                       */
/* Use this however you want.  Giving me credit if you do, would make me feel */
/*      special.  Drop me a line and show me what you did. ashephe1@gmu.edu   */
/******************************************************************************/

* {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  background: #f6f2e1;
  /* These are the fonts I've seen that resemble what I want.
  font-family: Altenberg,Ariosto, Bilitis, Bruges, Lysander**, Norumbega, **Ganelon**
  */
  font-size: 12px;
  font-family: Ganelon, Verdana, sans-serif;
}

#envelope {
  width: 800px;
  margin: 3px auto 3% auto;
}
#bar{
  height: 35px;
  background: url(images/border.jpg);
}

/***    Header   ***/
#cone {
}

/***  skeleton   ***/
#skeleton {
  width: 620px;
  background: #fff;
  margin-top: 25px;
  min-height: 600px;
  margin-left: 160px;
  border: 1px solid #aaa;
}



/***   Menu   ***/
#menu {
  float: left;
  color: #fff;
  width: 110px;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 20px;
}
#menu ul {
  list-style: none;
}
#menu ul li {
  padding-top: 15px;
  text-align: center;
}
#menu a {
  color: #fff;
  padding: 5px;
  display: block;
  text-decoration: none;
  border: 1px solid #140a00;
  background-color: #654c2b;
}
#menu a:hover {
  color: #443821;
  background: #b8a488;
}
#menu .current {
  padding: 5px;
  color: #443821;
  display: block;
  background: #b8a488;
  text-decoration: none;
  border: 1px solid #140a00;
}
#menu .current a:hover {
  color: #fff;
  background-color: #654c2b;
}

#line {
  border-bottom: 2px solid #ada49a;
}

/******************************************************************************/
/***   Booklet   ***/
#booklet {
  width: 780px;
  margin-top: 1%;
  margin-left: 30px;
}
#bookmenu {
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 230px;
}
#bookmenu ul li {
  display: inline;
  text-align: center;
}
#bookmenu a {
  padding: 5px;
  color: #443821;
  text-decoration: none;
  border: 1px solid #140a00;
  background-color: #b8a488;
}
#bookmenu a:hover {
  color: #fff;
  background-color: #654c2b;
}

.lspace {
  margin-left: 10px;
  margin-right: 10px;
}
#topnav, #botnav {
  margin: 2% 1% 2% 1%;
}

#topnav a, #botnav a {
  color: #a41933;
  text-decoration: none;
  font-family: Arial, sans-serif;
}
#topnav a:hover, #botnav a:hover {
  color: #654c2b;
  border-bottom: 1px dotted #99f;
}
.prev {
  float: left;
  text-align: left;
  padding-left: 50px;
}
.next {
  text-align: right;
  padding-right: 50px;
}


/*****   container for the left side page   ****/
#left {
  float: left;
  width: 380px; 
  background: #fff;
  max-height: 500px;
  border: 3px solid #233444;
}
/* left side content */
#midleft {
  margin: 20px;
  height: 240px;
  border: 5px solid #f90;
}
#midleft p {
  margin-top: 0;
  padding-top: .5em;
  padding-left: 1em;
  padding-right: 3em;
  line-height: 1.6em;
}
#midleft p:first-letter {
  float: left;
  color: #654c2b;
  font-size: 30px;
  font-weight: bolder;
  font-family: Caleon, sans-serif;
}

/*****   container for the right side page   *****/
#right {
  width: 380px;
  background: #fff;
  text-align: right;
  margin-left: 383px;
  border: 3px solid #233444;
}
/* right side content */
#midright {
  margin: 20px;
  height: 240px;
  border: 5px solid #f90;
}
#midright p {
  text-align: center;
}
#midright img {
  border: none;
  vertical-align: middle;
}
#midimg4 {
  padding-top: 15px;
}


/******************************************************************************/
/****     Styles for the home.php page     ****/
#homecontent {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
#homecontent h1 {
  color: #3b2819;
  margin-bottom: .5em;
  font-family: "Palatino Linotype", Palatino, serif;
}
#homecontent h2 {
  color: #c21d3b;
  margin-bottom: .5em;
  font-family: "Palatino Linotype", Palatino, serif;
}
#homecontent p {
  margin-top: 0;
  padding-left: 1em;
  padding-right: 3em;
  margin-bottom: 1em;
  line-height: 1.6em;
}
.ulist {
  margin-left: 3em;
  margin-bottom: .5em;
}
.bibliography {
  margin-left: 3em;
  padding-bottom: 1em;
  list-style-type: none;
}
.bibliography li {
  padding: .5em 0 .5em 0;
}
#homecontent blockquote p {
  font-size: .95em;
  line-height: 1.3em;
  margin: 1em 4em 1em 4em;
}

#homecontent blockquote cite {
  display: block;
  text-align: right;
}

#homecontent img {
  border: none;
  padding: .5em;
}
#homecontent div.right {
  float: right;
  margin: .8em;
  font-size: 85%;
  border: 1px solid #bbb;
  font-family: Arial, sans-serif;
}

#homecontent div.left {
  float: left;
  margin: .8em;
  font-size: 75%;
  border: 1px solid #bbb;
  font-family: Arial, sans-serif;
}
#homecontent p.capt {
  width: 150px;
  font-size: 1em;
  line-height: 1.3em;
}
#homecontent a {
  color: #a41933;
  text-decoration: none;
}
#homecontent a:hover {
  color: #654c2b;
  border-bottom: 1px dotted #654c2b;
}

.pullquote {
  float: left;
  width: 150px;
  padding: 10px;
  display: block;
  margin: 10px 10px 10px 0;
  background-color: #b8a488;
  font-family: "Comic Sans MS", sans-serif;
}

.pullquote cite {
  float: right;
  display: block;
  font-style: italic;
}
#navigate {
  padding-bottom: 5px;
}
#forwards {
  text-align: right;
}
#backwards {
  float: left;
  text-align: left;
}
#forwards a, #backwards a {
  padding: 3px;
  color: #a41933;
  font-size: 16px;
  text-decoration: none;
  border: 1px dotted #654c2b;
}
#forwards a:hover, #backwards a:hover {
  color: #654c2b;
}
img.arrow {
  vertical-align: middle;
}

/******************************************************************************/
/***     contents.php styles     ****/
#contentsmenu {
  padding-left: 10px;
  min-height: 600px;
}
#contentsmenu .right {
  padding-bottom: 1em;
}
#contentsmenu ul {
  list-style: none;
}
#contentsmenu li {
  width: 200px;;
  padding: .2em;
}
#contentsmenu ul ul {
  padding-left: 1em;
}
#contentsmenu a.contents {
  display: block;
  color: #a41933;
  text-decoration: none;
  border-top: 1px dotted #654c2b;
  border-bottom: 1px dotted #654c2b;
}
#contentsmenu ul ul li a {
  color: #a41933;
  text-decoration: none;
}
#contentsmenu  ul ul li a:hover, #contentsmenu a.contents:hover {
  color: #654c2b;
  border-bottom: 1px dotted #654c2b;
}



/******************************************************************************/
/****   imagepage.php styles     ****/
.imagepagenav {
  text-align: center;
  margin: 2% auto 2% auto;
}
.imagepagenav a {
  color: #a41933;
  text-decoration: none;

}
.imagepagenav a:hover {
  color: #654c2b;
  border-bottom: 1px dotted #654c2b;
}
#imagepage {
  text-align: center;
}

/**************************** Footnotes *******************/
#homecontent sup a:link, #homecontent sup a:visited {
  color: #333;
  border: none;
  font-weight: bold;
  margin-left: .2em;
  margin-right: .3em;
  font-size: xx-small;
  text-decoration: none;
  padding: 0 .3em 0 .3em;
  background-color: #b8a488;
}
#homecontent sup a:hover, #homecontent a:active {
  color: #c3b296;
  background-color: #3b2819;
}
#homecontent #footnotes {
  border-top: 1px solid #555;
  margin-left: 1em;
  padding-top: 1.5em;
  font-size: 75%;
}
#footnotes p {
  line-height: 1.2em;
}
#footnotes a {
  font-size: xx-small;
  color: #443821;
  font-weight: bold;
  background-color: #b8a488;
  padding: .1em .3em .01em .5em;
}
#footnotes a:hover {
  color: #fff;
  background-color: #3b2819;
}
#footnotes a.normal {
  color: #a41933;
  text-decoration: none;
  font-weight: normal;
  background-color: #fff;
}
#footnotes a.normal:hover {
  color: #654c2b;
  border-bottom: 1px dotted #654c2b;
}


/******************************************************************************/
/****          copyright stuff  ********/
#copyleft {
  clear: both;
  color: #aaa;
  margin-top: 3%;
  padding-bottom: 2%;
  text-align: center;
}
#copyleft img {
  border: none;
  vertical-align: middle;
}
#copyleft a {
  color: #a41933;
  text-decoration: none;
}
#copyleft a:hover {
  color: #654c2b;
  border-bottom: 1px dotted #654c2b;
}
#webring {
  margin-top: .5em;
}


