/*
Company:	Dadant & Sons
File:		style.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #3a010d;
	font-family: 'Brawler', Georgia, serif;
	position: relative;
}
/* @end */

/* @group Layout */
div#hd {
	border-bottom: 22px solid #3a010d;
	height: auto;
	/*max-width: 1322px;*/
	width: 100%;
	z-index: 9;
}
div.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	position:relative;
}
div#bd {
	background: url(../images/bg_bd.jpg) repeat top center;
	/*max-width: 1322px;*/
	width: 100%;
}
div#bd div.wrap {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
div#ft {
	width: 100%;
}
div#ft div.wrap {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	text-align: center;
}
div#ft p {
	color: #fff;
	font-size: 12px;
}
div#ft a:link, div#ft a:visited {
	color: #fbedb7;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	background: url(../images/logo.png) no-repeat;
	height: 118px;
	position: relative;
	top: -45px;
	left: 0;
	text-indent: -9999px;
	width: 338px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Phone */
div#phone {
	margin: 18px 25px 0 0;
}
div#phone p {
	color: #fffdf6;
	font-size: 16px;
	text-shadow: 1px 1px 2px #000;
}
div#phone p span {
	font-size: 22px;
}
div#phone p a {
	color:#fff;
	text-decoration:none;
	text-shadow: none;
	font-weight:300;
}
div#phone p a:hover {
	color:#E8CE87;
	text-decoration:none;
	text-shadow: none;
	font-weight:300;
}

/* Apivar */
div#apivar {
	margin: 7px 0 0 613px;
}
div#apivar p {
	color: #fffdf6;
	font-size: 16px;
}
div#apivar p a{
	color: #fffdf6;
	font-size: 16px;
	text-shadow: 1px 1px 2px #000;
	background:url(../images/Logo-Apivar.png) no-repeat right top;
	height:45px;
	line-height:55px;
	padding:0 110px 0 0;
	text-decoration:none;
	display:block;
	font-weight:normal;
}


/* Search */
div#search {
	position: relative;
	top: 15px;
	right: 0;
}
div#search input.txt {
	background-color: #fefefe;
	border: 1px solid #464646;
	font-size: 85%;
	height: 24px;
	padding: 0 4px;
	vertical-align: middle;
	width: 166px;
}
div#search input.btn {
	vertical-align: middle;
}

/* Action Slider */
div#action_slide_wrap {
	overflow: hidden;
	position: absolute;
	top: 100px;
	left: 0;
	/*max-width: 1322px;*/
	width: 100%;
}
div#action_slider {
	height: 443px;
	margin: 0 auto;
	width: 1322px;
}
div.slide {
	height: 443px;
	width: 1322px;
}
div.slide img {
	display: block;
}

/*--- Fix for fading PNGs in IE with jQuery Cycle ---*/
div.slide img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    /* IE6 & 7 */
 zoom: 1;
}

/* Action Buttons */
div#action_buttons {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
	text-align: center;
}
div#action_buttons img {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
  	box-shadow: 0px 0px 10px #000;
}
div#action_buttons a {
	display: inline-block;
	margin: 0 15px;
}
div#action_buttons a:first-child { margin-left: 0 !important; }

/* Content Wrap */
div#content_wrap {
	background-color: #fff;
	margin: 16px auto 20px;
	padding: 40px 30px 20px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
  	box-shadow: 0px 0px 10px #000;
}

/* Copy */
div#copy {
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	float: left;
	width: 73%;
}

div#copy.no-sidebar{
	width: 100%;
}

/* Content Footer */
div#content_footer {
	margin-top: 20px;
}

/* Footer Nav */
div#footer_nav {
	display: inline;
	float: left;
	padding-top: 15px;
}
div#footer_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#footer_nav ul li {
	background: url(../images/ft_nav_divider.gif) no-repeat left center;
	display: inline-block;
	/*float: left;*/
	padding: 0 5px 0 8px;
}
div#footer_nav ul li:first-child {
	background: none;
	padding-left: 0;
}
div#footer_nav ul li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}
div#footer_nav ul li a:link, div#footer_nav ul li a:visited {
	text-decoration: none;
}
div#footer_nav ul li a:hover {
	
}

