/* 
Title:		energyfilms.com screen styles
Author: 	gordon@slickfishstudios.com
*/
@charset "UTF-8";
/* CSS Document */




/*============================================================
GLOBALS
============================================================*/
body {
	font: 14px Verdana, Helvetica, Arial, sans-serif; 
	line-height: 1.5em; 
	color: #898989;
	background: #9ea8b0 url(../images/energy-films-blue-bkg.jpg) no-repeat center -250px;
}


/*============================================================
MISC STYLES
============================================================*/
a:link, a:hover, a:visited, a:active {
	outline: none;
	text-decoration: none;
	color: #1f7ec4; /* bright-blue */
}
a:hover {
	text-decoration: none;
	color: #60b5f4; /* brightest-blue */
}

a.backtotop {
	color: #7f9db9;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: .85em;
	margin-bottom: 10px;
}
a.backtotop:hover {
	color: #355a7c;
	text-decoration: underline;
}

h1, .header1 {
	color: #cb3131;
	font-size: 1.714em; /* 24px / 14px = 1.714 */
	font-weight: normal;
	font-style: normal; 
	margin-bottom: 3px;
}

h2 {
	color: #2373a6; /* blue */
	font-size: 1.4em; /* 20px */
	font-weight: normal;
	font-family: "bree-serif", Georgia, sans-serif;
	padding-top: 1em;
	padding-bottom: 7px;
	letter-spacing: .1em;
}
.format h2 {
	margin-top: .3em;
	margin-bottom: .3em;
}	
h3 {
	color: #284f6c; /* dark-blue */
	font-size: 1.2em; 
	font-weight: normal;
	font-family: "bree-serif", Georgia, sans-serif;
	padding-top: 1em;
	padding-bottom: 4px;
	letter-spacing: .1em;
}

.shadowstyle {

	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
}


.upper {
	text-transform: uppercase;
}
.tight {
	padding-bottom: 0px;
	margin: 0;
}

.under {
	text-decoration: underline;
}
.centerit {
	text-align: center;
	display: block; 
}

.red {
	color: #cb3131;
}
.white {
	color: #fff;
}

.green {
	color: #0b4d1a;
}
.dark-blue {
	color: #284f6c; /* dark-blue */
}
.gray {
	color: #666;
}

.blue {
	color: #7f9db9;
}
.darkblue {
	color: #4b667f;
}
.bright-blue {
	color: #1f7ec4; /* bright-blue */
}
hr {
	color: #ccc;
	background: #ccc;
	height: 1px; 
	border: 0;
	margin: 15px 0 10px 0;
}
.clear, .clearit {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.small {
	font-size: .9em; 
	font-weight: normal;
	text-transform: none;
}
.big {
	font-size: 1.2em; 
}
.medium {
	font-size: 1.1em; 
}
.left_side {
	float: left;
	padding: 0;
	margin: 0 15px 3px 0;
	text-align: left;
	line-height: normal;
}
.right_side {
	float: right;
	padding: 0;
	margin: 0 0 0 15px;
	text-align: left;
}
.lefty {
	display: block;
	text-align: left;
}
.righty {
	display: block;
	text-align: right;
}
.justify {
	text-align: justify;
	display: block;
}


/* LISTS */
ul {
	list-style-type: circle;
	color: #aaa;
	padding-left: 25px;
}

.bree {
	font-family: "bree-serif", sans-serif;
	letter-spacing: .1em;
}
.shadowit {
	-webkit-box-shadow:  1px 0px 5px 0px rgba(0, 0, 0, .4);
	box-shadow:  1px 0px 5px 0px rgba(0, 0, 0, .4);
}
.borderit {
	border: 1px solid #eee;
}
.caption {
	color: #2373a6;
	font-size: .7em;
	line-height: normal;
	clear: both;
}
#home .fourcol .caption {
	font-size: .85em;
}
.pad50 {
	padding-top: 50px;
}
.pad40 {
	padding-top: 40px;
}
.pad25 {
	padding-top: 25px;
}
.pad15 {
	padding-top: 15px;
}

