/* ------------------------------------------------------------------
global.css
------------------------------------------------------------------ */


/* Reset (mix of Eric Meyer's & Yahoo's 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, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse:collapse;border-spacing:0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, 
blockquote:after,
q:before, 
q:after { content: ""; }
blockquote, 
q { quotes: "" ""; }


/* Typography 
-------------------------------------------------------------- */
body { font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; line-height: 1.8; /* Unitless for proper inheritance */ }

/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body { font-size: 75%; } /* IE */
html > body { font-size: 12px; } /* Other browsers */


/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; }
h1 { font-size: 3em; margin-bottom: .5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; line-height: 2; }
h4 { font-size: 1.2em; line-height: 1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */
p { margin: 0 0 1.5em 0; }
p.last { margin-bottom:0; }
p img { float: left; margin: 0 1.5em 1.5em 0; padding:0; }
ul, ol { margin: 0 0 1.5em 1.5em; }
ol { list-style-type: decimal; }
dl { margin: 1.5em 0; }
dl dt { font-weight: bold; }
a { color: #125AA7; text-decoration: underline; outline: none; }
a:hover { color: #000; }
blockquote { margin: 0 1.5em 1.5em 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em { font-style: italic; }
pre { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code { font:0.9em Monaco, monospace; }


/* Tables
-------------------------------------------------------------- */
table { margin-bottom: 1.4em; }
th,td { height: 1em; padding:0.2em 0.4em; }
th { font-weight:bold; }


/* Forms
-------------------------------------------------------------- */
label { cursor: hand; }
input[text],
textarea,
select { border: 1px solid #b19638; font-size: 100%; padding: 2px 1px; }
select { margin: 0; padding: 1px 0; }


/* Button Styles
------------------------------------------------------------------ */
.input-button { font-family: helvetica,arial,sans-serif; line-height: 1em; background: #efeed7; border: 1px solid #b19638; color: #5a4b16; padding: 5px 10px 3px 10px; font-size: 11px; text-transform: uppercase; *overflow:visible; }
.input-button-download { font-family: helvetica,arial,sans-serif; line-height: 1em; background: #efeed7 url(../images/icon-download.gif) no-repeat 7px 50%; border: 1px solid #b19638; color: #5a4b16; padding: 5px 10px 3px 30px; font-size: 11px; text-transform: uppercase; *overflow:visible; }


/* Gallery Thumbnails
------------------------------------------------------------------ */
.gallery-thumbnails { line-height: 1.2em; }
.gallery-thumbnails td { padding: 0 25px 15px 0; text-align: center; border: 0; }
.gallery-thumbnails td img { border: 2px solid #000; }
.gallery-thumbnails span { text-align: center; color: #4c3d1f; }

/* Gallery Detail
------------------------------------------------------------------ */
#maingallery { width: 730px; padding: 25px 0 0 47px; float: left; color: #735f37; }
.gallery-detail { color: #000;}
.gallery-detail-artwork { float: left; width: 500px; padding-right: 30px; padding-bottom:40px;  }
.gallery-detail-artwork img { border: 2px solid #000; }
.gallery-detail-description { float: left; width: 190px; }
.gallery-detail-description h3 { margin-bottom: 0; line-height: 1.2em; font-weight: bold; font-size: 16px; }
.gallery-detail-description p { margin-bottom: 1.2em; line-height: 1.4em; }
.gallery-detail-description a:link,
.gallery-detail-description a:visited { color: #62041d; text-decoration: none; }
.gallery-detail-description .price { margin-bottom: 5px; }
.gallery-detail-description .price span { font-size: 14px; margin-left: 50px; }
.gallery-detail-description .shipping-info { color: #624e1b; }
