/* 3-column layout stuff */
* { margin: 0; }
#supercontainer {
    width: auto;
    background: #000000;
}

#container {
    width: 820px;
    margin-left:auto;
    margin-right:auto;
    background: url(/images/bg.gif) repeat-y; /*#2E1400; */
/*    border-left: solid 1px #C75600; */
/*    border-right: solid 1px #C75600; */
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 10pt;
 }

#header {
  background: #2E1400;
  display: block;
  color: #db7931;
}

#header img {
    border: none;
    height: 125px;
    float: left;
}

#header td {
    text-align: right;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12pt;
    vertical-align: middle;
    height: 125px;
}

#center {
  color: #db7931;
  width: 170px;
  float:right;
  margin-right: 25px;
  margin-bottom: 10px;
}

#center img {
    border: none;
    margin: 4px;
}

#right {
  color: #DB7931;
  width: 215px;
  float: right;}

#left {
  color: #DB7931;
  text-align: center;
  width: 410px; float:right;
margin-bottom:10px; float:right;}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Page-level styles */

hr {
	width: 20%;
	margin: auto;
	margin-bottom: 15px;
}

p, h1, h2, h3, h4, h5, h6 { 
    margin-top: 0;
}

a {
    color: #db7931;
}

a>img {border: 0px;}

a:visited {
    color: #db7931;
}

#footer {
    color: #db7931;
    border-top: solid 1px #C75600;
    padding: 4px;
    background: #2e1400;
    clear: both;
}

#footer p { 
    margin: 0;
}

#footer p a { 
    color: #db7931;
}

#center p {
    margin-right: .4em;
}

/* Menu */

#menu {
    margin-left: 10px;
    margin-right: 15px;
}

#menu ul {
    margin-left: 20px;
    padding: 0;
    list-style-type: none;
}

#menu ul a {
    text-decoration: none;
}

#menu ul li.section {
    font-size: 16pt;
    list-style: none;
    margin-bottom: .1em;
    margin-bottom: .5em;
}

#menu ul li:hover {
    list-style-type: circle;
}

#menu ul li.subsection {
    font-size: 9pt;

    list-style-position: outside;
    margin-bottom: .1em;
}

#menu ul li.subsection:first-line {
    margin-left: 0;
}	


#menu div.separator {
    margin-right:0px;
    margin-left:15px;
    border-top: 1px solid #C75600;
    margin-bottom: .5em;
}

* table.pricelist td.type {
	padding-right: 15px;
}

/* Image gallery stuff */
#imagegallery {
    margin-left: 10px;
    width: 590px;
    text-align: center;
	float: left;
}

/* gallery-specific styles */
  
/* gallery container */
.gallery {
        margin-left: 10px;
    width: 590px;
    text-align: center;
}
.gallery a {
        text-decoration: none;
} 
.gallery a img {
        border: none;
        vertical-align: middle;
}

/* outer container for each image/caption pair */
.gallery p {
        display: inline;
}

/* For the <a> container, the best default display value is inline-table, but browser support isn't very good. Opera versions 6 and earlier totally mangle anything except display:table-cell, so that is set by default and the preferred display values are at the end of this stylesheet, within hacks that hide them from those Opera versions. No other browsers tested seemed to have any trouble with setting the different display values within a single rule. */

/* inner container for each image/caption pair */
.gallery a {
        display: table-cell;   /* default, for gecko & Opera6- */
        margin: .5em;
        padding: 10px;
        vertical-align: top;   /* aligns the img/caption container */
        width: 8em;            /* adjusts with text size */
        min-width: 133px;      /* not always honored, but that's OK */
        border: none;
}


/* image container, sets height so image can be vertically centered and the caption starts in the same vertical position regardless of image height, except WinIE does not apply line-height to images. oh well, most other browsers do... */
.gallery span {
        display: block;        /* fill container width, force a line break */
        height: 205px;         /* a bit larger than highest img */
        line-height: 205px;    /* same value as height */
        text-align: center;
/*      border: 1px dashed #f00; /* uncomment to show */
}
/* caption container, sets height (for 2 lines) so each outlined image/caption pair is the same height (except in WinIE) */
.gallery i {
        display: block;
        height: 2.5em;         /* makes each box a consistent height */
        padding: 5px;
        text-align: center;
        font-style: italic;
        line-height: 120%;     /* standard spacing */
/*      border: 1px dashed #00f; /* uncomment to show */
}

/* Owen hack, hides from WinIE, Opera versions 6- & some KHTML */
head:first-child+body .gallery a {
        display: table-cell;   /* gecko & Opera6- */
        display: inline-table; /* Safari & some other browsers */
        display: inline-block; /* WinIE & some other browsers */
}

