/*------------------------------------------------------------------------------
>>>>  Default Blueprint CSS 
      This provides the styles for Blueprint's default templates.
      You can discard it entirely, or simply delete or comment out the irrelevant
      parts.
      
      This stylesheet is divided into several sections:
      + Reset (to give you a blank CSS canvas on which to work)
      + Sample colours and embellishments (the first bit you should delete - this
        provides tweaks to make the default templates look nice, and probably
        isn't relevent when you're putting together a fresh design)
      + Layout
      + Basic typography (in ems) with simple table styles
      + Mimetypes (presentation of download / view links for non-image assets)
      
      Following these sections, there are styles for each of the default blueprint
      modules. They are namespaced with the module code (i.e. blg, evt, nws),
      which is is applied to the body in the main default layout.

      We're always keen to hear about things that might make the default templates
      easier to comprehend and to use.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

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-family: inherit;
	vertical-align: baseline;
	line-height: 1.3;
}

/* For IE */
img { -ms-interpolation-mode:bicubic; } 

a img {
  border: none;
}

a, a:link { color: #4a4a4a; }
a:visited {}
a:hover { color:  #2da7c5; }
a:active { }


/*------------------------------------------------------------------------------
>>>> Sample site colours + layout + nudges + small embellishments 
     Beware: some of this stuff isn't IE-friendly.
     Commenting out this section will give you a vanilla canvas.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

html, body {
  height: 100%;
}

body { 
  color: #4a4a4a;
  text-shadow: rgba(255, 255, 255, .01) 0px -1px 1px; 
  font-family: Georgia, "Times New Roman", serif;
	font-size: 85%;  
}

/* Link and link-like colours */
#shp p.toggle a.toggleOn,
#slideshow ol li#activeThumb { 
  color: #2da7c5; 
}

/* For the big happy opening paragraph */
#content h1 + p, #mapblg #content p:first-child {
  font-size: 125%;
  line-height: 160%;
  padding-bottom: 0.5em;
  color: #07181d;
}

/* Neatening subheadings in posts  */

.post h2 { margin-top: 0px;  }
.post h2 + h3 {
  margin: -0.7em 0 0.6em 0;
}



.pageHeader h2 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-top: 0px;
  margin-bottom: 10px;

}



/*------------------------------------------------------------------------------
>>>> Layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 
    The basic 960px grid layout is provided by Golden Grid (a separate stylesheet
      included in the head of the layout) 
*/

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position:relative;
}


.section {
  border-top: 1px solid #adadad;
  padding-bottom: 10px; 
}

#sidebar {
  margin-bottom: 20px;
}

#sidebar .left {
  width: 150px;
  margin: 0;
  float: left;
  display: inline;  
  position: relative;
}

#sidebar .right {
  width: 150px;
  margin: 0;
  float: right;
  display: inline;  
  position: relative;
}

.section ul {
  list-style-image: url('../images/leftarrow.jpg');
  font-size: 95%;
  list-style-position: outside;
  margin-left: 15px;
}

#content ul {
  list-style-image: url('../images/leftarrow.jpg');
  font-size: 95%;
  list-style-position: outside;
  margin-left: 15px;
}

#content {
  border-top: 1px solid #adadad;
  padding-top: 10px;
  padding-bottom: 70px;
}

.nosplash {
  border: none !important;
}


.footer {
  clear:both;
  font-size: 90%;
  padding-top: 0.5em;
  margin-top: -50px;
  height: 50px;
  width: 950px;
}

.footer div.line {
  border-top: 1px solid #adadad;
  height: 1px;
}
.byline {
  padding-top: 0.5em;
  font-size: 90%;
  text-align: center;
}


/*------------------------------------------------------------------------------
>>>> Masthead, breadcrumbs & tabs
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.masthead {
  overflow: hidden;  
  text-align: left;  
  border-bottom: 1px solid #adadad;
  padding: 10px 0 15px 0;
}
#home {
  background: url('../images/masthead2.jpg') no-repeat;
  width: 466px; 
  height: 21px;
  text-indent: -99999px;
}
/* Plain text-link style nav */

