@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, b, u, i, center, 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-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/* end of Eric Meyer's reset.css */


body { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 100%; line-height: 1.6; }

/*page divs*/
#wrap { margin: 0 auto; margin-top: 1.5em; width: 1000px; }
#footer { margin: 2em 0 3em 0; text-align: center; }
div.copy { margin: 0 auto; width: 580px; text-align: left; line-height: 1.8; }
div.gallery { margin: 0 auto; width: 960px; border: none; text-align: center; }
	div.gallery img { margin: 0 14px 14px 0; vertical-align: middle; }
div.galleryimage { text-align: center; }
	div.galleryimage img { margin-top: 2em; }
#masthead img { margin: 0 0 0 184px; }

/*navigation*/
ul#navigation { margin: 0 0 1em 184px; }
ul#navigation li.nav_first { margin-left: 2em; }
ul#navigation li { display: inline; list-style-type: none; letter-spacing: 5.5px; padding-right: 20px; font-size: 80%; text-transform: uppercase; }
ul#navigation li:after { content: "•"; color: red; margin: 0 -0.5em 0 1em; font-size: 130%; }
ul#navigation li.nav_last:after { content: ""; }
ul#navigation a { text-decoration: none; color: black; }

ul#gallery_nav { margin: -10px 0 1em 184px; }
ul#gallery_nav li.nav_first { margin-left: 3.5em; }
ul#gallery_nav li { display: inline; list-style-type: none; letter-spacing: 5.5px; padding-right: 20px; font-size: 70%; text-transform: uppercase; }
ul#gallery_nav li:after { content: "•"; color: red; margin: 0 -0.5em 0 1em; font-size: 120%; }
ul#gallery_nav li.nav_last:after { content: ""; }
ul#gallery_nav a { text-decoration: none; color: black; } 

/*headings*/
h1 { font-size: 1.2em; font-weight: normal; color: #000; margin: 1.5em 0 1em 0; text-align: center; }
div.copy h1 { text-align: left; }
/*paragraphs*/
p { font-size: 0.85em; color: #333333; margin: 0 0 .75em 0; }
#footer p { font-size: 75%; }

/*links*/
a:link { color: #FF0000; }
a:visited { color: #990000; }
a:hover { color: #FF0000; text-decoration: underline; }
a:active { color: #FF0000; text-decoration: underline; }

