﻿/* Title: Montgomery Studios
 * Author: Michael Montgomery
 * URL: montgomerystudios.com
 *
 * Created: June 4, 2008
 * Modified: November 10, 2011
 *
 * Colors: Blue:#263B85 Dark Blue:#1B2A5E Tan:#DFC97A
 * Toupe:#978440 Dark taupe:#66502B New Toupe: #DED6B5 */

/* ~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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
a {
  color: #231f20;
}
a:hover {
  color: #0f4260;
}
a:focus {
  outline: invert dotted 1px;
}
a:link {
  -webkit-tap-highlight-color: #59bef2;
}
ul, ol {
  margin-left: 2em;
}
ol {
  list-style-type: decimal;
}
nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
strong, th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}
textarea {
  overflow: auto;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
label {
  cursor: pointer;
}
input[type="button"], input[type="submit"], input[type="image"] {
  cursor: pointer;
}
button {
  cursor: pointer;
  margin: 0;
}
input, select, textarea {
  margin: 0;
}
input:invalid, textarea:invalid {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: red 0px 0px 5px;
  -webkit-box-shadow: red 0px 0px 5px;
  -o-box-shadow: red 0px 0px 5px;
  box-shadow: red 0px 0px 5px;
}
button {
  width: auto;
  overflow: visible;
}
body, select, input, textarea {
  color: #444;
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* ~Base */
abbr, acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
}
abbr, acronym {
  letter-spacing: 0.1em;
  font-style: normal;
  font-variant: small-caps;
  text-transform: lowercase;
}
blockquote {
  font-style: italic;
}
body {
  background: #bda986 url(images/66.jpg) no-repeat fixed left top;
  color: black;
  font-family: "Hoefler Text", Constantia, Garamond, "Times New Roman", serif;
  font-size: 75%;
  line-height: 1.5;
  text-align: center;
}
code {
  font-family: "Andale Mono", "Lucida Console", Consolas, monospace;
}
em {
  font-style: italic;
}
html > body {
  font-size: 12px;
}
h1 {
  font-size: 300%;
}
h2 {
  font-size: 200%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 133%;
}
h5 {
  font-size: 117%;
}
h6 {
  font-size: 100%;
}
hr {
  border-color: #ccc;
  border-color: rgba(222, 215, 180, 0.7);
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}
p {
  font-size: 117%;
  margin-bottom: 1em;
  max-width: 36em;
  min-width: 12em;
  hyphenate: auto;
  hyphenate-lines: 3;
}
pre {
  margin: 1em;
}
q {
  font-style: italic;
  quotes: "\2018" "\2019" "\201C" "\201D";
}
q:before {
  content: "\2018";
}
q:after {
  content: "\2019";
}

/* ~Layout */
#container {
  background: url(images/68.png) repeat-x left top;
  text-align: left;
  width: 100%;
}
#accessibility {
  position: absolute;
  top: -10000px;
}
#header {
  background: url(images/65.png) no-repeat 220px 0;
  height: 280px;
}
#logo {
  float: left;
  margin: 96px 0 0;
}
#nav {
  float: right;
  font-family: Calibri, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
  margin-top: 150px;
  overflow: hidden;
}
#nav li {
  border-right: 1px solid #1b2a5e;
  float: left;
  height: 124px;
  width: 116px;
}
#nav li:first-child {
  border-left: 1px solid #1b2a5e;
}
#nav li a {
  background: #263b85 url(images/68.png) repeat-x 0 -150px;
  color: #dddddd;
  display: block;
  font-size: 1.2em;
  height: 34px;
  letter-spacing: 1px;
  padding-top: 90px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#nav li a:hover {
  background: #1b2a5e;
  text-decoration: underline;
}
#content a, body.default a#n1, body.portfolio a#n2, body.projects a#n3, body#contact a#n4 {
  text-decoration: underline;
}
#feature, #ancillary, #portfolio, #projects {
  background-color: rgba(222, 215, 180, 0.7);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
  -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding-bottom: 1em;
  padding-top: 1em;
  text-shadow:0 1px 0 #ccc;
  width: 960px;
}
#footer {
  background: url(images/79.png) repeat-x left top;
  clear: both;
  margin: 2em 0;
  padding: 2em 1em 1em;
}

