/*
Theme Name:     CUNY Journalism Press - TwentyEleven Child 
Description:    Child theme for the TwentyEleven theme for the CUNY Journalism Press
Author:         Rosaleen Ortiz
Template:       twentyeleven
Version:        0.1
*/

@import url("../twentyeleven/style.css");

body {
	background: url("images/tile-blue.png") repeat-x scroll 0 0 #ffffff !important;
	font: 400 15px/1.6 'News Cycle', Verdana, Helvetica, sans-serif;
}

a {
	color: #005dad;
}

a:hover, a:active {
	color: #1982d1;
	text-decoration: none !important;
}

.clearfix {
    clear: both;
}


h1 {
  font: 400 50px/1.2 'News Cycle', Verdana, Helvetica, sans-serif;
}
 
h2, h3, h4, h5, h6 {
	font-family: 'News Cycle', Verdana, Helvetica, sans-serif;
}

.alignleft {
margin-right:8px;
}

img[class*=align],img[class*=wp-image-],#content .gallery .gallery-icon img {
padding:3px;
}



/** SITE STRUCTURE **/

#main {
	padding: 1em 0 0;
	border-top: 1px solid #dddddd;
	margin-top: 85px;
}


.left-sidebar #secondary, .left-sidebar #sidebar-singlebook, .left-sidebar #sidebar-home{
	margin: 20px 0 0;
	    padding: 0 10px 10px 0;
	    width: 25%;
	float: left;
}

#content {
	margin: 0 !important;
	height: auto;
}

#page {
	margin: 15px auto 0;
	background: #ffffff;
	max-width: 900px;
	padding: 5px 50px 20px;
}

footer#colophon{
	padding-top: 30px;
}

/** SITE LOGO **/
#branding {
	border-top: none;
	padding-bottom: 0;
}

#branding img {
	height: 85px;
	width: 300px;
	float: left;
	display: block;
}


/** SEARCH **/
#branding #searchform{
	top:43px !important;
	width: 85%;
	right: 0.6%;
}

#branding .only-search #s {
	background-color: #ffffff;
}

input#s {
	height: 13px;
	padding-left: 5px;
	font-size: 12px;
	background: url("images/search.png") no-repeat scroll 160px 1px transparent;
}

#searchform .assistive-text {
	margin-left: 0;
	background:blue;
}

/** TOP MENU **/
#access {
	background: none;
	box-shadow: none;
	position: absolute;
	clear:none;
	width: 470px;
	display: inline;
	float: none;
	top: 53px;
	text-transform: uppercase;
}

#access a {
	padding: 0 8px;
}


#access li a, #access a {
	color: #333333;
	line-height: 1em;
	border-bottom: 2px solid #ffffff;
}

#access li:hover a, #access a:focus {
	background: none;
	box-shadow: none;
	line-height: 1em;
	border-bottom: 2px solid #333333;
}

/** HOMEPAGE STRUCTURE **/
.left-sidebar #primary-home {
	width: 98%;
	margin: 2% auto;
	display: block;
}
.left-sidebar #primary {
	width: 71%;
	float: right;
	display: block;
}
#content-home-top {
	clear: both;
	min-height: 340px;
	padding-bottom: 30px;
}

#content-home-bottom {
	margin-top: 5px;
}


/** ABOUT HOMEPAGE **/

.home-about {
	display: block;
    float: left;
    padding: 0 10px 10px 0;
    width: 25%;
margin-top: 3%;
}

.home-about .hentry {
	padding: 0 !important;
}

#content-home-top .entry-content p {
	font-size: 16px !important;
	color: #888888;
	margin-top: 20px;
}

#content-home-top footer.entry-meta {
	border-bottom: none !important;
	padding-bottom: 0;
}
	
/** NEWS HOMEPAGE **/
.latest-news {
    display: block;
    float: right;
    width: 20%;
margin-top: 3%;
}

.latest-news ul{
	list-style: none;
	margin: 20px 0;
}

.featured-book {
	background: none repeat scroll 0 0 #EEEEEE;
	    border: 1px solid #DEDEDE;
	    display: block;
	    float: left;
	    margin: 0 15px 15px;
	    padding: 0 10px;
	    width: 46%;
}