#nav {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  height: 165px;
 /* border-bottom: 1px solid #adadad;*/
}

ul.textNav {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style-position: outside;
  margin: 0 !important;
  padding: 0;
}
ul.textNav li {
  font-size: 97%;
  line-height: 90%;
  text-transform: uppercase;
}
ul.textNav li a {
  text-decoration: none;
}
ul.textNav li.inactive a {
  color: #e2e2e2;
}
ul.blue li { text-transform: none; }
ul.green li { text-transform: none; }

ul.pink li a:hover,  ul.pink li.active a {
  color: #e55f92;
}
ul.blue li a:hover,  ul.blue li.active a  {
  color: #2da7c5;
}
ul.green li a:hover,  ul.green li.active a  {
  color: #47a862;
}



/* Sidebar subnav */

.subnav ul ul {
  margin-top: 0.7em;
  margin-bottom: 0;  
}
.subnav a.active {
  font-weight: bold;
}


/*------------------------------------------------------------------------------
>>>> Basic Typography
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

h1, h2, h3, h4, h5, h6{
  font-family: Arial, Helvetica, sans-serif;
}

 h2, h3, h4, h5, h6 {
  letter-spacing: 0.05em;
}
 
hr {
  margin-bottom: 15px;
  border-style: solid;
  border-color: #adadad;
  border-bottom: none;
}
#sidebar h1 {
  color: #4a4a4a;
  font-size: 1.1em;
  margin: 15px 0;
  
}

#sidebar h2 {
  font-size: 1.1em;
  font-weight: bold;
}


em, i {
  font-style:italic;
}
b, strong {
  font-weight: bold;
}

h1 {
  font-size:1.5em;
  margin: 0 0 0.5em 0;
  color: #adadad;
  text-transform: uppercase;
}
h2 {
  font-size: 1.3em;
  margin-top: 1.8em;
  margin-bottom: 0.7em;
}
h3 {
  font-size: 1.1em;
  line-height: 1.25;
  margin-top: 1.4em;  
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
h3.first {
   margin-top: 5px;
   margin-bottom: 1.0em;  
}
h4 {
  margin-top:2.0em;    
  font-size:1em;
  font-weight:bold;
  margin-bottom:0.5em;
  
}
h6 {
  font-size:1em;
  font-weight:bold;
}
p {
  font-size: 95%;
  line-height: 140%;
  width: 95%;
  margin-bottom:1.0em;
}
ul, ol {
  padding: 0;
  margin:1.0em 3.0em 1.4em 0;
  list-style-position: outside;
  margin-left: 15px;
}
ul ul, ol ol {
  margin-left: 1.8em;
}
li {
  line-height:130%;
  margin-bottom:0.7em;
}
dl {
  line-height: 130%;
}
dt {
  font-weight: bold;
  margin-bottom: 0;
}
dd {
  margin-bottom: 2.0em;
}
blockquote {
  margin: 1.6em 0;
  padding: 0 2.0em;
  border-left: 1px solid #ccc;
}
blockquote p {
  padding:0;
  margin:0 0 1.0em 0;
}
blockquote cite {
  font-style:italic;
  font-weight: bold;
  font-size:0.9em;
}
table {
  border-collapse: collapse;
  margin: 1.0em 0;
  padding: 0;
  font-size: 0.9em;
  width: 100%;
}
table td {
  text-align: left;
  vertical-align: top;
  padding: 0.3em 1.0em 0.3em 0;
  border-bottom:1px solid #ddd;  
}
table th {
  padding: 0.3em 1.0em 0.3em 0;
  font-weight: bold;
  text-align: left;  
  border-bottom: 1px solid #222;
}
table p {
  margin: 0.5em 0;
}

/*------------------------------------------------------------------------------
>>>> Generally helpful
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.error, .preview {
  border: 1px dashed red;
  padding: 1.0em 1.0em 0 1.0em;
}

.skip { /* For hidden skip-to-content link */
  display: none;
}
.back { /* Used for back-to-page links for blg, nws, evt */
  clear: both;
  padding-top:2.0em;
}
.go { /* Link to post or extended article */
  text-align: right;
  font-size: 90%;
}
.first { /* For the first item in series */
  margin-left: 0;
  padding-left: 0;
}
.last { /* For the last item in series */
  margin-right: 0;
  padding-right: 0;
}
.notFound { /* Where people / products don't have images */
  background: #ddd;
  text-align: center;
  padding: 3.5em 0;
  width: 100%;
}

