/*---------------------------*******----------------------------
----------------------------------------------------------------
Website Name: Profoam: Spray Foam Insulators of Tennessee
Website URL: ??
Website Author: Scott Briscoe
Author URL: www.atlarge-web.com
Client: Lagniappe Media
Copyright 2013. All Rights Reserved.

COLOR GUIDE
-------------
- Dk Blue (Header Bkgnd, Footer Bkgnd): #022945
- Med Blue (Sidebar Box boders): #0071BC
- Dk Grey (Site Bkgnd, Body Text): #404040
- Med Grey (H1, horizontal rules): #999999
- Dk Red (H2, Header Inset): #C1272D
- Med Red (Phone Number): #E6474D
- Yellow (Sidebar Box Headings, Main Menu Hover): #F2DD4C
-------------

TYPOGRAPHY GUIDE
-------------
- Body - Open Sans (14px)
- H1 _ Open Sans (30.5px)
- H2 - Open Sans (23px)
- H3 - Open Sans (19px)
- Main Menu - Maven Pro (16.5px)
-------------
-----------------------------*******--------------------------*/

/*---------------------------*******----------------------------
----------------------------------------------------------------
TABLE OF CONTENTS
-----------------
1. Universal Styles (typography, etc.)
2. Framework Overides
3. Header & Nav Styles
4. Main Body Content
5. Sidebar Content
6. Widget Content
7. Footer Content
8. Search & Forms
----------------------------------------------------------------
-----------------------------*******--------------------------*/