ul.listLinks {
	font-size: 1.3em;
	color: #999;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
ul.listLinks li {

}
ul.listLinks li a {
	background: url(../images/white50.png);
	padding: .5em;
	display: block;
	margin-bottom: .5em;
	color: #4b667f;
}
ul.listLinks li a:hover {
	background: #fff;
}
ul.listLinks li a span {
	color: #1f7ec4; /* bright-blue */
}
ul.listLinks li a em {
	color: #666;
}


/*============================================================
CONTAINER
============================================================*/
.container {

}
/*============================================================
HEADER
============================================================*/
.header {
	min-height: 130px;
	overflow: auto;
}
.header a.logo_btn {
	width: 350px;
	height: 115px;
	outline: none;
	border: 0;
	text-decoration: none;
	display: block;
	overflow: hidden;
	margin-top: 10px;
	background: url(../images/energy-films-logo_btn.png) no-repeat left top;
}
.header a.logo_btn:hover {
	background-position: left -115px;
}
.header a.logo_btn span,
.header a.logo_btn_small span
{
	display: block;
	text-indent: -10000px;
}
.header a.logo_btn_small {
	width: 240px;
	height: 84px;
	background: url(../images/energy-films-logo-small_btn.png) no-repeat left top;	
	display: none;
}
.header .logo_btn_print {
	width: 350px;
	height: 115px;
	
	display: none;
}
/*============================================================
NAVBAR
============================================================*/
.navBar {
	margin: 90px auto 0 auto;
	padding: 0;
	float: left;
	min-height: 40px;

}
.navBar ul#nav {
	float: right;
	padding: 0;
	list-style: none;
	margin: 0 1em 0 0;
}
.navBar ul#nav li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;

}
.navBar ul#nav li a {
	display: block;

	font-family: "bree-serif", Georgia, sans-serif;
	font-size: 1.15em; /* 16px */
	text-decoration: none;
	color: #526b85; 
	outline: none;
	border: 0;
	letter-spacing: .1em;

	height: 40px;
	line-height: 40px;
}
.navBar ul#nav li.dot {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: .5em;
	font-weight: bold;
	color: #fff; 

	margin: 0 14px;
}
.navBar ul#nav li a:hover {
	border: 0;
	outline: none; 
	text-decoration: none;

	color: #284f6c; /* dark-blue */
}

/*============================================================
BODY Linking Current classes
============================================================*/
body#home .navBar ul#nav li#home-nav a,
body#about .navBar ul#nav li#about-nav a,
body#projects .navBar ul#nav li#projects-nav a,
body#services .navBar ul#nav li#services-nav a,
body#clients .navBar ul#nav li#clients-nav a,
body#contact .navBar ul#nav li#contact-nav a
{
	color: #48a3e2;
	color: #284f6c; /* dark-blue */
}
body#home .navBar ul#nav li#home-nav a:hover,
body#about .navBar ul#nav li#about-nav a:hover,
body#projects .navBar ul#nav li#projects-nav a:hover,
body#services .navBar ul#nav li#services-nav a:hover,
body#clients .navBar ul#nav li#clients-nav a:hover,
body#contact .navBar ul#nav li#contact-nav a:hover
{
	color: #fff; /* dark-blue */
}
/*============================================================
SLIDESHOW
============================================================*/
.slideshow {
	height: 495px;
	background: url(../images/paper-bkg.png) no-repeat center top;
	padding: 4px 0 0 0;
	margin: 0;
}
.rip { 
	height: 55px;
	background: url(../images/paper-bkg.png) no-repeat center bottom;
}



.bx-wrapper {
	padding: 0;
	margin: 0;
	
}

.slideshow ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 435px;
}
.slideshow li {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 435px;
}
/* place margin on parent */
#slider {
	margin-top: 30px;

}