/* Social Nav */
div#social_nav {
	display: inline;
	float: right;
}
div#social_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#social_nav ul li {
	display: inline-block;
	/*float: left;*/
	margin-left: 10px;
}
div#social_nav ul li a:hover {
	opacity: 0.8;
}

/* Imap (Contact Page */
div.imap {
	background: url(../images/bg_imap.jpg) no-repeat;
	height: 584px;
	margin: 12px auto;
	position: relative;
	width: 876px;
}
div.imap a {
	display: block;
	position: absolute;
	text-decoration: none;
}
div.imap a em {
	visibility: hidden;
}

div.imap a#chico  { top: 194px; left: 6px; height: 47px; width: 89px; }
div.imap a#fresno { top: 282px; left: 23px; height: 47px; width: 95px; }
div.imap a#watertown { top: 155px; left: 482px; height: 47px; width: 130px; }
div.imap a#sioux { top:201px; left: 395px; height: 47px; width: 118px; }
div.imap a#albion { top: 202px; left: 569px; height: 47px; width: 100px; }
div.imap a#hamilton { top: 245px; left: 477px; height: 47px; width: 103px; }
div.imap a#frankfort { top: 284px; left: 568px; height: 47px; width: 100px; }
div.imap a#chatham { top: 262px; left: 667px; height: 47px; width: 109px; }
div.imap a#waverly { top: 174px; left: 688px; height: 47px; width: 100px; }
div.imap a#paris { top: 404px; left: 418px; height: 47px; width: 78px; }
div.imap a#high-springs { top: 453px; left: 623px; height: 47px; width: 143px; }

div.post div#chico-content,
div.post div#fresno-content,
div.post div#watertown-content,
div.post div#sioux-content,
div.post div#albion-content,
div.post div#hamilton-content,
div.post div#frankfort-content,
div.post div#chatham-content,
div.post div#waverly-content,
div.post div#paris-content,
div.post div#high-springs-content { display: none; }

div#chico-content,
div#fresno-content,
div#watertown-content,
div#sioux-content,
div#albion-content,
div#hamilton-content,
div#frankfort-content,
div#chatham-content,
div#waverly-content,
div#paris-content,
div#high-springs-content {
	overflow: auto;
	padding-top: 240px;
	width: 500px;
}

div#chico-content { background: url(../images/map_pictures/chico.jpg) no-repeat; }
div#fresno-content { background: url(../images/map_pictures/fresno.jpg) no-repeat; }
div#watertown-content { background: url(../images/map_pictures/watertown.jpg) no-repeat; }
div#sioux-content { background: url(../images/map_pictures/sioux-city.jpg) no-repeat; }
div#albion-content { background: url(../images/map_pictures/albion.jpg) no-repeat; }
div#hamilton-content { background: url(../images/map_pictures/hamilton.jpg) no-repeat; }
div#frankfort-content { background: url(../images/map_pictures/frankfort.jpg) no-repeat; }
div#chatham-content { background: url(../images/map_pictures/chatham.jpg) no-repeat; }
div#waverly-content { background: url(../images/map_pictures/waverly.jpg) no-repeat; }
div#paris-content { background: url(../images/map_pictures/paris.jpg) no-repeat; }
div#high-springs-content { background: url(../images/map_pictures/high-springs.jpg) no-repeat; }

/* @end */

/* @group Common Text Styles */
p {
	color: #6f454e;
	font-size: 14px;
	line-height: 1.8em;
}
p span { margin: 0 5px; }

p.date {
	font-weight: 700;
	font-size: 13px;
}	
/* @end */

/* @group Default Headings */
h1, h2, h3 {
	color: #6f454e;
	font-family: 'Brawler', Georgia, serif;
	font-weight: bold;
}

