@font-face {
  font-family: 'DancingScriptOTRegular';
  src: url('/Content/Layout/DancingScript-Regular-webfont.eot');
  src: url('/Content/Layout/DancingScript-Regular-webfont.eot?#iefix') format('eot'),
       url('/Content/Layout/DancingScript-Regular-webfont.woff') format('woff'),
       url('/Content/Layout/DancingScript-Regular-webfont.ttf') format('truetype'),
       url('/Content/Layout/DancingScript-Regular-webfont.svg#webfontTgurhp0l') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: #000 url( /Content/Layout/background-top.jpg ) no-repeat top center;
  font-family: "Verdana", sans-serif;
  margin: auto;
  width: 64em;
  max-width: 95%;
  min-width: 480px;
}

body, footer, footer a {
  color: #c4ac97;
}

#viewport-wrapper {
  background: url( /Content/Layout/background-bottom.jpg ) no-repeat bottom center;
}

header, footer, nav, section {
  display: block;
}

header h1 {
  padding: 1.25em 1em;  
  position: relative;
}

header h1 a, footer h1 {
  /* color: #7a6b4e; */
  color: #c8a97b;
  /* font-family: 'ClaudeSansItalicRegular', sans-serif; */
  font-family: 'DancingScriptOTRegular', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

header h1 img, header h1 a {
  display: block;
}

a img {
  border: 0;
}

header h1 img {
  position: absolute;
  right: 0;
  top: 0.75em;
}

footer {
  font-size: 65%;
}  
footer h1 {
  font-size: 100%;
}

footer h1 span {
  font-size: 200%;
  line-height: 3.5em;
  padding-left: 0.65em;
}

footer strong, footer .contact dt {
  color: #7f6844;
}

footer .contact {
  overflow: auto;
  padding: 1.5em;
  position: relative;
}

footer h1, footer .contact p, footer .contact dl {
  float: left;
  margin-right: 4em;
}

footer .contact dl  {
  overflow: auto;
}

footer .contact dd, footer .contact dt {
  float: left;
}

footer .contact dt {
  clear: left;
  font-weight: bold;
  width: 1.5em;
}

footer .logotype {
  position: absolute;
  right: 2em;
  top: 2.75em;
}

#content {
  background: #221b12 url( /Content/Layout/page-background.png ) no-repeat 50% 0;
  -moz-box-shadow: 0 -0.5em 1.5em rgba( 0, 0, 0, 0.25 );
  -webkit-box-shadow: 0 -0.5em 1.5em rgba( 0, 0, 0, 0.25 );
  -o-box-shadow: 0 -0.5em 1.5em rgba( 0, 0, 0, 0.25 );
  -khtml-box-shadow: 0 -0.5em 1.5em rgba( 0, 0, 0, 0.25 );
  box-shadow: 0 -0.5em 1.5em rgba( 0, 0, 0, 0.25 );
  min-height: 30em;
  position: relative;
  z-index: 2;
}

#content .columns .main {
  min-height: 38em;
}

#content, #content .text li span {
  color: #f7ecce;
}

#content a, #content .read-more-list a em {
  color: #d9d9ff;
  text-decoration: underline;
}

#content a:visited {
  color: #ecd9ff;
}

#content a:hover, #content .standout a, .toggle-next em {
  color: #f7ecce;
}

#content .read-more-list a {
  color: #f7ecce;
  text-decoration: none;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  color: #876038;
  margin-bottom: 1em;
}

.bullets {
  color: #876038;
}

#content p, #content ol, #content ul, #content dl, #content table, 
#content form {
  line-height: 1.5;
  margin-bottom: 1em;
}

#content ol, #content ul {
  margin-left: 3em;
}

#content h1 {
  font-family: "Georgia", serif;
  font-size: 150%;
  font-weight: normal;
}

#content h2 {
  font-size: 120%;
} 
#content h3 {
  font-size: 115%;
} 
#content h4, .standout a  {
  font-size: 110%;
} 
#content h5 {
  font-size: 105%;
} 
#content h6 {
  font-size: 100%;
} 
.columns {
  z-index: 6;
}

.columns, .backgrounds {
  font-size: 75%;
}

.column .paddingWrapper {
  padding: 3em 1.5em;
}

.backgrounds .column.one .paddingWrapper {
  background: #221b12;
}