.featured-book ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 20px 0 0;
}

.featured-book h1 {
	
}
.featured-book h1 span {
	display: block;
	clear: both;
	font-size: .8em;
	margin-bottom: 2%;
	text-transform: uppercase;
	color: #888888;
	font-weight: 500;
	
	
}

.readmore-featured {
	margin-top: -25px;
	float: right;
	padding-bottom: 10px;
}
.cunyjpressnews h1, .cunyjpressbooks h1 {
	text-align: center;
	display: block;
	clear: both;
	font-size: 1em;
	margin-bottom: 2%;
	text-transform: uppercase;
	color: #888888;
	font-weight: 500;
	background: url('images/homeh-bkg.png') repeat-x center transparent;
}



.cunyjpressnews h1 span, .cunyjpressbooks h1 span{	
	background: #0CAAF1;
	padding: 0px 10px 3px;
	color: #ffffff;
	box-shadow: 2px 2px 2px #bbbbbb;
}

.featured-book h2 {
	text-transform: uppercase;
	line-height: 1.1em;
	padding-top: 5px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: .5px;
	text-shadow: 0 1px 1px #F0EFEC;
	clear: none;
}

.featured-book li h2 a{
	color: #005dad;
}

.featured-book li h2 a:hover{
	color: #0f4573;
	text-decoration: none;
}

.featured-book .book_author {
	font-size: 0.9em;
	line-height: 1.1em;
    margin: 5px 0 10px;
    text-align: left;
	color: #777;
        display:block!important;
}

.featured-book .book_author a {
	color: #777;
}

.featured-book .book_author a:hover {
	color: #999;
}

.featured-book img {
	float: left;
	margin: 0 10px 10px 0;
	box-shadow: 0 3px 3px #aaa;
	border: 3px solid #fff;
	width: 45% !important;
}

.book_thumb img:hover {
	opacity: .85;
}

.featured-book p {
	line-height: 1.3em;
}

h1.entry-title-home, #content-home-bottom h1, .latest-news h1 {
	text-align: center;
	display: block;
	clear: both;
	font-size: 1em;
	margin-bottom: 2%;
	text-transform: uppercase;
	color: #888888;
	font-weight: 500;
	background: url('images/homeh-bkg.png') repeat-x center transparent;
}



h1.entry-title-home span, #content-home-bottom h1 span, .latest-news h1 span {	

	padding: 0px 10px 3px;
	color: #ffffff;
	box-shadow: 2px 2px 2px #bbbbbb;
}
h1.entry-title-home span {
		background: #333333;
}
#content-home-bottom h1 span, .latest-news h1 span {
		background: #0CAAF1;
}


.news-item {
	border-bottom: 1px dotted #777777;
	padding: 10px 0;
	min-height: 40px;
}

.news-item-content{
	clear: both;
	display: block;
}

.news-item small{
	font-size: .8em;
	float: left;
	margin-right: 10px;
}

.news-item img {
	width: 60px;
	height: 60px;
	float: left;
	margin: 0 5px 5px 0;
}

.news-item h2 {
	font-size: .9em;
	line-height: 1.1em;
	clear: right;
}


/** BOOKS HOMEPAGE **/

#books-home-container {
	width: 72%;
	padding: 0;
    float: right;
}
#books-home {
    margin: 0 0 0 1%;
width: 100%;
} 


.book-home {
	width: 29% !important;
	margin: 1% 2% 1% 0;
	/*border: 1px solid #cccccc;*/
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	background: #ffffff;
	padding: 1% 1% 2% 1%;
        min-height:460px;
}

.book-home h2 {
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2em;
	padding-top: 5px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: .5px;
	text-shadow: 0 1px 1px #F0EFEC;
}

.book-home h2 a{
	color: #005dad;
}

.book-home h2 a:hover{
	color: #0f4573;
	text-decoration: none;
}



.book-home .book-text {
	padding: 0px 10px;
}

.book-home .book_author, .book-home .book_author-single {
	line-height: 1.2em;
	margin: 10px 0 0 0;
	display: block;
}

.book_author-single {
}

.book-home .book_author, .book-home .book_author-single {
	color: #999999;
}


