/* 
  ------------------------------------------------
  PVII CSS Column Composer Magic
  Copyright (c) 2011 Project Seven Development
  Modified by Pinsonnault Creative Sept 2012
  01: Classic
  ------------------------------------------------
*/
.p7CCM01 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	margin: 0px auto;
	line-height: 1.7em;
}
.p7ccm01-content {
	padding: 24px 20px;
}
.p7ccm01-content-4c {
	padding: 0px 20px 10px 20px;
}
.p7ccm01-content-4c p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 1.5em;
}
/*HEADINGS*/
.p7ccm01-content h1 {}
.p7ccm01-content h2 {}
.p7ccm01-content h3 {}

/*UTILITY*/
.p7ccm01-content .centered {
	text-align: center;
}

.p7ccm01-rounded {
	border-radius: 5px;
}
.p7ccm01-content-row.p7ccm01-top-rounded {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.p7ccm01-content-row.p7ccm01-bottom-rounded {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.p7ccm01-outer-border {
	border: 1px solid #000;
}
.p7ccm01-outer-shadow {
	box-shadow: 0px 0px 20px #000;
}
.p7ccm01-dyn-img img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.p7ccm01-content-row {
	background-color: #FFF;
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}
.p7ccm01-content-row.p7ccm01-RGBA {
	background: rgba(255,255,255,.80);
}

.p7ccm01-content-row.p7ccm01-contrast {
	background-color: #A5A5A5;
}
.p7ccm01-content-row.p7ccm01-contrast.p7ccm01-RGBA {
	background: rgba(165,165,165,.85);
}

.p7ccm01-content-row.p7ccm01-accent {
	background-color: #5FB4E6;
}
.p7ccm01-content-row.p7ccm01-accent.p7ccm01-RGBA {
	background: rgba(95,180,230,.85);
}

.p7ccm01-content-row.p7ccm01-trans,
.p7ccm01-content-row.p7ccm01-trans.p7ccm01-RGBA {
	background-color: transparent;
	background-image: none;
	background: none;
}

.p7ccm01-content-row.p7ccm01-row-inner-shadow {
	box-shadow: inset 0px 0px 20px #999;
}
.p7ccm01-content-row.p7ccm01-accent.p7ccm01-row-inner-shadow {
	box-shadow: inset 0px 0px 30px #2297DD;
}
.p7ccm01-content-row.p7ccm01-contrast.p7ccm01-row-inner-shadow {
	box-shadow: inset 0px 0px 30px #6A6A6A;
}
.p7ccm01-content-inner-shadow {
	box-shadow: inset 0px 0px 20px #999999;
}

/* borders */
.p7ccm01-top-border {
	border-top: 1px solid #000;
}
.p7ccm01-bottom-border {
	border-bottom: 1px solid #000;
}
.p7ccm01-top-bottom-border {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.p7ccm01-left-border {
	border-left: 1px solid #000;
}
.p7ccm01-right-border {
	border-right: 1px solid #666;
}
.p7ccm01-left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*MULTI-COLUMN STRUCTURAL CONFIGURATIONS*/

/*2-Column Fixed Sidebar Right*/
.p7ccm01-2col-sidebar-fixed-right-column1 {
	color: inherit;
	font-size: 13px;
	width: 300px;
	float: right;
	line-height: 1.5em;
}
.p7ccm01-2col-sidebar-fixed-right-column1-cnt {
	/* [disabled]background-color: #DCDCDC; */
	/* [disabled]background: rgba(220,220,220,.5); */
}
.p7ccm01-2col-sidebar-fixed-right-column2 {
	font-size: inherit;
	color: inherit;
	margin-right: 300px;
}
.p7ccm01-2col-sidebar-fixed-right-column2-cnt {}


/*4-Column Auto*/
.p7ccm01-4col-auto-column1 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: 13px;
}
.p7ccm01-4col-auto-column2 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: 13px;
}
.p7ccm01-4col-auto-column3 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: 13px;
}
.p7ccm01-4col-auto-column4 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: 13px;
}

/*UTILITY RULES*/
.p7ccm01-content.p7ccm01-no-padding {
	padding: 0px 0px;
}

/*LINKS*/
.p7ccm01-content a, .p7ccm01-content a:visited {
	color: #B74F42;
	font-weight: 600;
	text-decoration: none;
}
.p7ccm01-content a:hover, .p7ccm01-content a:focus {
	color: #2E69D5;
	font-weight: 600;
	text-decoration: underline;
}
/*WIDTHS*/
.p7ccm01-auto { width: auto;}

/*Mobile Devices*/
@media only screen and (max-device-width: 480px) {
.p7CCM01 {max-width: 960px !important; min-width: 0px !important;}
	body { margin: 8px !important; min-width: 0px !important;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.p7CCM01 {max-width: 960px !important; min-width: 0px !important;}
	body { margin: 8px !important; min-width: 0px !important;}
}
