/**
 * Styles for Vault Gallery
 * 
 * This file defines all of the main styles 
 * for Client.
 *
 * @author William Dodson <http://obxdesignworks.com> for MANOVERBOARD <http://manoverboard.com/>
 * @copyright Copyright (c) 2009 Vault Gallery
 * @date 2009-02-25
 * @version 0.1.0
 * @site Client (http://www.vaultgallery.ca/)
 * @media screen
 */
/**
 * Colors used for Vault Gallery
 *
 * @colordef #CDCB04 (green)
 * @colordef #606002 (dk. green)
 * @colordef #8C8B8B (gray)
 * @colordef #252525 (med. gray)
 * @colordef #191716 (dk. gray)
 */
/**
 * @section Reset CSS
 * ======================================================================
 */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 background: transparent;
 border: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 margin: 0;
 padding: 0;
 outline: 0;
 vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
 outline: 0;
}
body {
 background: #fff;
 color: #000;
 line-height: 1;
}
ol, ul {
 list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: collapse;
 border-spacing: 0;
}
caption, th, td {
 font-weight: normal;
 text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}
a img {
 border: none;
}

/**
 * @section Base HTML
 * ======================================================================
 */
body {
 background: #fff;
 color: #191716;
 font-family: helvetica, arial, sans-serif;
 font-size: 75%;
 line-height: 1.5em;
 text-align: center;
}
/*links*/
a, 
a:link {
 color: #606002;
}
a:visited {
 color: #8C8B8B;
}
a:hover {
 color: #191716;
}
a:active {
 color: #000;
}
/*headings*/
h1,
h2, 
h3, 
h4, 
h5, 
h6 {
 font-family: 'helvetica neue', helvetica, arial, sans-serif;
}
h1 {
 
}
h2 {
 color: #191716;
 font-size: 1.3em;
 font-weight: bold;
 line-height: 1.125em;
 margin-bottom: 0.5625em;
}
h3 {
 font-size: 1.167em;
 font-weight: bold;
 line-height: 1.286em;
 margin-bottom: 1.25em;
}
/*block-level elements*/
p {
 font-size: 1em;
 line-height: 1.5em;
 margin: 0 0 1.5em 0;
 padding: 0;
}
img {
 float: left;
 margin: 0 10px 1.5em 0;
}
/**/
strong {
 font-weight: bold;
}
em {
 font-style: oblique;
}
/**
 * @section Classes and Overrides
 * ======================================================================
 */
/*this holds the metadata for each big page image*/
.artwork-meta {
 float: right;
 font-size:0.917em;
 line-height: 1.636em;
 padding: 0.75em 0 0 0;
 text-align: right;
}
.artwork-meta p {
 margin-bottom: 0;
}
.clear {
 clear: both;
}
.current_page_item a {
 color: #191716;
 font-weight: bold;
 text-decoration: none;
}
/*this class wraps the large image shown at the top of each page and exhibit*/
.exhibit-img {
 height: 270px;
 margin: 0 0 1.5em 0;
 overflow: hidden;
 padding: 0;
 position: relative;
 width: 650px;
}
.exhibit-img img {
 left: 0;
 position: absolute;
 top: -25%;/**/
}
.artist-img {
 margin-bottom: 1.5em;
}
.entry {
 margin-left: 10px;
 width: 50%;
}
.highlight {
 background: #FBF950;
}
.list-thumbnails {
 list-style-type: none;
}
#article .list-thumbnails {
 margin-left: 10px;
 width: 60%;
}
.list-thumbnails li {
 float: left;
 margin: 0 10px 10px 0;
 padding: 0;
}
.list-thumbnails li.last {
 margin-right: 0;
}
.list-thumbnails li a {
 display: block;
 height: 80px;
 margin: 0;
 outline: 3px double #8C8B8B;
 overflow: hidden;
 padding: 0;
 position: relative;
 width: 80px;
}
.list-thumbnails li a:hover {
 outline: 3px double #191716;
}
.list-thumbnails li a img {
 left: -25%;
 position: absolute;
 top: -25%;
}
.post-date {
 margin-top: -1em;
}
.postmetadata {
 border-bottom: 1px dotted #8C8B8B;
 clear: both;
 font-size:0.833em;
 line-height: 1.8em;
 margin: 0 0 1.5em 0;
 padding-bottom: 1.5em;
}
/**
 * @section Grid
 * ======================================================================
 */