.book-home .book_author { 
	font-size: 1.1em;
}

.book-home .book_author-single {
	font-size: 15px !important;
}

.book-home .book_thumb img {
	margin-bottom: 5%;
	display: block;
	width: 100% !important;
}

.book-home .available-now {
    background:#0CAAF1;
    display:block;
    color: #ffffff;
    text-align:center;
    margin-top:-5px;
}

.publication_date {
	font-size: .8em;
	color: #888888;
	text-align: center;
	font-family: 'Pontano Sans';
	margin: 10px 0 0 0;
	line-height: 1.1em;
}

/** BOOK catalog & SINGLE **/
#primary-bookcatalog {
	width: 88%;
	margin: 2% auto 0;
	display: block;
}

#books-catalog {
	list-style: none;
	margin: 30px 0 30px 5px;
	display: block;
	height: 320px;
	padding: 0;
	width: 100%;
	clear: both;
} 

.book-catalog {
	display: block;
	width: 173px !important;
	float: left;
	margin: 5px 10px 25px 0;
	border: 1px solid #cccccc;
	box-shadow: 0 0 5px #bbbbbb;
	background: #ffffff;
	height: auto;
	padding: 5px 5px 10px;
	clear: none;
        
        min-height:420px;
}

.book-catalog-last {
	margin-right: 0 !important;
}

.book-catalog h2 {
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2em;
	padding-top: 0px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	letter-spacing: .5px;
	text-shadow: 0 1px 1px #F0EFEC;
}

.book-catalog h2 a{
	color: #005dad;
}

.book-catalog h2 a:hover{
	color: #0f4573;
	text-decoration: none;
}

.book-catalog .available-now {
    background:#0CAAF1;
    display:block;
    color: #ffffff;
    text-align:center;
    margin:-10px 0 5px;
}

.book-text {
	padding: 0px 5px;
}

.book_author {
	font-size: 1em;
	text-align: center;
	line-height: 1.1em;
	margin: 5px 0 0 0;
}

.book_author a {
	color: #999999;
}

.by-author {
display:none;
}

.book_author a:hover {
	color: #aaaaaa;
}

.book_thumb img {
	margin-bottom: 5%;
	display: block;
	margin-left: -1px;
	width: 100%;
}

.book-price {
	margin-top: 2%;
	text-align: center;
}


h3.buy-preorder-message {
	text-transform: none;
	color: red;
	font-size: 1.2em;
}

#featured-image-book {
	padding: 5px;
	background: white;
	box-shadow: 0 3px 3px #aaa;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-top: 1px solid #ddd;
	margin: 5px 15px 10px 0;
	float: left;
}
#featured-image-book img{
	border: 1px solid #ccc;
}

.book-home .book_thumb img, .book_thumb img {
border:1px solid #ddd;
padding:0;
}

#content-book {
	margin-top: 10px;
	clear: both;
	display: block;
}

#content-book .entry-header {
	margin: 0 0 10px 0;
}

.addtocart {
	display:none;
}

.book-addtocart form.eshop {
	display: block !important;
}

.book-amazonlink a {
	display: block !important;
	text-transform: uppercase;
	font-size: .8em;
	color: #888888;
}

.book-amazonlink a:hover {
	color: #666666;
}

.book-price {
	text-align: left;
	font-size: .7em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .06em;
	line-height: 2.2em;
	padding: 10px;
	border-top: 1px dotted #deb75a;
	border-bottom: 1px dotted #deb75a;
	margin-left: 230px;
	background: #fcf8ee;
	min-height: 110px;
}
a.addtocart-button_combo {
	background: url("images/addtocart.png") no-repeat 0 2px scroll transparent;
	display: block;
	width: 88px;
	float: left;
}
a.addtocart-button_combo:hover {
	background: url("images/addtocart_hover.png") no-repeat scroll 0 2px transparent;
}
a.addtocart-button_ebook {
	background: url("images/addtocart.png") no-repeat 0 2px scroll transparent;
	display: block;
	width: 88px;
	float: left;
}
a.addtocart-button_ebook:hover {
	background: url("images/addtocart_hover.png") no-repeat scroll 0 2px transparent;
}
a.addtocart-button_paperback {
	background: url("images/addtocart.png") no-repeat 0 2px scroll transparent;
	display: block;
	width: 88px;
	float: left;
}
a.addtocart-button_paperback:hover {
	background: url("images/addtocart_hover.png") no-repeat scroll 0 2px transparent;
}

