/* ------------------
colours
blue: #055b72
red: #970f00

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


body {
	padding: 0;
	margin: 0;
	font-family: georgia, "Times New Roman", serif;
	margin-top: 30px;
}

a img {
	border: 0;
}

h1.masthead {
	color: #055b72;
	font-weight: normal;
	float: left;
	margin: 0 0 0px 0px;
	font-size: 32px;
	width: 700px;
}

h1 {
	color: #970f00;
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 15px;
}

h1.book {
	font-style: italic;
	margin-bottom: 3px;
}

div.subtitle {
	color: #970f00;
	width: 450px;
	/*text-transform: capitalize;*/
	line-height: 130%;
	font-style: italic;
}

h2 {
	color: #970f00;
	font-weight: normal;
	font-size: 20px;
	margin: 20px 0 10px 0;
}

h2.postTitle {
	margin-bottom: 18px;
	width: 470px;
}

h2.author {
	margin: 16px 0 45px 0;
}

h2.author span.foreword {
	font-size: 12px;
	padding-top: 4px;
	display: block;
}

h4 {
	margin: 0 0 6px 0;
	font-size: 13px;
	font-family: georgia;
}

.tagline {
	font-size: 13px;
	margin-left: 10px;
	font-style: italic;
}

#header {
	padding-left: 60px;
}


#header form {
	/*float: right;*/
	position: absolute;
	left: 685px;
	top: 42px;
	width: 300px;
/*	margin-left: 60px;
	padding-top: 16px;*/
}

#header form label {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
} 

a {
	color: #055b72;
}

a:hover, a:visited {
	color: #1F3774;
}

/* =======================================
	   					NAVIGATION
------------------------------------------ */

ul#navBar {
	background: url(../images/nav-gradient.gif) top left repeat-x;
	font-family: georgia, "Times New Roman", serif;
	padding-left: 60px;
	margin: 15px 0 10px;
	height: 60px;
	min-width: 880px;
}

ul#navBar li {
	list-style-type: none;
	float: left;
	display: block;
	padding: 4px 0 0 0;
	margin: 0;
	text-align: center;
	line-height: 100%;
	border-right: 1px solid #fff;
	letter-spacing: 1px;
}

ul#navBar li.active a {
	border-bottom: 6px solid #970f00;
}

ul#navBar li a {
	width: 86px;
	padding: 0 15px 0 15px;
	height: 37px;
	display: block;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	/*background-color: #055b72;*/
}

ul#navBar li#home a {
	width: 40px;
}

ul#navBar li#home {
	border-left: 1px solid #fff;	
}


/* =======================================
	   					CONTENT
------------------------------------------ */

div#content {
	margin-bottom: 50px;
	padding-left: 60px;
/*	width:900px;*/
}

div#content h1 {
	width: 470px;
}

div#content ul#col0, div#content ul#col1, 
div#content ul#col2, div#content ul#col3 {
	width: 248px;
	float: left;
	margin: 0 0 0 17px;
}

div.bookLists {
	width: 900px;
}

div#content ul#col0 li, div#content #col1 li, 
div#content #col2 li, div#content #col3 li {
	width: 220px;
	line-height: 120%;
	padding-bottom: 6px;
	font-size: 13px;
	list-style-position: outside;
}


div#content p, div#content ul {
	width: 475px;
	line-height: 150%;
	font-size: 14px;
}

div#content p {
	margin: 2px 0 15px 0;
}


/* Home */
div#content div.intro p {
	color: #055b72;
	font-size: 16px;
	width:100%;
}
div#content div.intro {
  float: left;
  width: 600px;
  margin-right: 35px;
  margin-bottom: 20px;
}
div#content div.intro a {
  font-weight: bold;
}
div#content div.recent_news {
  float: left;
  width: 250px;
  margin-bottom: 20px;  
}
.recent_news h3 {
  font-weight: normal;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 6px;
  color: #970f00;
}
div#content div.recent_news ul {
  width: 100%;
  margin-top: 5px;
}
div#content div.recent_news li {
  font-size: 12px;
  line-height: 130%;
}
.recent_news li a {
  text-decoration: none;
}
.recent_news li a:hover {
  text-decoration: underline;
}
div#content div.recent_news p {
  width: 100%;
  font-size: 12px;
  line-height: 130%;
}

div#content li {
	list-style-type: disc;
	margin: 0 0 4px 0;
}

div#content ul {
	margin: 0 0 15px 30px;
	padding: 0;
}

small {
	font-size: 10px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
  width: 430px;
	color: #055b72;
	font-size: 13px;
	line-height: 150%;
}

div#content div.reviews p {
	margin: 0 0 5px 0;
	padding-left: 20px;
  width: 430px;
	color: #055b72;
	font-size: 13px;
	line-height: 150%;
}

cite {
	font-family: arial, helvetica, sans-serif;
	display: block;
	line-height: 130%;
	margin: 8px 0 15px 40px;
	width: 400px;
	font-size: 12px;
	text-align: right;
	font-style: normal;
}


