/*
Theme Name: sellyourbooksshow
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: sellyourbooksshow
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 sellyourbooksshow is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
	
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font-family: 'Lato', serif;
	padding-top:20px;
	font-size:30px;
}

h3 {
	color: #444444;
    font-family: 'Open Sans',sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
}

h4 {
	color: #444444;
    font-family: 'Belgrano',sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
}

p {
	margin-bottom: 1.5em;
	font-family: Open Sans, sans-serif;
	font-size:15px;
	font-weight:300;
	line-height:30px;
	color:#666;
}

.entry-content ul li {
	margin-bottom: 5px;
	font-family: Open Sans, sans-serif;
	font-size:15px;
	font-weight:300;
	line-height:30px;
	color:#666;
}

p a {
	font-weight:700;
	color:#69a136;
	text-decoration:none;
}

p a:hover {
	text-decoration:underline;
}

b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
	font-family: 'Belgrano', serif;
	color:#444;
	font-size:14px;
	line-height:24px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #0071bc;
	text-decoration:underline;
	transition: 0.5s ease 0s;
}
a:visited {
	color: #69a136;
}
a:hover,
a:focus,
a:active {
	color: #69a136;
	text-decoration:none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	width: 86%;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	/*background: url(images/bg.jpg); */
}

.main-navigation .menu-menu-container {
    margin: auto;
	width:1100px;
	clear:both;
	height:100px;
	max-width:100%;
}

.main-navigation ul {
	list-style: none;
	padding-left: 0;
	margin:0 0 0 0;
	width:90%px;
	float:right;
	display:block;
	position:relative;
	text-align:center;
}
.main-navigation li {
	float: left;
	position: relative;
	display:inline-block;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#323a2e;
	padding:90px 20px 10px 20px;
	font-weight:900;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	transition: background-color 0.5s ease;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.main-navigation ul ul {
	background: #fff;
    box-shadow: 0 0 10px 5px #ccc;
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 9em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	padding: 20px;
    width: 300px;
	border-bottom: 1px solid #ccc;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	background:#fff;
	color:#323a2e;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc; 
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
	background:#000;
	color:#fff;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	background:#fff;
	color:#323a2e;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc; 
}

/* custom menu */
.menu-menu-1-container {
	float:right;
	width:52%;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*custom*/
.clear {clear:both;}

.menu {
	margin:auto;
	width:1100px;
	max-width:100%;
}

header.site-header {
	background: url(images/bg.jpg);
	height:125px;
	border-bottom:1px solid #ccc;
}

header.site-header .wrap {
	width:1100px;
	margin:auto;
	height:160px;
	max-width:100%;
}

header.site-header .site-branding {
	width:150px;
	height:150px;
	float:left;
	position:relative;
	/*top:-130px;
	margin:0 0 -50px 0; */
}

#featured {
	background: url(images/bg.jpg);
	padding:50px 0;
	border-bottom:1px solid #ccc;
}

#featured .wrap {
	width:1100px;
	margin:auto;
	max-width:100%;
}

#featured .wrap .left {
	width:54%;
	float:left;
	max-width:100%;
	margin-top:10px;
}

#featured .wrap img {
	float:right;
	width:46%;
}

#featured h1 {
	font-family: 'Lato', serif;
	font-weight:700;
	font-size:76px;
	line-height:80px;
}

#featured h2 {
	font-family: Georgia;
	font-size:36px;
	margin-top:20px;
	line-height:60px;
	font-style:italic;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}

#page {
	width:1120px;
	margin:0 auto;
	padding: 0;
	background:#fff;
	max-width:100%;
}

.homepage {margin: 80px auto !important;}

#primary {
	width:68%;
	float:left;
	
}

.entry-header h1.entry-title {
	font-family: 'Lato',sans-serif;
    font-size: 32px;
    font-weight: 900;
	color:#323A2E;
	text-transform:uppercase;
	padding:0;
	
}

