body{
	position:relative;
	font-family:Arial, Sans-Serif;
	font-weight: 200;
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased;
	background-color:#f4ebd5
}

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0px 0px 0px 0px;
	
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;

}

@media only screen and (min-width: 1000px){
	.slider{
		width:800px;
		height:300px;
		border:1px solid #ff0000;
		float:left;
	}
	

	
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1140px;
	}
}

/* ELEMENT STYLES */

p{
	position:absolute;
	top:-200px;
	z-index:8000;
	padding:1% 3%;
	font-size:24px;
	line-height:100%;
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}

.claim{
	line-height:100%
}	

.book-name{
	padding:0.5% 1.5%;
	font-size:30px;
	line-height:100%;
	color:#4f0000;
	font-family: MAIAN, lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.author-name{
	padding:0.5% 1.5%;
	font-size:30px;
	line-height:100%;
	color:#4f0000;
	text-transform:none;
	font-family: Gabriola, lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{background:#644a30; border-radius:5px; color:#fff; box-shadow:1px 1px #ccc}
.light-green a{ color:#fff; text-decoration:none}

.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}


@font-face {
    font-family: 'MAIAN';
    font-style: normal;
    src: local('MAIAN'), local('MAIAN'),
        url(../fonts/MAIAN.eot),
        url(../fonts/MAIAN.eot?#iefix) format('embedded-opentype'),
        url(../fonts/MAIAN.woff) format('woff'),
        url(../fonts/MAIAN.TTF) format('truetype'),
        url(../fonts/MAIAN.svg) format('svg');
}

@font-face {
    font-family: 'Gabriola';
    font-style: normal;
    src: local('Gabriola'), local('Gabriola'),
        url(../fonts/Gabriola.eot),
        url(../fonts/Gabriola.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Gabriola.woff) format('woff'),
        url(../fonts/Gabriola.ttf) format('truetype'),
        url(../fonts/Gabriola.svg) format('svg');
}