/*
Theme Name: Haynes Brothers
Author: MicroD, INC
Version: 1
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/unsemantic-grid-responsive.css";

/***********************************************************************************
 * CUSTOMIZED.CSS
 **********************************************************************************/
/** HOW TO USE THIS FILE****
 * Do a find and replace on #2a2a2a with the dominate color of your website (e.g. #05843e)
 * Place your HEADER, HOMEPAGE, and FOOTER styles at the top of the page between the noted section
 * If the product page needs to have special colors for any reason they can be changed in the PRODUCT PAGE STYLES AND COLORS section
 * Additional Colors can be changed to POLISH a site in the ADDITIONAL COLOR CHANGES FOR ADVANCED WEBSITES section
 * Make your color changes to BACKGROUNDCOLOR and BORDERCOLOR
 * THESE ADDITIONAL STYLES ARE NOTED OUT BY DEFAULT.  DO NOT DELETE THESE STYLES IN CASE WE NEED TO USE THEM LATER
 * As the site requires maintenance, all edits shall be placed under POST DELIEVERY EDITS
 * /


/***********************************************************************************
 * HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/


#divworkspacearea {
	max-width: 1480px;
	padding: 20px 10px 20px 10px;
	margin: 0 auto;
}

.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1480px;
	padding-left: 10px;
	padding-right: 10px;
}

.HomePageForm #divworkspacearea {
	max-width: 100%;
	position: relative;
	z-index: 100;
	padding: 0;
}

*:focus {
	outline: none;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	background-color: #fff;
	font-family: "Raleway", sans-serif;
}

.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#topbar {
	width: 100%;
	background-color: #0e0e0e;
	border-bottom: 1px solid #313131;
}

#topbarleft {
	width: 24%;
	padding: 10px 0 10px 1%;
	float: left;
}

#topbarleft li {
	list-style: none;
	display: inline;
	margin-right: 5px;
}

#topbarleft li a {
	color: #FFF;
}

#topbarleft li a:hover {
	color: #ff8a00;
}

#topbarright {
	width: 75%;
	float: right;
}

#accountnav {
	padding-top: 12px;
	padding-bottom: 10px;
	float: right;
}

#accountnav  ul {
	padding-right: 10px;
    list-style: none;
}

#accountnav  ul li {
    display: block;
	font-family: "Raleway", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
}

#accountnav  li ul {
    display: none;
}

#accountnav  ul li a {
    display: block;
    text-decoration: none;
	color: #FFF;
	height: 16px;
	padding-right: 6px;
	padding-left: 6px;
    white-space: nowrap;
}

#accountnav  ul li a:hover {
	text-decoration: underline
}

#accountnav  li:hover ul {
    display: block;
    position: absolute;
	z-index: 800;
}

#accountnav  li:hover li {
	width: 140px;
    font-size: 12px;
	font-family: "Raleway", sans-serif;
	font-size: 12px;
	clear: both;
}

#accountnav  li:hover li a { 
	background-color: #0e0e0e;
	color: #FFF;
	position: relative;
	height: 25px;
	line-height: 25px;
	left: 0px;
	top: 10px;
	z-index: 800;
	border: 0;
}

#accountnav li:hover li a:hover {
    text-decoration: underline;
}

#headercontainer {
	width: 100%;
	height: 104px;
	position: relative;
	background: rgba(46, 46, 46, 1);
	border-bottom: 1px solid rgba(255,255,255,.15);
	z-index: 200;
}

.HomePageForm #headercontainer {
	background: rgba(0, 0, 0, .40);
}

.fixed {
	position: fixed !important;
	top:0;
}

.fixedFix {
	top:100px !important;
}

#headerleft {
	width: 50%;
	float: left;
}

#logo {
	margin-left: 40px;
	margin-top: 5px;
}

#logo img {
	max-width: 100%;
	height: auto;
}

#headerright {
	width: 50%;
	float: right;
}

#searchmenu {
	text-align: right;
}

#searchmenu ul {
	margin-top: 37px;
	margin-right: 40px;
}

#searchmenu li {
	list-style: none;
	display: inline;
	padding-right: 15px;
}

#searchmenu li a {
	color: #FFF;
	text-decoration: none;
}

#searchmenu li a:hover {
	color: #ff8a00;
}

.slideout-menu {
	position: fixed;
	top: 0;
	right: -270px;
	width: 270px;
	height: 100%;
	background-color: #2e2e2e;
	z-index: 9999;
}

.slideout-menu p {
	font-family: "Raleway", sans-serif;
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 0;
	margin-bottom: 0;
}

.slideout-menu .slide-menu-toggle {
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 3px 9px 5px;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	line-height: 1;
	background: #222;
	color: #FFF;
	text-decoration: none;
	vertical-align: top;
}

.slideout-menu .slide-menu-toggle:hover {
	color: #fff;
}

.slideout-menu ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin-bottom: 20px;
}

.slideout-menu ul li ul {
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.slideout-menu ul li {
	border-top: 1px solid #404040;
	border-bottom: 1px solid #151515;
}

.slideout-menu ul li a {
	position: relative;
	font-family: "Raleway", sans-serif;
	display: block;
	padding: 7px 10px 7px 10px;
	color: #FFF;
	text-decoration: none;
}

.slideout-menu ul li ul li a {
	padding: 7px 10px 7px 25px;
}

.slideout-menu ul li ul li {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #151515;
}

.slideout-menu ul li a:hover {
	background: #212121;
	color: #fff;
}

.slideout-menu ul li a i {
	position: absolute;
	top: 8px;
	right: 10px;
	opacity: .5;
}

.products-items {
	position: relative;
}

.products-items li a {
	background-color: #212121;
}

.products-items li a:hover {
	background-color: #191919 !important;
}

#searchbar {
	position: absolute;
	top: 104px
	left: 0;
	z-index: 150;
	width: 94%;
	background-color: #2e2e2e;
	padding: 20px 3%;
	display: none;
}

#searchbox {
	height: 50px;
}

#searchboxleft {
	width: 90%;
	float: left;
}

#searchboxleft input {
	width: 97%;
	height: 36px;
	line-height: 36px;
	background-color: #2e2e2e;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #606060;
	padding: 5px;
	border: 2px solid #494642;
}

#searchboxleft input::-webkit-input-placeholder {
	color: #606060;
}

#searchboxleft input::-moz-placeholder {
	color: #606060;
}

#searchboxleft input:-ms-input-placeholder {
	color: #606060;
}

#searchboxleft input:-moz-placeholder {
	color: #606060;
}

#searchboxright {
	width: 10%;
	float: left;
}

#searchboxright input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #212121;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #212121;
	cursor: pointer;
}

#homeintro {
	width: 100%;
	position: relative;
}

#homeintropicoverlay {
	width: 100%;
	position: absolute;
	top: -105px;
	z-index: 100;
}

#homeintropicoverlay img {
	width: 100%;
	height: auto;
	display: block;
}

#homeintropic {
	width: 100%;
	position: relative;
	top: -105px;
	z-index: 50;
}

#homeintropic img {
	width: 100%;
	height: auto;
	display: block;
}

#homeintrocopy {
	position: absolute;
	font-family: "Raleway", sans-serif;
	z-index: 100;
	top: 12%;
	left: 26%;
}

#homeintrocopy a {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	display: inline-block;
	padding: 15px 40px;
	background-color: #ff8a00;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 10px;
}

.homeintrobold {
	font-size: 60px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
        font-family: 'Merriweather', serif;
}

.homeintrothin {
	font-size: 50px;
	font-weight: 400;
	color: #FFF;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
        font-family: 'Merriweather', serif;
}

.homeintrosmall {
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	color: #FFF;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

#whoweare {
	width: 60%;
	padding-top: 43px;
	padding-bottom: 170px;
	padding-left: 20%;
	padding-right: 20%;
	text-align: center;
}

.hometitle a {
	font-family: "Raleway", sans-serif;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2e2e2e;
	padding-bottom: 5px;
	border-bottom: 5px solid #ff9313;
	margin-bottom: 40px;
	display: inline-block;
	text-decoration: none;
}

#whowearecopy p {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #2e2e2e;
}

#homebanners {
	width: 100%;
	margin-bottom: 60px;
}

#homebannerstitle {
	width: 100%;
	background-color: #ff9313;
	text-align: center;
}

#homebannerstitle p {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	padding: 18px 10px;
}

#hombannerscontainer {
	width: 100%;
	padding-top: 20px;
}

#homebannersleft {
	width: 32%;
	padding-left: 1%;
	float: left;
}

#homebannersright {
	width: 65%;
	padding-left: 1%;
	padding-right: 1%;
	float: left;
}

#homebannersrightop {
	margin-bottom: 25px;
}

#homebannersrightbottomleft {
	width: 49%;
	padding-right: 1%;
	float: left;
}

#homebannersrightbottomright {
	width: 49%;
	padding-left: 1%;
	float: left;
}

.homebannerpic {
	position: relative;
	margin-bottom: 20px;
}

.homebannerpic img {
	width: 100%;
	height: auto;
	display: block;
}

.homebannerpictitle {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: right;
}

.homebannerpictitle a {
	font-family: "Raleway", sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	padding: 15px 15px;
	display: inline-block;
}

.homebannerpictitlelight {
	font-weight: 400;
}

#brandswecarry {
	width: 60%;
	background-color: #f6f6f6;
	padding: 125px 20% 70px 20%;
	text-align: center;
}

#brandswecarrycopy p {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #2e2e2e;
}

#stayconnected {
	width: 60%;
	padding: 125px 20%;
	text-align: center;
}

#stayconnectedcopy p {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #2e2e2e;
}

#stayconnectedform {
	background-color: #e5e5e5;
	margin-top: 40px;
	padding-top: 85px;
	padding-bottom: 85px;
}

#newsletterbox {
	height: 45px;
	margin-left: 25%;
}

#newsletterboxleft {
	width: 50%;
	float: left;
}

#newsletterboxleft input {
	width: 92%;
	height: 33px;
	line-height: 33px;
	background-color: #FFF;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	color: #2e2e2e;
	padding: 5px;
	border: 1px solid #c6c6c6;
}

#newsletterboxright {
	width: 125px;
	float: left;
}

#newsletterboxright input {
	width: 125px;
	height: 45px;
	line-height: 45px;
	background-color: #2e2e2e;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #2e2e23;
	cursor: pointer;
}

#footertop {
	margin-top: 25px;
}

#footertopleft {
	width: 50%;
	float: left;
}

#footertopleft ul {
	margin-top: 10px;
	margin-left: 10px;
}

#footertopleft li {
	list-style: none;
	display: inline;
	padding: 0 5px;
}

#footertopleft li a {
	color: #696969;
	text-decoration: none;
}

#footertopleft li a:hover {
	color: #2e2e2e;
}

#footertopright {
	width: 50%;
	float: right;
	text-align: right;
}

#footerlogo {
	margin-right: 15px;
	margin-bottom: 10px;
}

#footerlogo img {
	max-width: 100%;
	height: auto;
}

#footercontainer {
	width: 84%;
	background-color: #f6f6f6;
	border-top: 1px solid #dedede;
	padding: 37px 8%;
}

.footerheading {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2e2e2e;
	padding-bottom: 5px;
    border-bottom: 2px solid #ff9313;
	margin-bottom: 15px;
	margin-top: 20px;
	display: inline-block;
}

.footercolumn {
	width: 23%;
	padding-right: 2%;
	float: left;
}

.footercolumn li {
	list-style: none;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	line-height: 25px;
}

.footercolumn li a {
	color: #696969;
	text-decoration: none;
}

.footercolumn li a:hover {
	text-decoration: underline;
}

.footercolumn p {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #696969;
}

.footercolumn a {
	color: #696969;
	text-decoration: none;
}

.footercolumn a:hover {
	text-decoration: underline;
}

#copyright {
	padding-top: 55px;
	padding-bottom: 15px;
	text-align: center;
}

#copyright p {
	font-family: "Raleway", sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #696969;
}

#copyright a {
	color: #696969;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#seocontentbox {
	max-width: 100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 15px;
}

#seocontentbox p {
	font-family: "Raleway", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #696969;
}

#scrolldiv {
	display: none;
}

@media screen and (max-width: 400px) {

	#headercontainer {
		height: 90px;
		background: rgba(46, 46, 46, 1);
	}

	.HomePageForm #headercontainer {
		background: rgba(46, 46, 46, 1);
	}

	#logo {
	    margin-left: 20px;
	    margin-top: 5px;
	}

	#searchmenu ul {
	    margin-top: 22px;
	    margin-right: 10px;
	}

	.slideout-menu {
		right: -270px;
		width: 270px;
	}

	#searchbar {
		top: 75px;
		width: 94%;
		padding: 20px 3%;
	}

	#searchboxleft {
		width: 70%;
	}

	#searchboxleft input {
		width: 90%;
	}

	#searchboxright {
		width: 30%;
	}

	#searchboxright input {
		width: 100%;
	}

	#homeintropic {
		position: static;
		margin-top: 0;
	}

	#homeintrocopy {
		position: static;
		padding-top: 45px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 69px;
		text-align: center;
		margin-bottom: 40px;
		border-bottom: 2px solid #ff9313;
	}

	#homeintrocopy a {
		font-size: 14px;
		padding: 12px 35px;
		margin-top: 10px;
	}

	.homeintrobold {
		font-size: 28px;
		color: #2e2e2e;
		text-shadow: none;
	}

	.homeintrothin {
		font-size: 28px;
		color: #2e2e2e;
		text-shadow: none;
	}

	.homeintrosmall {
		font-size: 16px;
		color: #2e2e2e;
		text-shadow: none;
	}

	#whoweare {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 100px;
	}

	#homebannersleft {
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
		float: none;
	}

	#homebannersright {
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
		float: none;
	}

	#homebannersrightbottomleft {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		float: none;
	}

	#homebannersrightbottomright {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		float: none;
	}

	#brandswecarry {
		width: 96%;
		padding: 70px 2% 10px 2%;
	}

	#stayconnected {
		width: 96%;
		padding: 70px 2%;
	}

	#newsletterbox {
		margin-left: 5%;
	}

	#newsletterboxleft {
	    width: 55%;
	}

	#newsletterboxright {
		width: 105px;
	}

	#newsletterboxright input {
		width: 105px;
	}

}

@media screen and (max-width: 445px) {

	#footercontainer {
		width: 94%;
		background-color: #f6f6f6;
		border-top: 1px solid #dedede;
		padding: 37px 3%;
	}

	.footercolumn {
		width: 100%;
		text-align: center;
		float: none;
	}

}

@media screen and (min-width: 446px) and (max-width: 767px) {

	#footercontainer {
		width: 94%;
		background-color: #f6f6f6;
		border-top: 1px solid #dedede;
		padding: 37px 3%;
	}

	.mobiletabletclear {
		clear: both;
	}

	.footercolumn {
		width: 48%;
		padding-right: 2%;
		float: left;
	}

}

@media screen and (min-width: 401px) and (max-width: 767px) {

	#headercontainer {
		height: 90px;
		background: rgba(46, 46, 46, 1);
	}

	.HomePageForm #headercontainer {
		background: rgba(46, 46, 46, 1);
	}

	#logo {
	    margin-left: 20px;
	    margin-top: 5px;
	}

	#searchmenu ul {
	    margin-top: 22px;
	    margin-right: 10px;
	}

	.slideout-menu {
		right: -270px;
		width: 270px;
	}

	#searchbar {
		top: 75px;
		width: 94%;
		padding: 20px 3%;
	}

	#searchboxleft {
		width: 75%;
	}

	#searchboxleft input {
		width: 92%;
	}

	#searchboxright {
		width: 25%;
	}

	#searchboxright input {
		width: 100%;
	}

	#homeintropic {
		position: static;
		margin-top: 0;
	}

	#homeintrocopy {
		position: static;
		padding-top: 45px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 69px;
		text-align: center;
		margin-bottom: 40px;
		border-bottom: 2px solid #ff9313;
	}

	#homeintrocopy a {
		font-size: 16px;
		padding: 15px 40px;
		margin-top: 10px;
	}

	.homeintrobold {
		font-size: 35px;
		color: #2e2e2e;
		text-shadow: none;
	}

	.homeintrothin {
		font-size: 35px;
		color: #2e2e2e;
		text-shadow: none;
	}

	.homeintrosmall {
		font-size: 16px;
		color: #2e2e2e;
		text-shadow: none;
	}

	#whoweare {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 100px;
	}

	#homebannersleft {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		float: none;
	}

	#homebannersright {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		float: none;
	}

	#brandswecarry {
		width: 96%;
		padding: 70px 2% 10px 2%;
	}

	#stayconnected {
		width: 96%;
		padding: 70px 2%;
	}

	#newsletterbox {
		margin-left: 11%;
	}

	#newsletterboxleft {
	    width: 55%;
	}

	#newsletterboxright {
		width: 105px;
	}

	#newsletterboxright input {
		width: 105px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	#searchbar {
		top: 104px;
		width: 94%;
		padding: 20px 3%;
	}

	#searchboxleft {
		width: 87%;
	}

	#searchboxleft input {
		width: 96%;
	}

	#searchboxright {
		width: 13%;
	}

	#searchboxright input {
		width: 100%;
	}

	#homeintrocopy {
		top: 8%;
		left: 15%;
	}

	#homeintrocopy a {
		font-size: 16px;
	}

	.homeintrobold {
		font-size: 50px;
	}

	.homeintrothin {
		font-size: 50px;
	}

	.homeintrosmall {
		font-size: 18px;
	}

	#whoweare {
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
	}

	#brandswecarry {
		width: 80%;
		padding: 125px 10% 70px 10%;
	}

	#stayconnected {
		width: 80%;
		padding: 125px 10%;
	}

	#newsletterbox {
		margin-left: 20%;
	}

	#footercontainer {
		width: 94%;
		background-color: #f6f6f6;
		border-top: 1px solid #dedede;
		padding: 37px 3%;
	}

}

@media screen and (min-width: 1350px) {

	#scrolldiv {
		display: block;
	}

	#scrolldiv a {
		font-family: Arial, sans-serif;
		font-size: 14px;
		font-weight: normal;
	}

	.scrolltotop {
		width:30px; 
		height:30px;
		padding:10px; 
		text-align:center; 
		color: #cfcfcf;
		text-decoration: none;
		position:fixed;
		bottom:30px;
		right:20px;
		z-index: 500;
		display:none;
	}
	.scrolltotop:hover{
		color: #a2a2a2;
		text-decoration:none;
	}

}

/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

 
/***********************************************************************************
 * END CUSTOMIZED.CSS
 **********************************************************************************/


