/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.              
              
-----------------------------------------------------*/

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, 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;
}

body {
  background:#fff;
  color:#444;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;      
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color:#8EADC5;
  color:#444;
  color:#3d8bf2;
}

a:hover {
  color:#543a28;
}

p a {
  text-decoration:underline;
}

p.more {
  text-align:right;  
}

p.more a {
  font-weight:bold;
  text-decoration:none;
}

/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/
.container {
  padding:10px;
  width:960px;
  overflow:hidden;
}

.navColumn {
  float:left;
  width:172px;
  padding:14px;
  margin-right:20px;
  min-height:600px;  
  position:relative;
}
.content {
  float:left;
  width:712px;
  padding:14px;
/*  background:#ddd;*/
  min-height:580px;
}
.text {
  width:500px;
}
div.contactBrief {
  position:absolute;
  bottom:14px;
  left:14px;
  font-size:12px;
}
/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

ul.globalNav {
  padding:0 0 0 0;
  margin: 0;
  list-style:none;
  font-size:12px;
}

ul.globalNav li {
  text-transform:uppercase;
/*  font-weight:bold;*/
  line-height:150%;
}

.globalNav a.active {
/*  color:#543a28;*/
  font-weight:bold;
}
.globalNav a:hover {
  color:#444;
}

ul.globalNav ul {
  padding: 0 0 0 14px;
  margin:0;
}
ul.work li a, ul.work ul li a, ul.work ul, ul.extra li a {
  color:#444;
  cursor:default;
}
ul.globalNav ul ul {
  margin:0;
}
ul.globalNav ul li {
  text-transform:none;
  list-style:none;
  padding:0;
  margin:0;
}
ul.globalNav ul ul li a, ul.extra ul li a {
  color:#3d8bf2;
  cursor:pointer;
}

ul.globalNav ul ul {
  margin:0;
/*  padding:0;*/
}

ul.globalNav ul ul li {
  font-weight:normal;
  font-style:italic;
}
a.artAssist {
  display:block;
  background:#3d8bf2;
  color:#fff;
  font-size:12px;
  text-align:center;
  padding:3px 5px;
  float:left;
  margin-top:20px;
}

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

.navColumn h1 a {
  color:#3d8bf2;
}

em, i {
  font-style:italic;
}

h1 {
  font-size:20px;
  margin-bottom:15px;
}
.content h1 {
}

h2 {
  margin-bottom:6px;
  font-size:14px;
  font-weight:bold;
}

h4 {
  margin-top:20px;
  margin-bottom:6px;
}

p {
  font-size:13px;
  line-height:130%;
  margin-bottom:17px;
}
.contactBrief p {
  font-size:12px;
  margin-bottom:0;
}

ul {
  padding-left: 30px;
  margin:10px 0 21px 0;
}
.content ul {
  padding:0;
  list-style:none;
  margin-bottom:30px;
}

li {
  line-height:110%;
  margin-bottom:4px;
}
.content ul li {
  border-bottom:1px solid #777;
  padding:4px 0;
  margin-bottom:0;
  font-size:13px;  
}

blockquote {
  padding:20px 30px;
}
blockquote p {
  font-size:110%;
  color:#003153;
  padding:0;
  margin:0;
  width:100% ! important;
}

blockquote cite {
  font-style:italic;
  font-size:90%;
}

.sidebar p {
  line-height:120%;
}

.footer p {
  font-size:12px;  
}

/*-----------------------------------------------------
            >> Standard Image Handling <<
-----------------------------------------------------*/

img.small {
  float:left;
  width:50px;
  margin:0 8px 3px 0;
  border:1px solid #eee;
  padding:4px;
  background:#fff;
}
img.med {
  float:left;
  width:220px;
  margin:0 8px 3px 0;
  border:1px solid #eee;
  padding:4px;  
}
img.large {
  width:100%;
  margin:0 0 18px 0;
  border:1px solid #eee;
  padding:4px;
  background:#fff;  
}
img.work {
  width:712px;
}

/*-----------------------------------------------------
                     >> Gallery <<
-----------------------------------------------------*/

div.galleryHeader {
  width:100%;
  overflow:hidden;
}
.galleryHeader h1 {
  float:left;
}
ol.galleryNav {
  list-style:none;
  padding:0;
  position:relative;
  display:block;
  float:right;
  margin:0 0 0 20px;
}
ol.galleryNav li {
  display:inline;
  padding:0 0 0 20px;
  cursor:pointer;
  font-size:20px;  
  color:#3d8bf2;  
}
.galleryNav li a {
  padding:3px 12px;
}
.galleryNav li#activeThumb {
  color:#543a28;
}


div.gallery .slideshowMain {
/*  background: #fff url(/static/images/slideshow_loader.gif) center center no-repeat;*/
  width:712px;
  height:480px;
  border-top:10px solid #fff;
  border-bottom:10px solid #fff;
  margin-bottom:16px;
}

div.gallery .slideshowMain img, div.gallery .image img {
  max-height:480px;
}

div.gallery .caption, div.gallery .imageInfo {
  text-align:left;
  margin-top:5px;
  font-size:12px;
  line-height:140%;
  color:#818181;
}

.caption span.header {
  display:block;
  width:100%;
  overflow:hidden;
  padding-bottom:3px;
  margin-bottom:7px;
  color:#818181;  
}
/*-----------------------------------------------------
                  >> Contact Form <<
-----------------------------------------------------*/

form {
  width:400px;
  padding:0;
}

fieldset {
  padding:0;
}

label {
  display:block;
  font-size:13px;
}

fieldset input {
  width:85%;
  font-size:15px;
  margin-bottom:10px;

}

fieldset textarea {
  width:100%;
  font-size:15px;
  line-height:130%;
}

p.submit {
  text-align:center;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}


/*-----------------------------------------------------
                     >> Search <<
-----------------------------------------------------*/

div.siteTitle form {
  position:relative;
  float:right;
  width:280px;
  margin-top:-4px;
}

/*-----------------------------------------------------
                     >> Links <<
-----------------------------------------------------*/

dl.links dt {
  font-weight:normal;
}

.links dt image {
  float:left;
}

dl.links dd {
  margin-bottom:20px;
}

dl.links dd p {
  font-size:13px;
  margin:0;
}