h1.entry-title a {
	text-decoration:none;
	letter-spacing:0;
	text-align:left;
	font-family: 'Lato',sans-serif;
    font-size: 32px;
    font-weight: 900;
	color:#323A2E;
	text-transform:uppercase;
	padding:0;
}

h1.entry-title a:hover {
	color:#80C342;
}

.excerpt {
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px dotted #ccc;
}

.excerpt a.blog-readmore {
	float:right;
	font-family: 'Arvo',sans-serif;
	font-size:13px;
	color:#fff;
	padding:10px 20px;
	background:#323A2E;
	text-transform:uppercase;
	font-weight:900;
	letter-spacing:-1px;
	border-radius: 20px 0;
	text-decoration:none;
}

.excerpt a.blog-readmore:hover {
	border-radius: 0 20px;
	background:#69a136;
}

.content {
	margin-top:20px;
	
}

#secondary {
	width:26%;
	float:right;
    padding: 20px 0 20px 20px;
	
}

#secondary .widget h1.widget-title {
	font-family: 'Arvo',sans-serif;
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:-1px;
	color:#69a136;
	padding:0;
}

#secondary .widget ul {
	margin:10px 0 0;
}

#secondary .widget ul li {
	font-size:13px;
	list-style:none;
	border-bottom:1px dashed #ccc;
	padding:10px 0;
	color:#aaa;
	font-family: 'Open Sans',sans-serif;
}

#secondary .widget ul li:last-child {
	border-bottom:1px dashed #ccc;
}

#secondary .widget ul li a {
	color:#aaa;
	font-family: 'Open Sans',sans-serif;
	text-decoration:none;
	transition: 0.5s ease 0s;
	display:block;
}

#secondary .widget .textwidget a img {
	display:block;
	margin:5px auto;
	position:relative;
	transition: 0.5s ease 0s;
}

#secondary .widget .textwidget a img:hover {
	opacity:0.5;
}

#secondary .widget ul li a:hover {
	color:#222;
	margin-left:5px;
}

form.af-form-wrapper {
	margin:10px 0;
}

form.af-form-wrapper input[type="text"] {
	width:100%;
	padding:10px;
	color:#aaa;
	font-family:Georgia;
	font-style:italic;
}

form.af-form-wrapper input[type="submit"] {
	float:right;
	font-family: 'Lato',sans-serif;
	font-size:13px;
	color:#fff;
	padding:10px 20px;
	background:#69A136;
	text-transform:uppercase;
	font-weight:900;
	letter-spacing:-1px;
	border-radius: 20px 0;
	border:0;
	margin-top:15px;
	cursor:pointer;
	transition: all 0.5s ease;
}

form.af-form-wrapper input[type="submit"]:hover {
	border-radius: 0 20px;
	transition: all 0.5s ease;
}

.entry-meta, footer.entry-footer {
	color:#555;
	font-family: 'Lato',sans-serif;
	font-size:11px;
	font-weight: 900;
	background:#ccc;
	padding:10px;
	margin:10px 0;
}
.entry-meta a, footer.entry-footer a {
	color:#171c1f;
	text-decoration:none;
}
.entry-meta a:hover, footer.entry-footer a:hover,
.nav-links a:hover {
	text-decoration:underline;
}

.nav-links a {
	font-family: 'Lato',sans-serif;
	color:#171c1f;
	font-size:12px;
	text-transform:uppercase;
	font-weight:900;
	text-decoration:none;
}

.entry-content {
	margin-top:20px;
	margin-bottom: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:300;
	line-height:30px;
	color:#444;
	
}

.entry-content h1 {
	font-weight:900;
	padding-bottom:10px;
}

form.updatelist {
	width:70%;
	margin:20px auto 50px;
	background:#eef9ff;
	padding:20px;
	border-radius:20px;
}

form.updatelist p.previewLabel {
	font-family: 'Belgrano',serif;
    font-size: 30px;
    padding-top: 20px;
    text-align: center;
}

