@charset "utf-8";
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
/**************
   Layout CSS 
**************/
 [class*='box-'] {
 float: left;
 padding-right: 20px;
}
.layout {
	width: 100%;
	max-width: 1140px;
	min-width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
.layout:after {
	content: "";
	display: table;
	clear: both;
}
.padded {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0;
}
.box-1-1 {
	width: 100%;
}
.box-2-3 {
	width: 66.66%;
}
.box-1-2 {
	width: 50%;
}
.box-1-3 {
	width: 33.33%;
}
@media screen and (max-width: 939px) {
.layout {
	width: 100%;
	min-width: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
 [class*='box-'] {
 width: auto;
 float: none;
 margin-left: 0;
 margin-right: 0;
 margin-top: 10px;
 margin-bottom: 10px;
 padding-left: 0;
 padding-right: 10px;
}
}
/**************
  Archive CSS 
**************/
#archive-newsletters {
	margin-bottom: 25px;
}
.archive-header {
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	background-color: #333333;
	border-radius: 5px;
	font-family: 'Alegreya', serif;
	font-size: 2em;
	color: #FFFFFF;
	letter-spacing: 1.5px;
	text-decoration: none;
}
#archive-newsletters a:link {
	font-family: 'Alegreya', serif;
	font-size: 1.5em;
	color: #333333;
	text-decoration: none;
}
#archive-newsletters a:visited {
	font-family: 'Alegreya', serif;
	font-size: 1.5em;
	color: #333333;
	text-decoration: none;
}
#archive-newsletters a:active {
	font-family: 'Alegreya', serif;
	font-size: 1.5em;
	color: #333333;
	text-decoration: none;
}
#archive-newsletters a:hover {
	font-family: 'Alegreya', serif;
	font-size: 1.5em;
	color: #666666;
	text-decoration: none;
}
#bottom-archive {
	width: 100%;
	padding-bottom: 25px;
	margin: 0;
	background-color: #b89c80;
	background-image: url(img/bg-texture.jpg);
	background-repeat: repeat;
	border-top: 1px solid #333333;
	font-family: 'Alegreya', serif;
	font-size: 1.1em;
	color: #333333;
	text-align: center;
}
#bottom-archive a:link {
	font-family: 'Alegreya', serif;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
}
#bottom-archive a:visited {
	font-family: 'Alegreya', serif;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
}
#bottom-archive a:active {
	font-family: 'Alegreya', serif;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
}
#bottom-archive a:hover {
	font-family: 'Alegreya', serif;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	text-shadow: none;
}
