/**********************************************
** Content
**********************************************/
#content {
	color: #333333;
}

#content h1 {
	margin: 0 0 10px;
}

#content h2 {
	color: #595959;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px;
}

#content p, #content ul, #content ol {
	font-size: 14px;
	line-height: 1.6em;
}

#content p {
	color: #333333;
	margin: 0 0 20px;
}

#content ul, #content ol {
	margin: 0 0 20px 40px;
}

img.border {
	border: 1px solid #C8C5BD;
	padding: 4px;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

h2.cat-heading {
	margin: 0 0 20px !important;
}

/**********************************************
** About Us
**********************************************/
#content #player {
	display: none !important;
}

/**********************************************
** Sidebar
**********************************************/
#sidebar {
	border: 1px solid #e2e2e2;
	width: 100%;
}

#sidebar h2 {
	font-size: 1.125rem;
	padding: 14px;
	margin: 2px;
	text-transform: uppercase;
	background-color: #e8e8e8;
}

#sidebar ul {
	line-height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	border-top: 1px solid #e2e2e2;
}

#sidebar ul li a {
	display: block;
	padding: 16px 18px;
}

#maincolumn {
	width: 100%;
	margin-bottom: 6%;
	padding-top: 6%;
}

@media only screen and (min-width: 1200px) {
	#maincolumn {
		width: 860px;
		float: left;
	}
	#sidebar {
		width: 220px;
		float: right;
		margin-top: 6%;
	}
}

/**********************************************
** Show Schedule
**********************************************/
.show {
	background: url("/assets/images/icons/calicon.png") no-repeat left center;
	margin: 0 0 15px;
	padding: 7px 0 7px 40px;
}
.show h4 {
	font-size: 14px;
}
.show .content p:last-child {
	margin: 0 !important;
}
.show .show-website {
	color: #A61D1D;
	font-size: 12px;
	margin: 7px 0 0 0;
	text-decoration: none;
}
.show .gray {
	color: #656565;
	font-weight: normal;
}
.showhead {
	margin: 0 0 13px;
}
.distribshow {
	display: inline-block;
	font-size: 12px;
	margin: 5px 0 0 0;
}
/**********************************************
** Distributors
**********************************************/
#content.wrapper {
	position: relative;
}

.distmap {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 11px;
}

img.mapusa { display: none; }
@media only screen and (min-width: 1000px) {
	img.mapusa { display: inline; }
}

#distributor-sidebar {
	margin: 0 40px 20px 0;
	width: 225px;
}

#distributor-main {

}

.distributor h2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f8+0,e7e6e2+100 */
	background: #fbfcfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfcfb 0%, #e6e5e1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fbfcfb 0%,#e6e5e1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fbfcfb 0%,#e6e5e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcfb', endColorstr='#e6e5e1',GradientType=0 ); /* IE6-9 */
	color: #6D6969;
	display: block;
	font-size: 14px;
	margin: 0 !important;
	padding: 12px 15px;
}

.distributor {
	background: #F7F6F5;
	border: 1px solid #E9E9E7;
	color: #585858;
	font-size: 14px;
	margin: 0 0 20px;
}

.distpad {
	padding: 12px;
}

.distributor .info {
	border-right: 1px solid #DAD7D3;
	margin: 0 20px 0 0 !important;
	padding: 0;
	width: 200px;
}

.distributor .info li {
	font-size: 12px;
	line-height: 1.5em;
	list-style: none;
}

.distributor .contacts {
	border: 1px solid #DAD8D7;
	width: 100%;
}

.distributor .contacts tr.odd {
	background: #EEEDEB;
}

.distributor .contacts tr.even {
	background: #F6F5F4;
}

.distributor .contacts th, .distributor .contacts td {
	padding: 7px 10px;
}

.distributor .contacts td {
	color: #5B5B5B;
	font-size: 12px;
}

.distributor .contacts th {
	background: #E6E4E2;
	color: #6C6969;
	font-size: 13px;
	font-weight: bold;
}

#state {
	text-transform: capitalize;
}

/**********************************************
** Contact
**********************************************/
#contact-info {
	width: 100%;
	margin-bottom: 6%;
}

#contact-form {
	width: 100%;
	margin-bottom: 6%;
}

#contact-form table, #contact-form input, #contact-form textarea {
	width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 3%;
}

@media only screen and (min-width: 800px) {
	#contact-info {
		width: 48%;
		float: right;
	}
	#contact-form {
		width: 48%;
		float: left;
	}
}

#contact-info ul {
	margin: 0 !important;
	padding: 0;
}

#contact-info li {
	list-style: none;
}

#contact-info #map {
	margin-bottom: 4%;
	padding: 4px;
	border: 1px solid #C8C5BD;
}