.column.one .paddingWrapper {
  margin-top: -2.7em; 
  padding: 1.5em;
}

nav {
  background: url( /Content/Layout/nav-back.png );
  font-family: "Century Gothic", sans-serif;
  font-size: 70%;
  margin-left: 23%;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

nav ul {
  border-collapse: collapse;
  list-style: none;
  display: table;
  margin-bottom: 1px;
}

nav li {
  border-right: 1px solid #2b261f;
  display: table-cell;
  max-width: 9.5em;
  line-height: 1;
  padding: 0.4em 1.5em;
  text-align: center;
  vertical-align: middle;
}

nav li:last-child {
  border-right: 0;
}

nav .current, nav a:hover {
  color: #c4ac97;
}

nav a {
  color: #9e8567;
  text-decoration: none;
}

.copy-image {
  position: relative;
}

.copy-image a {
  text-decoration: none;
}

.copy-image .caption {
  background: rgba( 0, 0, 0, 0.5 );
  text-shadow: -1px -1px 0 #000,
     0   -1px 0 #000,
     1px -1px 0 #000,
     1px  0   0 #000,
     1px  1px 0 #000,
     0    1px 0 #000,
    -1px  1px 0 #000,
    -1px  0   0 #000;
  color: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0.5em;
}

.copy-image .overImageAtBottom {
  bottom: 0;
}

.copy-image img {
  display: block;
}

.copy-image-collection.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.copy-image-collection.left {
  float: left;
  margin-left: 1em;
  margin-bottom: 1em;
}

.style-file, .portfolio {
  overflow: hidden;
}

.style-file .copy-image, .portfolio .copy-image {
  background: #000;
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}

.left-column-images .copy-image {
  margin-top: 1.5em;
}

.left-column-images .copy-image, .column.two .copy-image, .column.three .copy-image {
  -moz-box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.5 );
  -webkit-box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.5 );
  -o-box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.5 );
  -khtml-box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.5 );
  box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.5 );
}

.column.three .copy-image { 
  display: inline-block;
}

.left-column-images img, .column.two img, .column.three img{
  outline: 1px solid #000;
}

.column.two .style-file img, .column.two .portfolio img {
  outline: 0;
}

.columns {
  overflow: visible;
}

.clear {
  clear: both;
}

#left-decoration {
  margin-right: 59px;
  padding-right: 1.5em;
  position: relative;
  height: 100%;
}

.backgrounds .column.left .paddingWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#wardrobe {
  background: #98a0a2 url( /Image/Library/wardrobe-with-tassel/59-w ) no-repeat top right;
  position: absolute;
  top: 11.5em;
  bottom: 1.5em;
  right: 1.5em;
  width: 59px;
  z-index: 5;
}

#wardrobe .fade {
  background: url( /Image/Gradient/v-59-300-221b1200-221b12ff.png );
  position: absolute;
  bottom: 0;
  width: 59px;
  height: 300px;
  left: 0;
}

.balloon, .standout a, .toggle-next em {
  background: #4a3824;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;  
}

.balloon {
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 1em;
  position: relative;
}

#content .standout {
  overflow: auto;
}

#content .standout a {
  display: block;
  float: left;
  margin-bottom: 1em;
  padding: 0.75em;
  text-decoration: none;
}

#content .standout a:hover {
  background: #f7ecce;
  color: #4a3824;
}

.balloon .shim {
  background: url( /Content/Layout/balloon-arrow.png ) no-repeat;
  width: 15px;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 2em;
}

#content form {
  background: #33291b;
  margin-top: 2em;
  padding: 1em;
  padding-bottom: 0;
}

#content form input[type=text], #content form textarea {
  font-family: "Verdana", sans-serif;
  font-size: 100%;
  margin-bottom: 1em;
  padding: 0.25em;
  width: 25em;
}

#content form textarea {
  height: 8em;
}

#content form th, #content form td {
  vertical-align: top;
}

#content form th {
  padding-right: 1em;
  text-align: right;
}

#content form input[type=submit] {
  margin-top: 1em;
  padding: 0 1em;
}

#content .half-width {
  float: left;
  width: 50%;
}

.toggle-next em {
  font-weight: normal;
  padding: 0.5em;
}

.copy-image-collection .copy-image img {
  border: 1px solid #000;
}
