@import url(http://fonts.googleapis.com/css?family=Amaranth:400,700);

@font-face {
    font-family: 'alte_haas_groteskregular';
    src: url('AlteHaasGroteskRegular-webfont.eot');
    src: url('AlteHaasGroteskRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('AlteHaasGroteskRegular-webfont.woff2') format('woff2'),
         url('AlteHaasGroteskRegular-webfont.woff') format('woff'),
         url('AlteHaasGroteskRegular-webfont.ttf') format('truetype'),
         url('AlteHaasGroteskRegular-webfont.svg#alte_haas_groteskregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alte_haas_groteskbold';
    src: url('AlteHaasGroteskBold-webfont.eot');
    src: url('AlteHaasGroteskBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('AlteHaasGroteskBold-webfont.woff2') format('woff2'),
         url('AlteHaasGroteskBold-webfont.woff') format('woff'),
         url('AlteHaasGroteskBold-webfont.ttf') format('truetype'),
         url('AlteHaasGroteskBold-webfont.svg#alte_haas_groteskbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: 'Amaranth', sans-serif;
	font-weight: lighter;
	color: #575756;
}

a {
	color: #92c04f;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #92c04f; 
}

a:hover {
	background: #92c04f;
	color: white;
	text-decoration: none;
}

em.green, strong.green, span.green {
	display: inline;
	color: #92c04f;
}

.mobile.table {
	display: none;
}

span.small {
	font-variant: small-caps;
}

h1 {
	color: #0D0D0D;
	margin-top: 30px;
}

h2 {
	color: #92c04f;
	margin-top: 35px;
}

h3 {
	color: #0D0D0D;
	margin-top: 25px;
}

.slicknav_menu {
	display:none;
}


footer a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

footer a:hover {
	background: white;
	color: #92c04f;
	text-decoration: none;
	border-bottom: none;
}

footer a.designed {
	font-size: 11px;
	position: absolute;
	right: 10px;
	border: none;
	color: #575756;
	display: inline-block;
}

.clear {
	clear: both;
}

img.align_left {
	float: left;
	margin: 0 15px 15px 0;
}

img.align_right {
	float: right;
	margin: 0 0 15px 15px;
}

p{
	line-height: 30px;
	margin-bottom: 10px;
}

header {
	background: #7db824 url('../img/amonback.jpg') no-repeat center center;
	background-size: 100%;
	height: 94px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 20;
}

header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 15%;
	font-size: 46px;
	padding: 34px 0 0 0;
	height: 60px;
	line-height: 32px;
	color: black;
	font-family: 'alte_haas_groteskbold';
}

header h1 span {
	display: block;
	font-size: 15px;
	line-height: 0px;
	margin: 0 0 3px 2px;
}

header h2 {
	position: absolute;
width: 146px;
height: 146px;
line-height: 0;
text-indent: -5000px;
background: url('../img/logo.png') no-repeat center center;
left: 15%;
padding: 0;
margin: 0 0 0 -160px;
}

nav {
	position: fixed;
	top: 94px;
	height: 53px;
	width: 100%;
	background: url('../img/repeat-nav.jpg') center center;
	z-index: 10;
	min-width: 1000px;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul { 
	list-style: none;
	position: relative;
	display: inline-table;
	z-index: 40;
	left: 15%;
	margin: 0;
	padding: 0;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
		position: relative;
	}
		nav ul li:hover {
			background: #92c04f;
		}
			nav ul li:hover a {
				color: #fff;
			}
		
		nav ul li a {
			display: block; line-height: 53px;
			padding: 0 20px;
			font-size: 18px;
			color: #ffffff; text-decoration: none;
			border: none;
		}
			
		
	nav ul ul {
		background: #92c04f; border-radius: 0px; padding: 0;
		position: absolute; top: 100%; left: 0;
		width: 240px;
	}
		nav ul ul li {
			float: none; 
			position: relative;
			padding: 0 15px;
		}
			nav ul ul li a {
				line-height: 30px;
				padding: 10px 5px;
				color: #fff;
				font-size: 17px;
				border-bottom: 1px solid white;
			}	
			nav ul ul li:last-child a {
				border-bottom: none;
			}
				nav ul ul li:hover {
					background: transparent;
				}
				nav ul ul li a:hover {
					font-weight: bold;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
		
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -135px;
}
footer{
	height: 135px;
} 

.push {
	height: 165px;
}

.container {
	padding-top: 180px;
	width: 70%;
	margin: 0 auto;
	z-index: 1;
}

.containerHome {
	padding-top: 155px;
}

body.home {
	background: url('../img/bg-home.png') repeat-y 60%;
}

.left {
	width: 60%;
	float: left;
	z-index: 1;
}

.sidebar {
	width: 40%;
	float: left;
	z-index: 1;
}
.sticky-wrapper {
	padding-left: 80px;
}

.inside {
  display: block;
}

.sticky-wrapper h1 {
	font-size: 27px;
}

ul.blog {
	margin: 0;
	padding: 0;
}

ul.blog li.blogPost {
	margin: 20px 0 60px 0;
	padding: 0;
	list-style: none;
}

.date {
	float: left;
	width: 50px;
	text-align: right;
	font-family: 'alte_haas_groteskregular';
}

.date span {
	display: block;
}

.date .day {
	color: #92c04f;
	font-size: 30px;
	line-height: 27px;
}

.date .month, .date .year {
	font-size: 13px;
}

.post {
	float: left;
	width: 455px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px dotted #92c04f;
}

.post a.heading, .post a.heading:hover {
	color: #92c04f;
	font-size: 23px;
	text-decoration: none;
	border: none !important;
	background: transparent;
	line-height: 28px;
}

.renderPager {
	text-align: center;
}

.MarkupPagerNav {
        clear: both;
        margin: 1em 0; 
        display: inline-block;
        padding: 0;
}
.MarkupPagerNav li {
	display: inline;
	list-style: none;
	margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 2px 9px;
	border: none;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavOn a:hover, .MarkupPagerNav li.MarkupPagerNavOn a {
	background: transparent;
	color: #575756;
	cursor: default;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #777;
	background: #d2e4ea;
	padding-left: 3px;
	padding-right: 3px;
}

footer {
	background: #92c04f;
	overflow: hidden;
}

footer p {
	margin: 0 0 3px 0;
}

footer .container {
	padding: 0;
}

footer .container .column {
	width: 30%;
	padding: 0 2%;
	margin: 20px 0 0;
	float: left;
	border-right: 1px solid white;
}

footer .container .column.first {
	padding: 0 2% 0 0;
}

footer .container .column.last {
	padding: 0 0 0 2%;
	border-right: none;
}

/*
.mobile.table {
	display: none;
}
*/

/*
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2),
  (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
*/
@media screen and (max-width: 500px), (max-device-width: 1000px) and (orientation : landscape) {
	table {
		width: 100% !important;
	}
	.content table tr {
		display: none;
	}

	.content .tr {
		margin-bottom: 30px;
		padding-bottom: 10px;
		border-bottom: 1px solid #dcdcdc;
	}

	.slicknav_menu {
		display:block;
	}
	
	.container {
		width: 90%;
		padding-top: 30px;
		overflow: hidden;
	}
	header {
		position: relative;
	}
	header h1 {
		left: 35%;
		padding: 30px 0 0 0;
	}
	header h2 {
		height: 80px;
		width: 80px;
		background-size: 80px;
		margin: 0;
		top: 6px;
		left: 5%;
	}
	nav#desktop {
		display: none;
	}
	h1 {
		margin-top: 0;
	}
	footer {
		overflow: auto;
		height: auto;
	}
	footer .container .column {
		width: 98%;
		padding: 0 1%;
		margin: 20px 0 0;
		float: none;
		border-top: 1px solid white;
		border-right: none;
		border-top: none;
		border-right: none;
	}
	footer .container .column.leeg {
		display: none;
	}
	footer .container .column.first {
		border-top: none;
		border-right: none;
	}
	.left, .sidebar {
		width: 100%;
	} 
	.sidebar {
		background: #dbe8be;
	}
	body.home {
		background: transparent;
	}
	.sticky-wrapper {
		padding: 10px;
	}
	.inside {
		position: static !important;
	}
	.inside .push {
		display: none;
	}
	.blogPost .date {
		display: none;
	}
	
	.blogPost .post {
		margin: 0;
		padding: 0 0 40px 0;
		border: none;
		border-bottom: 1px dotted #92c04f;
		width: 100%;
	}
	.mobile.table {
		display: block;
	}
}
	