/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.  

Orange: #ed6628
Blue: #305a7b         
              
              
-----------------------------------------------------*/

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 {
  padding: 0;
	font-size: 82%;    
	color: #1a1718;
	position: relative;
  font-family: Georgia, "Times New Roman", serif;
  background: url(/static/images/bg.png) top left repeat;
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color:#ed6628;
}

a:hover {
  text-decoration: underline;
}

div.last {
  margin-right: 0px;
}

.todo {
  color: #f0f;
}
.pagination {
  text-align: right;
  margin: 2.0em 0 1.0em;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
}
.pagination ul {
  display: inline;
  float: right;
  margin: 0.3em 0 0 0;
  padding: 0;
  list-style-type: none;
}
.pagination li {
  float: left;
  margin-left: 0.4em;
  font-size: 0.9em;  
}
.pagination ul a {
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: #ed6628;
  text-align: center;  
  color: #fff;
}
.pagination li.currentPage {
}
.pagination li.nextPage a {
  width: auto;
  padding: 0 2px;
}
/*-----------------------------------------------------
        >> Font sizing, spacing and margins <<
-----------------------------------------------------*/

h1 {
  font-size:1.4em;
  color: #305a7b;
  font-weight: bold;
  margin: 0 0 1.0em 0;
  letter-spacing:0.05em;
}
.product h1 {
  margin-bottom: 0.2em;
}
h2 {
  font-size:1.1em;
  line-height:1;
  color: #305a7b;
  font-weight: bold;
  margin-top:1.8em;
  margin-bottom:0.7em;
}
.product h2 {
  margin-top: 0.2em;
}
h3 {
  font-size: 1.0em;
  line-height: 1.25;
  margin-top:2.0em;  
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  color: #305a7b;
  font-weight: bold;
}
.subnav h3 {
  margin-top:0em;  
}
h4 {
  color: #305a7b;  
  margin-top:2.0em;    
  font-size:1em;
  letter-spacing: 0.075em;  
  font-weight:bold;
  margin-bottom:0.5em;
}
h6 {
  font-size:1em;
  font-weight:bold;
}