/*  
  For convenience, the basic unit of all post-able blueprints is 'post'.
  Where there's a standard image associated with the post (products, people), the 
  post is further divided into .image and .body.
*/

#blg div.post,
#dir div.post,
#edn div.post,
#evt div.post,
#mapblg div.post,
#nws div.post,
#psl div.post, 
#shp div.post {
  margin-bottom:2.0em;
}
 


/*------------------------------------------------------------------------------
>>>> Events (EVT)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*------------------------------------------------------------------------------
>>>> Search (SCH)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*------------------------------------------------------------------------------
>>>> Contact form (CTT)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#contactForm {
  margin-left: 15px;
}

#contactForm label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 95%;
  text-transform: uppercase;
}

/*------------------------------------------------------------------------------
>>>> Gallery (GLY)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#gly div.image img {
  width: 100%;
}
#gly p.caption {
  margin-top: 1.0em;
  font-size: 90%;
}

/*------------------------------------------------------------------------------
>>>> Slideshow
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#slideshow {
  margin-bottom: 20px;
}

.slideshowNav {
 text-align: right;
 font-size: 85%;
 font-family: Arial, Helvetica, sans-serif;
 position: relative;
 margin-top: -35px;
 margin-bottom: 30px;
}

.slideshowNav a {
  text-decoration: none;
  margin: 0 5px;
}


.galleryImage {
  margin: 0px;
}

.galleryImage img {
    max-height: 650px;
    max-width: 470px;
}

.meta {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 97%;
  line-height: 130%;

}

#content ul.meta li.title {
  /*text-transform: uppercase; */
  font-weight: bold;
  color: #9b9b9b;
}

#content ul.meta {
  list-style: none;
  margin: 0 0 0 10px;
}

#content ul.meta li {
  margin-bottom: 0.5em;
}

ul.meta li p {
  font-size: 100%;

} 

/*------------------------------------------------------------------------------
>>>> Events
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.exhibitionGallery {
  margin: 0px;
}

.exhibitionGallery img {
  margin: 0 0 15px 0;
}

/*-----------------------------------------------------
                     >> Images <<
                     
Sizes
large: 440px
medium: 200px
small: 100px

Adjust accordingly!

-----------------------------------------------------*/

