
.banner-div {
    
}
		#datesection {
				border-top-left-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-webkit-border-top-left-radius: 5px;
		}
		#tagsection {
				border-top-right-radius: 5px;
					-moz-border-radius-topright: 5px;
					-webkit-border-top-right-radius: 5px;
		}
		.blogsidemenubanner {
				border-top-left-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-webkit-border-top-left-radius: 5px; 	border-top-right-radius: 5px;
					-moz-border-radius-topright: 5px;
					-webkit-border-top-right-radius: 5px;
		}
		.blogsidemenucontent {
				border-bottom-left-radius: 5px;
					-moz-border-radius-bottomleft: 5px;
					-webkit-border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
					-moz-border-radius-bottomright: 5px;
					-webkit-border-bottom-right-radius: 5px;
		}
.blogsidemenu {
	width: 200px;
	float: right;
	padding: 0px 0px 10px 10px;
}
.blogsidemenucontent {
    border-top: 0;   
    line-height: 30px;
    border: 1px solid #cccccc;
    border-top: none;
}
.blogsidemenucontent a {
    padding: 0 10px;
}
.blogsidemenucontent a:hover {
    text-decoration: none;
}
.blogsidemenubanner {
    background: #277ebc;
    margin-top: 10px;
}
.blogsidemenuchooser {
    display: block;
    float: left;
    padding: 4px;
    color: #f5f1f0;
    width: 92px;
    text-align: center;
}
.blogsidemenuchooser:hover, .blogsidemenuchooser.current {
    text-decoration: none;
    background: #777777;
    color: white;
}
.anchYearLink, .anchMonthLink, .anchTagLink {
    display: block;
}
.anchYearLink {
    border-top: 1px solid #e1e1e1;
    font-weight: bold;
}
.anchYearLink:hover {
    background: #e1e1e1;
}
.anchYearLink.current-year {
    border-bottom: 1px solid #e1e1e1;
    background: #ccc;
}
.anchMonthLink {
    display: none;  
}
.anchMonthLink span {
    padding-left: 8px;
}
a.anchMonthLink:hover {
    text-decoration: underline;
}
.current-month, .current-tag {
    background: #e1e1e1;
}
.anchTagLink:hover {
    background: #e1e1e1;
}
.blogholder {
	float: left;
	margin: 0px auto;
	width: 720px;
}
.blog-container {
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
}
.blog-container img {
	width: 240px;
	float: right;	
	margin-left: 20px;
}
.blogSubTitle-date {
    color: #888888;
    font-family: Trebuchet Ms;
    font-size: 16px;
    font-style: italic;
}
.blogSubTitle {
	font-size: 12px;
	color: ;
}
.divCurrentStatus {
    color: ;
    float: right;
    font-size: 12px;
}
.blogImage img {
	max-width: 692px;
}
.blogSubTitle-date, .blogSubTitle-tags {
    font-style: italic;
}
.blogSubTitle-tags a {
    font-style: normal;
}
.blogImageSection {padding: 10px 0;}
.blogImageSection .third {
	width: 226px;
	float: left;
	margin-right: 20px;
}
.blogImageSection .half {
	float: left;
	margin-right: 20px;
    width: 350px;
}
.blogImageSection .third.last, .blogImageSection .half.last{
	margin: 0;
}
.prevNextButtons {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
    padding: 5px 0px;
}
.prevButton {float: left;}
.nextButton {float: right;}
.blogComments {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.divCommentApproval {
    background: #e1e1e1;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 20px 0px;
}
.commentholder {
	padding: 10px;
}
.commentholder:nth-child(even) {background: #e5e5e5;}
.commentAuthor {
	font-weight: bold;
}
.commentDate {
	font-size: 12px;
	color: ;
}
#frmPostComments {
	padding: 10px 0;

}
#frmPostComments input {
	width: 208px;
}
#frmPostComments textarea {
	width: 328px;
	height: 75px;
}

input.btnBlogSearch {
    float: right;
    width: 70px;
    padding: 2px;
}
.txtBlogSearch {
    width: 110px;
}
.contentsection {
    display: none;
}
#tagsection {
    float: right;
}
.txtBlogSearch {
	height: 26px;
}