/* ~Content */
#content h2 a, #content h3 a {
  text-decoration: none;
}
h2 {
  border-bottom: 1px solid #231f20;
  letter-spacing: 0.05em;
  line-height: 1.1em;
  margin: 0.2em 0 0.5em;
}
h3 {
  letter-spacing: 0.05em;
}
#feature h2 {
  color: #231F20;
  font-family: Calibri, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0.3em;
  text-transform: uppercase;
  width: 460px;
}
#feature h3 {
  margin-bottom: 1em;
}
#feature h4 {
  font-style: italic;
  font-weight: normal;
  line-height: 1;
}
#feature p {
  margin-bottom: 0.1em;
}
#feature p + p {
  text-indent: 1em;
}
#feature blockquote {
  background: #66502b;
  color: white;
  float: right;
  margin: 20px 0;
  padding: 5px 20px 5px;
}
#feature blockquote a, #feature blockquote cite {
  color: white;
  display: block;
  font-size: 0.85em;
  text-align: right;
}
#completed, #ingredients {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding: 0.3em 0 0.4em;
}
#completed dt, #ingredients dt {
  display: inline;
  font-weight: bold;
}
#completed dt:after, #ingredients dt:after {
  content: ":";
}
#completed dd, #ingredients dd {
  display: inline;
}
blockquote em {
  font-style: normal;
}
blockquote p {
  font-family: Georgia, Times, Serif;
  font-size: 1.4em;
  font-style: italic;
}
#testimonial p {
  font-family: Georgia, Times, Serif;
  font-size: 1.4em;
  font-style: italic;
}
#feature blockquote cite, blockquote p.client, #testimonial p.client {
  margin-bottom: 0.5em;
}
html > body q {
  font-style: normal;
}
blockquote q {
  font-style: italic;
}
blockquote em {
  font-style: normal;
}
cite abbr, cite acronym {
  font-style: italic;
}
#content p:first-child:first-line {
  font-variant: small-caps;
  letter-spacing: 0.015em;
}
#description h2 {
  border: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 500;
}
#ancillary h2 {
  clear: left;
}
#ancillary li {
  float: left;
  margin: 5px 4px 5px 0;
}
#ancillary li a {
  float: left;
  border: 3px solid #231f20;
}
#ancillary li a:hover {
  border: 3px solid white;
}
#ancillary li img {
  float: left;
}
#ancillary ul {
  margin-left: 0;
}
#portfolio h2, #projects h2 {
  margin-left: 10px;
  margin-right: 10px;
}
#footer a {
  color: #ccc;
  text-decoration: underline;
}
#footer h2 a {
  text-decoration: none;
}
#contact {
  margin-bottom: 1em;
  color: #ccc;
  border-bottom: none;
  margin-bottom: 0.1em;
}
#contact h2 {
  border-bottom: none;
  margin-bottom: 0.1em;
}
#contact p {
  float: right;
  margin-left: 20px;
  text-align: right;
}

/* ~Classes */
.alt {
  font-family: "Goudy Old Style", Palatino, "Book Antiqua", serif;
  font-size: 110%;
  font-style: italic;
}
.notice {
  clear: both;
  float: none;
  font-size: 0.9em;
  max-width: 1000em;
  text-align: center;
}
.preview {
  _clear: both;
  _padding-top: 0.2em;
}

/* ~Grid system */
#header, #content, #description, #ingredients dl, #completed dl, #ancillary div, #projects div, #portfolio div, #completed, #ingredients, #contact h2, #contact div, .clearfix, .preview, .grid-container, .grid-3, .grid-4, .grid-6, .grid-12 {
  *zoom: 1;
}
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after, .grid-container:after, #header:after, #content:after, #description:after, #ingredients dl:after, #completed dl:after, #ancillary div:after, #projects div:after, #portfolio div:after, #completed:after, #ingredients:after, #contact h2:after, #contact div:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.grid-container, #header, #content, #contact {
  margin: 0 auto;
  width: 960px;
}
.grid-3, .grid-4, .grid-6, .grid-12, .preview, #description, #ingredients dl, #completed dl, #ancillary div, #projects div, #portfolio div, #completed, #ingredients, #contact h2, #contact div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  position: relative;
  margin: 0 10px;
}
.grid-3, #description, #ingredients dl, #completed dl {
  width: 220px;
}
.grid-4, #ancillary div, #projects div, #portfolio div {
  width: 300px;
}
.grid-6, .preview {
  width: 460px;
}
.grid-12, #completed, #ancillary #ingredients, #contact h2, #contact div {
  width: 940px;
}
#content .alpha {
  margin-left: 0;
}
#content .omega {
  margin-right: 0;
}