.captioned {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.captioned blockquote {
  background:none;
  margin: 6px 0 0 0;
  padding: 0;
  border: 0;
}
.captioned blockquote p {
  font-size: 0.85em;
  font-style: normal;
  line-height: 140%;
}
img.small, .smallCaptioned {
  float: left;
  width: 100px;
  margin: 0 18px 10px 0;
}
img.med, .medCaptioned {
  float: left;
  width: 200px;
  margin: 0 18px 10px 0;
}
img.med_right, .med_rightCaptioned {
  float: right;
  width: 200px;
  position: relative;
  margin-right: -210px;  
}
img.large, .largeCaptioned {
  width: 440px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  background:#fff;  
}
.largeCaptioned {
  margin: 1.7em 0;
  border: none;
  padding: 0;
}

.medCaptioned img, 
.med_rightCaptioned img,
.smallCaptioned img,
.small_rightCaptioned img,
.largeCaptioned img {
  float: none;
  margin: 0;
}

p.submit {
  text-align:center;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}


/*------------------------------------------------------------------------------
>>>> Mime-type display - the default behaviour when a file is inserted in text
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

a.download {
  display:block;
  overflow:hidden;
  border:1px solid #ccc;
  margin:0;
  padding:2px;
  background:#eee;
  position:relative;
  text-decoration:none;
}
a.download:hover {
  background:#E6F1FF;
}
a.download label {
  margin:10px 0 0 0;
  padding:0;
  display:block;
  line-height:140%;
  float:left;
	width:75%;
}
a.download label span {
  font-weight:bold;
  font-size:12px;
}
a.download img {
  float:left;
  margin:0;
  padding:3px 0;
  width:64px;
  height:64px
}


/*------------------------------------------------------------------------------
>>>> Search and Tags
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#search .searchForm {
  padding: 0px;
  margin: 20px 0;
  position: relative;
}
#search input[type="text"] {
  border: 1px solid #adadad;
  padding: 0;
  margin: 0;
  height: 19px;
  width: 215px;
  position: absolute;
  left: 20px;
  top: 0;
  color: #4a4a4a;
  padding-left: 5px;
}

#search input[type="submit"] {
  width: 21px; 
  height: 21px;
  position: absolute;
  left:0;
  top:0;
}
/*------------------------------------------------------------------------------
>>>> Sitemap
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

ul.sitemap  {
  overflow:hidden;
  list-style-type:none; 
  list-style-image:none;
  padding: 0.7em 0;
}
ul.sitemap ul {
  padding:0;
  list-style-type:none;
  list-style-image:none;   
}
ul.sitemap li {
  float:left;
  padding-left:0px;
  padding: 0.5em 0;
  text-transform: uppercase;
}
ul.sitemap li span {
  display:block;
}
ul.sitemap ul {
  margin:8px 0 18px 0px;
}
ul.sitemap ul li {
  float:none;
  padding:0;
  margin-bottom: 2px;
  width:100%;
  text-transform: none;
}



/*------------------------------------------------------------------------------
>>>> Uniform overwrites (remove the .uniForm class from forms to disregard)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* This is the main unit that contains our form elements */
.uniForm .ctrlHolder { padding: 0; }
.uniForm .buttonHolder { padding-top: 10px; }

.uniForm .inlineLabels label,
.uniForm .inlineLabels .label { 
  width: 40%; 
}
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload { 
  width: 54%; 
}

.uniForm .inlineLabels .selectInput,
.uniForm .inlineLabels select{ width: 54%;  }

.uniForm .inlineLabels textarea{  width: 54%; font-family: Helvetica, Arial, sans-serif; }

.uniForm .inlineLabels .formHint { 
  margin-top: 0; 
  margin-left: 42%; 
  font-size: .9em; 
  color: #777; 
  position: static; 
}
.uniForm .inlineLabels .multiField { 
  width: 54%; 
  margin: 0 0 .3em 0; 
}

.uniForm label.blockLabel { font-size: 90%; }
.uniForm .inlineLabels .blockLabel {
  width: 45%;
  margin-right: 5%;
/*  border: 1px solid red;*/
}
.uniForm .inlineLabels .expiry label.blockLabel { /* For credit card expiry date #shp */
  width: 46%;
}
.uniForm .inlineLabels .cc label.cardNumber { /* For credit card number #shp */
  width: 65%;
}
.uniForm .inlineLabels .cc label.cvv { /* For credit card expiry date #shp */
  width: 22%;
}
.uniForm .inlineLabels .address .textInput {
  width: 100%;
}
.uniForm .inlineLabels .address label {
  display: none;
}
.uniForm .ctrlHolder { 
  padding: 6px 0; 
  border-bottom: 1px solid #dfdfdf;
}
.uniForm .noBorder {
  border: 0;
}
.uniForm .inlineLabels p.formHint {
  font-size: 80%;
  padding-top: 0.8em;
  line-height: 130%;
}