/* must have fixed sizes */
.slideshow .left,
.slideshow .left2,
.slideshow .right,
.slideshow .right2
{
	float: left;
}
.slideshow .left { width: 39%; }
.slideshow .left2 { width: 57%; padding-left: 35px; }
.slideshow .right { width: 57%; }
.slideshow .right2 { width: 39%; }



.slideshow h1 {
	font-size: 1.71em; /* 24px */
	/* font-family: Verdana, sans-serif; */
	color: #5c829d; /* blue */
	line-height: 140%;
	letter-spacing: .05em;
	padding: 0;
	margin: 0 0 1em 0;
	margin-top: 60px;
}
.slideshow p {
	padding: 0;
	margin: 0;
	color: #666;
}
/* slide content styles */
.slideshow a {
	font-size: 1.285em; /* 18px */
	font-family: "bree-serif", sans-serif;

	color: #1f7ec4; /* bright-blue */
}
.slideshow a:hover {
	color: #60b5f4; /* brightest-blue */
	text-decoration: none;
}



/* position within .left */
.left h1,
.left p 
{
	padding: 0 35px 0 110px;	
}

.left2 img,
.left2 .box-shadow
{
	float: right;	
}

.right2 h1,
.right2 p 
{
	padding: 0 0 0 30px;
	width: 325px;	

}





/*pager wrapper*/
.bx-pager {
	position: absolute; 
	z-index: 4;
	top: 420px;
	right: 130px;


	text-align:right;
	padding: 0;
	font-size: 12px;
	color:#666;
}
/*pager links*/
.bx-pager a {
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	border: 0;
	text-decoration: none;

	float: left;
	margin-right: 5px;
	padding: 0;
	background: url(../images/pager-dots.png) no-repeat 0 -15px;
}
.bx-pager a:last-child {
	margin-right: 0px;
}
.bx-pager a:hover {
	background-position: left -30px;
}
.bx-pager .pager-active {
	background-position: left top;
}
.bx-pager a span {
	display: none;
}

/* ARROWS */
.bx-prev,
.bx-next
{
	position: absolute;
	z-index: 3;
	top: 217px;
	width: 45px;
	height: 60px;
	text-indent: -999999px;

	overflow: hidden;
	display: block;
	outline: none;
	border: 0;
	text-decoration: none;
}
.bx-prev {
	left: 20px;
	background: url(../images/arrow-left.png) no-repeat left top;
}
.bx-next {
	right: 20px;
	background: url(../images/arrow-right.png) no-repeat left top;
}
.bx-prev:hover,
.bx-next:hover
{
	background-position: left -60px;
}


.box-shadow {
	-webkit-box-shadow: 1px 1px 2px 2px #999999;
	box-shadow: 1px 1px 2px 2px #999999; 
	border: 1px solid #bcc7cf;
}


.format {
	min-height: 200px;
	padding: 0 4% 4% 4%;
	width: 92%;

	font-size: 1em; 

	margin-bottom: 4em;


}
.format p {
	line-height: 2em;
	font-size: .9em;
	color: #565656;
	margin-bottom: 1em;
}


/*============================================================
CONTAINER > three col misc styles
============================================================*/
.shadeBox, #facebook-news, .noShadeBox {
	background: url(../images/white50.png) repeat left top;
	padding: 4%;
	width: 92%;
	color: #626262;
	font-size: .85em; /* 12px */

	margin-bottom: 4em;

	border: 1px solid #c0c4c7;
}
.noShadeBox {
	background: none;
	padding: 0;
	width: 92%;
	border: 0;
}
.tencol .noShadeBox {
	
}
#facebook-news {
	height: 442px;
	overflow-y: auto;
	overflow-x: hidden;
}

.pushleft {
	padding-left: 10px;
}