.book-buytext {
	display: inline;
	float: left;
	margin-right: 10px;
}
.book-buylink {
	display: inline;
	text-indent:-9999em;

}

.book_other-details {
	padding: 0 10px 5px;

	
}
.book-isbn, .book-pages, .publication_date_single {
	display: inline;
	color: #777;
	font-size: .8em;
		color: #736e63;
		text-transform: uppercase;
}

.entry-content h2, article h3 {
	clear: none;
}

.news-sociallinks {
	margin: 10px 0 30px;
	background: #eee;
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	max-height: 30px;
	padding: 0 5px 5px;
}

.entry-content h3 {
	display: block;
	width: 100% !important;
}
.buy_preorder_message {
	float: left;
}

.information_icon {
	background: url("images/information-icon.png") no-repeat scroll 0 3px transparent;
	width: 25px;
	height: 25px;
	margin-left: 3px;
	display: block;
	float: left;
	clear: right !important;
}

.information_icon:hover .information_popup_box{
	display: block;
	opacity: 0;
	background: none repeat scroll 0 0 #F1F6FC;
	border: 1px solid #DDDDDD;
	padding: 20px;
	line-height: 1.5em;
	font-weight: normal;
	font-size: 1.3em;
	width: 250px;
	text-transform: none !important;
	margin: 130% 0 0 -550%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	-webkit-box-shadow: 2px 2px 1px #666;
	box-shadow: 2px 2px 1px #666;
}

.information_popup_box {
	display: none;
}

.price-info {
	float: left;
	width: 100%;
	margin-top: 10px;
}

/** SIDEBARS **/



.advanced_recent_posts_widget  {
	list-style: none;
	background: #eeeeee;
	padding: 0 0 18px;
	border: 1px solid #dddddd;
}
.advanced_recent_posts_widget ul li {
 	border-bottom: none !important;
	list-style: none outside none;
	margin: 3px auto !important;
	display: block;
	width: 80%;
}

.advanced_recent_posts_widget ul li img {
	text-align: center;
	margin: 10px auto 0;
	display: block;
	float: none;
	border: 2px solid #ffffff;
}

.advanced_recent_posts_widget .post-title {
	text-align: center;
	font-size: 1.2em !important;
	line-height: 1.1em;
	display: block;
	margin-top: 10%;
	color: #333333;
	font-weight: normal !important;
}

.advanced_recent_posts_widget .more-link {
	display: block !important;
	padding-top: 15px;
	font-size: .95em;
}

.advanced_recent_posts_widget .widget-title {
	font-size: 18px;
	display: block;
	text-align: center;
	color: #ffffff;
	background: #333333;
}

.advanced_recent_posts_widget p {
	color: #888888;
	width: 75%;
	padding: 11px;
	margin-left: 8px;
	font-size: 1.1em;
}


.fb_iframe_widget span {
width:215px!important;
height:400px!important;
}

#sidebar-header {
	float: right;
	margin-right: 5px;
}