/* =======================================
	   				Blog &	Comments
------------------------------------------ */

.blog {
  width:400px;
  float:left;
}

.blogSidebar {
	float: right;
	width: 200px;
	margin-bottom: 50px;
	padding-top: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

#content .blogSidebar p {
  width:100%;
  font-size:12px;
}

#content ul.blogArchive {
  padding:0 0 0 17px;
  margin:0;
  width:100%;
}

#content ul.blogArchive li {
  width:200px;
  font-size:12px;
  line-height:120%;
  margin-bottom:8px;
}

div#content #comments p {
/*  color:#055b72;*/
  font-size:12px;
  line-height:140%;
  width:90%;
}

#comments form {
  position:relative;
  margin: 10px 0 10px -2%;
  border:1px solid #ccc;
  background:#eee;
  width:86%;
  padding:3%;
}

#comments form label {
  font-size:11px;
  font-family:arial, sans-serif;
  text-transform:uppercase;
}

#comments .comment {
  margin-top:15px;
  margin-bottom:25px;
}

div#content #comments p.submit {
  text-align:center;
  width:100%;
  margin-bottom:0;
  padding-top:6px;
}

#comments .commenter {
  display:block;
  font-size:13px;
  margin-bottom:5px;
  font-style:italic;
}

#comments form input {
  margin-bottom:10px;
  font-size:16px;
}

#comments textarea {
  width:100%;
  font-size:16px;
}

div.flashComment, div.errorExplanation {
  color:#000;
  font-size:90%;
  background:#FFF7CC;
  padding:15px;
  border:1px solid #FDF1A9;
}

.noCommentsAllowed {
  color:#a80f00;
}

/* =======================================
	   ADVANCED SEARCH & Search Results
------------------------------------------ */


form#advSearch { 
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

form#advSearch fieldset {
  width:500px;
  padding:0;
  border:0;
  margin:0;
}

form#advSearch label {
	display: block;
	width: 248px;
	margin: 0 0 20px 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #055b72;
	line-height: 140%;
}

form#advSearch label.left {
	float: left;
	/*border: 1px solid red;*/
}

form#advSearch label.right {
	float: right;
}

form#advSearch label input {
	display: block;
	width: 90%;
}

form#advSearch select {
	float: left;
	margin: 1px 9px 0 0px;
	display: block;
	width: 70px;
}

form#advSearch label input.small {
	display: block;
	float: left;
	width: 40%;
	margin-right: 15px;
}

.postContent {
	margin-bottom: 40px;
	overflow:hidden;
	width:100%;
}

.postContent img {
	float: left;
	margin: 0px 10px 10px 0;
}

span.date {
	font-size: 11px;
	color: #444;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	display: block;
	margin: 20px 0 -15px 0;
}

div.event {
  margin-bottom:25px;
}

div.event span.date {
  margin-bottom:0;
}

div.event h4 {
  margin:0 0 5px 0;
  padding:0;
  font-family:Arial,helvetica, sans-serif;
}

div.event a {
  text-decoration:none;
}

input.submit {
	margin: 0 auto;
	width: 100px;
}

p.center {
	text-align: center;
	width: 100%;
	padding-top: 15px;
}

div#content ul.searchResults {
	padding: 0;
	margin: 0;
}
div#content ul.searchResults li {
	list-style-type: none;
/*	border: 1px solid green;*/
	margin-bottom: 15px;
	width: 400px;
	overflow: hidden;
	font-size: 12px;
	font-family: arial, helvetica;
}

div#content ul.searchResults li img {
	float: left;
	margin-right: 10px;
	width: 70px;
}

div#content ul.searchResults li a.booktitle {
	margin-top: 10px;
	display: block;
	font-weight: bold;
	text-decoration:none;
	line-height:110%;
}

div#content ul.authorResults {
	display: block;
/*	border: 1px solid red;*/
	width: 100px;
	margin-top: 5px;
}

div#content ul.authorResults li {
	width: 200px;
/*	padding-left: 20px;*/
	margin-bottom: 0px;
}

div#content ul.authorResults li a {
  text-decoration:none;
}


/* -----------  Sections --------------*/

#sections, #books {
  width:100%;
  overflow:hidden;
}

#category {
  width:780px;
  overflow:hidden;
}

/* =======================================
	   				FRONT PAGE BOOK GRID
------------------------------------------ */

#bookGrid {
	width: 970px;
}

.section, .sectionNarrow {
	width: 290px;
	float: left;
	border-right: 1px solid #ccc;
	margin-right: 26px;
}

div#bookGrid div.section h1, div#bookGrid div.sectionNarrow h1 {
	margin-top:  5px;
	width: 280px;
}

.section h3, .sectionNarrow h3, .sectionWide h3 {
	font-size: 12px;
	font-weight: normal;
	width: 120px;
	margin-bottom: 3px;
}

.section h3 i, .sectionNarrow h3 i, .sectionWide h3 i {
		color: #0c6076;
}

.sectionNarrow {
/*	width: 170px;
	float: left;*/
	border-right: none;
}

