/*
 Theme Name:   Heisler
 Theme URI:    http://example.com/twenty-thirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       Nicole Arnold
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	margin: 0px;
	background-color: #1F3520;
}
.site {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.site-header .home-link {
	min-height: 94px;
}
.site-title {
	padding: 0;
	text-indent: -9999px;
	font-size: 18px;
}
.site-description {
	text-indent: -9999px;
}
#menu-main-navigation, footer#colophon {
	border-top: 2px solid #4d514d;
	border-bottom: 2px solid #4d514d;
	background: #819380; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxOTM4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzIxMzgyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzIxMzgyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzIxMzgyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MTkzODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #819380 0%, #213821 19%, #213821 79%, #213821 79%, #819380 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#819380), color-stop(19%,#213821), color-stop(79%,#213821), color-stop(79%,#213821), color-stop(100%,#819380)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #819380 0%,#213821 19%,#213821 79%,#213821 79%,#819380 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #819380 0%,#213821 19%,#213821 79%,#213821 79%,#819380 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #819380 0%,#213821 19%,#213821 79%,#213821 79%,#819380 100%); /* IE10+ */
	background: linear-gradient(to right,  #819380 0%,#213821 19%,#213821 79%,#213821 79%,#819380 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#819380', endColorstr='#819380',GradientType=1 ); /* IE6-8 */
}
#menu-main-navigation.nav-menu li a,
.site-footer .widget .widget-title,
.site-footer .widget .widget-title a
{
	font-family: 'Cinzel', serif;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.75 );
	text-decoration: none;
}
.tinytext {
	font-size: 10px;
}
.entry-content a,
.comment-content a,
.site-footer .widget a,
.entry-meta a
{
	color: #344834;
	text-decoration: underline;
}
.entry-title {
	font-family: 'Cinzel', serif;
}
.site-footer .sidebar-container {
	background-color: #bababa;
}
.site-footer .sidebar-container .widget {
	width: 299px;
	margin-right: 0;
}
footer .site-info p {
	font-size: 12px;
	color: #ffffff;
}
#ddform input {
	display: block;
	margin-bottom: 20px;
}
#ddform label {
	display: block;
}
/*
 We need this breakpoint to handle anything
 necessary once we've narrowed to our fixed
 width
*/
@media (max-width: 899px) {
	.site {
		width: auto;
	}
}
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 80px;
	}
}

/*
 This is where the nav menu changes
 so let's change the header img size
*/
@media (max-width: 643px) {
	.nav-menu li a {
		border-bottom: 1px solid #888888;
	}
	.nav-menu li:last-child a {
		border-bottom: none;
	}
	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover
	{
		background-color: #000000;
	}
}
/*
 This is where the header width changes
 so let's change the header height
*/
@media (max-width: 470px) {
	.site-header .home-link {
		min-height: 49px;
	}
}
@media (max-width: 359px) {
}