/***********************************************************************************
 * BLOG STYLES - DO NOT EDIT BELOW!
 **********************************************************************************/

a {
	color: #5a5a5a;
}

img {
	border: 0;
	max-width:100%;
	height: auto;
}

/* Main Index Page */

#mainpagecontainer {
    margin: 0 auto;
    background: #ffffff;
    padding: 25px 0;
    font-family: Arial, Helvetica, sans-serif;
}

#mainpagecontent {

}

.post {
	border-bottom: 1px solid #dfdfdf;
    clear: both;
    margin: 0 0 25px 0;
}

.post h1 {
	font-size: 24px;
	color: #2a2a2a;
	margin: 0 0 5px 0;
}

.post h2 {
	font-size: 20px;
	color: #2a2a2a;
	margin:0 0 15px 0;
}

.post h2 a {
	text-decoration: none;
	color: #2a2a2a;
}

.post .maincontenttimestamp {
	color: #9a9a9a;
	padding: 0;
	margin:0 0 25px 0;
	font-size:smaller;
}

.post p {
	padding: 0 0 10px 0;
}

.post p a {
	color: #5a5a5a;
}

.post .maincontenttagsandcomments, .nocomments {
	font-size: smaller;
	margin:5px 0;
}

.size-post-thumbnail {
}