form.updatelist input[type="text"] {
	padding:15px;
	font-size:18px;
	color:#aaa;
	width:70%;
	font-family: 'Belgrano', serif;
	font-style:italic;
}

form.updatelist input[type="submit"] {
	background: none repeat scroll 0 0 #171c1f;
    border: 0 none;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 0 0 0 9px;
    padding: 17px 30px;
    text-transform: uppercase;
	transition: background-color 0.5s ease 0s;
	-moz-transition: background-color 0.5s ease 0s;
	-webkit-transition: background-color 0.5s ease 0s;
}

form.updatelist input[type="submit"]:hover {
	background:#0066B3;
}

.fitcontent {
	width:91%;
	margin:40px auto 30px;
}


footer.site-footer {
	background:#fff;
	border-top:1px dotted #aaa;
}

footer.site-footer .site-info {
	margin:auto;
	padding:20px 0;
}

footer.site-footer .site-info p {
	color:#444;
	text-align:center;
	font-family: 'Open Sans', serif;
	margin:0;
}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
background: #3279BB;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

.post ul li {
	color: #444444;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 300;
	margin:7px 0;
}

.post ul li a {
	color:#69a136;
	
}

.homepagecontent .entry-footer,
.homepagecontent .post .entry-header .entry-meta,
li.page-item-261, li.page-item-299, li.page-item-607,
li.page-item-610 {
	display:none !important;
}

.clearspace {padding-bottom:20px;margin-bottom:20px;}

.homepagecontent article {
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px dotted #ccc;
}

a.ecae-link {
	float:right;
	font-family: 'Arvo',sans-serif;
	font-size:11px;
	color:#fff;
	padding:5px 10px;
	background:#323A2E;
	text-transform:uppercase;
	letter-spacing:-1px;
	text-decoration:none;
	font-weight:normal;
}

a.ecae-link:hover {
	background:#69a136;
	text-decoration:none;
}

ol.tw-pagination li {
	list-style:none;
	display:inline;
	padding:0 10px;
}
ol.tw-pagination li span, ol.tw-pagination li a {
	color: #444444;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: 300;
	list-style:none;
}

#slider {
    background-color: #fff;
    bottom: -355px;
    box-shadow: 0 0 15px #888;
    height: 332px;
    padding: 10px;
    position: fixed;
    right: 0;
    width: 310px;
    z-index: 10;
}
#slider h4 {
    background: none repeat scroll 0 0 #69a136;
    color: #fff;
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 10px;
    padding: 10px;
}