#wrap {
 background: transparent;
 margin: 0 auto;
 padding: 0;
 position: relative;
 text-align: left;
 width: 850px;
}
#header {
 background: transparent url('/img/main/header-bg-tile.png') repeat-x 0 0;
 height: 124px;
}
#aside {
 background: transparent;
 float: left;
 margin: 0 10px 0 0;
 padding: 16px 0;
 width: 190px;
}
#article {
 background: transparent;
 float: left;
 margin: 0;
 padding: 16px 0;
 width: 650px;
}
#footer {
 background: transparent url('/img/main/footer-top-bar.png') no-repeat 0 0;
 clear: both;
 color: #252525;
 padding: 10px 10px 1.5em 10px;
}

/**
 * @section Wrap and Globals
 * ======================================================================
 */
#wrap p#skip-nav {
 font-size: 0;
 height: 0;
 line-height: 0;
 margin: 0 0 0 -999em;
 padding: 0;
 width: 0;
}
/**
 * @section Header
 * ======================================================================
 */
#header h1 {
 background: transparent;
 height: 74px;
 margin: 0;
 padding: 0;
 position: absolute;
 right: 0;
 top: 50px;
 width: 290px;
}
#header h1 a {
 display: block;
 height: 74px;
 margin: 0;
 padding: 0;
 position: relative;
 width: 290px;
}
#header h1 a span {
 background: transparent url('/img/logos/logo.png') no-repeat 0 0;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
}

/**
 * @section Nav
 * ======================================================================
 */
#nav {
 background: #191716 url('/img/nav/nav-off-bg-tile.png') repeat-x 0 0;
 height: 124px;
 left: 0;
 position: absolute;
 top: 0;
}
#nav ul#main-menu {
 background: transparent;
 font-size:0.917em;
 font-weight: bold;
 height: 124px;
 line-height: 1.636em;
 margin-bottom: 0;
}
#nav ul#main-menu li {
 float: left;
 height: 124px;
 width: 80px;
}
/*these buttons are a different width than the others*/
#nav ul#main-menu li#tab-current {
 width: 130px;
}
#nav ul#main-menu li#tab-past {
 width: 120px;
}
#nav ul#main-menu li#tab-about {
 width: 70px;
}
/*based on body ID*/
body#index #nav ul#main-menu li#tab-home,
body#current #nav ul#main-menu li#tab-current,
body#past #nav ul#main-menu li#tab-past,
body#artists #nav ul#main-menu li#tab-artists,
body#about #nav ul#main-menu li#tab-about,
body#contact #nav ul#main-menu li#tab-contact {
 background: #8C8B8B url('/img/nav/nav-bg-tile.png') repeat-x 0 0;
}
#nav ul#main-menu li a {
 background: transparent;
 color: #fff;
 display: block;
 float: left;
 height: 50px;
 margin: 54px 0 0 0;
 padding: 8px 10px;
 text-decoration: none;
 text-transform: uppercase;
 width: 60px;
}
#nav ul#main-menu li#tab-current a {
 width: 110px;
}
#nav ul#main-menu li#tab-past a {
 width: 100px;
}
#nav ul#main-menu li#tab-about a {
 width: 50px;
}
#nav ul#main-menu li a:hover {
 background: #8C8B8B;
}

/**
 * @section Aside
 * ======================================================================
 */
#aside h2 {
 color: #191716;
 font-size:1.167em;
 font-weight: bold;
 line-height: 1.286em;
 margin: 0 10px 1.25em 10px;
}
#aside p {
 margin: 0 10px 0 10px;
}
#aside ul {
 margin: 0 10px 1.5em 10px;
}
#aside form#search-form {
 position: absolute;
 right: 24px;
 top: 18px;
}
#aside form#search-form label {
 font-size:0.833em;
 line-height: 1.8em;
 margin-right: 5px;
 text-transform: lowercase;
}
#aside form#email-form {
 margin-left: 10px;
}
#aside form#email-form p {
 margin: 0;
 padding: 0;
}
#aside form#email-form label {
 margin-right: 5px;
}
#aside form#email-form input#email {
 width: 134px;
}
#aside form#email-form input#subscribe-email {
 float: right;
 margin-top: 10px;
}
#aside .separate {
 background: transparent url('/img/accents/sep-bg-tile_aside.png') repeat-x 0 100%;
 margin-bottom: 0.8em;
 padding-bottom: 0.8em;
}

/**
 * @section Article
 * ======================================================================
 */
#article h2 {
 margin-left: 10px;
}

/**
 * @section Footer
 * ======================================================================
 */
#footer p {
 font-size:0.917em;
 line-height: 1.636em;
 margin-bottom: 0;
}

