/*
AUTHOR
Design and code by: http://www.free-responsive-templates.com
Free stock photos by: http://free-responsive-templates.com/category/free-stock-photos/
Created: 14 September 2012

LICENSE
Released for free under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0)
http://creativecommons.org/licenses/by/3.0/
License: http://free-responsive-templates.com/license/

SUPPORT
E-mail: free.responsive.templates@gmail.com
Contact: http://free-responsive-templates.com/contact/
*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: 'Stoke', serif;
	font-size:100%;
	background:#d2afab url(../images/siteBackground.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	color: #3a3a3a;
	position:relative;
	text-shadow:0 0px, 1px 1px #ffffff;
}
h1 {
	float:left;
	margin:50px 0;
}
h1 a {
	font-size:1.2em; 
	font-family: 'Alfa Slab One', cursive;
	text-decoration:none;
	color:#dea20c;
	font-weight:normal;
	text-shadow:0 0px, 3px 3px #ffffff;
}
h1 a:hover {
	text-decoration:none;
}
h2 {
	font-size:1.7em;
	font-weight:inherit;
	margin:0 0 10px 0;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#dea20c;
}
.slogan {
	text-transform:uppercase;
	font-size:0.6em;
}
a img { 
	border: none;
}
a {
	color: #dea20c;
	text-decoration: none; 
}
a:hover { 
	color: #aa7900;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;	
}
p {
	line-height:140%;
}
.wrapper, .authorBox, nav { 
	width:75%;
	margin:0 auto;
}
header {
	background:url(../images/footerBackground.jpg) repeat;
	padding:20px 0;
}
.logo {
	float:left;
}
.contentBody .post {
	padding:5%;
}
.sidebar h2 {
	padding:10% 5% 0 5%;
}
.sidebar ul {
	padding:0 5%;
}
.contentBody .post img, .author img {
	box-shadow: 0 0px 6px rgba(76, 21, 20, 0.8);
}
.contentBody {
	width:65%;
	float:left;
	background:#f1eae8;
	border-radius:20px;
	top:100px;
	box-shadow: 0 0px 6px rgba(76, 21, 20, 0.8);
}
.sidebar {
	width:30%;
	float:right;
	background:#f1eae8;
	border-radius:20px;
	box-shadow: 0 0px 6px rgba(76, 21, 20, 0.8);
}
.sidebar ul{
	padding:0% 5% 5% 5%;
}
.sidebar li {
	display:block;
	list-style:0;
	width:100%;
}
.sidebar li a {
	display:block;
	padding:10px 10px 10px 20px;
	background:url(../images/p.png) no-repeat 5px 15px;
	text-decoration:none;
	font-style:italic;
	color:#3a3a3a;
}
.sidebar li a:hover {
	background:#4f1817;
	color:#dea20c;
	text-shadow:0 0px, 1px 1px #000000;
}
.author {
	background:url(../images/authorBackground.jpg) repeat;
	padding:3%;
}
.authorPic {
	width:20%;
	float:left;
}
.authorDescription {
	width:77%;
	float:right;
}
.button {
	padding:20px 0 0 0;
}
.button a {
	color:#dea20c;
}
footer {
	background:url(../images/footerBackground.jpg) repeat;
	margin-top:30px;
	color:#f1eae8;
	text-shadow:0 0px, 1px 1px #000000;
}
footer p {
	font-size:0.8571428571428571em; /* 12px/14px */
}
footer a {
	text-decoration:underline;
}
footer a:hover {
	text-decoration:none;
}
footer .copyright {
	padding:20px 5px;
	border-top:1px solid #a16e67;
	text-align:center;
}
.clearfloat { 
	clear:both;
	height:0;
	line-height: 0px;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
nav {
}
nav li {
	list-style:none;
	display:inline;
}
nav li a {
	font-family: 'Quattrocento Sans', sans-serif;
	text-shadow: none;
	text-decoration: none;
	padding:4px 10px;
	font-weight:bold;
	color:#f1eae8;
}
nav li a:hover {
	color:#dea20c;
	text-decoration:none;
}
nav .active a {
	color:#dea20c;
}
nav select {
      display: none;
    }
select {
	width:200px;
}
/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 960px or less */
@media screen and (max-width: 980px) {
	.wrapper {
		width:75%; 
		margin:0 auto;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	.contentBody, .sidebar {
		float:none;
		width:auto;
	}
	.sidebar {
		margin:30px 0 0 0;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	nav ul { display: none; }
	nav select { display: inline-block; }
	h1 {font-size:1.6em;}
	.authorPic, .authorDescription {
		float:none;
		width:auto;
	}
	.authorDescription {margin-top:20px;}
}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/