/*
 Theme Name:     Twenty Thirteen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=986
 Description:    A bare-bones child theme for use with Twenty Thirteen Theme. Pick matching colors quickly at <a href="http://www.html-color-names.com/">html-color-names.com</a>.
 Author:         Edward Zivkovic
 Author URI:     http://hyperlinkcode.com/blog/
 Template:       twentythirteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */
/* ----------------------------content area------------------------------*/

.boxa {
   float: left;
   width: 98.5%;
   height: 200px;
   margin: 0px 0px 0px 10px;
   min-width: 200px;
   border: 0px solid red;
}

.boxb {
   float: left;
   width: 31%;
   height: 453px;
   margin: 10px 10px 10px 24px;
   min-width: 200px;
   border: 0px solid red;
}

.boxc {
   float: left;
   width: 31%;
   height: 453px;
   margin: 10px 10px 10px 10px;
   min-width: 200px;
   border: 0px solid red;
}

.boxd {
   float: left;
   width: 31%;
   height: 453px;
   margin: 10px 10px 10px 10px;
   min-width: 200px;
   border: 0px solid red;
}

.boxe {
   float: left;
   width: 80%;
   height: 300px;
   margin: 10px 10px 10px 200px;
   min-width: 200px;
   border: 0px solid red;
}

.boxsubpagea {
     float: left;
     width: 68%;
     height: 800px;
     margin: 0px 15px 10px 40px;
     min-width: 200px;
     border: 0px solid red;
	 font-weight: 500;
	font-family: open sans; 
}

.boxsubpageb {
   float: left;
   width: 30%;
   height: 300px;
   margin: 0px 0px 10px 10px;
   min-width: 200px;
   border: 0px solid red;
}

.boxsubpagec {
   float: left;
   width: 30%;
   height: 300px;
   margin: 10px 0px 10px 10px;
   min-width: 200px;
   border: 0px solid red;
}


/* ----------------------------CONTENT AREA ------------------------------*/



.site {
   
	border: 0px solid red;
	margin: 0 auto;
	max-width: 1500px;
	width: 100%;
	
}

body {
    
	background-color: #da2629 !important;
	margin: 1px;
	color: #000000;
	border: 0px solid blue;

}

.site-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0px 0px 0px 0px;
	max-width: 100%;
	min-height: 153px;
	padding: 0 0px;
	text-decoration: none;
	width: 100%;
}

/* ---------------------------- END CONTENT AREA ------------------------------*/

/* ----------------------------fonts------------------------------*/
@font-face {
    font-family: 'times_new_romanregular';
    src: url('http://www.appletonpestandlawn.com/APC_MAINpage_new/wp-content/Fonts/times_new_roman-webfont.woff') format('woff2'),
         url('http://www.appletonpestandlawn.com/APC_MAINpage_new/wp-content/Fonts/times_new_roman-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
button,
input,
select,
textarea {
	color: #000000;
	font-family: 'times_new_romanregular';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}


h1,
h2,
h3,
h4,
h5,
h6 {
 	color: #000000;
	font-family: 'times_new_romanregular';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1 {
	font-size: 26px;
	margin: 40px 0px 0px 0px;
	line-height: 36px;
	color: #000000;
	font-weight:400;
}

h2 {
	font-size: 26px;
	margin: -14px 0px 20px 0px;
}

h3 {
	font-size: 20px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

/* ---------------------------- END fonts ------------------------------*/
/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin:  -26px 0px 0px 0px;
	max-width: 1500px;
	width: 100%;
	border: 0px solid black;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
	border: 0px solid green;
}





/* ----------------------------Navigation------------------------------*/
.toggled-on .nav-menu li > ul a {
	color: #ffffff;
	width: auto;
}

.toggled-on .nav-menu > li a:hover,
.toggled-on .nav-menu > ul a:hover {
	background-color: #da2629;
	color: #ffffff;
}

.main-navigation {
	min-height: 27px;
	
}


.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #246e2f;
	font-style: italic;
}

.navbar {
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}



ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 20;
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	background: none;
	border: none;
	color: #000000;
	padding: 12px 0 12px 20px;
	}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #da2629;
	color: #ffffff;

}


.nav-menu li a {
	color: #000000;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'times_new_romanregular';
	font-size: 18px;
	padding: 15px 30px 15px 18px;
} 

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #7c8745;
	border: 0px solid #ffffff;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #5d6923;
}
/* ----------------------------END Navigation------------------------------*/


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

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

.site-footer {
	background-color: #e8e5ce;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 0px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	width: 1500px;
}

.sidebar .site-footer .widget-area {
	position: relative;
	left: 0px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-footer span[role=separator] {
	padding: 0 0.25em 0 0.5em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}




/* ----------------------------end Footer Area------------------------------*/

