@font-face {
	font-family: 'Puritan20Normal';
	src: url('../fonts/puritan/Puritan_Regular-webfont.eot');
	src: url('../fonts/puritan/Puritan_Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/puritan/Puritan_Regular-webfont.woff') format('woff'),
		 url('../fonts/puritan/Puritan_Regular-webfont.ttf') format('truetype'),
		 url('../fonts/puritan/Puritan_Regular-webfont.svg#Puritan20Normal') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Puritan20Italic';
	src: url('../fonts/puritan/Puritan_Italic-webfont.eot');
	src: url('../fonts/puritan/Puritan_Italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/puritan/Puritan_Italic-webfont.woff') format('woff'),
		 url('../fonts/puritan/Puritan_Italic-webfont.ttf') format('truetype'),
		 url('../fonts/puritan/Puritan_Italic-webfont.svg#Puritan20Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Puritan20Bold';
	src: url('../fonts/puritan/Puritan_Bold-webfont.eot');
	src: url('../fonts/puritan/Puritan_Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/puritan/Puritan_Bold-webfont.woff') format('woff'),
		 url('../fonts/puritan/Puritan_Bold-webfont.ttf') format('truetype'),
		 url('../fonts/puritan/Puritan_Bold-webfont.svg#Puritan20Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Puritan20BoldItalic';
	src: url('../fonts/puritan/Puritan_Bold_Italic-webfont.eot');
	src: url('../fonts/puritan/Puritan_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/puritan/Puritan_Bold_Italic-webfont.woff') format('woff'),
		 url('../fonts/puritan/Puritan_Bold_Italic-webfont.ttf') format('truetype'),
		 url('../fonts/puritan/Puritan_Bold_Italic-webfont.svg#Puritan20BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'pt_serifitalic';
	src: url('../fonts/ptserif/ptserif-italic-webfont.eot');
	src: url('../fonts/ptserif/ptserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ptserif/ptserif-italic-webfont.woff') format('woff'),
		 url('../fonts/ptserif/ptserif-italic-webfont.ttf') format('truetype'),
		 url('../fonts/ptserif/ptserif-italic-webfont.svg#pt_serifitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

.newBooks .bookshelf, .classicBooks .bookshelf {
width: 158px !important;
}
#main-feature { min-height: 290px !important }

/* SLIDER */
#slides {
	position: absolute;
	width: 710px;
	height: 290px;
	color: #666;
}
.slides_container {
	width: 710px;
	display: none;
}

.slides_container .header {
	position: relative;
	display: block;
	z-index: 10;
	height: 70px;
	/*padding: 5px 20px 5px 0;*/
	padding: 5px 10px 5px 0;
	background-image: url('../img/feature.png');
}
.slides_container img { height: 290px }
.slides_container div {
	display: block;
	width: 710px;
	height: 290px;
}
.slides_container div .content {
	position: absolute;
	float: left;
	border: 1px solid #f00;
}
.slides_container img {
	position: relative;
	z-index: 100;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
}
.slides_container h1 {
	font: 30px/28px 'pt_serifitalic', Georgia, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	height: 70px;
}
body.index .slides_container h1 a { color: #666; }
.slides_container p {
	margin: 2px 20px 2px 2px;
	font: 13px/18px 'Puritan20Normal', 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #fff;
}
	.slides_container p.subtitle {
		 font: 11px/18px 'Puritan20Normal', 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
		 text-transform: uppercase;
		 letter-spacing: 1px;
		 color: #666;
	}
	.slides_container p.subtitle em { font-family: 'Puritan20BoldItalic', 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; }
	.slides_container p.author {
		 margin: 14px 20px 10px 2px;
		 font: 12px/18px 'Puritan20Bold', 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
		 text-transform: uppercase;
		 letter-spacing: 2px;
	}
body.index .slides_container p a {
	text-transform: uppercase;
	font: 'Puritan20Bold', 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #ddd;
}

#slides .next,
#slides .prev {
	position: absolute;
	top: 0;
	width: 25px;
	height: 90px;
	display: block;
	padding-left: 5px;
	margin: 80px 0;
	z-index: 10000;
	background: #333;
}
#slides .next img,
#slides .prev img { padding: 35px 0 0 0 }
#slides .next { left: 680px }

/* BOOKS */
body.index #main h2 {
	padding-left: 0;
	letter-spacing: 1px;
}

.scrollableOneNext,
.scrollableTwoNext {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	margin: -130px 0 0 0;
	background-image: url('../img/next_arrow.png');
	background-repeat: no-repeat;
}
.scrollableOnePrev, .scrollableTwoPrev {
    width: 20px;
    height: 17px;
    display: block;
    float: left;
    margin: 90px 0px 0px;
    background-image: url('../img/prev_arrow.png');
    background-repeat: no-repeat;
}

.scrollableOneNext:hover, .scrollableOnePrev:hover, .scrollableTwoNext:hover, .scrollableTwoPrev:hover {
cursor: pointer;
}

.bookshelf h3 {
	visibility: hidden;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
}
.items div {
	float: left;
	width: 634px;
}
.newBooks,
.classicBooks {
	position: relative;
	overflow: hidden;
	width: 590px;
	height: 225px;
	margin-left: 35px;
}
.newBooks .items,
.classicBooks .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.newBooks img, .classicBooks img {
background-color: #999;
padding: 1px;
border: 1px solid #ccc;
width: 110px;
height: 133px;
}

.newBooks .active,
.classicBooks .active {
	border: 2px solid #000;
	position: relative;
	cursor: default;
}
.newBooks .bookshelf,
.classicBooks .bookshelf {
	margin: 20px 0px 20px 0px;
	width: 158px !important;
}


.nsw_book_container p{
  margin:0 !important;
  font-size:1em !important;

}

.advantageItem{
    width:300px;
    float:left;
    margin:10px;
}



.bookTitle{
    	margin:0;
    	font-size: 1.3em;
    	font-style: italic;
    	text-decoration: none;
    	width:115px;
    	display: inline-block;
    }


/* THIRD SECTION */
#threeCol ul li
{
    padding-top:5px;
    margin-bottom: 15px; }
body.index #main #threeCol h2,
#threeCol h2 {
	color: #778B33;
	font-size: 12px;
	margin-bottom: 10px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	border-bottom: 1px solid #B1A177;
	width: 220px;
}
body.index #main #threeCol .rightColumn h2,
.rightColumn h2 { width: 170px; }
#main .column ul li {
	display: table;
	margin-bottom: 7px;
}
#threeCol img {
	width: 100px;
	float: left;
	margin: 0 10px 5px 0;
}
.leftColumn,
.centerColumn,
.rightColumn {
	width: 220px;
	float: left;
	font-size: 12px;
	line-height: 18px;
}
.leftColumn { margin-right: 20px; }
.centerColumn { margin-right: 20px; }
.rightColumn { width: 170px; }
.centerColumn li { padding-left: 10px }
.ui-icon {
	background-image: url('../img/icons.png');
	background-repeat: no-repeat;
	background-position: -32px -96px;
	width: 16px;
	height: 16px;
	margin: 0 0 0 -16px;
	float: left;
}
.readMore {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
	font-weight: 700;
	float: right;
}
.connect { font-size: 14px }
.connect li {margin:10px 0;}
.connect li a { margin-left: 30px }
.fb,
.flickr,
.tumblr,
.twitter,
.yt {
	background-image: url('../img/social.png');
	/*width: 20px;*/
	height: 20px;
	background-repeat: no-repeat;
	padding-top: 0px !important;
}
.fb { background-position: 0 -20px; }
.flickr { background-position: 0 -40px; }
.tumblr { background-position: 0 -60px; }
.twitter { background-position: 0 0; }
.yt { background-position: 0 -80px; }

