/*   
Theme Name: Merz Theme
Theme URI: 
Description: 
Author: 
Author URI: 
Version: 1.0
Tags:
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 
.
*/


h1, h2, h3, h4, h5, h6, p, span, div, ul, li, ol, a, img, hr, section, article, header, footer {

  margin:0px;
  padding:0px;
  border:0px;
  position:relative;
  text-decoration:none;
  font-weight: normal;
  
}

ul, ol { list-style:none; }

p { 

	text-align: justify; 
	-webkit-hyphens: auto;
 	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
		
}

section, article, header, footer, div { display:block; }

a:active { top:1px; }

body {

	margin: 0px;
	padding: 0px;
	
	background: #e6e6e6;
	border-top: 14px solid #94c22f;
	
	font: 16px/24px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	-webkit-font-smoothing: antialiased;
	color: #605f5f;
	text-shadow: 0px 1px 0px white;
		
	}
	
#wrapper {

	width: 1044px;
	margin: 70px auto 0px auto;

	}

#wrapper:after {

	content: '';
	display: block;
	clear: both;

}
	
header {

	width: 100%;
	height: 126px;
	line-height: 126px;
	margin-bottom: 40px;

	}
	
#logo {

	float: left;
	margin-right: 50px;
	height: 126px;

	}
	
#logo img { border: 0px; }

header nav ul{

	float: left;

	}
	
header nav li {

	float: left;
	margin: 0px 7px;
		
	}
	
header nav li a {

	padding: 10px 17px;
	font-weight: bold;
	font-size: 16px;
	color: #3c3c3c;
	border: 1px solid transparent;
	border-radius: 800px;
		
	}
	
header nav .current_page_item a, header nav li a:hover {

	background: #a9dc37; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZGMzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4M2FiMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -ms-linear-gradient(top, #a9dc37 0%,#83ab2c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a9dc37 0%,#83ab2c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9dc37', endColorstr='#83ab2c',GradientType=0 ); /* IE6-8 */
	
	color: white;
	text-shadow: 0px -1px 0px #709124;
	border: 1px solid #6f8e29;
	border-top-color: #80a52f;
	border-bottom-color: #4d6519;

	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.12), inset 0px 1px 0px #c5e849;
	-moz-box-shadow:    0px 2px 1px rgba(0, 0, 0, 0.12), inset 0px 1px 0px #c5e849;
	box-shadow:         0px 2px 1px rgba(0, 0, 0, 0.12), inset 0px 1px 0px #c5e849;


	}
	
	
#content {

	width: 760px;
	float: left;

	}
	
.the-content a { color: #7fa52b; }	
.the-content a:hover { text-decoration: underline; }
	
article { 

	min-height: 600px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D2CFCF;

	 }	
	 
#content article:last-child, #content article:last-of-type {

	border-bottom: 0px;
	margin-bottom: 0px;

	}
	
h1, h1 a {

	font: 22px/32px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	color: #3e3e3e;
	margin-bottom: 30px;
	

	}
	
h3 {

	font: 18px/24px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: bold;
	color: #3e3e3e;
	margin-bottom: 20px;
	

	}
	
p {

	margin-bottom: 24px;

	}
.the-content ul {
	
	list-style-position:outside;
	line-height: 30px;
	color: #605f5f;
	margin-bottom: 35px;
	margin-left: 38px;

	}
	
.post-img {

	float: right;
	border: 8px solid white;

	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.26);	
	
	margin: 0px 0px 35px 35px;
	
	}
	
#right-panel {

	margin-top: 60px;
	width: 230px;
	float: right;

	}
	
#right-panel .item { margin-bottom: 35px; }

#right-panel .item:last-child { margin-bottom: 0px; }
	
#right-panel li nav li a{

	color: #3c3c3c;	
	display: block;
	font: 18px/54px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	line-height: 54px;
	font-weight: 300;
	background: white;
	margin-bottom: 4px;
	border-left: 3px solid #b9d776;
	padding-left: 23px;

	}
	
