/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Normalize
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}html,button,input,select,textarea{font-family:sans-serif;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}h2{font-size:1.5em;margin:0.83em 0;}h3{font-size:1.17em;margin:1em 0;}h4{font-size:1em;margin:1.33em 0;}h5{font-size:0.83em;margin:1.67em 0;}h6{font-size:0.75em;margin:2.33em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}blockquote{margin:1em 40px;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}p,pre{margin:1em 0;}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}q{quotes:none;}q:before,q:after{content:'';content:none;}small{font-size:75%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}dl,menu,ol,ul{margin:1em 0;}dd{margin:0 0 0 40px;}menu,ol,ul{padding:0 0 0 40px;}nav ul,nav ol{list-style:none;list-style-image:none;}img{border:0;-ms-interpolation-mode:bicubic;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}



/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Load Fonts
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'French Canon';
	src: url('fonts/FeFCrm2.eot');
	src: local('☺'), url('fonts/FeFCrm2.woff') format('woff'), url('fonts/FeFCrm2.ttf') format('truetype'), url('fonts/FeFCrm2.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'Shelly';
	src: url('fonts/SHAL___.eot');
	src: local('☺'), url('fonts/SHAL___.woff') format('woff'), url('fonts/SHAL___.ttf') format('truetype'), url('fonts/SHAL___.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'Goldsmith';
	src: url('fonts/The Goldsmith_Vintage.eot');
	src: local('☺'), url('fonts/The Goldsmith_Vintage.woff') format('woff'), url('fonts/The Goldsmith_Vintage.ttf') format('truetype'), url('fonts/The Goldsmith_Vintage.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Base styles
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
	background: url('images/background-body.jpg');
	font: 1em/1.2 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 .5em;
	font-weight: 500;
	line-height: 1.1;
	}

h1 { font-size: 2.25em; font-family: Arial; color: #1f3a58; text-align: center;} /* 36px */
h2 { font-size: 1.75em; font-family: Goldsmith; color: #1f3a58;} /* 28px */
h3 { font-size: 1.125em; color: #000;} /* 18px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */

p {
	margin: 0 0 1.5em;
	line-height: 1.5;
	}

blockquote {
	padding: 1em 2em;
	margin: 0 0 2em;
	border-left: 5px solid #eee;
	}

hr {
	height: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px solid #ddd;
	}

table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	}

th, td {
	padding: .5em 1em;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
	}

a:link { color: #fff; }
a:visited { color: #fff; }
a:focus { color: #fff; }
a:hover { color: #ccc; }
a:active { color: #ccc; }

.content a:link { color: #1f3a58;}

/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Layout styles
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.total-wrap {
	max-width: 70em;
	margin: 0 auto;
	margin-top: 2.25em;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
	}
	
.main-wrap {
	background: #fff;
	}

/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Wide styles
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

@media (min-width: 55em)
{
	.main-wrap {
		float: left;
		width: 75%;
		background: #fff;
		-webkit-box-shadow: 9px 0px 16px -9px rgba(0,0,0,0.75);
		-moz-box-shadow: 9px 0px 16px -9px rgba(0,0,0,0.75);
		box-shadow: 9px 0px 16px -9px rgba(0,0,0,0.75);
		z-index: 10;
		position: relative;
		}

	.sidebar {
		float: left;
		width: 25%;
		}
		
}

	.logo {
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		}

/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Header
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.header {
	color: #333;
	background: #555;
	padding: 0px !important;
	text-align: center;
	background: url('images/background-footer.jpg');
	background-size: contain;
	}

.header-heading { margin: 0; }

.header-line {
	color: #ffffff;
	font-size: 1.5em;
	font-family: Arial;
	margin-top: 10px;	
	}

@media all and (max-width : 725px) {
.header-line {
	color: #ffffff;
	font-size: .9em;
	font-family: Arial;
	margin-top: 0;	
	}
}

.header-mid{
	width: 100%;
	padding: 10px 0;
	color: white;
	font-family: sans-serif;
	text-align: center;
	}

.header-left, .header-right {
	margin-top: 90px;
	}

@media (min-width: 55em) {
	.header-wrap {
    width: 100%;
	} 

}


/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.nav-container {
	max-width: 70em;
	margin: 0 auto;
	}

nav {
	margin: 0;
	padding: 0;
	background-color: #254441;
	background: url('images/background-nav.jpg') no-repeat;
	line-height: 32px;
	word-wrap: break-word !important;
	}

.toggle, [id^=drop] {
	display: none;
	}

nav:after {
	content: "";
	display: table;
	clear: both;
	}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	}

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	}

nav a {
	display: block;
	padding: 14px 20px;	
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
	font-family: 'French Canon';
	}

nav ul ul a {
	padding: 5px 16px;	
	font-size: 1em;
	}

nav ul li ul li:hover { background: #495461; }

nav a:hover { 
	background: url('images/nav-bg-hover.jpg'); 
	}

nav ul ul {
	display: none;
	position: absolute; 
	top: 60px;
	background: #495461;
	z-index: 1000;
	}
	
nav ul li:hover > ul {
	display: inherit;
	}
	
nav ul ul li {
	width: 140px;
	float: none;
	display: list-item;
	position: relative;
	}

nav ul ul ul li {
	position: relative;
	top: -60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left: 140px; 
	}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 55em) {

	nav {
		margin: 0;
		}

	.toggle + a,
	.menu {
		display: none;
		}

	.toggle {
		display: block;
		padding: 14px 20px;	
		color: #fff;
		font-family: 'French Canon';
		font-size: 1em;
		text-decoration: none;
		border: none;
		}

	.toggle:hover {
		background-color: #ccc;
		}

	[id^=drop]:checked + ul {
		display: block;
		}

	nav ul li {
		display: block;
		width: 100%;
		background: #ccc;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
		}

	nav ul ul ul a {
		padding: 0 80px;
		}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #fff;
		}
  
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a{
		padding: 14px 20px;	
		color: #fff;
		font-size: 1em; 
		}
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #ccc;
		margin-left: 30px;
		}

	nav ul ul {
		float: none;
		position:static;
		color: #fff;
		/* has to be the same number as the "line-height" of "nav a" */
		}

	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
		}
		
	nav ul ul li {
		display: block;
		width: 100%;
		}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 
		}

}



@media all and (max-width : 1085px) {
	nav a {
	font-size: 1em;	
	padding: 14px 17px;
	}
}

@media all and (max-width : 1025px) {
nav a {
	font-size: .925em;
	}
}

@media all and (max-width : 975px) {
nav a {
	padding: 14px 14px;
	}
}

@media all and (max-width : 925px) {
nav a {
	padding: 14px 12px;	
	}
}


/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Slides
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/



/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Content
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.content {
	overflow: hidden;
	padding-top: 0px !important;
	background: #f0eee8;
	}

.main {
	padding: 20px;
	}


/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Home
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/
.recent-articles img {
	padding-right: 30px;
	}

/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Posts
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.post-decor {
	width: 50%;
    display: block;
    margin: 0 auto;
	margin-bottom: 20px;
	}

.post-img-left {
	margin-right: 1.5em;
	}

.also-like-text { 
	font-size: 2.25em;
	font-family: Goldsmith;
	color: #4c6328;
	text-align: center;
	} /* 36px */

.also-wrap, 
.three-col-wrap {
    font-size: 0; /*fix white space*/
	}
	
.also-wrap > div, 
.three-col-wrap > div {
    font-size: 16px; /*reset font size*/
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
}


@media (max-width: 480px) { /*breakpoint*/
    .also-wrap > div, 
	.three-col-wrap > div {
        display: block;
        width: 100%;
    }
}
/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Sidebar
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/
	
.sidebar {
	background: #eee;
	text-align: center;
	}
	
.sidebar-content {
	padding: 20px;
	}

.sidebar-content a {
	color: #333;
	text-decoration: none;
	}

.sidebar-content input {
	width: 220px;
	height: 42px;
	background: url('images/top-search.gif');
	border: none;
	padding-left: 40px;
	margin: 0;
	box-sizing: border-box;
	}
	
.sidebar-list {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	}

.sidebar-list li {
	text-align: left;
	font-size: 1em;
	padding-bottom: .75em;
	list-style: none;
	}
	
.sidebar-list li a {
	text-decoration: none;
	}
	
.widget-title {
	font-size: 1.755em;
	font-family: Goldsmith;
	color: #6a5a18;
	text-align: center;
	margin-bottom: .4em;
	} /* 22px */

.widget-title:before {
    padding: 0 20px;
    content: " ";
    background: url('images/side-decor-left.png') no-repeat;
}

.widget-title:after {
    padding: 0 20px;
    content: " ";
    background: url('images/side-decor-right.png') no-repeat;
}

.quick-chart {
	font-size: .85em;
	margin-bottom: 2em;
	}

.quick-chart table {
	margin: 0 auto;
	}	
	
.quick-chart th {
	font-size: 1em;
	text-align: center;
	}
		
.quick-sci {
	font-size: .85em;
	}

/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Social
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.social {
	float: left;
	}
	
.social-header {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	}
	
.twitter a {
       display: block;
       background: url(images/twitter-sprite.png) no-repeat;
       height: 46px;
       width: 52px;
}

.twitter a:hover {
       background-position: 0 -47px;
}

.facebook a {
       display: block;
       background: url(images/facebook-sprite.png) no-repeat;
       height: 46px;
       width: 52px;
}

.facebook a:hover {
       background-position: 0 -47px;
}

.instagram a {
       display: block;
       background: url(images/instagram-sprite.png) no-repeat;
       height: 46px;
       width: 52px;
}

.instagram a:hover {
       background-position: 0 -46px;
}



/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.footer {
background: url('images/background-footer.jpg');
	}


.bottom-mid {
	padding: 8% 0;
	}



.bottom-nav-wrap {
	background: url('images/background-footer.jpg');
	background-size: contain;
	background-color: #d4d0bc;
	text-align: center;
	color: #615c43;
	z-index: 1;
	padding: 0 1em;
	}
	
.bottom-nav-wrap ul {
	padding: 0;
	margin: 0;
	}
	
.bottom-nav-wrap li {
	display: inline;
	padding: .75em;
	}

.bottom-nav-wrap a {
	font-size: 1em;
	font-family: Arial;
	text-decoration: none;
	line-height: 1.75em;
	}
	
	
@media all and (max-width : 560px) {


.bottom-nav-wrap li {
	display: block;
	padding: .25em;
	}
	
.bottom-left {
	width: 25%;
	}
	
.bottom-mid {
	width: 50%;
	}
	
.bottom-right {
	width: 25%;
	}	
}
	
.credits {
	text-align: center;
	background: none;
	padding: 2.5em;
	font-size: .75em;
	}
	

/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Tools
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

/*Clear*/
.clear {
	clear: both;
	}

/*Responsive Images*/
.img-responsive, img { max-width: 100%; }

.post-img-right {
	float: right;
	}