/*============================================================
CONTAINER > .checkChart
============================================================*/
.checkChart {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.checkChart li {
	height: 32px;
	line-height: 32px;
	position: relative;
	background: url(../images/white60.png) repeat left top;
	margin-bottom: 2px;
}
.checkChart li:last-child {
	margin-bottom: 0px;
}
.checkChart li.alt {
	background: url(../images/white90.png) repeat left top;
}
.checkChart li p {
	padding-left: .85em;
	font-size: .857em; /* 12 */
	color: #4f4f4f;
}
.checkChart li .check {
	position: absolute;
	top: 4px;
	right: 8px;
	width: 21px;
	height: 21px;
	background: url(../images/check.png) no-repeat left top;
}


.threecol .shadeBox {
	margin-bottom: 1%;
}
.shadeBox ul.reg {
	color: #6b7784;
	font-size: 1.2em;
}
.shadeBox ul.reg li {
	margin-bottom: .6em;
}


/*============================================================
CONTAINER > footer
============================================================*/
.footer { 
	min-height: 85px;

	font-size: .8em;
	color: #7d8990;
	line-height: 140%;
	background: url(../images/footer-bkg.png) no-repeat center top;
	overflow: auto;
}
.footer p {
	padding-top: 35px;
}
.footer p.left {
	padding-left: 1em;
	text-align: left;
}
.footer p.middle {
	text-align: center;
}
.footer p.right {
	padding-right: 1em;
	text-align: right;
}
.footer a {
	color: #7d8990;
}
.footer a:hover {
	color: #fff; 
}

/*============================================================
CONTAINER > footer > SOCIAL MEDIA BOX
============================================================*/
#social-media-box {
	margin-top: 30px;
}
#social-media-box a.social-media {
	width: 100px;
	height: 30px;
	overflow: hidden;
	display: block;
	float: right;
	margin: 3px 0px 0 3px;
	border: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#social-media-box span {
	display: none;
}
#social-media-box a.social-media:hover {
	background-position: left -30px;
}
#social-media-box .facebook {
	background: url(../images/facebook_btn.png) no-repeat left top;
}
#social-media-box .twitter {
	background: url(../images/twitter_btn.jpg) no-repeat left top;
}
#social-media-box .blog {
	background: url(../images/blog_btn.jpg) no-repeat left top;
}






/*============================================================
MEDIA CALLS
============================================================*/

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&       1023       &&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* Smaller screens */

@media only screen and (max-width: 1023px) {

	.navBar {
		margin-top: 0;	
		clear: both;
		overflow: auto;
	}
	.navBar ul#nav {
		float: left;
		padding: 0;
		margin: 0;

	}

	/* position within .left */
	/*.slideshow h1,
	.slideshow p 
	{
		padding: 0 3% 0 6%;	
	}
	.slideshow h1 {
		font-size: 1.5em; 
		margin-top: 15%;
	}*/

	/*pager wrapper*/
	/*.bx-pager {
		top: 390px;
		left: 48%;
		
	}*/

	/* ARROWS */
	/*.bx-prev,
	.bx-next
	{
		top: 84%;
	}*/
	
}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&       767       &&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* Mobile */

@media handheld, only screen and (max-width: 767px) {

.footer {
	height: 200px;
	background: url(../images/footer-tall-bkg.png) repeat-x left top;
}

.footer p.left {
	padding: 35px 0 0 0;
}
.footer p.middle,
.footer p.right
{
	padding-top: 0px;
}
.footer p.left,
.footer p.middle,
.footer p.right
{
	margin: 0 0 1em 0;
	text-align: left;
}
#social-media-box {
	margin-top: 0px;
}
#social-media-box a.social-media {
	float: left;
	margin: 3px 0px 0 3px;
}


}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&       440       &&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* Tiny */

@media handheld, only screen and (max-width: 480px) {



	.header a.logo_btn {
		display: none;
	}
	.header a.logo_btn_small {
		display: block;
	}







}