#right-panel li nav li a:hover, #right-panel li nav .current_page_item a, #right-panel li nav .current-menu-item a { opacity: 0.6; }

#news {

	background: white;
	padding: 25px;
	border: 1px solid #c9c5c5;
	border-top-color: #c7c2c2;
	border-bottom-color: #d2cfcf;
	-webkit-box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px 3px 2px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px 3px 2px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	line-height: 28px;
	color: #8d8a88;

	}
	
#news p { margin-bottom: 0px; }
	
#news h3 {

	font-size: 24px;
	line-height: 24px;
	color: #3e3e3e;
	font-weight: bold;
	margin-bottom: 25px;

	}
	
.news-date { color: #7fa52b; }

.read-more {

	margin-top: 10px;
	color: #3e3e3e;

	}
	
footer {

	background-color: #3e3e3e;
	background: url(img/footer.jpg) repeat;
	width: 100%;
	clear:both
	margin-top: 70px;
	height: 260px;
	overflow: hidden;
	-webkit-box-shadow: inset 0px 5px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 5px 4px rgba(0,0,0,0.15);
	box-shadow: inset 0px 5px 4px rgba(0,0,0,0.15);
			
	}
	
#footer-wrap {

	position: relative;
	width: 1044px;
	margin: 0px auto;
	color: white;
	text-shadow: 1px 1px 0px #292a2a;
	font-size: 14px;
	line-height: 26px;
	padding: 50px 0px;

	}
	
footer .item {
	
	float: left;

	margin-right: 100px;

	}
	
footer .item:last-child { margin-right: 0px; }
	
footer .item a { color: #c8c6c6 ;}
footer .item a:hover { opacity: 0.6; }
	
.phone { color: #9fcd3a; }

#contact-form { 

	width: 50%;

	}
	
#contact-form p { margin-bottom: 10px; }
	
input[type=text] {

	border: 1px solid #C9C5C5;
	background: white;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 10px;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);

	}
	
input[type=submit] {

	-webkit-font-smoothing: antialiased;
	background: #a9dc37; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZGMzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4M2FiMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -ms-linear-gradient(top, #a9dc37 0%,#83ab2c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a9dc37 0%,#83ab2c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9dc37', endColorstr='#83ab2c',GradientType=0 ); /* IE6-8 */
	
	color: white;
	text-shadow: 0px -1px 0px #709124;
	border: 1px solid #6f8e29;
	border-top-color: #80a52f;
	border-bottom-color: #4d6519;
	padding: 10px 10px;
	width: 100%;
	font: 18px/26px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: bold;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.12), inset 0px 1px 0px #c5e849;
	-moz-box-shadow:    0px 2px 1px rgba(0, 0, 0, 0.12), inset 0px 1px 0px #c5e849;
	box-shadow:         0px 2px 1px rgba(0, 0, 0, 0.12), inset 0px 1px 0px #c5e849;

	}
	
textarea {

	border: 1px solid #C9C5C5;
	background: white;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 10px;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);

	}

.alignleft {

	float: left;
	margin-right: 25px;
	margin-bottom: 25px;

	}
	
	
.alignright {

	float: right;
	margin-left: 25px;
	margin-bottom: 25px;

	}
	
.clear { clear: both; }

.linkliste {

	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;

	}
	
.linkliste tr td { padding-right: 20px; }
	
.linkliste ul { 
	
	margin-left: 0px;
	list-style: disc;
	list-style-position: inside;

	}
	
.linkliste li {
	
	padding: 10px;
	border-bottom: 1px solid #C9C5C5;

	}
	
.linkliste ul li:last-child { border-bottom: 0px; }
	
.linkliste a { color:  #678f0d; }

*[class*=wp-image] { 

	border: 5px solid white; 
	-webkit-box-shadow: 0px 0px 0px 1px #c9c5c5;
	-moz-box-shadow: 0px 0px 0px 1px #c9c5c5;
	box-shadow: 0px 0px 0px 1px #c9c5c5;
	margin-bottom: 10px;
}