h1 span, h2 span, h3 span, h4 span {
  font-size: 80%;
  color: #1a1718;
  font-weight: normal;
  letter-spacing: 0;
  padding-left: 8px;
}
p {
  line-height:150%;
  margin-bottom:1.1em;
}
div.main h1 + p {
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

.footer p {
  font-size: 0.9em;
  font-family: arial,helvetica,sans-serif;
  text-align: center;
}
em, i {
  font-style: italic;
}
label, small {
  font-size:0.9em;
  line-height:1.5;
}
ul, ol {
  margin: 1em 2.0em 1.5em 1.4em;
  line-height:140%;  
}
li {
  margin-bottom: 0.4em;
}

blockquote {
  margin: 2em 2.0em 2em 2.4em;
  padding-left: 0.75em;
  border-left: 2px solid #305a7b;
}
blockquote p {
  font-size: 1.2em;
}
blockquote p em {
  font-style: italic;
}

address {
  display: block;
  margin: 0.75em 0;
}


/*-----------------------------------------------------
                      >> Layout <<
-----------------------------------------------------*/

.masthead {
  background: #fff;
  height: 181px;
  position: relative;
}
.siteTitle {
  width: 860px;
  height: 145px;
  margin: 0 auto;
}
.siteTitle img {
  margin-top:33px;
  float: left;
  width: 280px;
}
.topNav {
  padding: 12px 0;
  background: #ed6628;
  width: 100%;
  position: absolute;
  bottom: 0;  
}
.container {
  margin: 0 auto;
  padding:0;
  position: relative;
  width: 900px;
  background: #fff url(/static/images/hairline.png) 220px top repeat-y;
}
.breadcrumbs {
  padding: 6px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  background: #fff;
  position: absolute;
  width: 860px;
  height: 11px;
  z-index: 50;
}
.content { /* contains 'main' and 'subnav' */
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100;
  top: 23px;
  border-top: 1px solid #e6ddce; /* This line matches the background grid */   
  padding-bottom: 20px;
}
.main {
  position: relative;
  float: left;
  padding-left: 20px;
  padding-top: 1.0em;
  width: 440px;
  height: auto !important; /* for modern browsers */
  height: 25.0em; /* for IE5.x and IE6 */
  min-height: 25.0em; /* for modern browsers */
}
div.miniSidebar { /* sits outside with neg margins */
  width: 200px;
  position: relative;
  padding-right: 10px;
  padding-top: 1.0em;
  float: right;
  font-size: 90%;
/*  border: 1px solid red;*/
}
.wide { /* for special pages with no subnav */
  margin: 0 20px;
}
.subnav {
  float: left;
  width: 190px;
  padding: 20px 10px 20px 20px;
}
.sitemapArea {
  background: #eee;
  width:860px;
  overflow: hidden;
/*  padding: 15px 20px 10px 20px;  */
  margin: 0 auto;
  margin-top: 40px;  
  font-size: 0.9em;  
}
.contact {
  font-family: Helvetica, Arial, sans-serif;
  float: left;
  margin-top: 12px;
  width: 170px;
  padding-left: 20px;
}
.row {
  width: 100%;
  padding: 0 0 10px 0;
  overflow: hidden;
}
.footer {
  width: 900px;
  background: #fff;
  padding-top: 7px;
  margin: 0 auto;
}

/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

.topNav ul {
  font-family: Helvetica, Arial, sans-serif;  
  overflow:hidden;
  margin: 0 auto;
  width: 860px;
  list-style:none;
  font-size:13px;
}

.topNav ul li {
  float:left;
  overflow:hidden;
  margin:0 50px 0 0;
}
.topNav li a {
  color: #fff;
  font-weight: bold;
}
.topNav li.active a {
  color: #000;
}


/* Subnav */

.subnav ul {
  list-style-type: none;
  margin: 0.4em 0 2.0em 21px;
  list-style-image: url(/static/images/bullet.png);  
  list-style-image: url(/static/images/large_bullet.gif);
}
.subnav li {
  margin: 0 0 0.4em 0;
  line-height: 120%;
}
.subnav li a {
}
.subnav li.active a {
  font-weight:bold;
}
.subnav li.active a:hover {
  font-weight: bold;
}
.subnav li a:hover {
  text-decoration: underline;
  font-weight: normal;
}

/* sub-sub-nav */

.subnav ul ul {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-size: 90%;  
}
.subnav ul ul {
  margin-bottom: 0;
}
.subnav ul ul li {
  list-style-image: url(/static/images/bullet3.png);  
}
.subnav li.active ul li a {
/*  color: #535354;*/
  font-weight: normal;
}



/* Sitemap */ 

ul.sitemap  {
  float: left;
  width: 602px;
  overflow:hidden;
  list-style-type:none; 
  list-style-image:none; 
}
ul.sitemap ul {
  padding:0;
  list-style-type:none;
  list-style-image:none;   
}
ul.sitemap li {
  width:33%;
  float:left;
  padding-left:0px;
  margin: 0;
  font-weight:bold;
}
ul.sitemap li span {
  display:block;
}
ul.sitemap li span a {
  color: #000;
}
ul.sitemap li span a:hover {
  text-decoration: none;
  color: #222;
}
ul.sitemap ul {
  margin:8px 0 18px 0px;
}
ul.sitemap ul li {
  float:none;
  padding:0;
  margin-bottom: 2px;
  width:100%;
  font-weight:normal;  
  font-family: sans-serif;
}
.sitemap a {
  color:#fff;
  color:#ed6628;
}
.sitemap a:hover {
  text-decoration: underline;
/*  color: #eee;  */
}


/*-----------------------------------------------------
                >> Home page specials <<
-----------------------------------------------------*/

.intro {
  float: left;
  width: 625px;
  padding-left: 20px;
  padding-right: 0;
}

.intro p {
  font-size: 1.4em;
  line-height: 1.5em;
}

.intro ul { /* Reasons to join */
  margin: 0;
  list-style-type: none;
  padding: 0;
  width: 80%;
  padding-right: 0.5em;
  float: left;
  border-right: 1px solid #ccc;
}
.intro li {
  background: url(/static/images/large_bullet.gif) left center no-repeat;
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0;
  padding: 0 10px 0 16px;
}

#query {
  width: 165px;
}