/* single book sidebar */
.abouttheauthor-sidebar h2, .abouttheauthor-singlebook h2 {
	font-size: 1.2em;
	margin: 0;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

.abouttheauthor-singlebook h2 {
	font-size: 1em !important;
	margin-bottom: 10px;
}

.abouttheauthor-sidebar, .abouttheauthor-singlebook {
	background: #f1f6fc;
	clear: both;
	border: 1px solid #ddd;
}
.abouttheauthor-sidebar {
	font-size: 1.1em;
	padding: 10px 0 10px;
	margin-bottom: 50px;
}
.abouttheauthor-singlebook {
	font-size: .9em !important;
	display: none;
	padding: 10px;
	min-height: 180px !important;
	margin-bottom: 10px;
}

.abouttheauthor-sidebar img, .abouttheauthor-singlebook img {
	background: #fff;
	padding: 3px;

}
.abouttheauthor-sidebar img {
	margin: 0 8px 0 0;
	float: left;
	width: 45%;
}
.abouttheauthor-singlebook img {
	float: left !important;
	margin: 0 8px 8px 0;
}

.abouttheauthor-sidebar .book_abouttheauthor {
	margin: 0 0 10px;
	padding: 20px 8px 10px;
	
}

.book-sociallinks-sidebar, .book-sociallinks {
	background: #f1f6fc;
	padding: 0;
	text-align: center;
	margin: 0 auto 20px;
	padding: 5px 0 0;
	border: 1px solid #ddd;
}

.book-sociallinks-sidebar {
	display: block;
	min-height: 45px;
	font: italic 1em Georgia,"Times New Roman",Times,serif;
}

.book-sociallinks {
	display: none;
	min-height: 25px;
	font: italic .9em Georgia,"Times New Roman",Times,serif;
}

.sidebar-singlebook ul, .sidebar-singlebook ol {
	margin: 0;
}

.sidebar-singlebook .widget-title {
	font-size: 11px;
}

.sidebar-singlebook .widget {
	text-align: center;
	text-transform: uppercase;
}

.sidebar-singlebook .widget ul {
	border-bottom: 1px solid #dddddd;
}

.sidebar-singlebook .widget ul li {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #dddddd;
}

h3.backtocatalog {
	margin: 0 0 50px 35px;
	font-size: 1.2em;
	padding: 0 0 0 20px;
	background: url('images/cunyjpress-backarrow.png') no-repeat center left transparent;
}

h3.backtocatalog:hover, h3.backtocatalog:active {
	background: url('images/cunyjpress-backarrow-hover.png') no-repeat center left transparent;
}


/** FOOTER **/
#site-generator {
	background: #ffffff;
	border-top: 0;
}

#site-generator a {
	display: none;
}
#supplementary {
	padding: 1.625em 1em;
}
#supplementary #first{
	width: 71%;
	margin-right: 0;
}
#supplementary #third {
	width: 25%;
	margin-right: 0;
}



/** OTHER **/

.singular .entry-meta .edit-link a {
	display: none;
}

.singular .entry-header, .singular .entry-content {
	width: 100%;
}
.entry-content, .entry-summary {
	padding: 0;
}

.singular .entry-header .entry-meta {
	position: relative;
}
.singular .entry-header {
	margin-top: 0;
}

footer.entry-meta {
	padding-bottom: 30px;
	display: block;
	border-bottom: 1px dotted #888888;
}

.singular .entry-title {
	font-size: 2em;
	line-height: 1em;
	background: none;
	text-align: left;
	margin-bottom: 0 !important;
	text-transform: none !important;
	clear: none;
	color: #005dad;
}

h2.book-subtitle,h2.book-subtitle-featured, h2.book-subtitle-upcoming, h2.book-subtitle-catalog, h2.book-subtitle-taxauthor {
	clear: none;
	color: gray;
	line-height: 1em;
	margin-bottom: 5px;
	font: italic 1.2em Georgia,"Times New Roman",Times,serif;
	text-transform: none;
}

h2.book-subtitle-featured {
	font-size: 1em;
	color: #333;
}

h2.book-subtitle-upcoming, h2.book-subtitle-catalog, h2.book-subtitle-taxauthor {
	color: #555;
	font-size: .95em;
}

.singular .entry-content p{
	font-size: 16px;
	color: #555555;
	line-height: 1.4em;
}

.singular.page .hentry {
	padding: .5em 0 0;
}

.singular .hentry {
	padding: 0;
}

#content nav {
	padding: 0;
}




/*** RESPONSIVE DESIGN STYLING ***/

/* for 1075px or less */
@media screen and (max-width: 1075px) {
	.book-home{
		margin: 1%;
                width:
	}
	#books-home{
		margin-left: 5px !important;
	}
}

/* for 1024px or less */
@media screen and (max-width: 1024px) {
	#page {
		padding: 5px 10px 20px !important;
	}
	#primary-bookcatalog {
		width: 68% !important;
	}
	#books-home-container {
		width: 100%;
		float: none;
	}
	
	.book-home{
		margin: 2% 2% 2% 3%;
		width: 25% !important;
	}
	
	#sidebar-home {
		display: none;
	}
}