/* star-html hack to show <a> rule(s) just to IE (Win and Mac) */
* html .gallery a {
        display: table-cell;   /* gecko & Opera6- */
        display: inline-table; /* Safari & some other browsers */
        display: inline-block; /* WinIE & some other browsers */
}
/* image is not clickable in WinIE with display:block :( \*/
* html .gallery span {
        display: inline;
}
* html .gallery a:hover i {
/*        cursor: hand; otherwise cursor doesn't change over block <i> */
} /* end WinIE hacks */

/* end hacks */



#imagethumbs img {
    display: block;
    border: none;
}

#imagethumbs img.gallerythumb {
	margin: 5px;
	float: left;
}

#imagethumbs img.selectedgallerythumb {
	margin: 3px;
	float: left;
	padding:1px;
	border: #7A3500 1px solid;
}

#swatchthumbs img {
	margin: 0;
}

#swatchthumbs table.gallerythumb {
	margin: 5px;
	float: left;
}

#swatchthumbs table.selectedgallerythumb {
	margin: 4px;
	float: left;
	border: #7A3500 1px solid;
}

#singleimage img {
    float: right;
}

#imageblurb {
    display: block;
    text-align: left;
    padding-top: 2em;
    margin: 0;
}

#imageblurb h2 {
    font-weight: normal;
    font-size: 16pt;
}

#imageblurb h3 {
	margin-top: .8em;
}

#imageblurb h3 a {
	text-decoration: none;
}

#imageblurb p {
    font-size: 10pt;
    line-height: 135%
}

#imageblurb p.pricetable {
	margin-top: 1em;
}

#imageblurb table {
	font-size: 10pt;
}

#imageblurb table th {
	font-size: 10pt;
	font-weight: normal;
}

#imagecaption {
    margin-top: .2em;
    font-size: 8pt;
}


#bigimage {
    text-align: right;
    float: none;
    margin-right: 12px;
    margin-left: 12px;
    min-width: 300px;
}

#note {
    margin-top: .5em;
	margin-left: .5em;
    color: #db7931;
	clear: left;;
}

#note h2 {
    font-size: 11pt;
    font-weight: normal;
    font-variant: small-caps;
}

#note p {
    font-size: 9pt;
    line-height: 130%
}

#frontpage {
    width: 570px;
    text-align: left;
    margin-right: 15px;
    margin-left: 20px;
    color: #db7931;
	float: left;
}

#frontpage h1, h2 {
	margin-bottom: .35em;
}

#frontpage h2 { 
	margin-top: .5em;
	font-weight:normal;
}

#bigimage img { 
    border: #7A3500 4px solid;
}

/* Blog formatting */

#blogdisplay {
    display:block;
    width:180px;
    float: left;
    text-align: left;
/*    margin-top: 540px;*/
    margin-left:-3px;
    margin-right:5px;
    padding-bottom: 1em;
    margin-top: 0;
/*    padding-top: .5em;*/
    color: #DB7931;
}

#blogdisplay p {
    margin-bottom: 1em;    
    text-align: left;
    margin-right: 1em;
    margin-left: 0.5em;
    margin-top: .2em;
}

#blogdisplay div.separator {
    margin-right:15px;
    margin-left:15px;
    border-top: 1px solid #C75600;
    margin-bottom: .5em;
}
#blogdisplay h2 {
    margin-left: 0.25em;
    margin-top: 0.25em;
    margin-bottom: .5em;
}

#blogdisplay a {
    margin-bottom: 1.5em;
    margin-left: .5em;
    color: inherit;
	text-decoration: none;
}

#blogdisplay a:hover {
	text-decoration: underline;
}

#blogdisplay p.subtitle a {
    color: inherit; 
    margin-left: 0;
}

#blogdisplay p.date {
    margin-bottom: 0;
    font-size: 9pt;
}

#blogdisplay p.subtitle {
    margin-bottom: 0;
}


/* Other specialized formatting */

#bio {
    text-align: left;
    margin-right: 15px;
    margin-left: 20px;
    color: #db7931;
}

#bio h1, #frontpage h1 {
    margin-bottom: .2em;
}

#bio p, #frontpage p { 
    margin-bottom: .6em;
	margin-top: .4em;
    line-height: 150%;
}

#bibliography {
    text-align: left;
    margin-right: .5em;
    color: #db7931;
}

#bibliography p, #bibliography ul, #bibliography ol {
    margin-left: 1em;
    line-height: 130%;
}

#bibliography em {
    text-decoration: underline;
}

#bibliography h2 {
    margin-top: 1em;
    margin-left: 1em;
}

#bio ul li {
    margin-bottom: .2em;
}

#imagecaption p {
    margin:0;
    line-height: 130%;
}
