/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.              
              
-----------------------------------------------------*/

/** {
  margin: 0;
}
html, body {
  height: 100%;
}*/

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;
}

body {
  padding: 0;
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: Georgia, "Times New Roman", serif;
	font-size: 80%; 
	color: #2b1408;
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color: #c0272d;
}

a:hover {
  text-decoration: underline;
}

p a {
  text-decoration:underline;
}

.more { /* div wrapper */
  overflow:hidden;
  clear: both;
  text-align: right;
}
.more a { 
  display: block; 
  float: right;
}
.more a.moreButton {
  background:url(/static/images/more-trans.png);
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.more a.moreButton:hover {
  text-decoration: none;
  cursor: pointer;
}
.more a {
  font-weight: bold;
  font-size: 12px;
  line-height:20px;
} 



/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/


.masthead, .container, .footer {
  width:936px;
  padding: 1.0em;
  margin:0 auto;
  overflow: hidden;
}

.mastheadWrapper {
  background: url(/static/images/masthead.jpg) top left repeat-x;
  height: 245px;
  width: 100%;
  overflow: hidden;
}

.masthead {
  position: relative;
}

.footerWrapper {
  background: #fbf2e1;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer .col {
  margin-bottom: 1.8em;
}

.tiny { /* the last bit */
  margin: 20px 0;
  font-size: 11px;
}

/* Masthead */

.intro p {
  font-family: Rockwell;  
  width: 566px;
  font-size: 20px;
  line-height: 150%;
  float: left;
  color: #ffffd9;
  margin-top: 58px;
}
.shout p {
  font-family: Rockwell;
  color: #c0272d; 
  font-size: 15px; 
  line-height: 140%;
}


/* Columns */

.col {
  float: left;
  width: 220px;
  padding: 1.0em 4px;
  margin-right: 8px;
  margin-bottom: 1.8em;
  min-height: 4px;
}

.last {
  margin-right: 0px;
}

.content { /* width of two columns */
  width: 456px;
  float: left;
  padding: 1.0em 4px;
  margin-bottom: 1.0em;
  margin-right: 8px;
}
.home {
  width: 464px;
  float: left;
}

.splogSidebar {
  margin-top: 46px;
}

.sidebar { /* for smaller sizes, really */ 
  font-size: 90%;  
}

/* Specials */

.thanks {
  margin-top: 2.0em;
}
.thanks h3 {
}


/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

ul.globalNav {
  float: right;
  list-style:none;
  margin: 0px;
	width: 84%;
}

ul.globalNav li {
  float:left;
/*  display: block;*/
/*  width: 100px;*/
  margin:0 0 0 8px;
}

ul.globalNav li a {
/*  background: url(/static/images/nav_sprites_new.png) left bottom no-repeat;*/
/*  height: 36px;*/
/*  text-indent: -5000px;*/
	padding: 5px;
  display: block;
}

ul.globalNav li a {
	font-size: 13px;
	background-color: #fff;
	filter:alpha(opacity=90); /* for IE */
	opacity:0.7;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-border-radius: 2px;	
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul.globalNav li a span {
	opacity: 1.0;
}
ul.globalNav li a:hover, ul.globalNav li a.active {
	background: #ef3535;
	color: #fff;	
	opacity: 1.0;
	text-decoration: none;
}

/*li#what-is-spunc a {
  width: 117px;
  background-position: left -163px;
}
li#booksellers a {
  width: 110px;
  background-position: -187px -163px;
}
li#join-us a {
  width: 66px;
  background-position: -364px -163px;
}
li#members a {
  width: 76px;
  background-position: -501px -163px;
}
li#contact-us a {
  width: 97px;
  background-position: -646px -163px;  
}
li#splog a {
  width: 68px;
  background-position: -815px -163px;  
}

li#what-is-spunc a:hover,
li#what-is-spunc a:active,
li#what-is-spunc a.active {
  background-position: left top;
}
li#booksellers a:hover,
li#booksellers a:active,
li#booksellers a.active {
  background-position: -187px top;
}
li#join-us a:hover,
li#join-us a:active,
li#join-us a.active {
  background-position: -364px top;
}
li#members a:hover,
li#members a:active,
li#members a.active {
  background-position: -501px top;
}
li#contact-us a:hover,
li#contact-us a:active,
li#contact-us a.active {
  background-position: -646px top;  
}
li#splog a:hover,
li#splog a:active,
li#splog a.active {
  background-position: -815px top;  
}
*/

.subnav {
  list-style: none;
  margin-top: 3.4em;
}

.subnav li {
  margin-bottom: 0.4em;
}

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

a.siteTitle {
  background: url(/static/images/logo-new-small-trans.png) top left no-repeat;
  float: left;
  height: 193px;
  width: 243px;
  margin: 10px 0px 20px 0;
}
a.siteTitle:hover {
  text-decoration: none;
}

em, i {
  font-style:italic;
}

h1 {
  font-size:1.4em;
  font-weight: bold;
  margin: 0 0 0.7em 0;
  letter-spacing:0.05em;
  font-family: Rockwell;
  color: #603813;  
}
h2 {
  font-size:1.2em;
  line-height:1;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom:0.7em;
  font-family: Rockwell;
  color: #603813;
}
.footer h2 {
  margin:0 0 0.7em;
}
.memberList h2 {
  padding-left: 4px;
}
.footer .col {
  margin: 0 8px 0 0;
}
h3 {
  font-size: 1.1em;
  line-height: 1.25;
  margin-bottom: 0.3em;
  font-weight: bold;  
}
.text h3 {
  margin-top:2.0em;  
}

h4 {
  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;
}

p {
  line-height:150%;
  margin-bottom:1.0em;
}

ul {
  padding-left: 40px;
  margin:18px 0 21px 0;
}
.splogSidebar ul {
  padding-left: 25px;
}
li {
  line-height:110%;
  margin-bottom:4px;
}

blockquote {
  padding:1.2em 2.0em;
}
blockquote p {
  font-size:1.2em;
  color:#003153;
  padding:0;
  margin:0;
  width:100% ! important;
}

blockquote cite {
  font-style:italic;
  font-size:0.9em;
}

.sidebar p {
  line-height:120%;
}

small {
  line-height: 130%;
}
/*-----------------------------------------------------
                     >> Images <<
                     
Sizes
banner: 100px tall
large:  456px
medium: 220px
small:  110px

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;
  color:#777;
  font-style:normal;
  line-height: 140%;
}
img.small, .smallCaptioned {
  float:left;
  width:110px;
  margin:0 18px 10px 0;
}
img.med, .medCaptioned {
  float:left;
  width:220px;
  margin:0 18px 10px 0;
}
img.med_right, .med_rightCaptioned {
  float:right;
  width:220px;
  position: relative;
  margin-right: -232px;  
}
img.large, .largeCaptioned {
  width:456px;
  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;
}



/*-----------------------------------------------------
                     >> News <<
-----------------------------------------------------*/

.brief { /* Excerpt */
  margin-bottom: 1.8em;
  font-size: 90%;
  width: 90%;
}

.brief p,
.featured p,
.sidebar p {
  line-height: 130%;
}

.post {
  margin-bottom:80px;
}

p.date {
  color:#666;
  margin-bottom: 0em;
}

.pagination {
  margin-top:15px;
  width:90%;
  text-align:right;
  font-size:11px;
}

.pagination ul {
  margin-top:4px;
  float:right;
  list-style:none;
  font-size:11px;
}

.pagination ul li {
  border-right:1px solid #444;
  padding:0 4px;
  float:left;
}

.addthis_button {
/*	float: right;*/
}

/*-----------------------------------------------------
                     >> Events <<
-----------------------------------------------------*/


/*-----------------------------------------------------
                >> Featured Title <<
-----------------------------------------------------*/

.featured {
  background: #fbf2e1;
  padding: 1.0em 8px;
  width: 212px;
  font-size: 90%;
}
.featured img {
  margin-bottom: 0.5em;
  width: 150px;
  background: #eee;
/*  padding: 1px;*/
  border: 8px solid #fff;
  border: 4px solid #ccc;
}

/*-----------------------------------------------------
                >> Recent Releases <<
-----------------------------------------------------*/

ul.newreleases {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.newreleases li div {
  width: 72px;
  height: 72px;
  overflow: hidden;
	margin: 0 10px 10px 0;
  border: 1px solid #aaa;	
}
.newreleases li div img {
  min-width: 100%;
  min-height: 100%;
}



/*-----------------------------------------------------
                     >> Members <<
-----------------------------------------------------*/

.memberList {
  font-size: 11px;
  line-height: 130%;
  float: left;
  width: 700px;
  margin: 0;
  padding: 1.0em 0;
}
.content .memberList {
  font-size: 1.0em;
  padding: 0;
}
.content .memberList ul.col {
  margin: 0;
  padding: 0;
}
.memberList ul.col {
  margin: 0 8px 0 0;
  padding: 0 4px;
  list-style: none;
}
.memberList ul.last {
  margin-right: 0px;
}
.memberList li {
  margin: 0 0 3px 0;
}



/*-----------------------------------------------------
                  >> Contact Form <<
-----------------------------------------------------*/


form {
  width:90%;
  padding:0;
}

fieldset {
  padding:0;
}

label {
  display:block;
  font-weight: bold;
}
.content label {
  font-size: 0.9em;
}

fieldset input {
  width:85%;
  font-size:15px;
  margin-bottom:10px;
}

fieldset textarea {
  width:100%;
  font-size:15px;
  line-height:130%;
}

p.submit {
  text-align:right;
  margin-top:10px;
}

.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;
}


/*-----------------------------------------------------
                     >> Mimetypes <<
-----------------------------------------------------*/

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:#fbf2e1;
}
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
}



/*-----------------------------------------------------
                     >> DBY Table <<
-----------------------------------------------------*/

table.dby {
  border-collapse:collapse;
  margin:0;
  padding:0;
  font-size:0.9em;
  width:100%;
}

table.dby a {
  text-decoration: none;
}

table.dby a:hover {
  text-decoration: underline;
}

table.dby td, 
table.dby th {
  text-align:left;
  padding: 5px 3px 5px 0;
  border-bottom:1px solid #ddd;  
}
table.dby th {
  font-weight:bold;
  vertical-align:center;  
}
table.dby td {
  vertical-align: top;
}
table.dby td p {
  line-height: 125%;
  width: 100%;
}
table.dby .downloadDate {
  width: 7em;
}
table.dby .downloadContent {
  width:27em;
}
table.dby .downloadLink {
  width:100px;
  text-align:right;
}


/* Year navigation */

ul.dbyYears {
  font-size: 0.9em;
  margin: 1.6em 0 0 0;
  padding: 0;
}

ul.dbyYears li {
  display: inline;
  padding-right: 8px;
}