/*-----------------------------------------------------
                >> Buttons <<
-----------------------------------------------------*/

.button {
  display: block;
  float: right;
  width: 76px;
  height: 25px;
  text-indent: -5000px;
}

.signup {
  background: url(/static/images/button_signup.gif) top left no-repeat;
  margin: 1.2em 0 0 1.0em;
  float: left;
}

.olderNews {
  background: url(/static/images/button_older_news.gif) top left no-repeat;
}

.moreEvents {
  background: url(/static/images/button_more_events.gif) top left no-repeat;
  width: 82px;
  margin-right: 10px;
}



/*-----------------------------------------------------
                >> Events & Workshops <<
-----------------------------------------------------*/

/* Teasers */

.upcomingEvents {
  clear: both;
  width: 870px;
  margin: 2.5em 10px 20px 20px;
}
.eventsPage {
  width: 650px;
}
.events h3 {
  margin-top: 0px;
}
.events .event {
  width: 205px;
  float: left;
  margin: 0 13px 10px 0;
  height: auto !important; /* for modern browsers */
  height: 15.0em; /* for IE5.x and IE6 */
  min-height: 15.0em; /* for modern browsers */
}
.events .event#last {
  margin-right: 0;
}
.events .event img {
/*  width: 100%;*/
  width: 205px;
  height: 120px;
}

.events .event h2 {
  margin: 0.6em 0 0.1em 0;
  font-size: 1.1em;
}
.events .event h3 {
  margin: 0.2em 0 0.25em 0;
  float: none;
}

.events span.date {
  display: block;
  margin: 0.3em 0;
  font-size: 1.1em;
  color: #305a7b;
}
.events span.presenter {
  margin: 0.4em 0 0.3em 0;
  display: block;  
  font-size: 0.9em;
  letter-spacing: 0.08em;
}
p.disclaimer {
  clear: both;
}
p.disclaimer, p.discountInfo, p.shpTaxInfo, p.shpNav {
  color: #666;
  border-top: 1px solid #666;
  padding-top: 0.3em;
  margin-top: 2.0em;
  font-size: 0.9em;
}
p.discountInfo, p.shpTaxInfo {
  border-top: 0px;
  margin-top: 0px;
}
.event p.meta {
  margin: 1.5em 0;
}
/*-----------------------------------------------------
                     >> News <<
-----------------------------------------------------*/

/* Teasers */

.recent {
  float: right;
  width: 205px;
  margin-right: 20px;
}

.recent div.post {
  margin-bottom: 0;
}


/* ------- Events booking form ------ */

.event form label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.6em;
}

/*-----------------------------------------------------
        Bio, Post, Seminar, Listing, Product
-----------------------------------------------------*/

.post {
  margin-bottom: 2.0em;
}
.post h1 {
  margin-bottom: 0.2em;
}
.news h1 {
  margin-bottom: 1.0em;
}
.post h2 {
  margin-top: 0.2em;
}
.post h4 {
  margin: 0.6em 0 0.1em 0;
}
div.post h1 + p {
  font-size: 1.0em;
  margin-bottom: 1.1em;
}

.post p.date, p.top {
  text-align: right;
  font-style: italic;
}
p.top {
  margin-bottom: 2.6em;
}
.post p.permalink {
  text-align: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

/*-----------------------------------------------------
                     >> People <<
-----------------------------------------------------*/

.person h2 {
  margin: 0;
}
.person h3 {
  margin-top: 0.3em;
}
.person {
  margin-bottom: 3.0em;
}

/*-----------------------------------------------------
                     >> Images <<
                     
Sizes
large: 440px
medium: 200px
small: 100px
wide: 650px

-----------------------------------------------------*/

.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.80em;
  color:#777;
  font-family: Verdana, Arial, sans-serif;
  font-style:normal;
  line-height: 130%;
}
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;  
}
img.wide, .wideCaptioned {
  width:650px;
  margin:0;
  padding: 0;
  border: 1px solid #ddd;
  background:#fff;
}
.largeCaptioned, .wideCaptioned {
  margin: 1.7em 0;
  border: none;
  padding: 0;
}