.medium
{
    background-image: url('../img/medium.png');
	/*width: 20px;*/
	height: 20px;
	background-repeat: no-repeat;
	padding-top: 0px !important;
}

/* TOOLTIP */
/* tooltip styling. by default the element to be styled is .tooltip	 */
.tooltip {
	display: none;
	background: transparent url('../images/black_arrow.png');
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #eee;
}

.campaign{
background-image: url('../img/campaignMonitor.png');
min-height: 20px;
background-repeat: no-repeat;
padding-top: 0px !important;
padding-left: 30px;
text-indent: -30px;
}
/*
Stuff Matthew added to get this dude off the ground.
*/
	/*
	Space between the "All" image and text.
	*/
	body.index h2 img,
	body.index h3 img { margin-left: 6px; }

	/*
	To fix the IE 7 issue with the dropzone being visible because it has a width of 99%.
	Long term solution would be to remove dropzone markup from production.
	*/
	div.dropzone ul.columnwidgetlist div.widget { width: auto; }
	/*
	Firefox specific hack fix for top margin on New and Forthcoming.
	I would like to formerly apologize for this hacky fix.
	*/
	@-moz-document url-prefix() {
		body.index #main h2 { margin-top: 10px; }
	}

/* monospaced type for verse, for 2012 Norton Writers Prize - ph 2013-06-07 */
.monoverse
{
    padding-left: 50px;
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
}
.monoverse p {
    font-size: 9px;
}

/* Begin standard list styles. ph 2013-10-31 */
ul.ul, ol.ol
{
    font-size: 15px;
    padding: 0px 30px 20px 40px;
}
ul.ul li
{
    list-style-type: disc;
    line-height:24px;
}
ol.ol li
{
 list-style-type: decimal;
 line-height:24px;
}
/* end standard list styles */

/* begin cart style additions */
.promoNotice {
    font-family: Lucida Sans,Lucida Grande,Lucida Sans Unicode, Verdana, sans-serif;
    color: #403E35;
    font-weight: normal;
    float: right;
    margin-top: -10px;
    font-size: 1.1em;
}

.anyNotices {
    background-color:#EEECE0;
    margin: 0px 20px 10px 0px;
    padding: 15px 25px 5px 25px;
    width:470px;
}
p.anyNoticesIntro {
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    text-transform:uppercase;
    letter-spacing: .1em;
    padding-bottom: 4px;
    border-bottom: solid 1px #ccc;
    font-size:2.5em;
}
.anyNotices ul li {
    font-size: 1.3em !important;
    line-height:150%;
    margin-bottom:10px;
    margin-left:15px;
    padding-left:5px;
}
/*.anyNoticesList {
    font-size: 1.3em !important;
    line-height:150%;
}*/

/* promo/bugme testing section at the bottom of the page */

.lblTestPromo {
    font-size: 2em;
    color:white;
    text-align:center;
    padding:20px 20px;
    border:1px solid white;
    background-color:maroon;
}

/* end cart style additions */

/* contact forms */
 .area51 {
    display: none !important;
}
/* end contact forms */
