/* FONTS */
@font-face {
	font-family: 'clear_sansregular';
	src: url('../fonts/clearsans-regular-webfont.woff2') format('woff2'),
		url('../fonts/clearsans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'clear_sansbold';
	src: url('../fonts/clearsans-bold-webfont.woff2') format('woff2'),
		url('../fonts/clearsans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'clear_sansitalic';
	src: url('../fonts/clearsans-italic-webfont.woff2') format('woff2'),
		url('../fonts/clearsans-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'clear_sansbold_italic';
	src: url('../fonts/clearsans-bolditalic-webfont.woff2') format('woff2'),
		url('../fonts/clearsans-bolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	margin:0 !important;
	padding:0 !important;
}
body {
	height:100%;
	min-height: 100%;
	margin:0 !important;
	padding:0 !important;
	background: #fff;
	color: #000;
	font-family: clear_sansregular, arial, helvetica, sans-serif;
	font-size: 1em;
	/*font-weight: 300;*/
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #000;
	border-bottom: 1px dotted #777;
	text-decoration: none;
}
	a:hover {
		color: #656565;
		border-bottom: none;
		text-decoration: none;
	}

h1, h2, h3, h4, h5 {
	font-family: clear_sansbold, Arial, helvetica, sans-serif;
	/*font-family: source_sans_probold, Arial, helvetica, sans-serif;*/
	font-weight: normal;
}

#container {
	width: 100%;
	float: left;
	clear: left;
	overflow: hidden;
}

#wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

/* header */
#header {
	width: 100%;
	margin: 0;
	float: left;
	clear: left;
	position: relative;
}
#headerin {
	width: 100%;
	float: left;
	clear: left;
	background:#f6f6f6;
	/*padding-top: 20px;*/
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}
#headerline {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}
#logo {	
	width: 30%;
	float: left;
	margin-top: 0;
}
#logo a img {
	float: left;
	margin-bottom: 5px;
}
#logo a {
	color: #000;
	text-decoration: none;
}
h1.site-title {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0;
	margin-bottom: 5px;
	float: left;
	letter-spacing: 2px;
	font-weight: 600;
	clear: left;
}

h1.page-title, 
h1.entry-title {
	font-family: clear_sansbold, Arial, helvetica, sans-serif;
	/*font-family: source_sans_probold, Arial, helvetica, sans-serif;*/
	font-size: 1.5em;	
	color: #000;
	margin-bottom: 0;
	line-height: 1.35;
	text-align: left;
	text-transform: none;
}
h1.site-title {
	color: #000;
	/*margin-top: 5px;*/
}

.home #headerin,
#headerin {
	width: 100%;
	float: left;
	clear: left;
	/*background: Gainsboro;*/
	/*background: #bcd;*/
	/*background: #d0a565;*/
	/*background: #c9cf13;*/
	background: #f5e8aa;
	background: #eee8aa;
	padding: 13px 0 8px 0;
	position: relative;
	z-index: 2;
}

/*** content ***/
#contentwrapper {
	width: 100%;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 20px;
	/*position: relative;*/
	/*opacity: 0;*/
}


#footer {
	width: 100%;
	float: left;
	clear: left;
}
#copyinfo {
	width: 90%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	background: #f6f6f6;
	text-align: center;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 100%;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
}
#copyinfo a {
	color: #666;
	text-decoration: none;
}
#copyinfo a:hover {
	text-decoration: underline;
}

/*** footer ***/
#copyinfo {
	width: 94%;
	float: left;
	padding: 0 3%;
	/*background: slategrey;*/
	/*background: #dcb;*/  /* make font #000 */
	/*background: #c6d065;*/  /* make font #000 */
	/*background:  #cf7713;*/
	background: #aad2ee;  /* make font #000 */
	text-align: center;
	font-size: .875em;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.25;
	/*font-weight: 400;*/
	color: #000;
	text-transform: none;
}
#copyinfo a {
	color: #000;
	border: none;
	text-decoration: none;
}
	#copyinfo a:hover {
		color: #656565;
		text-decoration: none;
	}
#copyinfo .foot_secondary {
	font-size: 75%;
	margin: 10px 0 0 0;
}
	#copyinfo .foot_secondary a {
		color: rgba(0,0,0,.5);
	}