.medCaptioned img, 
.med_rightCaptioned img,
.smallCaptioned img,
.small_rightCaptioned img,
.largeCaptioned img,
.wideCaptions img {
  float:none;
  margin:0;
}

img.portrait {
/*  float: left;
  margin-right: 1.2em;
*/  float:right;
  width: 140px;
  position: relative;
  margin-right: -160px;  
}

/*-----------------------------------------------------
                 >> Masthead Extras <<
-----------------------------------------------------*/

.masthead form {
  margin-bottom: 0.5em;
}

div.special {
  float: right;
  margin-top: 33px;
}

p.quicklinks {
/*  text-align: right;*/
  margin-bottom: 0;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-transform: uppercase;
}
.twitter {
	display: inline-block;
	background: url(/static/images/twitter.gif) left center no-repeat;
	padding: 8px 5px 8px 24px;
}
.facebook {
	display: inline-block;
	padding: 8px 5px 8px 15px;
	background: url(/static/images/facebook.gif) left center no-repeat;	
	padding-left: 12px;	
}

.divider {
  color: #fff;
	display: inline-block;
}



/*-----------------------------------------------------
                     >> Mimetypes <<
-----------------------------------------------------*/

a.download {
  display:block;
  overflow:hidden;
  width: 100%;
  border:1px solid #ccc;
  margin:10px 0;
  padding:0;
  background:#eee;
  position:relative;
  text-decoration:none;
}
a.download:hover {
  background:#fff;
}
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
}








/*-----------------------------------------------------
              >> Contact form table <<
-----------------------------------------------------*/

span.explain {
  font-size: 11px;
  display: block;
  margin-top: 2px;
}


table.contactForm {
  border-collapse:collapse;
  margin:0 0 20px 0;
  padding:0;
  font-size:12px;
  width: auto;
  width: 100%;
}

table.contactForm tr.required {
/*  background: #efefef;*/
}

table.contactForm th { /* Labels */
  font-size: 12px;
  padding-right: 10px;
  width: 90px;
/*  text-align: right;*/
}
table.contactForm th.message {
  vertical-align: top;
  padding-top: 10px;
}
table.contactForm label {
  font-size:12px;
  font-weight:bold;
  color: #222;
  margin: 0;
}

table.contactForm input,
table.contactForm textarea {
  font-size: 16px;
}

table.contactForm td.submit {
  text-align: right;
  vertical-align: bottom;
}

table.contactForm td, table.contactForm th {
  text-align:left;
  padding: 5px 3px; 
  border-bottom: none;
}

table.contactForm th {
  padding-right:14px;
}




/*-----------------------------------------------------
                 >> Books by Mail <<
-----------------------------------------------------*/

.policies {
  margin-top: 50px;
  font-size: 90%;
}
.policies h3 {
  margin-top: 30px;
}
.policies h4 {
  color: #222;
  margin-top: 10px;  
}
.policies p {
  line-height: 140%;
}
.booksPage {
/*  width: 640px;*/
}
.book {
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.5em;
}
.book h2 {
  margin-top: 0.3em;
  line-height: 130%;
}
.book img {
  float: left;
  margin-bottom: 1.0em;
}
.cover {
  margin-bottom: 1.0em;
}
.bookInfo {
  float: left;
  width: 300px;
}

#basket_ {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 220px;
  border-top: none;
  overflow: hidden;
  font-size:11px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0;
  z-index: 2000;
  background: #eee;
}

/* the top-of-screen tab */
a.basket_summary {
  text-align: right;
  color: #fff;
  background: url(/static/images/basket_tab.png) bottom left no-repeat;  
}
a.basket_summary:hover {
  text-decoration: none;  
}

/* The open basket */

.basket_details, 
.basket_notice {
}

.basket_details .basket_alt {
  background:transparent;
} 

.basket_notice div img {
  width:16px;
  height:16px;
  margin:0 10px 0 4px;
}

/* The basket filler */

a.basket_filler {
/*  font-size: 13px;*/
  padding: 0;
  margin-bottom: 1.0em;
  text-align: left;
}

a.basket_filler span {
  font-weight:normal;
  padding-left: 4px;
}

a.basket_fillerProcessing {
  color:#333; 
}

