/* Tiny House */
body #primary , .page .site-content article, .single .site-content article {
	width: 100%;
}
.page .site-content article, .page article .entry-content {
	padding: 0!important;
}

div.header {
	padding: 32px 32px 48px;
	background: url('http://www.greenmoxie.com/wp/wp-content/uploads/web-cover-greenmoxiebook.jpg') center center;
	background-size: cover;
}
div.header .logo {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 120px 0 30px;
	background: none;
}
.buttoncontainer {
	text-align: center;
	position:relative;
	width: 100%;
	left: 0%;
}
.buttoncontainer a.button {
	color: #111;
    background-color: #fc0;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 32px;
    margin-right:3px;
		width: 100%;
		position:relative;
		font-weight: 600;
}

.buttoncontainer a.buttonBlue {
	color: #fff;
    background-color: #6bb2ab;
    padding-left: 1em;
    padding-right: 1em;
    margin-left:3px;
    margin-top: 32px;
		width: 100%;
		position: relative;
		font-weight: 500;
}

.buttoncontainer a.buttonBlue,
.buttoncontainer a.button {
	padding: .5em 0 1.5em;

}

.buttoncontainer a.buttonBlue:after,
.buttoncontainer a.button:after {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 14px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
}


.buttoncontainer a.button:after {
	content: 'Paperback or eBook';

}

.buttoncontainer a.buttonBlue:after {
	content: 'with PayPal';
}

@media screen and (min-width: 768px) {
	.buttoncontainer {
		width: 60%;
		left: 20%;
	}
	.buttoncontainer a.button,
	.buttoncontainer a.buttonBlue {
		width: 49%;
	}
	.buttoncontainer a.buttonBlue:after,
	.buttoncontainer a.button:after {
		bottom: 20px;
		font-size: 14px;
	}
}

.bodyText {
	clear: both;
	padding: 32px;
}

.headerImage {
	height: 250px;
	position: relative;
	overflow: hidden;
	margin: 0 0 2em;
	vertical-align: middle;
}
.headerImage img.wp-post-image {
	position: absolute;
	bottom: 0;
	height: auto;
	width: 600px;
	max-width: 3000px;
	margin-bottom: 0;
}
.page .entry-header .headerImage h1.entry-title {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	margin: 0px;
	padding: .125em 16px .25em;
	background: #ffcc00;
}
.nikki {
	width: 150px;
	height: auto;
}
#mc_embed_signup.newsletter, .bio, .book {
	border-bottom: solid 1px #ededed;
	padding: 0 0 1em;
	margin: 0 0 1em;
}
.book img {
	width: 125px;
	height: auto;
}


ul.rphotos {
	list-style: none;
	margin: 32px 0 60px;
}
ul.rphotos li {
	margin: 0px;
	width: 50%;
	float: left;
}
ul.rphotos li a {
	float: left;
	width: 100%;
}
ul.rphotos li a img {
	float: left;
	width: 100%;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.book-image {
	width: 100%;
}

@media screen and (min-width: 600px) {
	.headerImage img.wp-post-image {
		width: 100%;
		height: auto;
	}
	#mc-embedded-subscribe-form {
		float: left;
	}
}
@media screen and (min-width: 768px) {
	#primary {
		width: 100%;
	}
	ul.rphotos li {
		width: 25%;
	}

	.book-image {
		width: 25%;
	}
}
@media screen and (min-width: 960px) {
	.headerImage img.wp-post-image {
		bottom: -100px;
	}
	.bio, .book {
		width: 50%;
		padding: 0 1em 0 0;
		border-bottom: none 0px;
	}
	.nikki {
		width: 200px;
	}
	.book {
		padding: 0 0 0 1em;
	}
	.book img {
		float: right;
		margin: .25em 0 .25em 2em;
	}
	#mc_embed_signup.newsletter {
		width: 100%;
		border-top: solid 1px #ededed;
		padding-top: 1em;
	}
	#mc_embed_signup.newsletter h3, #mc-embedded-subscribe-form {
		float: left;
		width: 50%;
	}
	#mc-embedded-subscribe-form {
		margin: .5em 0 0;
	}
}
@media screen and (min-width: 1200px) {
	.page .site-content article {
		width: 1198px;
	}
	#mc-embedded-subscribe-form {
		margin: 0;
	}
	.headerImage img.wp-post-image {
		bottom: -200px;
	}
}

.bookbio {
	width: 100%;
	clear:both;
}