div.book {
/*	border-right: 1px solid #ccc;*/
	width: 130px;
	margin-right: 12px;
	float: left;
	height: 280px;
}

.sectionNarrow div.book {
	border-right: 0;
}

div.book img {
	width: 110px;
	border: 6px solid #c7c7c7;
}

div.book a {
	text-decoration: none;
}

div#content div.book p {
	padding-left: 0px;
	font-size: 11px;
	margin-top: 0px;
	line-height: 150%;
	font-family: arial, helvetica, sans-serif;
	width: 120px;
	margin-bottom: 0;
}

/* =======================================
	   					BOOK COVERS PAGE
------------------------------------------ */

div#bookCovers {
	width: 900px;
}

div#bookCovers span {
	margin: 0 10px 10px 0;
	display: block;
/*	padding: 2px;
	border: 1px solid red;*/
	float: left;
	height: 160px;
	width: 110px;
}



/* =======================================
	   				INDIVIDUAL BOOK PAGE
------------------------------------------ */

div.twoColContainer {
	width: 720px;
	/*border: 1px solid red;*/
}

.bookMain {
	float: left;
	/*margin-right: 40px;*/
	margin-bottom: 50px;
  width: 520px;
  overflow: visible;
}

.bookMain li {
  font-size: 10pt;
}

.bookMain div.contributor {
	background: #eee;
	padding: 10px;
	margin: 20px -10px;
	font-size: 11px;
	width: 500px;
	overflow: hidden;
	font-family: arial, helvetica;
}

div#content div.contributor p {
	font-size: 12px;
	margin: 0 0 10px 0;
	width: 100%;
}

.contribImage {
  float: right;
  width: 100px;
  padding-left: 10px;
}
.contribInfo {
  width: 375px;
  float: left;
}
.contribImage img {
  width: 100%;
}
img.headshot {
  float:right;
  margin:0 0 4px 8px;
  border:5px solid #fff;
}
div#content div.contributor p.attribution {
  clear: both;
  text-align: right;
  line-height: 120%;
  margin-top: 0px;
}

/* -------SIDEBAR --------*/

/* Add this */
div.addthis_toolbox {
  margin: 10px 6px;
}
.postContent div.addthis_toolbox {
  font-size: 12px;
  margin: 0 0 10px 0;
}
.addthis_toolbox a {
  text-decoration: none;
}

.bookSidebar {
	float: right;
	width: 200px;
	margin-bottom: 50px;
	padding-top: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

div#content div.bookSidebar p {
	font-size: 12px;
	width: 180px;
}

.bookSidebar ul {
margin: 0;
padding: 0;
font-size: 12px;
}

a.asset {
	text-decoration: none;
	font-size: 10px;
	width: 120px;
	display: block;
	line-height: 110%;
	overflow: hidden;
}
a.asset img {
	margin: 0 6px 6px 0;
	float: left;
}

.bookSidebar img.cover {
	width: 150px;
	border: 8px solid #c7c7c7;
	margin-bottom: 15px;
}

.bookSidebar div.info, .bookSidebar div.publicMeta {
	padding-left: 8px;
}

div.reviews {
	margin: 0 0 40px 0;
}

div#content div.awards ul {
	margin: 0 0 30px 0;
	padding: 0 0 0 17px;
}

div#content div.awards ul li {
	margin-bottom: 3px;
  width: 430px;
	font-size: 13px;
	line-height: 120%;
}

a.readingsBuyLink {
  height: 29px;
  width: 88px;
  display: block;
  clear: both;
  margin: 10px 0 20px 40px;
  text-indent: -5000px;
  background: url(../images/buyButton.gif) top left no-repeat;
}

a.readingsBuyLink:active, a.readingsBuyLink:visited {
  outline: none;
}

/* =======================================
	   					FOOTER
------------------------------------------ */

div#footer {
	background: #d1d1d1 url(../images/footer-gradient.gif) bottom left repeat-x;
	padding: 10px 0 0px 60px;
	font-size: 12px;
	line-height: 140%;
	font-family: arial, helvetica, sans-serif;
	overflow: hidden;
	/*min-height: 120px;*/
	position: relative;
}

#footer h4 {
	font-size: 12px;
	color: #055b72;
	text-transform: uppercase;
	margin: 10px 0 15px 0;
}

#footer div.left, #footer div.right {
	float: left;
	width: 220px;
	margin-right: 20px;
}

p.inventive {
	text-align: center;
	margin-bottom: 10px;
}

p.inventive a img {
	border: none;
}

ul.feeds {
	padding: 0;
	margin: 0 0 10px 0;
}

ul.feeds li {
	list-style-type: none;
}

ul.feeds li a {
	text-decoration: none;
}

ul.feeds li a img {
	margin-right: 4px;
}

#footer label {
	font-size: 11px;
	display: block;
}


/*-------------Hackery-------------*/

.clear {
	overflow: hidden;
	width: 100%;
}

#footer div.clear {margin-bottom: 20px;}

.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
