/* 
  ------------------------------------------------
Summary description for (css) columns_06.css
Program: (css) columns_06.css
Designer: Great Basin College
Author: Frank L. Sawyer
Client: GBC Website
Date: 04/07/2016
 
Purpose:  This is the GBIA Columns CSS file. 
	
Features: CSS
	 
Input: None.
	
Output: None.
	 
Called from: Any valid web site link.
	 
Calls: None.
	 
Modification History: 

  ------------------------------------------------
*/
.p7CCM06 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	font-size: 14px;
	margin: 0px auto;
}
.p7ccm06-content {
	padding: 20px 24px;

}
.p7ccm06-content img {
	vertical-align: bottom;
}
/*HEADINGS*/
.p7ccm06-content h1 {}
.p7ccm06-content h2 {}
.p7ccm06-content h3 {}

/*ADDED TEST ADA SKIP LINK CSS*/
.screenreader-text {
  position: absolute;
  font-size: 1.5em;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.screenreader-text:focus {
  color: black;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

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

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

.p7ccm06-content-row {
	background-color: #FFF;
	display: table;
	width: 100%;
	vertical-align: bottom;
	table-layout: fixed;
}
.p7ccm06-content-row.p7ccm06-RGBA {
	background: rgba(255,255,255,.80);
}

.p7ccm06-content-row.p7ccm06-contrast {
	background-color: #111111;
	background-image: url(img/p7ccm-black-texture.jpg);
        font-size: 100%; /*originally 90*/
}

.p7ccm06-content-row.p7ccm06-accent {
	background-color: #7D2F2F;
	background-image: url(../images/p7ccm-pixelated.png);
}

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

.p7ccm06-content-row.p7ccm06-row-inner-shadow {
	box-shadow: inset 0px 0px 20px #999;
}
.p7ccm06-content-row.p7ccm06-accent.p7ccm06-row-inner-shadow {
	box-shadow: inset 0px 0px 40px #BC4B4B;
}
.p7ccm06-content-row.p7ccm06-contrast.p7ccm06-row-inner-shadow {
	box-shadow: inset 0px 0px 30px #252525;
}
.p7ccm06-content-inner-shadow {
	box-shadow: inset 0px 0px 20px #999999;
}

/*EMBEDDED VIDEO*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/*EMBEDDED VIDEO*/
.video-container iframe,
.video-container object,
.video-container video,
.video-container cafeUsers,
.video-container embed {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

/*MULTI-COLUMN STRUCTURAL CONFIGURATIONS*/

/*2-Column Auto Width*/
.p7ccm06-2col-auto-column1 {
	float: left;
	width: 30%;
	font-size: inherit;
	color: inherit;
}
.p7ccm06-2col-auto-column1-cnt.p7ccm06-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm06-2col-auto-column1-cnt.p7ccm06-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm06-2col-auto-column2 {
	float: left;
	width: 70%;
	font-size: inherit;
	color: inherit;
}
.p7ccm06-2col-auto-column2-cnt.p7ccm06-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm06-2col-auto-column2-cnt.p7ccm06-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*2-Column Sidebar Left*/
.p7ccm06-2col-sidebar-left-column1 {
	float: right;
	width: 80%;
	color: inherit;
	font-size: inherit;
}
.p7ccm06-2col-sidebar-left-column1-cnt.p7ccm06-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm06-2col-sidebar-left-column1-cnt.p7ccm06-bottom-rounded {
	border-bottom-right-radius: 4px;
}
.p7ccm06-2col-sidebar-left-column2 {
	font-size: 85%;
	color: inherit;
	float: left;
	width: 20%;
}
.p7ccm06-2col-sidebar-left-column2-cnt {
	background-color: #7C7C7C;
	background-image: url(img/p7ccm-pixelated-sidebar.png);
}
.p7ccm06-2col-sidebar-left-column2-cnt.p7ccm06-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm06-2col-sidebar-left-column2-cnt.p7ccm06-bottom-rounded {
	border-bottom-left-radius: 4px;
}

/*2-Column Fixed Sidebar Left*/
.p7ccm06-2col-sidebar-fixed-left-column1 {
	color: inherit;
	font-size: 85%;
	width: 220px;
	float: left;
}
.p7ccm06-2col-sidebar-fixed-left-column1-cnt {
	background-color: #7A7A7A;
	background-image: url(img/p7ccm-pixelated-sidebar.png);
}
.p7ccm06-2col-sidebar-fixed-left-column1-cnt.p7ccm06-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm06-2col-sidebar-fixed-left-column1-cnt.p7ccm06-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm06-2col-sidebar-fixed-left-column2 {
	font-size: inherit;
	color: inherit;
	margin-left: 220px;
}
.p7ccm06-2col-sidebar-fixed-left-column2-cnt {
	overflow: hidden;
}
.p7ccm06-2col-sidebar-fixed-left-column2-cnt.p7ccm06-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm06-2col-sidebar-fixed-left-column2-cnt.p7ccm06-bottom-rounded {
	border-bottom-right-radius: 4px;
}


/*2-Column Sidebar Right*/
.p7ccm06-2col-sidebar-right-column1 {
	float: left;
	width: 80%;
	font-size: inherit;
	color: inherit;
}
.p7ccm06-2col-sidebar-right-column1-cnt.p7ccm06-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm06-2col-sidebar-right-column1-cnt.p7ccm06-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm06-2col-sidebar-right-column2 {
	font-size: 85%;
	color: inherit;
	float: left;
	width: 20%;
}
.p7ccm06-2col-sidebar-right-column2-cnt {
	background-color: #7C7C7C;
	background-image: url(img/p7ccm-pixelated-sidebar.png);
}
.p7ccm06-2col-sidebar-right-column2-cnt.p7ccm06-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm06-2col-sidebar-right-column2-cnt.p7ccm06-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*2-Column Fixed Sidebar Right*/
.p7ccm06-2col-sidebar-fixed-right-column1 {
	color: inherit;
	font-size: 85%;
	width: 220px;
	float: right;
}
.p7ccm06-2col-sidebar-fixed-right-column1-cnt {
	background-color: #7A7A7A;
	background-image: url(img/p7ccm-pixelated-sidebar.png);
}
.p7ccm06-2col-sidebar-fixed-right-column1-cnt.p7ccm06-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm06-2col-sidebar-fixed-right-column1-cnt.p7ccm06-bottom-rounded {
	border-bottom-right-radius: 4px;
}
.p7ccm06-2col-sidebar-fixed-right-column2 {
	font-size: inherit;
	color: inherit;
	margin-right: 220px;
}
.p7ccm06-2col-sidebar-fixed-right-column2-cnt {
	overflow: hidden;
}
.p7ccm06-2col-sidebar-fixed-right-column2-cnt.p7ccm06-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm06-2col-sidebar-fixed-right-column2-cnt.p7ccm06-bottom-rounded {
	border-bottom-left-radius: 4px;
}

/*3-Column Auto*/
.p7ccm06-3col-auto-column1 {
	float: left;
	width: 33%;
	font-size: inherit;
	color: inherit;
}
.p7ccm06-3col-auto-column1-cnt.p7ccm06-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm06-3col-auto-column1-cnt.p7ccm06-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm06-3col-auto-column2 {
	float: left;
	width: 34%;
	font-size: inherit;
	color: inherit;
}
.p7ccm06-3col-auto-column3 {
	float: left;
	width: 33%;
	font-size: inherit;
	color: inherit;
}
.p7ccm06-3col-auto-column3-cnt.p7ccm06-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm06-3col-auto-column3-cnt.p7ccm06-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*3-Column Sidebar Left and Right*/
.p7ccm06-3col-sidebar-left-right-column1 {
	width: 60%;
	float: left;
	color: inherit;
	font-size: inherit;
	position: relative;
	left: 20%;
}
.p7ccm06-3col-sidebar-left-right-column2 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: 85%;
	position: relative;
	left: -60%;
}
.p7ccm06-3col-sidebar-left-right-column2-cnt {
	background-image: url(img/p7ccm-pixelated-sidebar.png);
	background-color: #7C7C7C;
}
.p7ccm06-3col-sidebar-left-right-column2-cnt.p7ccm06-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm06-3col-sidebar-left-right-column2-cnt.p7ccm06-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm06-3col-sidebar-left-right-column3 {
	float: left;
	width: 20%;
	color: inherit;
	font-size: 85%;
}
.p7ccm06-3col-sidebar-left-right-column3-cnt {
	background-color: #7C7C7C;
	background-image: url(img/p7ccm-pixelated-sidebar.png);
}
.p7ccm06-3col-sidebar-left-right-column3-cnt.p7ccm06-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm06-3col-sidebar-left-right-column3-cnt.p7ccm06-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*3-Column Fixed Sidebar Left and Right*/
.p7ccm06-3col-sidebar-fixed-left-right-column1 {
	width: 220px;
	float: left;
	color: #FFFFFF; /*originally inherit;*/
	font-size: 100%; /*originally 85*/
}
.p7ccm06-3col-sidebar-fixed-left-right-column1-cnt {
	background-image: url(img/p7ccm-pixelated-sidebar.png);
	background-color: #616161;
}
.p7ccm06-3col-sidebar-fixed-left-right-column1-cnt.p7ccm06-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm06-3col-sidebar-fixed-left-right-column1-cnt.p7ccm06-bottom-rounded {
	border-bottom-left-radius: 4px;
}

.p7ccm06-3col-sidebar-fixed-left-right-column2 {
	width: 220px;
	float: right;
	color: inherit;
	font-size: 85%;
}
.p7ccm06-3col-sidebar-fixed-left-right-column2-cnt {
	background-image: url(img/p7ccm-pixelated-sidebar.png);
	background-color: #616161;
}
.p7ccm06-3col-sidebar-fixed-left-right-column2-cnt.p7ccm06-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm06-3col-sidebar-fixed-left-right-column2-cnt.p7ccm06-bottom-rounded {
	border-bottom-right-radius: 4px;
}
.p7ccm06-3col-sidebar-fixed-left-right-column3 {
	color: inherit;
	font-size: inherit;
	margin-left: 220px;
	margin-right: 220px;
}
.p7ccm06-3col-sidebar-fixed-left-right-column3-cnt {
	overflow: hidden;
}

/*4-Column Auto*/
.p7ccm06-4col-auto-column1 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm06-4col-auto-column1-cnt.p7ccm06-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm06-4col-auto-column1-cnt.p7ccm06-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm06-4col-auto-column2 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm06-4col-auto-column3 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm06-4col-auto-column4 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm06-4col-auto-column4-cnt.p7ccm06-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm06-4col-auto-column4-cnt.p7ccm06-bottom-rounded {
	border-bottom-right-radius: 4px;
}

/*5-Column Auto*/
.p7ccm06-5col-auto-column1 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm06-5col-auto-column1-cnt.p7ccm06-top-rounded {
	border-top-left-radius: 4px;
}
.p7ccm06-5col-auto-column1-cnt.p7ccm06-bottom-rounded {
	border-bottom-left-radius: 4px;
}
.p7ccm06-5col-auto-column2 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm06-5col-auto-column3 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm06-5col-auto-column4 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm06-5col-auto-column5 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm06-5col-auto-column5-cnt.p7ccm06-top-rounded {
	border-top-right-radius: 4px;
}
.p7ccm06-5col-auto-column5-cnt.p7ccm06-bottom-rounded {
	border-bottom-right-radius: 4px;
}

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

/*LINKS*/
.p7ccm06-content a, .p7ccm06-content a:visited {
	color: #823131;
}
.p7ccm06-content a:hover, .p7ccm06-content a:focus {
	color: #000;
}
.p7ccm06-content-row.p7ccm06-accent .p7ccm06-content a,
.p7ccm06-content-row.p7ccm06-accent .p7ccm06-content a:visited {
	color: #000;
	font-weight: bold;
}
.p7ccm06-content-row.p7ccm06-accent .p7ccm06-content a:hover,
.p7ccm06-content-row.p7ccm06-accent .p7ccm06-content a:focus {
	color: #FFF;
}

.p7ccm06-content-row.p7ccm06-contrast .p7ccm06-content a,
.p7ccm06-content-row.p7ccm06-contrast .p7ccm06-content a:visited {
	color: #BBB;
}
.p7ccm06-content-row.p7ccm06-contrast .p7ccm06-content a:hover,
.p7ccm06-content-row.p7ccm06-contrast .p7ccm06-content a:focus {
	color: #FFF;
}
/*.p7ccm06-2col-sidebar-left-column2-cnt*/
.p7ccm06-2col-sidebar-left-column2-cnt a, .p7ccm06-2col-fixed-left-column2-cnt a:visited,
.p7ccm06-2col-sidebar-right-column2-cnt a, .p7ccm06-2col-fixed-right-column2-cnt a:visited,
.p7ccm06-2col-sidebar-fixed-left-column1-cnt a, .p7ccm06-2col-sidebar-fixed-left-column1-cnt a:visited,
.p7ccm06-2col-sidebar-fixed-right-column1-cnt a, .p7ccm06-2col-sidebar-fixed-right-column1-cnt a:visited,
.p7ccm06-3col-sidebar-left-right-column2-cnt a, .p7ccm06-3col-sidebar-left-right-column2-cnt a:visited,
.p7ccm06-3col-sidebar-left-right-column3-cnt a, .p7ccm06-3col-sidebar-left-right-column3-cnt a:visited,
.p7ccm06-3col-sidebar-fixed-left-right-column1-cnt a, .p7ccm06-3col-sidebar-fixed-left-right-column1-cnt a:visited,
.p7ccm06-3col-sidebar-fixed-left-right-column2-cnt a, .p7ccm06-3col-sidebar-fixed-left-right-column2-cnt a:visited {
	color: #FFF;
}
/*Special Text Colors for Contrast and Accent Rows */
.p7ccm06-content-row.p7ccm06-accent .p7ccm06-content {
	color: #FFFFFF;
}
.p7ccm06-content-row.p7ccm06-contrast .p7ccm06-content {
	color: #AAA;
}

/*WIDTHS*/
.p7ccm06-auto { width: auto;}
.p7ccm06-min-max-980 { min-width: 980px; max-width: 1600px;}
.p7ccm06-min-max-960 { min-width: 960px; max-width: 1600px;}
.p7ccm06-min-max-940 { min-width: 940px; max-width: 1600px;}
.p7ccm06-fixed-980 { width: 980px;}
.p7ccm06-fixed-960 { width: 960px;}
.p7ccm06-fixed-940 { width: 940px;}
.p7ccm06-fixed-800 { width: 800px;}
.p7ccm06-fixed-700 { width: 700px;}
.p7ccm06-fixed-600 { width: 600px;}
.p7ccm06-fixed-500 { width: 500px;}
.p7ccm06-fixed-400 { width: 400px;}
.p7ccm06-fixed-300 { width: 300px;}
.p7ccm06-fixed-200 { width: 200px;}

/*Mobile Devices*/
@media only screen and (max-device-width: 480px) {
.p7ccm06 {max-width: 960px !important; min-width: 0px !important;}
#p7CCM_1, .p7ccm06-top-rounded, .p7ccm06-bottom-rounded {border-radius: 0px 0px 0px 0px !important;}
	body {
	margin: 0px !important;
	min-width: 0px !important;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.p7ccm06 {max-width: 960px !important; min-width: 0px !important;}
#p7CCM_1, .p7ccm06-top-rounded, .p7ccm06-bottom-rounded {border-radius: 0px 0px 0px 0px !important;}
body { margin: 0px !important; min-width: 0px !important;}
}
