/* application specific overrides */

/* top, right, bottom, left */
#bd { 
  font-size: 108%;
  /* single col layout margin */
  margin: 10px 5px 5px 2px;
/*  padding: 5px 5px 5px 5px;*/
}
h2 { 
  /* single col layout margin */
  margin: 0em 0em 1em 0px;
/*  padding: 5px 5px 5px 5px;*/
}
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 { 
  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, blockquote p { 
  text-indent: 0em;
}

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