h1 {
	background: url(../images/img_bee.jpg) no-repeat left top;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 5px;
	padding:10px 0 10px 50px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4, h5 {
	color: #6f454e;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
}
h4 {
	font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a { font-weight:normal; }

input.search-btn{
	padding:3px 10px 4px;
	background:#E8CE87;
	color:#3A010D;
	border:0;
	cursor:pointer;
}
input.search-btn:hover{
	background:#D3A909;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */

.menu-toggle{
	display:none;
}
div#nav {
	background-color: #3a010d;
	height: 60px;
	/*max-width: 1322px;*/
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	z-index: 11;
}

div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#nav ul li {
	display: inline;
	float: left;
	margin-left: 30px;
}
div#nav ul li a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 42px;
	text-transform: uppercase;
	-webkit-transition: color 0.2s ease-in-out 0s;
	-moz-transition: color 0.2s ease-in-out 0s;
	transition: color 0.2s ease-in-out 0s;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover,
div#nav ul li.current-menu-item a {
	color: #e1cea0;
}
/* @end */

/* @group WordPress Styles */
.alignleft { margin:5px 15px 10px 0; }
.alignright { margin:5px 0 10px 15px; }
.wp-caption { padding:4px 0; border:1px solid #ccc; }
.wp-caption-text { font-size:11px; }
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #6f454e;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
div.hr {
	border-top:1px dashed #ccc;
	height:1px;
	margin:2.5em 0;
}
div.hr hr { display:none; }
.left {
	display: inline;
	float: left;
}
.right {
	display: inline;
	float: right;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after
, div.wrap:after
, .navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* top banners
------------------------------*/
.top-banners{
	height:115px;
	margin: 0 0 20px 175px;
	width:970px;
}
.top-banners .left {
	float:left;
	width:467px;
	height:115px;
}

.top-banners .right {
	float:right;
	width:467px;
	height:115px;
}

.top-banners .left a{
	width:467px;
	height:115px;
	display:block;
	background:url(../images/celebration-150-contest.png) repeat top left;
}

.top-banners .right a{
	width:467px;
	height:115px;
	display:block;
		background:url(../images/celebration-150.png) repeat top left;

}

/*---------------------------
right category menu ---------------------------*/
.category-menu{
	float:right;
	width: 25%;
	padding:0 0 10px 2%;
	background:#FFFFFF;
}
.category-menu .cmenu-title{
	color:#fff;
	text-align:center;
	padding:10px 0;
	font-size:18px;
	background:#3A010D;
	font-family: 'Brawler',Georgia,serif;
	border-bottom:1px solid #ffffff;
}
.menu-category-side-menu-container ul{
	padding:0;
	margin:0;
	list-style:none;
	background:#cccccc;
}
.menu-category-side-menu-container ul li{
	padding:5px 0 5px 10px;
	border-bottom:1px dotted #3A010D;
}
.menu-category-side-menu-container ul li a{
	text-decoration:none;
}
.menu-category-side-menu-container ul li a:hover{
	color:#000;
}
/* slide show
-------------------------------------*/
.slideshow_container {
  padding: 50px 0 0 0;
  width:100% !important;
	height:auto;
}
.slideshow_container img{
	width:100% !important;
	height:auto;
}
.slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box .slideshow_title{
	font-size:18px;
  padding:25px 0 0;
  font-family: 'Brawler', Georgia, serif;
  color:#E8CE87;
}
.slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box .slideshow_description{
	font-size:15px;
  padding:0 0 25px 0;
  font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.slideshow_container_style-light .slideshow_description_box {
  background: #3a010d !important;
}
.slideshow_transparent {
  filter: alpha(opacity = 95) !important;
  opacity: 0.95 !important;
}
/* Vervocity Responsive Design
------------------------------------------------------------ */
@media only screen and (max-width: 1199px) {
	div.wrap {
		width: 960px;
	}
	div#nav ul li {
		margin-left: 12px;
	}
	div#nav ul li a {
		font-size: 14px;
	}
	div#action_buttons a {
	 width:30%;
	 margin:0 1.5%;
	}
	div#action_buttons a img {
	 width:100%;
	 height:auto;
	}
}

