/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.              
              
-----------------------------------------------------*/

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-family: "Times New Roman", Times, Georgia, serif;
  background:url(/static/images/water_tile_2.jpg) top left repeat;
  text-shadow: rgba(255, 255, 255, .01) 0px -1px 1px;   
}

a img {
  border: none;
}
a {
  position:relative;
}
p a {
  text-decoration:underline;
}

p.more {
  text-align:right;  
}

p.more a {
  font-weight:bold;
  text-decoration:none;
}

/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/

.top {
  margin-top:60px;
/*  border: 1px solid red;*/
}

.tag {
  width:131px;
  height:76px;
  display:block;
  float:left;
  position:relative;
  color: #121f2c;
  background:url(/static/images/breath_tag.png) top left no-repeat;
}
* html div.tag {
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/breath_tag.png', sizingMethod='image');   
}

.paperback {
  width:131px;
  height:125px;
  display:block;
  float:left;
  position:relative;
  color: #121f2c;
  background:url(/static/images/paperback.png) top left no-repeat;
}

* html div.paperback {
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/paperback.png', sizingMethod='image');   
}


.mfsticker {
  width:128px;
  height:129px;
  display:block;
  top: 40px;
  left: 620px;
  position:absolute;
  color: #121f2c;
  background:url(/static/images/mf_sticker.png) top left no-repeat;
}

* html div.mfsticker {
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/mf_sticker.png', sizingMethod='image');   
}

.bottom {
  clear:both;
  overflow:hidden;
  margin-top:40px;
  padding:0 0 40px 0;
  width:100%;
  background:url(/static/images/alpha_white.png) top left repeat;
}
.audio {
  background:url(/static/images/alpha_white.png) top left repeat;
}
* html div.bottom {
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/alpha_white.png', sizingMethod='scale');   
}
* html div.audio {
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/alpha_white.png', sizingMethod='scale');   
}

.footer {
  padding:8px 0 8px 150px;
  clear:both;
}


/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

.siteTitle {
  font-size:36px;
  margin-bottom:30px;
  color:#003153;
  overflow:hidden;
  width:100%;
}

.siteTitle span {
  float:left;
}

em, i {
  font-style:italic;
}

h1 {
  font-size:25px;
  margin-bottom:16px;
  font-weight:normal;
}

h2 {
  line-height:130%;
  font-size:14px;
  font-weight:bold;
  margin-bottom:6px;
}

h4 {
  margin-top:20px;
  margin-bottom:6px;
}

p {
  font-size:14px;
  line-height:130%;
  margin-bottom:17px;
}
.bottom p, .bottom h1, .bottom h2, blockquote, a, .edition span {
  color:#143a77;
  color:#040611;

}

ul {
  padding-left: 40px;
  font-size:90%;  
  margin:18px 0 21px 0;
}

li {
  line-height:110%;
  margin-bottom:4px;
  width:70%;
}

blockquote {
  float: left;
  color:#040611;  
  margin:0 0 30px 20px;
  width:500px;
  padding:0;
}

blockquote p {
  font-size:25px;
  line-height:110%;
  padding:6px 0 0 0;
  margin:0;
  font-style:italic;
}

blockquote cite {
  font-style:italic;
  font-size:90%;
}

.footer p, .footer a {
  font-family: Verdana, Arial, sans-serif;
  font-size:11px;  
  color:#040611;
}

/*-----------------------------------------------------
            >> Standard Image Handling <<
-----------------------------------------------------*/

img.small {
  float:left;
  position:relative;
  width:75px;
  margin:-4px 8px 3px -4px;
  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;  
}

/*-----------------------------------------------------
              >> Miles Franklin Video <<
-----------------------------------------------------*/

.video {
  clear: both;
  padding: 15px 150px 25px;
  background: #121f2c;
  margin-bottom: 40px;
/*  display: none;*/
}
.video h2 {
  color: #fff;
  font-size: 16px ;
  font-weight: normal;
  margin: 10px 0;
}
.video object {
  width: 594px;
}



/*-----------------------------------------------------
                     >> Edition Gallery <<
-----------------------------------------------------*/

.gallery {
  width:1000px;
  overflow:hidden;
/*  padding-left:150px;*/
  padding-left:19px;
  margin:0;
/*  margin-left: 150px;  */
}
.editionRow {
  clear:both;
  margin-bottom:30px;
}

.edition {
  float:left;
  margin-right:50px;
}
* html .edition {
  width: 160px;
}
.edition div.editionCover {
  height:260px;
}
.editionCover img {
/*  border:1px solid #143a77;*/
}
.edition span {
  display:block;
  text-align:center;
  font-size:18px;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#e9871f;
  color:#040611;
}

/* Paperback mods */

.paperbacks .edition {
  margin-right: 1px;
}
* html .paperbacks .edition {
  width: 90px;
}
.paperbacks div.editionCover {
  height: 140px;
  margin-right: 18px;  
}
.paperbacks .editionCover img {
  height: 130px;
}
.paperbacks .edition span {
  font-size: 13px;
  margin-right: 18px;
  text-transform: none;
  font-weight: bold;
}


div.caption {
  width:138px;
  padding:8px 4px 4px 8px;
  height:68px;
  position:relative;
  background:url(/static/images/caption.png) top left no-repeat;
}
* html div.caption {
  background:none;
  filter:progid:DXimageTransform.Microsoft.alphaimageLoader(src='/static/images/caption.png', sizingMethod='image');   
}
.caption p {
  margin:0;
  padding:0;
  font-family:Verdana, sans-serif;
  color:#fff;
  font-size:11px;
}
.caption p a {
  color:#fff;
  text-decoration:underline;
}
.caption a.more {
  position:absolute;
  right:5px;
  bottom:4px;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  font-family:Verdana, sans-serif;
  color:#fff;
  font-size:10px;  
}

/*-----------------------------------------------------
                     >> Audio <<
-----------------------------------------------------*/

.audio {
  margin-bottom:30px;
  padding:15px 0 15px 150px;
}
.audio p {
  margin:0;
}
.audio ul {
  display:inline;
  padding:0;
  margin:0;
}
.audio ul li {
  display:inline;
  list-style:none;
  padding:0 13px 0 0;
}

.audio li a {
  background-color:#040611;
  font-size:10px;  
  color:#fff;
  text-decoration:none;
  font-family:verdana, sans-serif;
  font-weight:bold;
  padding:3px 4px;
}

.audio a:hover {
  background-color:#1f85c3;
  color:#040611;
}


/*-----------------------------------------------------
                     >> Blog & News <<
-----------------------------------------------------*/

.news {
  width:350px;
  padding-left:150px;
  float:left;
}
h1 span.rss {
  font-size:13px;
}
h1 span.rss a {
  text-decoration:none;
}

.post {
  margin-bottom:22px;
  width:100%;
  clear:both;
}

.date {
  font-size:70%;
  color:#000;
  padding-left:4px;
}
.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;
}

p.bio img {
  float:left;
  margin:0 9px 6px 0;
  border:1px solid #eee;
}


/*-----------------------------------------------------
                     >> Links <<
-----------------------------------------------------*/

.links {
  width: 350px;
  float:left;
  margin-left:50px;
}
.links object {
  margin-bottom:10px;
  border:4px solid #fff;
  margin-left:-4px;
}

dl.links {
  margin:0;
  padding:0;
  font-size:14px;
}
dl.links dt {
  font-weight:bold;
}

.links dt image {
  float:left;
}

dl.links dd {
  margin-bottom:20px;
}

dl.links dd p {
  font-family:"Gill Sans", helvetica, arial, sans-serif;
  font-size:13px;
  margin:0;
}
