@charset "UTF-8";

/* Layout Small Screens */
.page {
	margin: 0px auto;
}
header {
	height:auto;
		
}
header h1 a.logo {
	visibility: visible;
	font-size: 30px;
    /*height: 64px;*/
    line-height: 32px;
    max-width: 500px;
    min-width: 100px;
    float:left;
    clear:both;
    height: auto;
    position: relative;
    top:auto;
    margin:0;
    padding: 0px 30px 0px 0px;
	
}
header h1 a.logo_m {
	visibility: hidden;
    height: 0px;
}
header h2 a.logo {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    max-width: 500px;
    min-width: 100px;
    float:left;
    clear:both;
    height:auto;
    position:relative;
    top:auto;
    margin:0;
    /*height: 36px;
    margin-top: 62px;
    vertical-align: middle;*/
}
h3 {
	line-height: 20px;
	font-size: 16px;
}
article {
	padding: 20px 20px 10px 20px;
	clear:both;
}
nav {
	float:left;
	clear:both;
	position:relative;
	width: 100%;
	top:auto;
	padding:0px 20px 0px 0px;
}
nav a {
	padding:0px 5px;
	background:url(../images/mobile_link_arrow.png) no-repeat right center;
	line-height: 2.6em;
}
nav a:hover {
	color:#fff;
	background-color:rgba(0,0,0,.15);
}
nav a.last{
	border-bottom: 1px #000 dotted;;
}
.promo_container {
	padding: 0px;	
}
.promo_container .promo {
	width:auto;
	float:none;
	padding:10px 0px 0px 0px;
	background-position:20px 13px;
	border-top: 1px solid #ccc;
}
.promo_container .promo .content {
	padding:0px 20px 5px 90px;
}
footer {
	border-top: 1px #000 dotted;
	border-bottom: 1px #000 dotted;
	position:relative;	
}
body {
	background-image:none;
	background-color: #858f8f;	
}
.new_book {
	background-color: #d5e5e3;
	margin:0px;
	padding:0px;
	text-align: center;
	-moz-border-radius: 0px;
 	border-radius: 0px;
 	line-height: 1.2em;
 	overflow: hidden;
 	border-bottom: 1px #000 dotted;
}
.new_book img {
	float: left;
	height: 100px;
	width: auto;
}
.new_book h2{
	color: #000000;
	font-size: 14px;
	display: block;
	width: auto;
	float:right;
	margin-top: 30px;
	line-height: 1.4em;
}
.new_book p {
	
	float:none;
	margin: 0;
	width: 100%;
	padding:2px;
	background-color:rgba(255,255,255,.35);
}
.new_book a {
	font-size: 10px;
	text-transform: lowercase;
	float:left;
	width: auto;
	text-align: center;
	padding: 0;
	line-height: 1em;
}
.new_book a.plink {
	color: #3a5879;
	font-size: 11px;
	text-transform: lowercase;
	float:none;
	width: auto;
	text-align: center;
	/*padding:2px 5px 0px 5px;*/
	border-bottom: 0 none;
	background-image: none;
}
.new_book a:hover {
	background-color: transparent;
}
.main_cover {
	/*width: 150px; 
	height: 183px;*/

	margin:0px auto 20px auto;
	float:none;
	width: 100%;
	height:auto;
}
.main_menu {
	border: 0 none;
	padding:0px;
}
.stores {
	margin: 0px auto;
	float:left;
	clear:both;
	position: relative;
	width: 100%;
}
.stores div {
	float:none;
}
.stores img,
.int_editions img {
	float: none;
	position: relative;
	margin-bottom: 0;
}
.int_editions {
	margin: 0 auto;
	float: left;
	position: relative;
	width:100%;
	padding-top: 15px;
}
a.buy_book {
	padding:10px 0px;
}
.buy_book img {
	width:100%;
	height: auto;
}




