/* !Grid Math */
/* .theWidth LESS Mixin 'function'*/
.grid_1 {
  width: 60px;
}
.grid_2 {
  width: 140px;
}
.grid_3 {
  width: 220px;
}
.grid_4 {
  width: 300px;
}
.grid_5 {
  width: 380px;
}
.grid_6 {
  width: 460px;
}
.grid_7 {
  width: 540px;
}
.grid_8 {
  width: 620px;
}
.grid_9 {
  width: 700px;
}
.grid_10 {
  width: 780px;
}
.grid_11 {
  width: 860px;
}
.grid_12 {
  width: 940px;
}
.column {
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
}
.row {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.row .row {
  margin: 0 -10px;
  width: auto;
  display: inline-block;
}
/* !Cantarell Regular */
@font-face {
  font-family: 'CantarellRegular';
  src: url('../fonts/Cantarell-Regular-webfont.eot');
  src: local('☺'), url('../fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* !Gill Sans Regular */
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/gillsans-webfont.eot');
  src: local('☺'), url('../fonts/gillsans-webfont.woff') format('woff'), url('../fonts/gillsans-webfont.ttf') format('truetype'), url('../fonts/gillsans-webfont.svg#webfont9UOzsjXz') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* !Color Definitions */
/*  Font Styles */
.gillSans {
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
}
.georgia {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
}
/* Define default font attributes */
.bold {
  font-weight: bold;
}
.Sfont {
  font-size: 10pt;
  line-height: 12pt;
}
.Mfont {
  font-size: 12pt;
}
.Lfont {
  font-size: 19pt;
}
.XLfont {
  font-size: 24pt;
}
.headingText {
  margin-top: 15px;
  font-size: 24pt;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
}
.headerDiv {
  font-size: 27pt;
  letter-spacing: 0.7px;
  padding-top: 5px;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
}
.sectionEntry {
  font-weight: lighter;
  margin: 0px 0px 12px 20px;
  font-size: 12pt;
}
.navbarBtn {
  font-size: 15px;
  letter-spacing: 1px;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
}
.bodyCopy {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Georgia', 'Times New Roman', Times, serif;
}
.textIndent {
  text-indent: -9999px;
}
a:link,
a:visited {
  color: #733027;
}
a:hover {
  text-decoration: none;
}
.dropShadow {
  -moz-box-shadow: 0px 0px 15px #000000;
  /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 15px #000000;
  /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 15px #000000;
  /* Opera 10.5, IE 9.0 */
}
.boxShadow {
  -moz-box-shadow: 0px 0px 7px #000;
  -webkit-box-shadow: 0px 0px 7px #000;
  box-shadow: 0px 0px 7px #000;
}
.bookShadow {
  -moz-box-shadow: 3px 3px 4px #444;
  -webkit-box-shadow: 3px 3px 4px #444;
  box-shadow: 3px 3px 4px #444;
}
.roundedCorner {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
/*  !Main  */
html {
  background: url(images/bg-tile.gif);
}
body {
  width: 100%;
  background: url(images/banner-bg.gif) repeat-x;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  display: table;
}
#wrapper {
  width: 972px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}
/* !Masthead */
#pageTop {
  height: 150px;
}
#masthead {
  width: 100%;
  height: 150px;
  position: absolute;
  background: url('images/banner-map-full.jpg') no-repeat top center;
}
.lte7 #masthead {
  left: 0;
}
#nameHeader {
  width: 840px;
  height: 90px;
  margin-top: 10px !important;
  padding: 12px 0px;
  position: relative;
  background: url('images/header-name.png') no-repeat;
  background-position: 0px 20px;
  cursor: pointer;
  text-indent: -9999px;
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
  width: 940px;
}
/* #headerLink:hover #nameHeader{background-position:3px 20px;} */
/* !Navbar Styles */
#navbar {
  height: 30px;
  position: absolute;
  left: 8px;
  top: 123px;
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
}
#navbar ul li {
  float: left;
  padding: 4px;
  margin-right: 14px;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
}
#navbar ul li a:link,
#navbar ul li a:visited {
  color: white;
  text-decoration: none;
}
#navbar ul li a:hover {
  color: #1e1900;
  /* text-shadow: 0px 0px 3px #888; */
}
#pageBody {
  width: 960px;
  border: 6px solid #9f8159;
  height: auto;
  float: left;
  min-height: 500px;
  background: #f6f2ea;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  -moz-box-shadow: 0px 0px 7px #000;
  -webkit-box-shadow: 0px 0px 7px #000;
  box-shadow: 0px 0px 7px #000;
}
/* !Home Styles */
#homeBody #tnHeadingText {
  margin-left: 10px;
}
#homeBody #featuredBooksHeader {
  margin-left: 20px;
}
#homeBody .bodyText {
  width: 300px;
}
#homePageTop {
  margin-top: 12px;
}
#homePageTop #thenAndNowCaption {
  margin-left: 15px;
}
#homeTopLeft {
  font-size: 27pt;
  letter-spacing: 0.7px;
  padding-top: 5px;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
  width: 300px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Georgia', 'Times New Roman', Times, serif;
}
#homeTopLeft .headingText,
#homeTopLeft .twitter-follow {
  margin-left: 7px;
  font-weight: normal;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
}
#homeTopLeft .twitter-follow {
  margin-left: 15px;
  margin-top: 7px;
  font-size: .9em;
}
.bodyText {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
}
.bodyText p {
  margin: 10px 0 0 20px;
}
#webExclusive {
  margin-top: 10px;
  padding-top: 5px;
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
  width: 620px;
}
#tnViewMore {
  width: 100%;
  text-align: center;
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: 12pt;
}
#tnViewMore a:link,
#tnViewMore a:visited {
  color: black;
  text-decoration: none;
}
#tnViewMore a:hover {
  color: #733027;
  text-decoration: underline;
}
#interactiveDemo {
  width: 350px;
  height: 400px;
  background: #733027 url('images/demo-bg.jpg') no-repeat center center;
  text-indent: -9999px;
}
#clickTitles {
  margin: 12px 0px 0px 25px;
  font-size: 12pt;
}
/* !Pullquote Styles */
#bookReview {
  position: relative;
  margin-bottom: 12px;
}
#bookReview p,
#bookReview span {
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
}
#bookReviewBody {
  font-size: 12pt;
  line-height: 20px;
  padding: 15px 30px 5px 20px;
  /* text-align: justify; */
  float: left;
  background: url('images/open-quote.png') no-repeat left top;
  position: relative;
}
.bookReviewByline {
  text-align: left;
  padding-left: 50px;
  font-size: 13pt;
}
.bookReviewAuthor {
  font-weight: bold;
}
.bookReviewSource {
  margin-left: 35px;
  float: left;
  font-style: italic;
}
#homeColumnsHeader {
  height: 35px;
  font-size: 27pt;
  letter-spacing: 0.7px;
  padding-top: 5px;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
  width: 940px;
  margin-left: 20px;
}
.homeColumn {
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
  width: 300px;
  height: auto;
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: 12pt;
  text-align: center;
  padding-bottom: 40px;
}
.homeBookImg {
  height: 350px;
  width: 100%;
  margin: 15px 0px;
  text-align: center;
}
.homeBookImg img {
  -moz-box-shadow: 3px 3px 4px #444;
  -webkit-box-shadow: 3px 3px 4px #444;
  box-shadow: 3px 3px 4px #444;
  max-height: 350px;
}
.homeBookImg :hover {
  margin-top: -3px;
  margin-left: -3px;
}
.homeBookTitle {
  font-weight: bold;
  font-size: 14pt;
  margin-bottom: 5px;
}
.homeBookSubtitle {
  font-style: italic;
  font-size: 11pt;
  margin-bottom: 25px;
}
.homeBookTOC {
  text-align: left;
  font-size: 10pt;
  line-height: 17px;
  margin-left: 15px;
}
.homeBookTOC ul li {
  margin-bottom: 7px;
}
/* !Articles Styles */
#articlesBody .headingText {
  margin-bottom: 7px;
  margin-top: 15px;
}
#articlesLeft {
  margin-bottom: 60px;
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
  width: 620px;
}
.articleRecord,
.bioContactEntry {
  margin-left: 20px;
  width: 620px;
}
.articlePublication {
  font-style: italic;
  margin-left: 25px;
}
#bottomPadding {
  height: 40px;
  clear: both;
}
.pageRight {
  background: #9f8159 url('images/maps-right-bg.jpg') no-repeat top left;
  overflow: hidden;
  float: left;
  display: inline;
  position: absolute;
  right: 0;
  text-align: center;
  color: white;
  width: 300px;
}
.pageRight img {
  border: 3px solid black;
}
.pageRight .buyOnAmazon {
  height: 80px;
  text-align: center;
}
.pageRight .buyOnAmazon img {
  border: 0;
}
.pageRight a:link,
.pageRight a:visited {
  color: white;
  text-decoration: underline;
}
.pageRight a:hover {
  text-decoration: none;
  color: #F6F2EA;
}
/* !Books Styles */
#booksBody .headingText {
  margin-left: 20px;
}
#booksBody .homeColumn {
  margin-bottom: 0;
  padding-bottom: 0;
}
#booksBody #featuredBooksHeader {
  margin-top: 30px;
}
#otherBooks {
  margin-top: 20px;
  float: left;
  padding-bottom: 40px;
}
#otherBooks div {
  float: left;
}
.bookRecord {
  width: 278px;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
  font-size: 12pt;
  margin: 7px 0px 0px 40px;
}
.bookRecord .buyOnAmazon {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: 10pt;
  line-height: 12pt;
}
.bookTitle {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: 12pt;
  width: 100%;
}
.bookCoverImg {
  height: 200px;
  margin-top: 6px;
  clear: both;
  width: 300px;
}
.bookCoverImg img {
  height: 180px;
  -moz-box-shadow: 3px 3px 4px #444;
  -webkit-box-shadow: 3px 3px 4px #444;
  box-shadow: 3px 3px 4px #444;
  cursor: pointer;
}
.bookCoverImg :hover {
  margin-top: -5px;
}
/* #otherBooks {width:@totalWidth;float:left;} */
/* !Maps Styles */
#mapsLeft {
  margin-left: ;
  margin-bottom: 60px;
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
  width: 620px;
}
#mapsLeft .row {
  width: 620px;
}
#mapsRight {
  height: 100%;
}
.mapsBody {
  margin: 12px 0 0 20px;
}
#mapsBottomPadding {
  height: 40px;
  clear: both;
}
/* !Then and Now */
#thenAndNowCaption {
  margin: 12px 0px;
}
#thenAndNowDiv {
  width: 600px;
  margin: 15px auto;
}
#thenAndNowObj {
  width: 100%;
  height: 430px;
  position: relative;
}
#thenAndNowObj img {
  /* display: none; */
}
.tnImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 430px;
  width: 600px;
}
#tnBottom {
  width: 100%;
  float: left;
}
#tnSlider {
  width: 350px;
  /* width: 588px; */
  margin: 10px auto;
}
#tnSlider .ui-slider-handle {
  cursor: pointer;
  border: 0;
}
#tnSlider .ui-state-default {
  background: #733027;
}
#tnSlider .ui-state-hover {
  background: #844138;
}
.lte8 #tnSlider {
  top: 10px;
}
#sliderContainer {
  width: 100%;
  display: none;
  float: left;
  height: 25px;
  position: relative;
}
#sliderContainer .sliderLabel {
  width: 50px;
  position: absolute;
}
#sliderContainer #nowLabel {
  top: 5px;
  right: 55px;
}
#sliderContainer #thenLabel {
  top: 5px;
  left: 75px;
}
.balinks {
  height: 25px;
}
#prevNextBtns {
  width: 80px;
  margin-left: 145px;
  float: left;
}
#tnSwitch {
  height: 25px;
  width: 200px;
  margin: 15px 0px 0px 15px;
  float: left;
}
/* .tnBtn {width:45px;} */
.tnBtn {
  width: 38px;
  height: 38px;
}
#tnPrev {
  background: url(images/arrow-left.jpg);
}
#tnNext {
  background: url(images/arrow-right.jpg);
}
button {
  font-size: 12pt;
  margin: 10px 0px;
  cursor: pointer;
  background: #733027;
  border: none;
  color: white;
  padding: 4px 12px;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
  /* .roundedCorner; */
}
button:hover {
  background: #955249;
}
/* !Contact Styles */
#contactLeft {
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
  width: 620px;
}
#contactLeft .headingText {
  margin-top: 15px;
  margin-bottom: 10px;
}
#contactBody .bodyText {
  text-align: justify;
}
.bioContactEntry {
  width: 570px;
}
.bioContactEntry p {
  margin: 0;
}
/* !Tweet! Styles */
#tweet {
  width: 270px;
  /* height:632px; */
  /* background:grey; */
  float: left;
  margin: 15px;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
  overflow-x: hidden;
}
.tweet_list {
  color: #fffeee;
  line-height: normal;
}
.tweet_list li {
  margin: 1.5em 0;
  text-align: left;
}
.readableDate {
  width: 100%;
  color: #462e0e;
  margin-bottom: 5px;
}
.tweet_text {
  line-height: 1.2em;
  font-size: 1.2em;
}
#twitterIcon {
  display: none;
  width: 100%;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
  font-size: 19pt;
  color: black;
  float: left;
  margin-bottom: 12px;
}
#twitterIcon * {
  border: 0;
  float: left;
}
#twitterIcon span {
  width: 120px;
  margin: 13px 0px 0px 50px;
}
#twitterIcon span a:link,
#twitterIcon span a:visited {
  color: black;
  text-decoration: none;
}
#twitterIcon span a:hover {
  color: white;
}
#homeBody #tweet {
  width: 270px;
  margin: 0px 0 0 15px;
}
#homeBody .tweet_list {
  line-height: 22px;
}
#homeBody .tweet_text {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  color: black;
  font-size: 15pt;
  margin-left: 0;
  margin-top: 0;
  line-height: 1.25em;
}
#homeBody .readMore {
  clear: both;
}
.readMore {
  margin-left: 15px;
  width: 100%;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
}
/* !Footer Styles */
#footer {
  height: 40px;
  background: #733027;
  color: white;
  font-family: 'Gill Sans', 'CantarellRegular', Arial, sans-serif;
  font-weight: lighter;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#footer #footNav {
  width: 575px;
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
}
#footer #footNav a:link,
#footer #footNav a:visited {
  text-decoration: none;
  color: white;
}
#footer #footNav a:hover {
  color: black;
}
#footer #footNav ul li {
  float: left;
  margin: 9px 7px 0px 7px;
}
#copyright {
  margin: 12px 0px 5px 0px;
  padding-right: 10px;
  text-align: right;
  float: right;
  width: 340px;
  font-size: 10pt;
  line-height: 12pt;
  font-style: italic;
}
.pageBottomPadding {
  width: 100%;
  height: 20px;
  float: left;
  clear: both;
}