input[type="submit"] {
	background: #302c2b;
	border-radius: 0px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

input[type="submit"]:hover {
	background: #d4292d;
}

.blogsidemenubanner {
	background: #928e8d;
}

body {
	background: #f5f1f0;
}
.wrapper-div { 
	overflow: hidden;
}
h2 {
	font-weight: normal;
	font-size: 28px;
	color: #173e1f;
	text-transform: uppercase;
	font-family: 'abril_fatfaceregular';
}
h3 {
	font-weight: normal;
	font-size: 22px;
	color: #d4292d;
	font-family: 'latolight';
}
p, li {
	font-size: 14px;
	line-height: 24px;
	color: #302c2b;
	font-family: 'latoregular';
}
ul {
	margin-left: 20px;
} 
a {
	color: #167827;
}
a:hover {
	color: #173e1f;
}
.sidemenu a {
	padding-left: 10px;
	color: #302c2b;
	font-family: 'latoregular';
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidemenu a:hover {
	background: #dcd8d7;
	color: #302c2b;
}
.sidemenu-category.current-category, .topmenu-category.current-category {
	background: #fdbd62;
	color: #302c2b;
	font-weight: normal;
}
.sidemenu-category:hover, .sidemenu-category.current-category:hover, .topmenu-category:hover, .topmenu-category.current-category:hover {
	background: #fdbd62;
	color: #302c2b;
	font-weight: normal;
}

.outer-banner-div {
	height: 165px;
	background: #f5f1f0 url(../../layout/images/outerBackgroundPattern.png) top repeat-x;
}
.banner-div {
	height: 165px;
	background: none;
}
.banner-logo {
	top: 10px;
}
.banner-side-div {
	top: 0px;
	width: 400px;
}
.banner-supernav-div {
	float: left;
}
.banner-supernav-div {
	font-family: 'latobold';
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-left: 40px;
}
.banner-supernav-div a {
	color: #928e8d;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.banner-supernav-div a:hover {
	color: #fdbd62;
	text-decoration: none;
}
.banner-socialmedia-div {
	width: 132px;
	position: absolute;
	top: -20px;
	right: 0px;
}
.banner-socialmedia-div a {
	display: block;
	width: 39px;
	height: 84px;
	float: left;
	margin-right: 5px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.banner-socialmedia-div a.Facebook {
	background: url(../../layout/images/social/facebook.png) center center no-repeat;
}
.banner-socialmedia-div a.Instagram {
	background: url(../../layout/images/social/instagram.png) center center no-repeat;
}
.banner-socialmedia-div a.Twitter {
	background: url(../../layout/images/social/twitter.png) center center no-repeat;
}
.banner-socialmedia-div a.Feed {
	background: url(../../layout/images/social/feed.png) center center no-repeat;
}
.banner-socialmedia-div a:hover {
	padding-top: 15px;
}
.banner-contact-div {
	margin-top: 10px;
}
.banner-contact-div p {
	font-size: 18px;
	line-height: 23px;
	font-family: 'latoregular';
	color: #928e8d;
	margin-bottom: 2px;
}
.banner-contact-div p a {
	color: #928e8d;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.banner-contact-div p a:hover {
	color: #302c2b;
	text-decoration: none;
}

.outer-navbar-div {
	height: 70px;
	background: url(../../layout/images/outerNavbarBackground.png) center repeat-x;
}
.navbar-div {
	background: none;
	height: 70px;
}
.navbar-div a {
	height: 70px;
	font-size: 16px;
	padding: 0 8px;
	color: #f5f1f0;
	font-family: 'latobold';
	text-transform: uppercase;
	letter-spacing: .02em;
	line-height: 70px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar-div a:hover, .navbar-div a.current {
	background: #0d9126;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=75);
}
.first {
	margin-left: 15px;
}

.outer-footer-div {
	height: 170px;
	background: #dcd8d7;
	border-top: 1px solid #167827;
}
.footer-div {
	background: none;
	text-align: center;	
	font-size: 15px;
	color: #173e1f;
	font-family: 'latobold';
}
.footer-div a {
	color: #167827;
}
a.anchFooterNav {
	text-transform: uppercase;
	color: #928e8d;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a.anchFooterNav:hover {
	color: #167827;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 1, 2014 */
@font-face {
    font-family: 'abril_fatfaceregular';
    src: url('fonts/abrilfatface-regular-webfont.eot');
    src: url('fonts/abrilfatface-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/abrilfatface-regular-webfont.woff') format('woff'),
         url('fonts/abrilfatface-regular-webfont.ttf') format('truetype'),
         url('fonts/abrilfatface-regular-webfont.svg#abril_fatfaceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-lig-webfont.eot');
    src: url('fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-lig-webfont.woff') format('woff'),
         url('fonts/lato-lig-webfont.ttf') format('truetype'),
         url('fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-reg-webfont.eot');
    src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-reg-webfont.woff') format('woff'),
         url('fonts/lato-reg-webfont.ttf') format('truetype'),
         url('fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoitalic';
    src: url('fonts/lato-regita-webfont.eot');
    src: url('fonts/lato-regita-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regita-webfont.woff') format('woff'),
         url('fonts/lato-regita-webfont.ttf') format('truetype'),
         url('fonts/lato-regita-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 1, 2014 */
@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bol-webfont.eot');
    src: url('fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bol-webfont.woff') format('woff'),
         url('fonts/lato-bol-webfont.ttf') format('truetype'),
         url('fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
