/*------------------------------------------------------------------------------
>>>>  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;
}

/* For IE */
img { -ms-interpolation-mode:bicubic; } 

a img {
  border: none;
}

a, a:link { text-decoration: none; color: #0084f8; font-weight: bold; }
a:visited { }
a:hover { border-bottom: 1px dotted #0084f8; }
a:active { }

a.lightbox {
  border: none;
}

/*------------------------------------------------------------------------------
>>>> 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.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body { 
  color: #07181d; 
  text-shadow: rgba(255, 255, 255, .01) 0px -1px 1px; 
  font-family: "Myriad Pro", Helvetica, sans-serif;
	font-size: 87%; 
/*  background: url(/static/images/square.gif) top left repeat;  */
}

.masthead {
  margin-top: 40px;
}
.logo {
  padding-top: 10px;
}
.logo a:hover {
  border-bottom: 0;
}
.byline { margin-top: 20px; }
.strap { 
  background: #ddd url(/static/images/bg.gif) top left repeat; 
  background: url(/static/images/square.gif) -10px -1px repeat;	   
}



/* 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;
}




/*------------------------------------------------------------------------------
>>>> Layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 
    The basic 960px grid layout is provided by Golden Grid (a separate stylesheet
      included in the head of the layout) 
*/

.container {
}

.footer {
  clear:both;
  font-size: 90%;
  padding-top: 0.5em;
  margin-top: 3.0em;
}
.byline {
  padding-top: 0.5em;
  font-size: 90%;
  text-align: right;
}
.main {
  padding-top: 0;
}
.second {
  padding-bottom: 30px;
	margin-top: 10px;
	color: #777;
}
.intro {
/*  height: 300px;*/
}
.banner {
  padding: 15px 0;
}
#slideshow {
  width: 480px;
  margin-right: 0;
  position: relative;
  z-index: 500;
  background: #000;
  height: 325px;
}
#slideshow img {
  width: 100%;
  height: 325px;
  display: none;
}
.slideshowNav {
  position: relative;
  width: 480px;
  float: right;
  margin-top: -48px;
  z-index: 1000;
}
.slideshowNav a {
  font-size: 40px;  
  font-weight: normal;
  color: #fff;
  display: block;
  width: 40%;
  float: left;
  margin-left: 15px;
}
.slideshowNav a:hover {
  border-bottom: 0;
}
.slideshowNav a#next {
  float: right;
  text-align: right;
  margin-right: 15px;
}
.desc p {
  margin-right: 10px;
}
.who {
  font-size: 130%;
}
.who h3 {
  line-height: 50%;
}
.signup {
  margin-top: 30px;
}


/*------------------------------------------------------------------------------
>>>> Basic Typography
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

em, i {
  font-style:italic;
}
b, strong {
  font-weight: bold;
	color: #000;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
/*  line-height: 0%;*/
}
.page h1 {
  margin-bottom: 20px;
  line-height: 100%;
}
h2 {
  font-size: 2.0em;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
	color: #0084f8;
}
h3 {
  font-size: 1.0em;
  line-height: 1.25;
  margin-top: 1.4em;  
  font-weight: bold;
	color: #000;
  margin-bottom: 0.5em;
}
h4 {
  margin-top:2.0em;    
  font-size:1em;
  font-weight:bold;
  margin-bottom:0.5em;
}
h6 {
  font-size:1em;
  font-weight:bold;
}
p {
  line-height:130%;
  margin-bottom:1.0em;
}
ul, ol {
  padding: 0;
  margin:1.0em 3.0em 1.4em 0;
}
small {
  color: #666;
}
ul ul, ol ol {
  margin-left: 1.8em;
}
li {
  line-height:130%;
  margin-bottom:0.7em;
}
#tweet li {
  list-style-type: none;
}
#tweet span {
  font-size: 90%;
  color: #aaa;
}
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: middle;
  padding: 0.6em 1.0em 0.6em 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;
}

th.remove {
	width: 60px;
}
th.price, td.price {
	text-align: right;
	width: 100px;
}
th.code {
	width: 70px;
}
th.title {
	width: 75%;
}

/*------------------------------------------------------------------------------
>>>> 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;
}
.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;
}
 




/*-----------------------------------------------------
                     >> 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;
}


/*-----------------------------------------------------
                     >> Shopping! <<
-----------------------------------------------------*/

img.productImage {
	width: 100%;
	height: 306px;
}

div.description {
	background: #0084f8;
	color: #fff;
	padding: 8px 15px 9px 15px;
	margin-bottom: 38px;
}

div.description p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 0;
}
/* filler */
.purchaseOptions {
	overflow:hidden;
	width:100%;
	margin-bottom: 10px;
}

strong.notForSale {
  display: block;
  float: left;
  width: 122px;
  height: 50px;
  margin: 0 10px;
  padding: 8px 0;
  font-size: 12px;
}

/* Toggle on checkout form */

p.toggle {
  margin: 20px 0;
  padding: 0.3em 0;
  font-size: 0.9em;
}

p.toggle a {
  color: #aaa;
}
p.toggle a.toggleOn {
  font-weight:bold;
  color: #e90031;
}

.checkoutErrors li {
  color: #e90031;
  font-weight: bold;
}

p.lowStock {
  font-weight: bold;
  color: #e90031;
  display:block;
}

a.basket_filler {
  background: #e90031;
	color: #fff;
	margin-left: 15px;
	vertical-align: middle;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  text-align:left;
  font-size:14px;
  font-weight:bold;
  text-decoration: none;
}
a.basket_filler:hover {
	border: none;
	background: #BC0027;
}
a.basket_fillerAdd span {
	padding-left: 4px;
	vertical-align: middle;
}
a.basket_fillerProcessing {
  color:#ccc; 
}

a.basket_fillerCheckout {
  color: #e90031;
}

.checkoutActions {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.checkoutActions strong {
	text-align: left;
	display: block;
	width: 35%;
	float: left;
}
.checkoutActions strong.next {
	float: right;
	text-align: right;
}

#basket_ {
  width: 400px;
  border: 1px solid #ddd;
	border-top: 0;
	background: #eee;
	padding: 0 6px;
  position: absolute;
  top: 0;
	right: 10px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;	
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;		
}
.basket_details table {
  width: 380px;
  margin: 0;
}
.basket_details td {
	font-size: 14px;
}
#basket_ p.basket_empty {
	font-size: 15px;
	text-align: left;
  padding: 10px 12px; 	
}
#basket_ a.basket_summary {
  color: #222;
  font-size: 15px;
  font-weight: bold;
/*  background: #33ae24;  */
  padding: 5px 12px 3px 12px;  
}

#basket_ a {
/*  color: #ffe700;*/
}
#basket_ a:hover {
	border-bottom: none;
}

#basket_ td.basket_itemImage {
	display: none;
}





/*------------------------------------------------------------------------------
>>>> 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:0;
  background:#eee;
  position:relative;
  text-decoration:none;
}
a.download:hover {
  background:#E6F1FF;
}
a.download label {
  margin:20px 0 0 0;
  padding:0;
  display:block;
  line-height:140%;
  float:left;
}
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
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.tagCloud a {
  margin-right: 2%;
}

.cloud1 { font-size: 100%; }
.cloud2 { font-size: 110%; }
.cloud3 { font-size: 120%; }
.cloud4 { font-size: 130%; }
.cloud5 { font-size: 140%; }
.cloud6 { font-size: 150%; }
.cloud7 { font-size: 160%; }




/*------------------------------------------------------------------------------
>>>> 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%; 
  font-weight: bold;
}
.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%;
}
