/* application specific overrides */

/* top, right, bottom, left */
#bd {
  font-size: 108%;
  /* single col layout margin */
  margin: 10px 5px 5px 2px;
}
h2 {
  /* single col layout margin */
  margin: 0em 0em 1em 0px;
}
td {
  text-align: right;
}
.section-menu {
  float: left;
  width: 190px;
  margin: 0px 10px 0px 0px;
}
/* second level */
.section-menu ul li ul li {
  margin-left: 0px;
}
.sidebar {
  float: left;
  width: 180px;
  margin: 0px 10px 10px 0px;
}
.sidebar ul {
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
}
/* second level */
.sidebar ul ul {
  margin: 0px;
}

/* override skin background in the header, transparent logo needs white background */
#hd {
  background: #fff;
}

#banner  h1 a, h1 a:visited {
  background: #fff;
  font-family: "times new roman", "courier new", serif;
  font-size: 230%;
  letter-spacing: 3px;
}
#banner h1 {
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
}

#home {
  background-repeat: no-repeat;
  background-image: url('../images/homepage.jpg');
  background-position: 125px 120px;
}

#home #ft, #home .section-menu {
  display: none;
}

/* specific to current menu */
#home #topmenu a:visited.home,
#home #topmenu a.home,
#articles #topmenu a:visited.articles,
#articles #topmenu a.articles,
#essays #topmenu a:visited.essays,
#essays #topmenu a.essays,
#notes #topmenu a:visited.notes,
#notes #topmenu a.notes,
#gallery #topmenu a:visited.gallery,
#gallery #topmenu a.gallery,
#about #topmenu a:visited.about,
#about #topmenu a.about {
  background: #fff;
}

li.important {
  font-weight: bold;
}

table {
  margin-bottom: 1em;
}
th {
  text-align: center;
}

hr {
  clear:both;
}
.section-photos hr {
  visibility: hidden;
}
p.caption {
 margin-bottom: 2px;
}

.centered p.caption {
  font-size: 100%;
}

.thumbnails div.photo {
  float: left;
  width: 100px;
  height: 100px;
}

.thumbnails div.photo p.caption {
  font-size: 77%;
}

.photo img {
  /* hide blank space under image */
  display: block;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;

  border-width: 1px;
  border-style: solid;
  border-top-color: #e6f2ff;
  border-right-color: #9bb1bf;
  border-bottom-color: #9bb1bf;
  border-left-color: #e6f2ff;
}

div.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.inlineimage {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  font-size: 85%;
}

.leftimage {
  float: left;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 0px;
  font-size: 85%;
}

.rightimage{
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 10px;
  font-size: 85%;
}

.sidebarimage{
  float: left;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 4px;
  padding-bottom: 0px;
  font-size: 85%;
}

.spacer{
  clear: both;
}

.chapter {
  font-family: "courier new","times new roman",sans-serif;
  margin: 20px 0px 0px 0px;
  padding: 0px 20px 20px 10px;
  text-align: left;
}
.introduction, .background{
  font-family: arial,helvetica,sans-serif;
}

.chapter-header, .article-header, .essay-header {
  text-align: center;
}

h2,h3,h4,h5 {
 clear: none;
}

div.inkstand {
  width: 100%;
  height: 570px;
  background-repeat: no-repeat;
  background-image: url('../essays/decker-pottery/images/inkstand.jpg');
  background-position: 40px 40px;
}

.chapter p {
  text-indent: 2em;
}
.footnotes p, .signature p {
  text-indent: 0;
}
.footnotes p {
  font-size: 93%;
}

.note {
  font-style: italic;
}

p.caption, .chapter-header p, .article-header, blockquote p {
  text-indent: 0em;
}

#acknowledgements {
    background-image: url(/essays/decker-pottery/images/bshandwriting41.jpg);
    background-repeat: no-repeat;
    background-position: 210px 30px;
}
#acknowledgements .chapter-header {
    padding-top: 220px;
}

div.smith-pottery {
  background-repeat: repeat-y;
  background-image: url('/images/backgrounds/bkgsamsmith.jpg');
  background-position: 0px -40px;
}


.newspaper-ad {
  float: left;
  width: 18em;
  padding: 1em;
  margin: 1em;

  border-width: 1px;
  border-style: dotted;
  border-top-color: #e6f2ff;
  border-right-color: #9bb1bf;
  border-bottom-color: #9bb1bf;
  border-left-color: #e6f2ff;
}
.newspaper-ad p{
  text-indent: 0;
  text-align: left;
}
.newspaper-ad-header p, .newspaper-ad-title p{
  text-align: center;
}
.newspaper-ad-body {
  display: block;
  width: 14em;
  margin-left: auto;
  margin-right: auto;
}
p.newspaper-ad-sig {
  text-align: right;
}

div.broken-pot {
  background-repeat: repeat-y;
  background-image: url('/images/backgrounds/bkg20000813-1419-58p.jpg');
  background-position: 0px 0px;
}

.essay, .article {
  max-width: 50em;

  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;

  padding-bottom: 20px;

  font-family: arial,helvetica,sans-serif;
}
.essay h2 {
  margin: 0em 0em 0em 0em;
}

.article h2 {
  margin: 0em 0em 1em 0em;
}

.essay .leftcol {
  max-width: 22em;
}

