/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.borderline1 {
	background-color: #5E0000;
}

.borderline2 {
	display: none;
}

.postComments {
	display: none;
}

.comment-respond {
	display: none;
}

.footerColumn .menu-divisions-container li a, .footerColumn .menu-products-container li a, .footerColumn .menu-job-postings-container li a {
	font-size: 17px;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.widgetAddress p {
	line-height: 16px;
	margin-bottom: 7px;
	letter-spacing: 1px;
	color: #ffffff;
}

.sidebar .widget ul li a {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}

.sidebar .widget ul li.current-menu-item a {
	color: #c0392b;
	border-bottom: 1px #c0392b;
}

p {
	line-height: 22px;
}

.widgetAddress .widgetAddressCompany {
	font-size: 16px;
	color: #ffffff !important;
	letter-spacing: 1px;
}

.sidebar .textwidget p, .main_feature.textwidget p {
	line-height: 18px;
	padding-bottom: 9px;
}

.blogEntryFooter, .postFooter, .blogEntryExcerpt {
	display: none;
}

h2.blogEntryTitle {
	font-size: 21px !important;
	margin-top: 15px !important;
	font-family: 'Oswald', sans-serif;
}

.blog .blogEntry {
	margin-bottom: 0;
	margin-left: 10%;
}

.blog .post {
	padding-bottom: 0;
}

.page hr {
	border-top: 1px;
	border-style: dotted;
	color: #c90000;
	padding-bottom: 15px;
}

/*contact form*/
.pageContents input[type="text"],.pageContents input[type="email"] {
	height: 13px;
	outline: none;
	border: 1px solid #CECECE;
	padding: 9px;
}

.contact-form label {
	margin-bottom: 0;
	font-size: 14px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

label.grunion-radio-label.radio {
	margin-left: 20px;
	font-size: 10px;
	margin-bottom: 0;
	line-height: 1;
/* margin-top: 0; */
	vertical-align: top;
}

.contact-form input[type=checkbox], .contact-form input[type=radio] {
	margin-bottom: 2px;
	margin-top: -2px;
}

/* MAIN PAGE - SERCIVES */
.main_feature {
	padding-top: 20px;
	width: 100%;
	float: left;
	padding-bottom: 51px;
}

.widgetTitle.font1.widgettitle a {
	text-decoration: none;
}

.main_feature .widget {
	font-size: 13px;
	margin-bottom: 29px;
	max-width: 24%;
	min-width: 12%;
	display: block;
	float: inherit;
	padding-right: 1px;
	padding-left: 1px;
}

.main_feature div div {
	display: block;
}

.main_feature .widget .tagcloud, .main_feature .widget .textwidget {
	padding: 18px 21px 19px;
	background-color: rgb(246,246,246);
	line-height: 18px;
}

.main_feature .widget .tagcloud, .main_feature .widget .textwidget img {
	max-width: 100%;
}

.main_feature .widget .widgetTitle {
	line-height: 22px;
	padding: 15px 24px 12px;
	text-transform: uppercase;
	background-color: #fafafa;
	border-bottom: 1px solid #ececec;
	color: #666666;
	font-size: 14px;
	letter-spacing: 3px;
	margin: 0;
}

table.association {
	border-collapse: separate;
	border-spacing: 0 1px;
}

.association .rowone {
	background-color: #f6f6f6;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 15px 24px 12px;
}

.association .rowtwo {
	background-color: #ffffff;
	text-align: center;
}

td.rowtwo img {
	height: 75px;
	width: auto;
	padding: 15px 1px 5px 1px;
}

/*MEDIA SCREEN*/
@media (min-width: 850px) {
	.menuContainer {
		margin-top: 140px;
	}
	
	.logo {
		margin-top: -127px;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	.pageContents input[type=text] {
		margin-left: 0 !important;
	}
	
	.pageContents p {
		width: 95%;
	}
	}
	
	@media (max-width: 480px) {
	.pageContents p {
		width: 95%;
	}
	
	.main_feature .widget {
		max-width: 100%;
		float: none;
	}
	
	.footerColumn .widget {
		margin: 0 15px;
	}
	
	td.rowtwo img {
		height: auto;
		width: 175px;
		padding: 5px 2px 5px 2px;
	}
	
	.homeimage {
		width: 300px;
		height: auto;
	}
}

@media (max-width: 479px) and (min-width: 310px) {
	.pageContents input[type=text] {
		margin-left: 0 !important;
	}
}

@media (max-width: 767px) and (min-width: 480px) {
	.pageContents input[type=text] {
		margin-left: 0 !important;
	}
	}