a.basket_fillerCheckout {
}

strong.notForSale {
  font-family: Arial;
  font-size: 12px;
  display: none;
}


/* Checkout page table */

.paymentServiceInfo {
  margin-bottom:20px;
  font-size:13px;
}

.checkout fieldset input {
  font-size:15px;
}

.checkout fieldset textarea {
  font-size:15px;
  line-height:130%;
}

.checkout h3, .checkout legend {
  padding:0;
  margin:0;
  font-size:14px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0px;
  color: #1a1718;
  text-indent:0;
  padding:4px 0;
}
.checkout fieldset {
  margin: 0 0 20px 0;
  padding:0 0 20px 0;
  border-bottom:1px dotted #bbb;
}
.checkout fieldset.last {
  border-bottom: 0;
}
.checkout textarea {
  margin-top: 0;
}
.checkout select {
  font-size:12px;
}
.checkout form {
  width:100%;
}
.checkout label {

}
div.cc, div.cvc, div.state, div.postcode {
  float:left;
}
div.country {
  clear:both;
}
div.editField {
  margin-bottom:10px;
}
.checkout p.submit {
  text-align:right;
  margin-top:20px;
}
a.checkOut {
  font-weight:bold;
}
.checkout a {
  text-decoration:none;
}
p.toggle a {
  color: #000;
}
p.toggle a.toggleOn {
  font-weight:bold;
  color: #ed6628;
}
.checkout table {
  border-collapse:collapse;
  margin:0;
  padding:0;
  font-size:11px;
  width:100%;
}
.checkout table.dby {
  margin-top: 2.6em;
}
.checkout table strong {
  color:#f00;
}
.checkout table td, .checkout table th {
  text-align:left;
  vertical-align:center;
  padding: 5px 3px 5px 0;
  border-bottom:1px dotted #ddd;  
}
.checkout table th {
  padding-right:14px;
  font-weight:bold;
}
.checkout table th.title {
  width:240px;
}
table.dby td.title {
  width: 160px;
}
table.dby td.downloadContent {
  padding: 0 10px;
}
.checkout table th.remove {
  width:20px;
  color:red;
  text-align:center;
  font-weight:bold;
}
.checkout table td.price {
  text-align:right;
}
.checkout table th.status {
  width:120px;
}
.checkout table tr.summaryTotal td {
  vertical-align:bottom;
  height:50px;
  font-weight:bold;
  border-bottom:none;
}
.checkout p.update {
  text-align:right;
  margin: 20px 0 0 0;
}
.checkout p.submit {
  margin-top:10px;
  border-top:1px solid #ccc;
  padding-top:7px;
}



/* Freight table & Eligibility table */

table.shpFreightTable, .eligibility table {
  font-size:12px;
  width: 100%;
  margin-bottom: 8px;
  border-collapse: collapse;
}
.shpFreightTable th, .shpFreightTable td,
.eligibility table th, .eligibility table td {
  padding-bottom:3px;
  padding-top:3px;
  border-bottom:1px dotted #ccc;
}
.shpFreightTable th,
.eligibility table th {
  text-align: left;
  font-weight:bold;
}
.shpFreightTable p,
.eligibility table p {
  font-size: 10px;
}

p.shpTaxInfo {
  font-size: 11px;
}

/* Toggle on checkout form */

p.toggle {
  margin: 1.5em 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;
}


/* Form table experiment */

span.explain {
  font-size: 11px;
  display: block;
  margin-top: 2px;
}


table.form {
  border-collapse:collapse;
  margin:0 0 20px 0;
  padding:0;
  font-size:12px;
  width: auto;
}

table.form tr.required {
/*  background: #efefef;*/
}

table.form label {
  font-size:12px;
  font-weight:bold;
  color: #222;
}

table.form input {
  font-size: 14px;
}

table.form td.submit {
  text-align: right;
  vertical-align: bottom;
}

table.form td, table.form th {
  text-align:left;
  padding: 5px 3px; 
  border-bottom: none;
}

table.form th { /* Labels */
  font-size: 12px;
  padding-right: 10px;
  width: 130px;
  padding-left: 0px;
  padding-right:14px;  
}

