@charset "utf-8";

search {display:none;}
header social {display:none;}
/*header logo {top:10px;}*/
/*header logo a img {width:auto; height:240px;}
*/
body.ereader header logo h1 {bottom:44px; height:70px;}

body.ereader #topnav a#browse {display:none;}
body.ereader #header_signup {right:0; width:160px;}
body.ereader > container > header:before {content:''; position:absolute; top:74px; left:117px; width:100%; height:230px; background:url(/_assets/img/collection.png) no-repeat left center; background-size:292px auto;}

main {display:block; padding:20px;}

main h1:first-of-type {font-size:40px; line-height:45px; margin-bottom:20px;}
main h1:first-of-type + h2:first-of-type {margin-top:-20px; margin-bottom:20px;}

main ul {margin:15px 20px;}
main ul li {padding:10px 0;}

body.ereader main item {display:block; margin:20px 0;}
body.ereader main item header {height:auto; padding:10px;}
body.ereader main item header h2 {cursor:pointer; position:relative;}
body.ereader main item header h2:after {display:inline-block; position:absolute; top:-5px; right:10px; width:30px; height:30px; font-size:30px; line-height:30px; font-weight:bold; content:'+'; text-align:center;}
body.ereader main item.show header h2:after {content:'-';}
body.ereader main item main {min-height:auto; display:none!important;}
body.ereader main item.show main {display:block!important;}
body.ereader main item main li {font-size:17px; line-height:20px; padding:20px 0; border-top:1px solid #ccc;}
body.ereader main item main li:first-child {border:none;}
body.ereader main item main li a.source {display:block; font-size:14px; margin:10px 0; opacity:.7; color:#244C80;}
body.ereader main item main li a.source:before {content:'from:'; display:inline-block; margin-right:10px;}
body.ereader main item main li h3 {font-size:24px;}
body.ereader main item main li h3 a {color:#000;}
body.ereader main item main li p {color:#666; font-size:13px;}
body.ereader main item main li p b {color:#000;}

@media screen and (max-width:475px) {
	header {height:200px; background-image:linear-gradient(to right, #000022, transparent 100%), url(../img/main_hdr.jpg);}
	header logo {top:0; left:0;}
	header logo a img {width:auto; height:auto;}
	header logo h1 {bottom:auto; top:10px; margin-top:0;}
	
	body.ereader header:before {background-size:240px auto; height:120px; left:97px;}
	body.ereader header logo h1 {height:92px;}
	body.ereader #header_signup {bottom:0;}
	body.ereader main item header {background-image:none;}
	body.ereader main item header h2:after {top:initial; bottom:-8px; right:-10px;}
}