@media only screen and (max-width: 959px) {
	div.wrap {
		width: 750px;
	}
	div#phone{
		margin: 0;
		position: absolute;
		top: 15px;
		right: 250px;
		float: right;
	}
	div#search{
		right: 0;
	}

	div#logo{
		width: 250px;
		height: 90px;
		background-size: contain;
		z-index:9999;
	}
	
	.menu-toggle {
		float:right;
	  color:#fff;
	  display:block;
	  font-size:18px;
	  line-height:1em;
	  cursor:pointer;
	}
	.menu-toggle span{
	 float:left;
	 margin:0 8px 0 0;
	}
	.menu-toggle span span{
	 float:none;
	 display:block;
	 height:3px;
	 width:20px;
	 margin:2px 0;
	 background:#fff;
	}
	.main-menu{
		display:none;
		position:relative;
	}
	.main-menu.open{
		display:block;
	}
	div#nav {
	  height: 30px;
	  max-width: 1322px;
	  position: absolute;
	  top: 58px;
	  left: 0;
	  width: 100%;
	  z-index: 11;
	}
	div#nav ul{
		margin: 0 0 0 0;
		background:#3A010D;
		width:100%;
	}
	div#nav ul li{
		text-align:right;
		float:none;
	}
	div#nav ul li a{
		font-size: 16px;
		padding:0 25px;
	}

	
	div#nav ul{
		position: absolute;
		top: 30px;
		right: 0;
	}
	
	
	.slideshow_container {
	  padding: 65px 0 0 0;
	}
	div#copy{
		width: 63%;
	}	
	div.category-menu{
		width: 35%;
	}
	
	div#action_buttons a {
	 width:30%;
	 margin:0 1.5%;
	}
	div#action_buttons a img {
	 width:100%;
	 height:auto;
	}
}


@media only screen and (max-width: 767px) {
	div#hd {
	  border-bottom: 12px solid #3a010d;
	  height: 70px;
	  position:fixed;
	  width:100%;
	  z-index:999;
	  background:#3a010d;
	}
	div#nav {
	  top: 13px;
	 position:fixed;
	  width:100%;
	  z-index:9999;
	}
	div#logo {
	  top: 0px;
		width: 175px;
	  height: 61px;
	  background-size: contain;
	  z-index: 9999;
	}
	.menu-toggle {
	  margin:25px 0 0 0;
	}
	div#bd {
	  padding:70px 0 0 0;
	}
	div.wrap {
		width: 95%;
	}
	div#nav ul{
		position: absolute;
		top: 60px;
		right: 0;
	}
	
	.slideshow_container{
	  display: none !important;
	}
	
	div#phone{
		top: 2px;
		right: 20px;
		display: none !important;
		
	}
		div#phone p{
			font-size: 12px;
		}
	div#search{
		top: 25px;
		display: none !important;
	}

	
	
	div#action_slide_wrap{
		display: none;
	}
	div#action_buttons{
		text-align: center;
	}
	div#action_buttons a{
		margin: 10px auto;
	}
	div#copy{
		width: 100%;
		float: none;	
	}
	div.category-menu{
		width: auto;
		float: none;
		padding: 0;
	}
	div.entry{
		
	}
		div.entry img{
			max-width: 100%;
			height: auto;
		}
	div#content_wrap{
		margin: 10px;
		padding: 20px 10px;
	}
	h1{
		line-height: 1.25;
	}
	div#footer_nav{
		float: none;
		display: none;
	}
	div#social_nav{
		float: none;
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	div.imap{
		width: auto;
		height: auto;
		background-size: contain;
	}
	div#action_buttons{
	 text-align:center;
	}
	div#action_buttons a {
	 margin:0 0 25px;
	 text-align:center;
	 padding:0;
	 display:block;
	 width:100%;
	}
	
	div#action_buttons a img {
	 width:auto;
	 max-width:100%;
	 height:auto;
	 padding:0;
	}
	.contact-map{
		display:none;
	}
	div.post div#chico-content, div.post div#fresno-content, div.post div#watertown-content, div.post div#sioux-content, div.post div#albion-content, div.post div#hamilton-content, div.post div#frankfort-content, div.post div#chatham-content, div.post div#waverly-content, div.post div#paris-content, div.post div#high-springs-content {
	  display: block;
	  background-size:contain;
	  width:auto;
	  padding-top:48%;
	}
}

@media only screen and (max-width: 400px) {
	
	
	
}