/* End Main Index Page and Post Content */



/* Sidebar */

#sidebarcontainer {
}

#sidebarcontainer a {
	text-decoration: none;
}

#sidebarcontainer a:hover {
	text-decoration: underline;
}

#searchform label {
}

#searchform #s {
	width:80%;
	float: left;
    box-sizing: border-box;
    padding: 3px 6px;
    border:1px solid;
}

#searchform #searchsubmit {
	width:20%;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    background:#ffffff;
    border:1px solid;
    padding: 3px 6px;
}

#searchform #searchsubmit:hover {
	background: #f5f5f5;
	border:1px solid #333333;
}

#sidebarcontainer > ul {
	background: #f8f8f8;
	padding: 15px;
	line-height: 24px;
}

#sidebarcontainer li {
}

#sidebarcontainer li a {
}

#sidebarcontainer li a:hover {
}

#sidebarcontainer h2 {
}

#sidebarcontainer > ul > li {
	margin:0 0 25px 0;
}

.widget {
}

.widgettitle {
	font-size:18px;
}

/* End Sidebar */


/* Single Post Page */

#postpagecontainer {
	margin:0 0 25px 0;
}

.postpagenav {
	margin:25px 0;
}

.postpagenav a {
}

#postpagenav h2 {
    font-size: 20px;
    color: #2a2a2a;
    margin: 0 0 15px 0;
}

