/*
Design by Free Responsive Templates
http://www.free-responsive-templates.com
Released for free under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0)
*/ 
* {
	margin:0;
	padding:0;
}
body {
	font-size:14px;
	background: url(../images/siteBackground.jpg);
	margin: 0;
	padding: 10px 0 0 0;
	color: #452200;	
}
a img { 
	border: none;
}
a:link {
	color: #900000;
	text-decoration: none; 
}
a:visited {
	color: #900000;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #900000;
	text-decoration: none;
}
h1 {
	font-size:30px;
	color:#883b12;
	text-shadow: 0px 0px, 1px 2px #ffffff;
	line-height: 25px;
}
h2 {
	font-size:30px;
	color:#883b12;
	text-shadow: 0px 0px, 1px 2px #ffffff;
}
h4 {
	font-size: 18px;
}
p {
	line-height:140%;
}
.wrapper {
	width:960px;
	margin:0 auto;
}
header {
	float:left;
	width:241px;
}
.logo {
	float: left;
	background: url(../images/logoBackground.png) no-repeat;
	width: 206px;
	height: 205px;
	display: table;
}
.logo .titlename {
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align:middle;
}
.logo .titlename a {
	text-shadow: 0px 0px, 1px 1px #d4ac70;
	font-size:24px;
	color: #FFFFFF;
	text-decoration:none;
	line-height:30px;
}
.bodyContainer {
	float:right;
	width:719px;
}
article {
	width:719px;
	float:left;	
	margin:0 0 25px 0;
	display:block;
}
.lastPost {
	margin:0 0 25px 0;
}
article h1 {
	padding:10px 0;
}
article img {
	border: 1px solid #ac8829;
	padding: 10px;
}
article a:hover h1 {
	color:#452200;
}
article a:hover img {
	background: #e6cb85;
}
.post p {
	padding:10px 0;
}
.post img.image {
	max-width: 697px;
	height: auto;
}
.post img.left {
	float: left;
	margin-right: 20px;
	width: 100%;
	max-width: 300px;
	height: auto;
}
.post img.right {
	float: right;
	margin-left: 20px;
	width: 100%;
	max-width: 300px;
	height: auto;
}
.date span {
	color:#ac8829;
}
.date, .readMore {
	font-weight:bold;
	font-style:italic;
	font-size:12px;
}
footer {
	margin-top:30px;
	border-top: 1px solid #ac8829;
}
footer p {
	text-align:center;
	padding:30px 20px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
.mgt15 {
	margin-top: 15px;
}
.navlist {
	padding: 0 40px 0 0;
	margin: 0;
	text-align:center;
}
.navlist li {
	list-style: none;
	margin: 0;
	padding: 12px 0;
	text-shadow: 0px 0px, 1px 2px #ffffff;
	font-size:16px;
	text-align:left;
	border-bottom: 1px #888888 dashed;
}
.navlist li:first-child {
	border-top: 1px #888888 dashed;
	margin-top:10px;
}
.navlist li a { 
	text-decoration: none;
	color:#ac8829;
}
.navlist li a:hover { 
	text-decoration: none;
	color:#452200;
}
.navlist #active a { 
	text-decoration: none;
	color:#452200;
}
/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/

@media screen and (max-width: 680px) {
	.wrapper {
		width: 95%;
	}
	
	header {
		float: none;
		width: auto;
		text-align:center;
		width:100%;
	}
	.logo {
		float: none;
		background: url(../images/logoBackground.png) no-repeat center top;
		width: 100%;
		height: 205px;
		text-align:center;
	}

	nav {
		float:none;
		padding:5px 0 0 0;
	}
	.navlist {
		padding: 0;
		text-align:center;
	}
	.navlist li {
		display:block;
		padding: 18px 10px;
		font-size:16px;
	}
	.logo {
		float: left;
	}
	.bodyContainer {
		float: none;
		width: auto;
	}
	article {
	    width: auto;
		float: none;	
		margin:0 0 25px 0;
		display:block;
	}
	article img {
		border: 1px solid #ac8829;
		padding: 5px;
	}
	h1 {
		font-size:20px;
	}
	h2 {
		font-size:18px;
	}
	.post img.image {
		width: calc(100% - 12px);
		height: auto;
	}
	.post img.left {
		float: left;
		margin-right: 10px;
		width: 40%;
		height: auto;
	}
	.post img.right {
		float: right;
		margin-left: 10px;
		width: 40%;
		height: auto;
	}
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/