html {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
	/* Reset base font to 62.5% or 10 px, to make rems much easier */
	font-size: 10px !important;
    font: inherit;
    vertical-align: baseline;
}
body {
    background: none repeat scroll 0 0 #5F5F5F;
    color: #333333;
    font-family: "Palatino Linotype",Georgia,serif;
	font-size:14px;
	font-size:1.4rem;
	}
strong {
    font-weight: bold;
}
ol, ul {
    list-style: none outside none;
}
a:link, a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover, a:active {
    color: #3E372B;
    text-decoration: underline;
}
h1, h2, h3, h4, h5 {
    font-family: "Century Gothic","Lucida Sans",sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
img {
max-width: 100%;
}
a img {
    border: medium none;
}
#site-title {
    font-family: "Century Gothic","Lucida Sans",sans-serif;
    font-size: 16px;
	font-size:1.6rem;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin: 10px 0 20px;
    text-transform: uppercase;
    word-spacing: 0.2em;
}
/*Navigation---------------------*/
#main-nav {
    background: none repeat scroll 0 0 #FBFBFB;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    display: block;
    height: 20px;
    margin-top: 10px;
    padding: 1px 0 0;
    position: relative;
}
#main-nav ul {
    margin: 0 auto;
    text-align: center;
    width: 45em;
}
#main-nav li {
    display: inline-block;
    font-family: "Palatino Linotype",Palatino,Georgia,serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 18px;
	height: 1.8rem;
    line-height: normal;
    margin-right: 30px;
    text-transform: uppercase;
}
#main-nav li:last-child {
    margin-right: 0;
}
#main-nav a {
    color: #999999;
    white-space: nowrap;
}
#main-nav a:hover {
    color: #2E301C;
    text-decoration: underline;
}
#main-nav .current_page_parent > a, #main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav .current-menu-ancestor > a {
    color: #2A2D1A;
    font-weight: bold;
}
#main-nav .current_page_parent a:hover, #main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover, #main-nav .current-menu-ancestor a:hover {
    color: #2E301C;
}
/*General---------------------*/
#site-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    height: auto;
    margin: 0 auto 22px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    width: 850px;
}
.topdivider {
    border-top: 4px double #CCCCCC;
    height: 2px;
    width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom:30px;
}
.small-headings {
    font-family: "Century Gothic","Lucida Sans",sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    word-spacing: 0.2em;
}
.r-text {
    text-align: right;
} 
.textdivider {
border-top: 2px dotted #CCCCCC;
width:100%;
height:2px;
}
/*so that not all images appear briefly when page loads-----------*/
.js .lookinside {
	display: none;
}
/*About page---------------------*/
.about-container {
    float: left;
    height: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-left: 60px;
    text-align: left;
    width: 700px;
}
.about-container a:link, .about-container a:visited {
    text-decoration: underline;
}
/*Distribution page---------------------*/
.country-heads {
    font-family: "Century Gothic","Lucida Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    word-spacing: 0.2em;
	margin-bottom: 10px;
}
.city-heads {
    font-family: "Century Gothic","Lucida Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    word-spacing: 0.2em;
    margin-bottom: 5px;
}
.bookshop-list {
	margin-bottom:10px;
}
.distribution-container {
    float: left;
    height: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-left: 60px;
    text-align: left;
    width: 700px;
}
.distribution-container a:link, .about-container a:visited {
    text-decoration: underline;
}
/*Books page---------------------*/
.frontpage-title {
	text-transform:capitalize;
	margin-bottom:20px;
	font-size:16px;
}
.publications-container {
    float: left;
    height: auto;
    margin-bottom: 40px;
    margin-right: 20px;
    margin-top: 20px;
    padding-left: 55px;
    width: 800px;
}
.publications-description {
    float: left;
    height: auto;
    padding-left: 25px;
    width: 700px;
    padding-top: 25px;
    text-align: left;
}
.booksrow {
    float: left;
    height: auto;
    margin-top: 30px;
    width: 100%;
}
.book {
    float: left;
    margin-right: 15px;
    padding-left: 25px;
    width: 203px;
}
.booktitlerow {
    float: left;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
}
.booktitle {
    float: left;
    font-size: 13px;
    height: auto;
    margin-right: 20px;
    margin-top: 20px;
    padding-left: 55px;
    padding-right: 20px;
    text-align: center;
    width: 150px;
}
.booktitle a {
    color: #000000;
    text-decoration: none;
}
.img.coverimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.links-row {
    float: left;
    height: auto;
    margin-bottom: 20px;
    margin-top: 1px;
    width: 100%;
}
.booklink {
    float: left;
    font-size: 13px;
    height: auto;
    margin-right: 20px;
    margin-top: 1px;
    padding-left: 45px;
    padding-right: 18px;
    text-align: center;
    width: 150px;
}
span.limitededition {
    color: #E18700;
}
.infobox {
    clear: left;
    height: 40px;
	text-align:left;
	color: #E18700;
	}