/* for 800px or less */
@media screen and (max-width: 800px) {
	#access {
		width: 30% !important;
		top: 15px !important;
		left: 320px !important;
	}
	#access li a, #access a {
		margin-top: 10px;
	}
	
	.left-sidebar #primary-home {
		width: 100% !important;
	}
	
	#main #secondary {
		margin:0 !important;
		float: left !important;
		width: 26%;
	}
	.home-about {
		width: 35%;
		padding: 0;
	}
	.featured-book {
		width: 57%;
		margin: 0 0 0 20px;
	}

	.latest-news {
		width: 100%;
		padding: 10px 0 10px 15px !important;
		margin-top: 4% !important;
	}

	.singular .entry-header {
		margin-top: 0 !important;
	}
	

	#books-catalog{
		margin: 20px 0 1.625em 2.5em !important;
		}
	.advanced_recent_posts_widget p {
		width: 90% !important;
		margin-left: 0 !important;
	}
	
	.book-home {
		margin: 2%;
	}
	.book-buytext {
		font-size: .95em;
	}
	


}

/* for 768px or less */
@media screen and (max-width: 765px) {
	#main #secondary, #sidebar-home {
		display: none !important;
	}
	.left-sidebar #primary {
		width: 100% !important;
	}
	#primary-bookcatalog {
		width: 100% !important;
	}
	.abouttheauthor-singlebook, .book-sociallinks {
		display: block !important;
	}
	
	
}

/* for 640px or less */
@media screen and (max-width: 640px) {
	body {
		padding: 0 0.5em !important;
	}
	#page {
		padding: 0 !important;
	}
	#access {
		width: 100% !important;
		display: block !important;
		left: 0 !important;
		top: 75px !important;
	}
	#access div {
		margin: 0 3% !important;
	}
	#branding #searchform {
		position: relative !important;
		width: 50% !important;
	}
	#branding .with-image #searchform {
		margin-top: 45px !important;
		max-width: 100% !important;
		top:0 !important;
		display: block !important;
		float: left !important;
		margin-bottom: 10px !important;
	}
	
	.left-sidebar #primary-home {
		width: 100% !important;
	}
	.left-sidebar #primary {
		float: right !important;
	}
	#sidebar-header {
		float: right;
		margin: 40px 0 0 0;
	}
	.home-about, .latest-news, .featured-book {
		width: 100% !important;

		padding: 0 10px;
	}
	
	.featured-book {
		background: none;
		margin: 0;
		border: none;
	}
	
	.featured-book h1 {
		text-align: center;
		display: block;
		clear: both;
		font-size: 1em;
		margin-bottom: 2%;
		text-transform: uppercase;
		color: #888888;
		font-weight: 500;
		background: url('images/homeh-bkg.png') repeat-x center transparent;
	}



	.featured-book h1 span{	
		background: #0CAAF1;
		padding: 0px 10px 3px;
		color: #ffffff;
		box-shadow: 2px 2px 2px #bbbbbb;
		clear: none;
		display: inline;
		font-size: 1em;
		margin-bottom: 0;
	}
	.featured-book img {
		width: 30% !important;
	}

	#site-generator {
		border: 0 !important;
	}
	#primary-bookcatalog {
		width: 100% !important;
	}
	#primary #content-top, #primary-home, #primary-bookcatalog {
		margin-top: 30px;
	}
	
	.book-catalog {
		width: 33% !important;
		margin: 1% 3%;
	}
        h2.book-subtitle-featured {
font-size: .9em;}
        .book-home {
            min-height:420px;
        }
}

/* for 520px or less */
@media screen and (max-width: 520px) {
    .book-home {
        font-size:14px;
    }
    h2.book-subtitle-featured {
font-size: .8em;}
        .book-catalog {
		width: 50% !important;
		margin: 0 13%;
	}
	.book_other-details {
		font-size: .85em;
	}
	.book-price {
		min-height: 150px;
		line-height: 2.5em;
	}
	.information_icon {
		display: none;
	}

}

/* for 400px or less */
@media screen and (max-width: 400px) {
	#featured-image-book img {
		float: none !important;
	}
}