.ltr {
	color: #666;
    font-family: Open Sans,sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

.mailinglist {
	background:url(images/bg.jpg);
	padding:20px;
	border-radius:10px;
	margin-top:20px;
}

.mailinglist h4 {
	font-family: 'Arvo',sans-serif;
	font-size:42px;
	letter-spacing:3px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

.mailinglist input[type="text"] {
	padding:10px;
	font-size:14px;
	width:80%;
	color:#aaa;
	float:left;
	margin:0 6px 0 0;
	font-family: 'Open Sans',sans-serif;
}

.mailinglist input[type="submit"] {
	background: none repeat scroll 0 0 #69a136;
    border: 0 none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'Lato',sans-serif;
    padding: 8px 18px;
    text-transform: uppercase;
	font-weight:900;
}

.mailinglist input[type="submit"]:hover {
	background:#333;
}

.newbooks, .books3 .col3 {
	float:left;
	margin:0 30px 30px 0;
	padding:20px 20px;
	border:1px solid #ccc;
	background:#f0f0f0;
}

.newbooks {width:45%;}
.books3 .col3 {width:28%;}
 
.newbooks h4 {
	font-family: 'Lato',sans-serif;
	font-size:26px;
	margin-bottom:15px;
	text-align:center;
	font-weight:900;
	text-transform: uppercase;
}

.newbooks a img,
.books3 .col3 a img {
	display:block;
	margin:auto;
	background:#fff;
	border:1px solid #ccc;
	border-radius:3px;
	padding:5px;
	transition: ease 0.5s all;
}

.newbooks a.buyamazon,
.books3 .col3 a.buyamazon {
	background: none repeat scroll 0 0 #69a136;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: 'Lato',sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
	text-decoration:none;
	margin:auto;
	display:block;
	width:50%;
	text-align:center;
}

.books3 .col3 a.buyamazon {width:90%;}

.newbooks a.buyamazon:hover,
.books3 a.buyamazon:hover {
	background:#555;
}

.newbooks a img:hover,
.books3 a img:hover {
	box-shadow:0 0 10px 0 #666;
}

.landingpage {
	width:100% !important;
}

.landingpage h1.entry-title {
	font-size: 62px;
    line-height: 62px;
    text-align: center;
}

.landingpage h2 {
	text-align:center;
	font-weight:bold;
}

li.page-item-186 {
	display:none;
}

a.page-numbers, .page-numbers {
	background:#eee;
	padding:5px;
	border:1px solid #ccc;
	color:#aaa;
	transition: all 0.5s ease;
	text-decoration:none;
}

a.page-numbers:hover, .current {
	background:#323a2e;
	color:#fff;
}

@media only screen and (min-width : 805px) and (max-width : 1080px) {
	.menu-menu-1-container {width:75%;}
	.main-navigation {width:80%;}
}
@media only screen and (min-width : 769px) and (max-width : 805px) {
	.menu-menu-1-container {width:90%;}
	.main-navigation {width:70%;}
}
@media only screen and (min-width : 320px) and (max-width : 769px) {
	header.site-header .site-branding {
		display: block;
		height: 150px;
		margin: auto;
		position: relative;
		width: 150px;
		float:none !important;
		}
		
	.main-navigation .nav-menu {display:none;}
	.menu-toggle, .main-navigation.toggled .nav-menu {display: block;}
	
	h1.menu-toggle {width:50%;background:#333;padding:10px;margin:10px auto;display:block;text-align:center;color:#fff;border-radius:10px;}
	.responsive-menu {width:100%;}
	.responsive-menu .menu-menu-1-container {width:100%;margin:auto;float:none !important;position:absolute;}
	.responsive-menu .menu-menu-1-container ul li {width:100%;display:block;}
	.responsive-menu .menu-menu-1-container ul {background:#000;}
	.responsive-menu .menu-menu-1-container ul li a {padding:20px;color:#fff;border-bottom:1px dashed #fff;border-left:0;border-right:0;}
	.responsive-menu .menu-menu-1-container ul li a:hover {background:#62bb45;color:#fff;border-left:0;border-right:0;}
	.responsive-menu .menu-menu-1-container li:hover > a {background:#62bb45;color:#fff;border-left:0;border-right:0;}
	.responsive-menu .current_page_item a, .responsive-menu .current_menu_item a {background:#62bb45;color:#fff;border-left:0;border-right:0;}
	.responsive-menu .menu-menu-1-container ul ul {width:100%;top:65px;background:#fff;box-shadow: 0 0 15px 0 #000;}
	.responsive-menu .menu-menu-1-container ul ul a {width:100%;color:#000;border:0;border-bottom:1px dashed #000;border-left:0;border-right:0;}
	.responsive-menu .menu-menu-1-container ul ul a:hover {background:#62bb45;color:#fff;border-left:0;border-right:0;}
}
@media only screen and (min-width : 320px) and (max-width : 620px) {
	.newbooks, .books3 .col3 {width:100%;}
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
	header.site-header .wrap {max-width:100%;}
	#featured .wrap {max-width:100%;width:1024px;}
	#featured .wrap .left h1 {font-size:58px !important;}
	#featured .wrap .left h2 {font-size:28px;}
	#featured .wrap img {width:50%;height:auto;}
	#featured .wrap .left {width:50%;}
	#page {width:100%;}
	#primary, #secondary {padding:20px;}
	#secondary {width: 28%;}
	a.intern-btn {width:50% !important;}
}

@media only screen 
and (min-width : 480px) 
and (max-width : 768px) {
	/*.main-navigation {height:125px !important;}
	.main-navigation ul {margin:85px -90px 0 0;float:right;width:65%;box-shadow:0 0 10px 0 #ccc;}
	.main-navigation a {display:block;width:100%;background:#fff;padding:10px 0;}
	
	.main-navigation .current_page_item a, .main-navigation .current-menu-item a, 
	.main-navigation li:hover > a{background:#555;color:#fff;}
	.main-navigation li {display:block;float:none;border-bottom:1px solid #ccc;}
	.menu-toggle {float:right !important;}
	
	.menu-toggle,
	.main-navigation.toggled .nav-menu {display: block;}

	.main-navigation ul {display: none;}
	
	h1.menu-toggle {background:#333;padding:10px;margin:10px;color:#fff;border-radius:10px;}*/
	
	
	#featured .wrap {max-width:100%;padding:10px;}
	#featured .wrap .left h1 {display: block;font-size: 92px !important;margin: auto;text-align: center;}
	#featured .wrap .left h2 {font-size:30px;text-align:center;}
	#featured .wrap img {width:100%;float:none;height:auto;}
	#featured .wrap .left {width:100%;}
	#secondary, #primary  {width: 100%; padding:10px;}
	#secondary {margin-top:40px;}
	
	.entry-header h1.entry-title {text-align:center;}
	
	a.intern-btn {width:90% !important;}
}

/***
@media only screen 
and (min-width : 480px) 
and (max-width : 640px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {display: block;}
	.main-navigation ul {display: none;}
}
***/

@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
/* Styles */
	#secondary, #primary  {width: 100%; padding:10px;}
	#secondary {margin-top:40px;}
	#featured .wrap {max-width:100%;padding:10px;}
	#featured .wrap .left h1 {display: block;font-size: 92px !important;margin: auto;text-align: center;}
	#featured .wrap .left h2 {font-size:20px;text-align:center;}
	#featured .wrap img {width:100%;float:none;height:auto;}
	#featured .wrap .left {width:100%;}
	
	/*.main-navigation {height:125px !important;border-left:none;}
	.main-navigation ul {border-left:none;margin:85px -90px 0 0;float:right;width:65%;box-shadow:0 0 10px 0 #ccc;z-index:5;position:relative;}
	.main-navigation a {display:block;width:100%;background:#fff;padding:10px 0;}
	.main-navigation .current_page_item a, .main-navigation .current-menu-item a, 
	.main-navigation li:hover > a{background:#555;color:#fff;border-left:none;}
	.main-navigation li {display:block;float:none;border-bottom:1px solid #ccc;}
	.menu-toggle {float:right !important;}
	h1.menu-toggle {background:#333;padding:10px;margin:10px;color:#fff;border-radius:10px;} */
	
	h1.entry-title a {font-size:24px;}
	h1.entry-title{line-height:36px;}
	
	.entry-header h1.entry-title {text-align:center;}
	a.intern-btn {width:90% !important;}
}

.fb_iframe_widget {
	float:left;
	margin:0 10px 0 0;
}

a img.bookborder {
	border:1px solid #eee;
	box-shadow:0 0 2px 0 #eee;
	transition: all 0.5s ease;
}

a img.bookborder:hover {
	box-shadow:0 0 5px 0 #aaa;
}

.march2best {
	background:url(http://sellmorebooksshow.com/wp-content/uploads/2014/10/670-X-350.jpg) no-repeat;
	width:670px;
	height:350px;
	display:block;
	margin:auto;
}

a.intern-btn {
	width:30%;
	text-decoration:none;
	padding:20px;
	border-radius:5px;
	background:#69a136;
	color:#fff;
	text-align:center;
	display:block;
	margin:20px auto;
	font-size:32px;
	transition:all 0.3s ease;
}

a.intern-btn:hover {
	background:#000;
	text-decoration:none;
}

.march2best a.book1, .march2best a.book2, .march2best a.book3,
.march2best a.book4, .march2best a.book5, .march2best a.book6,
.march2best a.book7, .march2best a.book8, .march2best a.book9,
.march2best a.book10, .march2best a.book11, .march2best a.book12,
.march2best a.book13, .march2best a.book14, .march2best a.book15,
.march2best a.book16, .march2best a.book17, .march2best a.book18,
.march2best a.book19, .march2best a.book20 {
	float:left;display:block;transition:ease 0.5s all;margin-left:5px;
}

.march2best a.book1:hover, .march2best a.book2:hover, .march2best a.book3:hover,
.march2best a.book4:hover, .march2best a.book5:hover, .march2best a.book6:hover,
.march2best a.book7:hover, .march2best a.book8:hover, .march2best a.book9:hover,
.march2best a.book10:hover, .march2best a.book11:hover, .march2best a.book12:hover,
.march2best a.book13:hover, .march2best a.book14:hover, .march2best a.book15:hover,
.march2best a.book16:hover, .march2best a.book17:hover, .march2best a.book18:hover,
.march2best a.book19:hover, .march2best a.book20:hover {
	box-shadow:0 0 5px 5px #fff;
}

.march2best a.book3:hover {height:87px;width:54px;background:url(images/3.jpg);}
.march2best a.book4:hover {height:87px;width:54px;background:url(images/4.jpg);}
.march2best a.book5:hover {height:87px;width:66px;background:url(images/5.jpg);}
.march2best a.book6:hover {height:87px;width:57px;background:url(images/6.jpg);}
.march2best a.book7:hover {height:87px;width:58px;background:url(images/7.jpg);}
.march2best a.book8:hover {height:87px;width:58px;background:url(images/8.jpg);}
.march2best a.book13:hover {height:85px;width:53px;background:url(images/13.jpg);}
.march2best a.book14:hover {height:85px;width:65px;background:url(images/14.jpg);}
.march2best a.book15:hover {height:85px;width:57px;background:url(images/15.jpg);}
.march2best a.book16:hover {height:85px;width:86px;background:url(images/16.jpg);}
.march2best a.book17:hover {height:85px;width:67px;background:url(images/17.jpg);}
.march2best a.book18:hover {height:85px;width:55px;background:url(images/18.jpg);}

.march2best a.book1 {height:90px;width:60px;margin-left:0;}
.march2best a.book2 {height:90px;width:66px;}
.march2best a.book3 {height:90px;width:55px;}
.march2best a.book4 {height:90px;width:54px;}
.march2best a.book5 {height:90px;width:67px;}
.march2best a.book6 {height:90px;width:56px;}
.march2best a.book7 {height:90px;width:57px;}
.march2best a.book8 {height:90px;width:59px;}
.march2best a.book9 {height:90px;width:60px;}
.march2best a.book10 {height:90px;width:60px;}

.march2best a.book11 {height:87px;width:59px;margin-left:3px;}
.march2best a.book12 {height:87px;width:59px;margin-left:3px;}
.march2best a.book13 {height:87px;width:57px;margin-left:3px;}
.march2best a.book14 {height:87px;width:59px;margin-left:1px;}
.march2best a.book15 {height:87px;width:59px;margin-left:10px;}
.march2best a.book16 {height:87px;width:86px;margin-left:3px;}
.march2best a.book17 {height:87px;width:68px;margin-left:3px;}
.march2best a.book18 {height:87px;width:56px;margin-left:3px;}
.march2best a.book19 {height:87px;width:54px;margin-left:3px;}
.march2best a.book20 {height:87px;width:56px;margin-left:3px;}