/*------------------------------------------------------------------------
Project:       Photo in a Haystack
Last Changed:  2008-02-12
Author:        Chris Griffin
               http://griffinwebworks.com
------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
=Reset
------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}


/*------------------------------------------------------------------------
=Default
------------------------------------------------------------------------*/

body {
  background: #e8e6de;
  border-top: 18px solid #76573b;
  color: #523d29;
  font: 13px/18px "Times New Roman", Georgia, serif; 
  line-height: 18px;
}

a {
  color: #c60;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 18px;
}

ul {
  
}

ul.list {
  list-style: inside square;
  margin-bottom: 18px;
}

li {

}

h3 {
  font: 18px/18px Georgia, "Times New Roman", serif;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

h3 a {
  background: #fff;
  float: right;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 0 2px;
}

h4 {
  font: 14px/18px Georgia "Times New Roman", serif;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}


/*------------------------------------------------------------------------
=Layout
------------------------------------------------------------------------*/

#wrapper {
  margin: 0 auto; 
  width: 640px;
}

#header {
  background: url(/img/bg-header.png);
  border-bottom: 1px dotted #76573b;
  height: 53px;
}

#logo {
  background: url(/img/logo-piah.png) no-repeat;
  float: left;
  height: 53px;
  margin-left: 18px;
}

#byline {
  background: url(/img/byline-allyn.png) no-repeat;
  float: right;
  margin-right: 18px;
}

#logo a,
#byline a {
  display: block;
  height: 53px;
  text-indent: -9999px;
}

#logo a {
  width: 221px;
}

#byline a {
  width: 190px;
}

#main {
  margin: 18px;
}

body#index #main {
  text-align: center;
}

#footer {
  border-top: 1px dotted #76573b;
  color: #76573b;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 18px;
  text-transform: uppercase;
}

#footer ul.nav {
  float: left;
  margin: 3px 0;
  overflow: hidden;
}

#footer ul.nav li {
  border-left: 1px solid #76573b;
  float: left;
  line-height: 12px;
  margin-left: 4px;
  padding-left: 4px;
}

#footer ul.nav li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

#footer p {
  float: right;
  margin: 0;
}
