/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.    

Orange: #a93c17
Beige: #b5b1a6
Grey: #63615f
              
-----------------------------------------------------*/

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:#b5b1a6;
  font-family: helvetica, arial, sans-serif;
}

a img {
  border: none;
}

a {
  text-decoration:none;
/*  color:#003153;*/
}

a:hover {
/*  color:#001926;*/
}

/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/
.container {
  width:1000px;
  margin: 60px 0 50px 50px;
}

.content {
  float:left;
  width:404px;
  margin-bottom:40px;
}

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

.siteTitle {
  text-indent:-5000px;
  font-family:Georgia;
  font-size:34px;
  letter-spacing:2px;
  margin-bottom:24px;
  margin-left:-2px;
  color:#fff;
  overflow:hidden;
  text-transform:lowercase;
  width:100%;
  height:56px;
  background:url(/static/images/title.png) top left no-repeat;
}

.siteTitle span {
  color:#a93c17;
}

em, i {
  font-style:italic;
}

h1 {
  font-size:20px;
  margin-bottom:15px;
}

h2 {
  margin-top:20px;
  margin-bottom:5px;
  color:#fff;
  font-size:14px;
  font-family:helvetica;
  text-transform:lowercase;
}

h4 {
  margin-top:20px;
  margin-bottom:6px;
}

p {
  font-family:Palatino, "Palatino Linotype", Georgia, serif;
  font-size:90%;
  line-height:130%;
  margin-bottom:17px;
  width:90%;
}

ul {
  font-family:Palatino, "Palatino Linotype", Georgia, serif;  
  padding-left: 40px;
  font-size:90%;  
  margin:18px 0 21px 0;
}

li {
  line-height:110%;
  margin-bottom:4px;
  width:70%;
}

/*-----------------------------------------------------
            >> 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.logo {
  position:relative;
  margin-left:-10px;
  margin-top:40px;
}

/*-----------------------------------------------------
                     >> Gallery <<
-----------------------------------------------------*/

.slideshowMain {
  background: url(/static/images/slideshow_loader.gif) center center no-repeat;
  float:left;
  width:540px;
}

.slideshowMain img {
/*  width:380px;*/
}

.slideshowThumbs {
  width:340px;
  overflow:hidden;
}

div.gallery .slideshowThumbs img {
  width:35px;
  margin:0 5px 4px 0;
  cursor:pointer;
}