#postpagenav h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

#respond form p {
	margin:10px 0;
}

#respond #comment {
	border:1px solid #ccc;
	margin:25px 0 0px 0 
}

#respond #submit {
	padding: 10px 5px;
	border: 1px solid #ccc;
	cursor: pointer;
	background: #ffffff;
}

#respond #submit:hover {
	background: #f5f5f5;
	border:1px solid #333;
}
/* End Single Post Page */


/* Comments */

#commentscontainer {
	padding:0 0;
}

#commentscontainer h3 {
	margin:10px 0;
}

#commentscontainer .even {
	background: #f5f5f5;
}

#commentscontainer .odd {
	background: #fcfcfc;
}

#comment {
	width: 100%;
}

.comment-author {
	margin:10px 0 5px 0;
}

.comment-author a {
	text-decoration: none;
}

.commentmetadata {
    margin: 0 0 25px 0;
    font-size: smaller;
}

.commentmetadata a {
	text-decoration: none;
}

#commentscontainer .even .comment-body {
	padding: 10px;	
}

#commentscontainer .odd .comment-body {
	padding: 10px 0;	
}

#respond {
	padding: 25px 0;
}

.reply, .cancel-comment-reply {
    margin: 25px 0;
    display: none;
}

.comment-reply-link, {
	text-decoration: none;
}

.avatar {
	display: none;
}

/* End Comments */

/* Search Results */

.search #mainpagecontent h3 {
}

.search #mainpagecontent h3 a {
    text-decoration: none;
    margin: 0 0 5px 0;
    display: block;
}

/* End Search Results */


@media only screen and (max-width: 768px) {


}

/***********************************************************************************
 * END BLOG STYLES
 **********************************************************************************/