/*---------------------------*******----------------------------
1. UNIVERSAL STYLES (TYPOGRAPHY, ETC.)
-----------------------------*******--------------------------*/
body {
	color: #404040;
	background-color: #404040; 
}
h1 {
	font-size: 30.3px;
	line-height: 30.3px;
	text-transform: uppercase;
	background-image: url(../../../../../images/gfx/header-cap.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.home h1 {
	background-image: none;
	padding-left: 0;
}
h2 {
	font-size: 23px;
	line-height: 23px;
}
h3 {
	font-size: 19px; 
	line-height: 19px;
	margin-bottom: -11px;
}
h4 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: -11px;
}
table {
	margin: 15px 0;
}

article h1 {
	color: #999;
}
article h2, h3, h4 {
	color: #C1272D;
}

.no-margin {margin: 0;}

.text-shadow {text-shadow: 1px 1px 2px rgba(0, 0, 2, 0.8);}

hr {
	border-top-color: #999999;
	margin-top: 40px;
}

a.button {
	padding: 8px 15px;
	text-transform: uppercase;
	/* line-height: 42px; */
	color: #FFF;
	border-radius: 8px;
	box-shadow: 1px 2px 2px #111;
}
a.button:hover, a.button-small:hover {
	box-shadow: inset 1px 2px 2px #111;
}
a.button-small {
	border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 2px 2px #111111;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 24px;
    padding: 2px 10px;
    text-transform: uppercase;
}

a.red {
	background-color: #ED1C24;
	background-image: url(../../../../../images/gfx/button-bkgnd-red.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #661416;
}

/*---------------------------*******----------------------------
2. FRAMEWORK OVERRIDES
-----------------------------*******--------------------------*/
.wrapper { /* Top Page Gradient */
	background-color: #FFF;
	background-image: url(../../../../../images/gfx/page-background-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.wrapper-inner { /* Bottom Page Gradient */
	background-color: transparent;
	background-image: url(../../../../../images/gfx/page-background-bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #FFF;
}


/*---------------------------*******----------------------------
3. HEADER & NAV STYLES
-----------------------------*******--------------------------*/
/* HEADER ELEMENTS
---------------------*/
#header { /* Header Rule Lines */
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 2px 0;
}
.header-inner { /* Header Bkgnd Color */
	background-color: #022945;
	color: #FFF;
	padding: 38px 0 15px 0;
	overflow: hidden;
}
#headerbar {  /* Framework Override */
	background-color: #C1272D;
	position: relative;
	height: 80px;
	box-shadow: 0px 3px 4px #111;
	margin-bottom: 0;
}
#headerbar .module {margin-right: 15px;}  /* Framework Override */

#menubar {  /* Framework Override */
	background-image: url(../../../../../images/gfx/main-menu-bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 62%;
	position: absolute;
	height: 100%;
}
#logo {  /* Framework Override */
	position: absolute;
	left: 52%;
	top: -33px;
}
.marketing-block {
	margin-top: 6px !important;
	margin-right: 30px !important;
}
.marketing-block h2 {
	font-size: 23px;
    line-height: 23px;
}
.static-contact-info {
	margin: 10px 30px 0;
}

/* NAV/MAIN MENU
---------------------*/
#menu {
	position: absolute;
	left: 0;
	bottom: 0;
}
.menu-dropdown li.level1 {
	margin: 0 0 10px;
	padding: 0;
}
.menu-dropdown li.active {
	background-image: url(../../../../../images/gfx/main-menu-active-bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	box-shadow: inset 0px 0px 10px #111;
}
.menu-dropdown li.active .level1 {
	color: #FFF;
	background-image: url(../../../../../images/gfx/main-menu-active-arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu-dropdown li.level1:hover {
	box-shadow: inset 0px 0px 10px #111;
}
.menu-dropdown li.level1:hover .level1, .menu-dropdown li.remain .level1 {
	color: #F2DD4C;
}
.menu-dropdown a.level1, .menu-dropdown span.level1 {
	font-size: 16.5px;
	border: none;
	color: #FFF;
	background-image: url(../../../../../images/gfx/main-menu-up-arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
	height: 35px;
	padding: 45px 25px 0;
	line-height: inherit;
}


/*---------------------------*******----------------------------
4. MAIN BODY CONTENT
-----------------------------*******--------------------------*/
.content, header {
	margin: 30px;
}
.yelo-text {
	color: #F2DD4C;
}
.all-caps {
	text-transform: uppercase;
}

.red-text {color: #E6474D;} /* For red elements on Dk Blue Bkgnd */

.small-text {font-size: 11px;}

/* PROJECTS 
---------------------*/
.project-list-title {
	margin-bottom: inherit;
}
table.project-summary td {
	padding: 1px 80px 1px 1px;
	vertical-align: top;	
}
.project-detail-title {
	background-color: #C1272D;
	color: #FFF;
	font-weight: bold;
    padding: 24px 16px 8px;
}
div.project-image {
	float: right;
	margin: -45px 50px 0 0;
}
table.project-details td{
	vertical-align: top;
	padding: 8px 16px;
}
table.project-details .col1 {
	width: 35%;
	background-color: #808080;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
table.project-details .col2 {
	border-bottom: 1px solid #BFBFBF;
	width: 65%;
}

/* LISTS 
---------------------*/
ul.arrow-list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 26px;
}
ul.arrow-list li {
	background-image: url(../../../../../images/gfx/list-arrow-red.png);
	background-repeat: no-repeat;
	background-position: left 5px;
    margin: 20px 0;
    padding: 0 0 0 12px;
}
ul.small-arrow-list {
	list-style-type: none;
	padding: 0;
}
ul.small-arrow-list li {
	background-image: url(../../../../../images/gfx/list-arrow-dkgrey.png);
	background-repeat: no-repeat;
	background-position: left 5px;
    padding: 0 0 0 10px;
}


/*---------------------------*******----------------------------
5. SIDEBAR CONTENT
-----------------------------*******--------------------------*/
.mod-box { /* Framework Override */
	border: none;
}
.hilight-box {
	position: relative;
	width: 216px;
	border: 2px solid #0071BC;
	min-height: 248px;
	background-color: #29ABE2;
	background-image: url(../../../../../images/gfx/highlite-box-bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFF;
	padding: 190px 15px 15px;
	text-shadow: 0 1px 1px rgba(0, 0, 2, 0.8);
}
.highlightbox-hero {
	margin: 0;
	padding: 0;
}
.highlightbox-hero img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-bkgnd {
	position: absolute;
	font-size: 18.5px;
    font-weight: bold;
    text-align: center;
	top: 152px;
	left: -14px;
	width: 269px;
	height: 39px;
	margin: 0;
	padding: 8px 0 0;
	background-image: url(../../../../../images/gfx/header-banner.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.bluebox {
	position: relative;
	width: 216px;
	border: 2px solid #0071BC;
	min-height: 600px;
	background-color: #29ABE2;
	background-image: url(../../../../../images/gfx/highlite-box-bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFF;
	padding: 15px;
}


/*---------------------------*******----------------------------
6. WIDGET CONTENT
-----------------------------*******--------------------------*/


/*---------------------------*******----------------------------
7. FOOTER CONTENT
-----------------------------*******--------------------------*/
#bottom-b {
	background-color: #022945;
	color: #FFF;
	padding: 0 75px;
	margin: 15px;
}
#bottom-b .logo-grid div {
	text-align: center;
}
#footer { /* Footer Rule Line */
	border-top: 1px solid #999;
	padding: 2px 0 0 0;
}

.footer-inner { /* Footer Bkgnd Color */
	/*
background-color: #022945;
	color: #FFF;
*/
	padding: 32px;
}
#totop-scroller { /* Framework Override */
	right: 32px;
	top: 32px;
	color: #022945;
}
/*---------------------------*******----------------------------
8. SEARCH & FORMS
-----------------------------*******--------------------------*/

/*-- This is a single line comment Example --*/

/* BPA styles */
.header-inner {
	overflow: visible;
}
#menubar {
	width: 100%;
}
.menu-dropdown .dropdown {
	top: 80px;
}
.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
	padding: 45px 22px 0;
}
.menu-dropdown a.current.level2 {
	color: #FFFFFF;
}
.menu-dropdown a.current.level2:hover {
	color: #f2dd4c;
}
iframe {
	max-width: 100%;
}
#bottom-a {
	margin: 0 1.5%;
}
.footer-inner {
    padding: 20px 32px 50px 32px;
}
.footer-wrap {
	margin: 0 auto; 
	width: 425px;
}
.footer-logo {
	float: left;
	width: 225px;
}
.footer-copyright {
	margin-left: 225px; 
	padding: 22px 0px 0px; 
	width: 200px;
}
.footer-copyright p {
	text-align: center;
}
@media (min-width: 768px) and (max-width: 1045px) {
	#logo {
		display: none;
	}
}
@media (min-width: 480px) {
	#sidebar-b .module {
		float: right;
	}
}
@media (max-width: 480px) {
	.hilight-box {
		margin: 10px auto;
	}
	.footer-wrap { 
		width: auto;
	}
	.footer-logo {
		float: none;
		margin: 0 auto;
	}
	.footer-copyright {
		margin: 0 auto;
	}
}