/* 
  ------------------------------------------
  PVII Luna
  by Project Seven Development
  www.projectseven.com
  Layout08: Citrus - Flexible
  Vertical Menu
  ------------------------------------------
*/

body {
	font-family: Calibri, Geneva, Helvetica, sans-serif;
	margin: 0;
	background-color: #FFF;
	color: #000;
	padding: 0;
	min-width: 800px;
}

/*Logo basic properties and Fallbacks for older browsers*/
#logo {
	background-color: #54301A;
	border-bottom: 1px solid #F9A800;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

/*Logo CSS3 properties for modern browsers*/
#logo {
	background: -webkit-gradient(linear, left top, left bottom, from(#54301A), to(#54301A));
	background: -moz-linear-gradient(top, #54301A, #54301A);
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
	-moz-box-shadow: 3px 3px 20px #CCC;
	-webkit-box-shadow: 3px 3px 20px #CCC;
	box-shadow: 3px 3px 20px #CCC;
	background: linear-gradient(#54301A, #54301A);
}

/*Logo Microsoft Filter*/
#logo {
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#54301A', endColorstr='#54301A');
}

.navigation {
	position: fixed;
	left: 24px;
	top: 150px;
	width: 220px;
	z-index: 100;
}

.p7Luna-menu {
	margin: 0 auto;
	padding: 0px;
}

.p7Luna-menu li {
	list-style-type: none;
}

.p7Luna-menu a {
	display: block;
	color: #000;
	padding: 8px 10px;
	margin-bottom: 4px;
	border: 1px solid transparent;
	font-size: 16px;
	font-variant: small-caps;
	text-align: center;
	zoom: 1;
}

/*Menu Links CSS3 Properties*/
.p7Luna-menu a {
	border: 2px solid rgba(255,255,255,0);
}

.p7Luna-menu a:hover, .p7Luna-menu a:focus {
	border: 1px solid #000;
	outline: 0;
	color: #000;
	background-color: #54301A;
	text-decoration: none;
}

.p7Luna-menu a.down {
	border: 1px solid #000;
	color: #FFF;
	background-color: #FDC623;
	text-decoration: none;
}

/*Menu Hover and Down Links CSS3 Properties*/
.p7Luna-menu a:hover, .p7Luna-menu a:focus, .p7Luna-menu a.down {
	border: 2px solid rgba(255,255,255,1);
	-moz-box-shadow: 3px 3px 20px #CCC;
	-webkit-box-shadow: 3px 3px 20px #CCC;
	box-shadow: 3px 3px 20px #CCC;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

h1, h2, h3, h4 {
	line-height: normal;
}

h1 {
	font-size: 32px;
	margin: 0;
}

h2, h3, h4 {
	margin: 24px 0 0 0;
	font-size: 26px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

.section-header {
	margin: 0 0 20px 0;
}

span.subheading {
	display: block;
	font-size: 12px;
	color: #DE950E;
	font-weight: normal;
	letter-spacing: normal;
}

/*Adjust bottom padding to leave room for footer
Adjust left margin to leave room for navigation menu*/
#p7PGS_content  {
	border-left: 1px solid #CCC;
	margin: 0 0 0 280px;
	padding-bottom: 100px;
	z-index: 1;
}

/*Adjust padding to set top position of content sections and min height for the space at the bottom of each section*/
div.section {
	padding-top: 150px;
	min-height: 800px;
}

/*Text properties and white space for content in sections. Top padding is not necessary*/
div.section-content {
	line-height: 1.5;
	font-size: 16px;
	padding: 0px 30px;
}

.section-content ul {
	margin-left: .85em;
	padding-left: .85em;
}

.section-content li {
	list-style-type: square;
}

.section-content strong {
	color: #DE950E;
}

.section-content em {
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
}

.section-content a, .section-content a:visited {
	color: #069;
}

.section-content a:hover, .section-content a:focus {
	color: #000;
	outline: 0;
}


#footer {
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0px;
	z-index: 999999;
	background-color: #000;
}


/*Footer CSS3 Properties*/
#footer {
	-moz-box-shadow: 0px 0px 40px #999;
	-webkit-box-shadow: 3px 3px 20px #CCC;
	box-shadow: 3px 3px 20px #CCC;
}

#footer .footer-content {
	margin-left: 280px;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 16px 0;
	min-width: 800px;
}
.shadow-box {
	margin: 20px 0;
	padding: 28px 32px;
	background-color: #54301A;
	color: #CCC;
	line-height: 1.35;
	font-size: 15px;
}

/*Shadow Box CSS3 Properties*/
.shadow-box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-family: 'ArchitectsDaughterRegular', Calibri, Geneva, Helvetica, sans-serif;
	-moz-box-shadow: 6px 6px 20px #666;
	-webkit-box-shadow: 6px 6px 20px #666;
	box-shadow: 6px 6px 20px #666;
}

.shadow-box strong {
	font-weight: normal;
}

.shadow-box a, .shadow-box a:visited,
#footer a, #footer a:visited {
	color: #FFF;
}

.shadow-box a:hover, .shadow-box a:focus, #footer a:hover, #footer a:focus {
	color: #ECD113;
}

div.css-column-50percent {
	display: table-cell;
	padding: 0 20px;
	width: 50%;
	vertical-align: top;
}

div.css-column-60percent {
	display: table-cell;
	padding: 0 20px 0 0;
	width: 60%;
	vertical-align: top;
}

div.css-column-70percent {
	display: table-cell;
	padding: 0 20px 0 0;
	width: 75%;
	vertical-align: top;
}

div.css-column-30percent {
	display: table-cell;
	padding: 0 0 0 20px;
	width: 25%;
	border-left: 1px dotted #000;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.3;
}

div.css-column-40percent {
	display: table-cell;
	padding: 0 0 0 20px;
	width: 40%;
	border-left: 1px dotted #000;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.3;
}

table.data-table {
	width: 95%;
	background-color: #222;
	font-size: 12px;
	color: #CCC;
	margin: 12px 0;
	border: 16px solid;
	border-color: #222;
}

/*Data Table CSS3 Properties*/
table.data-table {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 6px 6px 20px #666;
	-webkit-box-shadow: 6px 6px 20px #666;
	box-shadow: 6px 6px 20px #666;
}

table.data-table th {
	font-weight: normal;
	padding: 0;
	background-color: #111;
}

table.data-table .transparent {
	background-color: #222;
}

table.data-table td {
	border: 1px solid #000;
	text-align: center;
	padding: 4px;
	background-color: #000;
}

table.data-table .no {
	background-color: #9C0;
	color: #000;
	border-color: #000;
}

/*
min height is assigned to the last section on the page. Adjust as necessary.
*/
div.section.last {
	min-height: 1200px;

} 