/*Individual book page-------------------*/
.bookpage-title {
	text-transform:uppercase;
	margin-bottom:20px;
	font-size:16px;
}
.book-container {
	float: left;
	width: 800px;
	padding-left:25px;
	height: auto;
	text-align:center;
}
.book-description {
    float: left;
    width: 490px;
    height: auto;
    text-align: left;
    padding-left: 5px;
	}
.book-description a:link, .about-container a:visited {
    text-decoration: underline;
}
.author-info {
	padding-top:10px;
}
.bibliodata {
    float: left;
    width: 275px;
    height: auto;
    text-align: left;
    padding-left: 30px;
	padding-bottom:10px;
}
.important_announcement{
	color: rgb(225, 135, 0);
}
.important_announcement a:link, .about-container a:visited {
    text-decoration: underline;
}
.announcement-box {
    clear: left;
	height: 100px;
	text-align: center;
	padding: 20px 0 50px 0px;
    }
.medium-announcement-box {
    clear: left;
	height: 40px;
	text-align: center;
	padding: 20px 0 50px 0px;
    }
.short-announcement-box {
    clear: left;
	text-align: center;
		}
.dotted-box {
    border-bottom: 1px dotted;
    border-top: 1px dotted;
    clear: left;
    height: auto;
    padding: 10px 0;
    text-align: center;
}
.matchbook-description {
    border-top: 1px dotted;
    float: left;
    height: auto;
    margin: 4px 140px;
    padding: 40px 5px 35px 0;
    text-align: left;
    width: 580px;
}
.matchbook-description-sansdot {
    float: left;
    height: auto;
    margin: 4px 140px;
    padding: 40px 5px 35px 0;
    text-align: left;
    width: 580px;
}
/*Offer pages-----------*/
.bibliodata-right {
    float: right;
    width: 275px;
    height: auto;
    text-align: left;
    padding-left: 30px;
	padding-bottom:50px;
}
.offer-description {
    float: left;
    width: 420px;
    height: auto;
    text-align: left;
      padding-left: 70px;
  padding-top: 50px;
	}
.offer-description a:link, .about-container a:visited {
    text-decoration: underline;
}
.covers-container {
    float: left;
    height: auto;
    margin-bottom: 40px;
    margin-right: 10px;
    margin-top: 20px;
    padding-left: 33px;
    width: 800px;
}
/*Book Sold Out-----------*/
.book-soldout { 
    float: left;
    width: 700px;
    height: auto;
    text-align: left;
    padding-left: 45px;
	padding-bottom: 50px;
	}
/*Newsletter Sign-Up---------*/
.form-wrapper {
    height: auto;
    width: 500px;
    padding-top: 20px;
    padding-left: 190px;
	}
.confirm-box {
    height: auto;
    padding-top: 20px;
	padding-bottom: 300px;
    width: 850px;
    }
.thankyou-box {
    height: auto;
    padding-top: 20px;
	padding-bottom: 300px;
    width: 850px;
    }

/*Footer--------------*/
#footer {
    border-top: 4px double #CCCCCC;
    color: #666666;
    margin: 40px auto 0;
    padding: 20px 0 35px;
    font-size: 13px;
	text-align: center;
    width: 850px;
}
.footercontainer {
    clear: left;
    margin: 20px auto 0;
}
#footer p {
    line-height: 1.4em;
}
