/*
Theme Name: Zenergy Works
Theme URI: http://www.zenergyworks.com
Author: Zenergy Works
Author URI: http://www.zenergyworks.com
Description: Zenergy Works theme for WordPress 3.2.1
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

@import url("fonts.css");

/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/

/* ----- Paragraphs ----- */
p {
	font-size: 14px;
	line-height:1.6em;
	margin-bottom:20px;
}
strong {
font-style: normal!important;
font-weight:normal!important;
}

boldtext{font-weight: bold;}

body {
	font: 13px/1.5em Arial, sans-serif;
}

.small, small {
	font-size: 11px;
	line-height: 16px;
}


/* Selection colours (easy to forget) */

::selection 	 	{ background: rgb(221,90,43); color: #fff; text-shadow: none !important; }
::-moz-selection 	{ background: rgb(221,90,43); color: #fff; text-shadow: none !important; }
img::selection 		{ background: transparent; }
img::-moz-selection	{ background: transparent; }
body { -webkit-tap-highlight-color: rgb(221,90,43); color: #fff; text-shadow: none !important; }



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	width: 100%;
	background: #f3f3f3;
	padding: 0 0 30px 0;
	color: #1a1a1a;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
#masthead {
	background: #fff url(images/header-metal-bkgd.jpg) repeat-x center bottom;
	border-top: 3px solid #e5794a;
	min-width: 960px;
	position: relative;
	z-index: 2;
}
#header { 
	position: relative;
	height: 77px;
}
#subhead {
	height: 440px;
	background: #fff;
}
#subhead-menu {
	height: auto;
	background: #020202 url(images/body-carbon-bkgd.jpg) no-repeat center top;
	min-width: 960px;
}

#body {
	background: #fff;
	padding: 30px 0;
	position: relative;
	z-index: 1;
}
#column-left {
	width: 680px;
	margin-right: 40px;
	margin-left: 10px;
	float: left;
}
#column-right {
	width: 220px;
	float: left;
	display: inline;
}
#column-full {
	display: block;
	clear: both;
	margin: 0 10px 20px;
}
.section {
	margin-bottom: 20px;
}
.column {
	width: 290px;
	float: left;
	display: inline;
	margin: 15px;
}
#content-mid {
	background: #eeeeee;
	min-width: 960px;
}
#content-mid header {
	height: 32px;
	margin-bottom: 15px;
	clear: both;
}
#footer {
	background: #f3f3f3 url(images/footer-metal-bkgd.jpg) repeat-x center top;
}
.container {
	position:relative;
	width: 960px;
	margin: 0 auto;
}
.wpol {
	position:absolute;
	left: 472px;
	top: 328px;
}

/* ----- Dividers ----- */

.bevel {
	width: 100%;
	display: block;
	clear: both;
}

#divide-subhead {
	background: #dd5a2b url(images/body-bevel-orange-lrg-bkgd.png) repeat-x center top;
	height: 42px;
	min-width: 960px;
}
#divide-content {
	background: #dd5a2b url(images/body-bevel-orange-sml-bkgd.png) repeat-x center top;
	height: 10px;
	min-width: 960px;
}
#divide-footer {
	background: #d8562e url(images/footer-bevel-orange-lrg-bkgd.png) repeat-x center top;
	min-width: 960px;
	min-height: 50px;
}
/* ----- Headings ----- */

h1 {
	color: #2f2824;
	font-size: 24px;
	margin-bottom: 1em;
	line-height: normal;
	font-weight: normal;
	border: 0 none;
}

	table h1 {
		font-size: 22px;
	}
h2 {
	color: #2f2824;
	font-size: 24px;
	margin-bottom: 1em;
	line-height: normal;
	font-weight: normal;
}
	table h2 {
		font-size: 20px;
	}
h3 {
	color:#2f2824;
	font-size:21px;
	margin-bottom:0.8em;
	line-height:1.1em;
	font-weight: normal;
}
	table h3 {
		font-size: 18px;
	}
h4 {
	color:#2f2824;
	font-size:18px;
	margin-bottom:0.5em;
	line-height:1.5em;
	font-weight: normal;
	font-family:'Glypha LT W01 55 Roman', 'SquareSerifMedium', "Times New Roman", Times, serif !important;
}
	table h4 {
		font-size: 16px;
	}
h5 {
	color:#2f2824;
	font-size:16px;
	margin-bottom:0.5em;
	line-height:1.8em;
	font-weight: normal;
}
	table h5 {
		font-size: 14px;
	}
h6 {
	color:#2f2824;
	font-size:14px;
	font-weight: normal;
	margin-bottom:0.5em;

	line-height:1.8em;
}
	table h6 {
		font-size: 12px;
	}

h1, h2, h3, h4, h5, h6, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-family:'Glypha LT W01 65 Bold', 'SquareSerifDemi', "Times New Roman", Times, serif;
	font-weight: normal;
}

.industrial {
	font-family: 'BebasNeueRegular',Arial,sans-serif;
}
dropcap{
    color: #dd5a2b;
    float: left;
	font-family:'Glypha LT W01 65 Bold', 'SquareSerifDemi', "Times New Roman", Times, serif;
    font-size: 50px;
    font-weight: normal;
    line-height: 0.8em;
    margin-bottom: -3px;
    margin-right: 5px;
    padding-top: 0.075em;
	font-style: normal;
}

.entry-title {
	color: #2f2824;
	font-size: 36px;
	margin-bottom: 20px;
	line-height: normal;
	font-weight: normal;
	border: 0 none;
}
h1.entry-title {
	font-size: 36px;
}
.entry-title span {
	
}
.entry-header {
	clear: both;
	display: block;
	background: url(images/border-graph-incline.gif) no-repeat right bottom;
	padding-bottom: 25px;
	margin: 0 10px 30px;
	position: relative;
}
.social-recommend {
	margin: -20px 10px 25px;
	clear: both;
}
.social-recommend-facebook {
	float: left;
	display: inline;
	margin-right: 10px;
}
.social-recommend-gplus {
	float: left;
	display: inline;
	margin-right: 10px;
}
.search-results .entry-header, .post .entry-header {
	background: none;
	padding: 0;
	margin: 0 0 15px;
}
.search-results .entry-header .entry-title, .post .entry-header .entry-title {
	font-size: 25px;
}
.entry-header p {
	margin-bottom: 0;
}
.search-results .hentry, .post.hentry {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #EEEEEE;
}
.nav-next, .nav-previous {
	margin-bottom: 15px;
}
.search-results .page-title {
	font-family: 'Glypha LT W01 55 Roman', 'SquareSerifMedium', "Times New Roman", Times, serif;
}
.search-results .page-title span {
	font-family:'Glypha LT W01 65 Bold', 'SquareSerifDemi', "Times New Roman", Times, serif;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	font-family:'Glypha LT W01 65 Bold', 'SquareSerifDemi', "Times New Roman", Times, serif;
	color: #666;
	font-size: 19px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
	-webkit-transition: background 110ms ease, color 90ms ease;
	-moz-transition: background 110ms ease, color 90ms ease;
	-o-transition: background 110ms ease, color 90ms ease;
	transition: background 110ms ease, color 90ms ease;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #dd5b2c;
	color: #fff;
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/* ----- Typography ----- */

blockquote { font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px !important; font-weight: normal; font-style: italic; line-height: 1.6em; margin-bottom: 1.5em; color: #383838; border-left: 2px solid #efefef; padding-left: 20px; }
blockquote p { font-size: 16px !important; }
pquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px !important;
	font-weight: normal;
	font-style: italic;
	line-height: 1.6em;
	margin-bottom: 1.5em;
	color: #383838; 
	padding-left: 10px;
}

.quote p:first-letter {
	font-size: 1.5em;
	font-weight: bold;
}
cite { margin-bottom: 1.5em; font-size: 14px; clear: both; display: block; font-style: normal; font-weight: bold; font-family: Arial, sans-serif; }
.excerpt, .excerpt p {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* ----- Links ----- */

a {
	text-decoration: none;
	color: #dd5a2b;	
}
a:focus, a:active, a:hover { 
	text-decoration: underline;
}

.more {
	background: url(images/bullet-arrow-right-alt.png) no-repeat right center;
	padding-right: 15px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

/* Lists */

ul {
	margin-bottom:1.8em;
	list-style-image: url(images/bullet-arrow-right-alt.png);
	padding-left: 20px;
}
ul li {
	line-height:2em;
	margin-bottom: 5px;
	font-size: 13px;
}
ul li a {
	text-decoration: none;
}
ul li a:hover {
	text-decoration: underline;
}
ul li.caption { /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol {
	margin-bottom:0;
	margin-left:1em;
	padding-top: 5px;
}
li > ul li, li > ol li {
	font-size: 13px;
}
ol {
	margin-bottom:1.8em;
	list-style:decimal outside;
	padding-left: 25px;
}
ol li {
	font-size: 13px;
	line-height:2em;
	margin-bottom: 5px;
}
/* Rule */

hr {
	color: #E4E4E4;
	border-bottom: 2px dotted #E4E4E4;
	border-left: 0 none;
	border-top: 0 none;
	border-right: 0 none;
	outline: none;
	margin-bottom: 25px;
	width: 100%;
	clear: both;
}

/* ----- Buttons ----- */

input[type="submit"], .button {
	background: #dd5b2c url(images/nav-menu-item-bkgd.png) no-repeat center 0;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	color: #fff;
	text-shadow: 1px 1px 0 #DE401A;
	-webkit-transition: background 100ms linear, color 90ms ease;
	-moz-transition: background 100ms linear, color 90ms ease;
	-o-transition: background 100ms linear, color 90ms ease;
	transition: background 100ms linear, color 90ms ease;
	font-family:'Glypha LT W01 65 Bold', 'SquareSerifDemi', "Times New Roman", Times, serif;
	border: 0 none;
	padding: 6px 15px 8px !important;
	font-size: 19px !important;
	font-weight: normal;
	cursor: pointer;
	text-transform: lowercase;
	display: inline-block;
}
input[type="submit"]:hover, .button:hover, .button:active, .button:focus {
	background-color: #000;
	text-shadow: 1px 1px 0 #000;
	text-decoration: none;
}
.slide .button {
	padding: 10px 20px 12px;
	font-size: 21px;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	border-radius:22px;
}
.button-alt {
	background: #fff url(images/button-alt-bkgd.png) repeat-x left bottom;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	color: #dd5a2b;
	border: 2px solid #efefef;
	text-shadow: 1px 1px 0 #fff;
	-webkit-transition: background 100ms linear, color 90ms ease;
	-moz-transition: background 100ms linear, color 90ms ease;
	-o-transition: background 100ms linear, color 90ms ease;
	transition: background 100ms linear, color 90ms ease;
	font-family:'Glypha LT W01 65 Bold', 'SquareSerifDemi', "Times New Roman", Times, serif;
	padding: 6px 15px 8px;
	font-size: 19px !important;
	font-weight: normal;
	cursor: pointer;
	text-transform: lowercase;
	display: inline-block;
}
.button-alt:hover, .button-alt:active, .button-alt:focus {
	background: #dd5b2c;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 #DE401A;
}

/* Phone */

h2#phone { background: transparent url(images/feature-tab-phone-bkgd.png) no-repeat 0 0; width: 268px; height: 81px; float: left; margin: -20px 0 0 0; }
h2#phone span.phone-content { display: block; padding: 21px 65px 0 0; line-height: normal; text-align: right; font-family: 'BebasNeueRegular'; font-size: 35px; }

a#phone-sml { background: url(images/header-icon-phone.png) no-repeat 0 0; float: left; margin-left: 5px; display: block; width: 28px; height: 28px; text-indent: -999em; }

/* ----- Header ----- */

#branding {
	background: transparent url(images/zenergy-works-for-me-seo.png) no-repeat center center;
	width: 230px;
	height: 77px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
    text-indent: -999em;
	margin: 0;
	padding: 0;
}

#branding a {
	display: block;
	width: 230px;
	height: 77px;
}

/* ----- Branding Small ----- */

#branding-small {
	background: transparent url(images/zenergy-works-for-me-sml.png) no-repeat center center;
	width: 157px;
	height: 21px;
	display: block;
	margin: 0 120px	 10px 0;
    text-indent: -999em;
	float:left;
}

#branding-small a {
	display: block;
	width: 157px;
	height: 21px;
}

/* ----- Navigation ----- */

#primary {  
	width: 720px; 
	height: 36px; 
	position: absolute; 
	right: 0; 
	top: 21px;
	font-family:'Glypha LT W01 65 Bold', 'SquareSerifDemi', "Times New Roman", Times, serif;
	font-smooth: always;
}

#primary ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#primary .menu-main-menu-container, #primary .responsiveSelectFullMenu {
	float: right;
}
#primary > div > ul > li > a {
	font-size: 19px;
}
#primary .menu > li {
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	padding: 0 0 5px 0;
	height: 36px;
}
#primary a {
	display: block;
	text-decoration: none;
	-webkit-transition: background 100ms linear, color 90ms ease;
	-moz-transition: background 100ms linear, color 90ms ease;
	-o-transition: background 100ms linear, color 90ms ease;
	transition: background 100ms linear, color 90ms ease;
	position: relative;
}
#primary .menu > li > a {
	color: #1a1a1a;
	line-height: 36px;
	height: 36px;
	padding: 0 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-position: center 0;
	font-weight: normal;
	white-space: nowrap;
}
#primary .menu > li > .sub-menu {	
	top: 41px;
}
#primary ul li {
	position: relative;
}
#primary ul ul {
	display: none;
	background: #fff;
	padding: 10px;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	width: 210px;
	z-index: 99999;
	-moz-box-shadow: 2px 2px 15px #333333;
	-webkit-box-shadow: 2px 2px 15px #333333;
	box-shadow: 2px 2px 15px #333333;
	border: 2px solid #cccccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	font-family:'Glypha LT W01 55 Roman', 'SquareSerifMedium', "Times New Roman", Times, serif;
}
#primary ul ul li {
	margin: 0;
	padding: 0;
	height: auto;
}
#primary ul ul ul {
	left: 100% !important;
	top: -12px !important;
}
#primary ul ul a, #primary ul ul ul a {
	background: none;
	color: #252222;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	height: auto;
	padding: 8px 10px 11px;
	display: block;
	margin: 0;
	border-bottom: 1px solid #efefef;
}
#primary ul ul li:last-child > a {
	border-bottom: 1px solid #fff;
}
#primary li:hover > a,
#primary a:focus {
	background: #252222;
}
#primary li.nav-special > a {
	background: #eeeeee;
}
#primary ul ul li:hover > a,
#primary ul ul a:focus {
	background: #dd5a2b;
	color: #fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	border-bottom: 1px solid #fff;
}
#primary .menu > li:hover > a,
#primary .menu > a:focus {
	background: #dd5b2c url(images/nav-menu-item-bkgd.png) no-repeat center 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color: #fff;
	text-shadow: 1px 1px 0 #DE401A;
	-webkit-transition: background 100ms linear, color 100ms ease;
	-moz-transition: background 100ms linear, color 100ms ease;
	-o-transition: background 100ms linear, color 100ms ease;
	transition: background 100ms linear, color 100ms ease;
}
#primary ul ul li {
	margin: 0;
	padding: 0;
}
#primary .menu > li:hover { margin-bottom: 5px; }
#primary ul li:hover > ul {
	display: block;
}
#primary .menu > .current_page_item > a,
#primary .menu > .current_page_ancestor > a {
	background: #221f1f url(images/nav-menu-item-bkgd.png) no-repeat center 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	-webkit-transition: background 100ms linear, color 90ms ease;
	-moz-transition: background 100ms linear, color 90ms ease;
	-o-transition: background 100ms linear, color 90ms ease;
	transition: background 100ms linear, color 90ms ease;
}
#primary .menu > .current_page_item {
	background: url(images/bullet-arrow-down-black.gif) no-repeat center bottom;
	-webkit-transition: background 400ms linear, color 90ms ease;
	-moz-transition: background 400ms linear, color 90ms ease;
	-o-transition: background 400ms linear, color 90ms ease;
	transition: background 400ms linear, color 90ms ease;
}
#primary .menu > .current_page_item:hover {
	background: url(images/bullet-arrow-down-black.gif) no-repeat center -5px;
	-webkit-transition: background 400ms linear, color 90ms ease;
	-moz-transition: background 400ms linear, color 90ms ease;
	-o-transition: background 400ms linear, color 90ms ease;
	transition: background 400ms linear, color 90ms ease;
}



/* ----- Action Buttons ----- */

.action {
	width: 240px;
	float: left;
	display: inline;
	font-size: 11px;
	color: #ffffff;
}
.action-title {
	font-family: 'BebasNeueRegular', Impact, Arial, sans-serif;
	font-weight: normal;
	font-size: 31px;
	line-height: 31px;
	color: #e95f2d;
	letter-spacing: 1;
	text-transform: uppercase;
	margin: 0 0 6px; 
	padding: 0;
}
.action-sub-title {
	font-size: 12px;
	font-family:'Glypha LT W01 55 Roman', 'SquareSerifMedium', "Times New Roman", Times, serif;
	font-weight: normal !important;
	color: #fff;
	margin: 0 0 6px; 
	padding: 0;
	line-height: 1.5em;
}
.action a.action-link {
	padding: 25px 0 10px 65px;
	display: block;
	-webkit-transition: background 110ms ease, color 90ms ease;
	-moz-transition: background 110ms ease, color 90ms ease;
	-o-transition: background 110ms ease, color 90ms ease;
	transition: background 110ms ease, color 90ms ease;
}
.action a.action-link:hover, .action a.action-link:focus, .action a.action-link:active {
	text-decoration: none;
	color: #fc652a;
}
.action a.action-link:hover > .action-title {
	text-decoration: none;
	color: #fc652a;
}
.action a.action-link > ul li {
	color: #fff;
	padding: 0;
	margin: 0 0 0;
	font-size: 11px;
	line-height: 1.5em;
}
.action ul {
	list-style: none outside;
	list-style-image: none;
	padding: 0;
}
.action a.action-link > ul li .more {
	color: #e95f2d;
}
.action a.action-link:hover > ul li .more {
	color: #f36d35;
}
.action a#seo-act { 
	background:url(images/action-icon-seo.png) no-repeat -10px 15px;
}
.action a#smo-act { 
	background:url(images/action-icon-social-media.png) no-repeat -10px 15px;
}
.action a#web-act { 
	background:url(images/action-icon-website.png) no-repeat -10px 15px;
}
.action a#email-act { 
	background:url(images/action-icon-email.png) no-repeat -10px 15px;
}
.action a#seo-act:hover, .action a#smo-act:hover, .action a#web-act:hover, .action a#email-act:hover {
	background-position: -10px 40px;
	-webkit-transition: background 200ms ease, color 90ms ease;
	-moz-transition: background 200ms ease, color 90ms ease;
	-o-transition: background 200ms ease, color 90ms ease;
	transition: background 200ms ease, color 90ms ease;
}

/* ----- Our Work ----- */

#our-work article {
	width: 220px;
	float: left;
	margin: 20px 10px 40px 10px;
	font-size: 11px;
}
#our-work article p {
	font-size: 11px;
	margin-bottom: 5px;
}
#our-work article .meta {
	padding-top: 3px;
	border-top: 1px dotted #bebebe;
}
#our-work article h2 {
	color: #dd5a2b;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
}
#our-work article a > img {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1); 
	-webkit-transition: background 200ms ease, color 90ms ease;
	-moz-transition: background 200ms ease, color 90ms ease;
	-o-transition: background 200ms ease, color 90ms ease;
	transition: background 200ms ease, color 90ms ease;
}
#our-work article a:hover > img {
	background: #de5b2b;
	-webkit-transition: background 200ms ease, color 90ms ease;
	-moz-transition: background 200ms ease, color 90ms ease;
	-o-transition: background 200ms ease, color 90ms ease;
	transition: background 200ms ease, color 90ms ease;
}

.title-tab { 
	background:url(images/title-tab-orange-right.png) no-repeat top right; 
	display: block; 
	float: left; 
	height: 32px; 
	padding-right: 25px; 
	text-decoration: none; 
	font-size: 20px; 
	margin: 0 0 0 10px; 
	text-shadow: 1px 1px 0 #d24520; 
	font-weight: normal;
}

.title-tab span { 
	background:url(images/title-tab-orange-left.png) no-repeat; 
	display: block; 
	line-height: 26px; 
	height: 32px;
	padding: 0 0 0 25px; 
	color: #fff; 
}

/* ----- Article Columns ----- */

.article-title {
	color: #dd5a2b;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0;
}
.column article {
	border-bottom: 2px dotted #e4e4e4;
	margin-bottom: 20px;
}
.article .meta {
	display: block;
	font-weight: bold;
}


/* ----- Footer ----- */

#footer { color: #1a1a1a; clear: both; padding: 50px 0; }
#footer p { font-size: 12px; margin: 0; }
#footer ul.footer-widget { list-style: none outside; padding: 0; margin: 0 0 15px 20px; float: left; display: inline; width: 220px; }
#footer ul.first { margin-left: 0; }
#footer ul { list-style-image: none; }
#footer ul li { line-height: 30px; padding: 0; margin: 0; font-size: 12px; border-bottom: 1px dotted #cccccc; }
#footer ul li:last-child { border-bottom: 0; }
#footer ul li.last-child, #footer ul li.first-child { border-bottom: 0; }
#footer ul.footer-address li { margin-bottom: 20px; color: #1a1a1a; border-bottom: 0; }
#footer ul.footer-address li p { line-height: 1.7em; }
#footer ul.footer-address li.last-child { margin-bottom: 0; }
#footer ul.footer-widget h3 { font-size: 12px; font-weight: bold; line-height: normal; color: #1a1a1a; margin-bottom: 5px; line-height: normal; }
#footer a { color: #b13103; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer #footer-after { color: #1a1a1a; font-size: 12px; border-top: 1px dotted #b2b2b2; padding: 15px 0 0 0; }
#footer #footer-after a { color: #b13103; }
#footer #footer-after .left { float: left; text-align: left; }
#footer #footer-after .right { float:center ; text-align:right; }

/* ----- images ----- */

/* Alignment */
.alignleft {
	display: inline;
	float: left !important;
	margin: 0 15px 15px 0 !important;
}
.alignright {
	display: inline;
	float: right !important;
	margin: 0 0 15px 15px !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Forms */

input[type="text"], select, textarea {
	border: 2px solid #eeeeee !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea {
	padding: 5px 0 !important;
	outline: none;
}
.entry-content input#s {
	padding: 10px 6px;
}
.gform_title {
	font-weight: normal !important;
	font-size: 19px !important;
	margin: 0 0 10px !important;
}
.gform_wrapper {
	margin-top: 0 !important;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* Social Toolbar */

.toolbar-container {
	display: block;
	clear: both;
	margin-bottom: 20px;
}
.social-toolbar-container {
	float: right;
	left: -50%;
	position: relative;
	text-align: left;
}
ul.social-toolbar {
	left: 50%;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.social-toolbar.small {
	left: 0;
	position: static;
	margin: 0 0 10px;
}
ul.social-toolbar li {
	float: left;
	text-align: center;
	padding: 10px 10px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-collapse: collapse;
	margin: 0;
}
ul.social-toolbar.small li {
	padding: 6px;
}
ul.social-toolbar li a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -999em;
	overflow: hidden;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
ul.social-toolbar.small li a {
	width: 30px;
	height: 30px;
}
ul.social-toolbar li a:hover {
	background-position: 0 bottom !important;
}
ul.social-toolbar li.twitter a {
	background: url(images/social-icon-twitter-medium.png) no-repeat 0 top;
}
ul.social-toolbar li.facebook a {
	background: url(images/social-icon-facebook-medium.png) no-repeat 0 top;
}
ul.social-toolbar li.youtube a {
	background: url(images/social-icon-you-tube-medium.png) no-repeat 0 top;
}
ul.social-toolbar li.blog a {
	background: url(images/social-icon-wordpress-medium.png) no-repeat 0 top;
}
ul.social-toolbar li.gplus a {
	background: url(images/social-icon-gplus-medium.png) no-repeat 0 top;
}
ul.social-toolbar li.email a {
	background: url(images/social-icon-email-medium.png) no-repeat 0 top;
}
ul.social-toolbar li.customer-lobby a {
	background: url(images/social-icon-customer-lobby-medium.png) no-repeat 0 top;
}
ul.social-toolbar.small li.email a {
	background: url(images/social-icon-email-small.png) no-repeat 0 top;
}
ul.social-toolbar.small li.linked-in a {
	background: url(images/social-icon-linked-in-small.png) no-repeat 0 top;
}

ul.social-toolbar-square {
	list-style: none outside none;
	margin: 0 0 15px 0;
	padding: 0;
}
ul.social-toolbar-square li {
	float: left;
	text-align: center;
	padding: 5px 5px;
	margin: 0;
}
ul.social-toolbar-square li a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	overflow: hidden;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
ul.social-toolbar-square li.email a {
	background: url(images/social-icon-square-email-small.png) no-repeat 0 top;
}
ul.social-toolbar-square li.linked-in a {
	background: url(images/social-icon-square-linked-in-small.png) no-repeat 0 top;
}
ul.social-toolbar-square li a:hover {
	background-position: 0 bottom !important;
}

/* ----- Clearfix ----- */

span.clear {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	}
	
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/***********************************************************************************

Portfolio

************************************************************************************/

.filter-container {
	display: block;
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 40px;
	border-bottom: 2px solid #eeeeee;
}
.portfolio-filter {
	float: right;
	left: -50%;
	position: relative;
	text-align: left;
}
/* Filter Styling */

ul.filter, ul.filterable-grid {
	list-style: none outside;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
ul.filter {
	left: 50%;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
	font-family:'Glypha LT W01 65 Bold', 'SquareSerifDemi', "Times New Roman", Times, serif;
}
ul.filter li { 
	float:left;
	margin: 0 10px;
	padding-bottom: 0;
	font-size: 14px;	
}
ul.filter li a {
	text-decoration: none;
	display: block;
	padding: 5px 12px;
	-webkit-transition: background 100ms linear, color 90ms ease;
	-moz-transition: background 100ms linear, color 90ms ease;
	-o-transition: background 100ms linear, color 90ms ease;
	transition: background 100ms linear, color 90ms ease;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
ul.filter li a:hover {
	text-decoration: none;
	background: #eeeeee;
	color: #1a1a1a;
	text-shadow: 1px 1px 0 #fafafa;
}
ul.filter li.active a {
	background: #dd5b2c;
	color: #fff;
	text-shadow: 1px 1px 0 #DE401A;
}
ul.filterable-grid li {
	width:301px;
	float:left;
	margin: 0 6px 12px;
}
ul.filterable-grid li:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul.filterable-grid li img {
	background: #eeeeee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
	-webkit-transition: background 200ms ease, color 90ms ease;
	-moz-transition: background 200ms ease, color 90ms ease;
	-o-transition: background 200ms ease, color 90ms ease;
	transition: background 200ms ease, color 90ms ease;
}
ul.filterable-grid li:hover img {
	background: #de5b2b;
	-webkit-transition: background 200ms ease, color 90ms ease;
	-moz-transition: background 200ms ease, color 90ms ease;
	-o-transition: background 200ms ease, color 90ms ease;
	transition: background 200ms ease, color 90ms ease;
}
ul.filterable-grid li a {
	text-decoration: none;
}
ul.filterable-grid li:hover a {
	text-decoration: none;
}
ul.filterable-grid li a:hover {
	text-decoration: underline;
}
ul.filterable-grid li p {
	text-align:center;
	display:block;
	font-weight: normal;
	margin: 0 0 4px 0;

}
ul.filterable-grid li .client-name {
	font-family:'Glypha LT W01 55 Roman', 'SquareSerifMedium', "Times New Roman", Times, serif !important;
}
ul.filterable-grid li .service-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul.filterable-grid li .service-list span {
	padding: 0 4px 0 2px;
	border-right: 1px solid #efefef;
}
ul.filterable-grid li .service-list span:last-child {
	border-right: 0 none;
}
ul.filterable-grid li .service-list {
	line-height: 15px;
	min-height: 30px;
}
/* Tables */

.entry-content table,
.comment-content table {
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content thead td,
.comment-content thead td {
	border-top: 0 none;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px;
}
.entry-content td:last-child,
.comment-content td:last-child {
	border-right: 0 none;
}
.entry-content td:first-child,
.comment-content td:first-child {
	padding-left: 0;
}
.entry-content td.table-sub-header,
.comment-content td.table-sub-header {
	font-size: 14px !important;
}
.entry-content table p,
.comment-content table p {
	font-size: 12px;
}
table h1, table h2, table h3, table h4, table h5, table h6, table h1, table p, table ul {
	margin-bottom: 10px;
}
table h4 {
	color: #dd5a2b;
}
.entry-content td.table-indent,
.comment-content td.table-indent {
	padding-left: 12px;
}
table tr:hover > td {
	background: #fafafa;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
table p small {
	font-size: 11px;
}

#letterhead{
	max-width:1020px;
	margin:24px auto;
	padding-top:75px;
	background:url(images/zenergy-works-for-me-default-lrg.png) no-repeat center top;

}
	
#tagline{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:45px;
}

#letterhead h1.entry-title{
	font-size: 24px;
}

#letterhead article{
	border-bottom:solid 1px #333;
}

/* WP-PAGENAVI */

#body .wp-pagenavi span, #body .wp-pagenavi a {
	text-decoration: none;
	padding: 5px 12px;
	-webkit-transition: background 100ms linear, color 90ms ease;
	-moz-transition: background 100ms linear, color 90ms ease;
	-o-transition: background 100ms linear, color 90ms ease;
	transition: background 100ms linear, color 90ms ease;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 2px solid #efefef;
	font-family:'Glypha LT W01 55 Roman', 'SquareSerifMedium', "Times New Roman", Times, serif;
	font-weight: normal !important;
	font-size: 14px;
}
#body .wp-pagenavi a:hover {
	background: #dd5b2c;
	color: #fff;
	text-shadow: 1px 1px 0 #DE401A;
}
#body .wp-pagenavi .current {
	text-decoration: none;
	background: #efefef;
	color: #1a1a1a;
	text-shadow: 1px 1px 0 #fafafa;
}

/* WP-CAPTION */

.wp-caption {
	margin-top: 0.4em;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.wp-caption {
	background: #fff;
	margin-bottom: 1.625em;
	max-width: 96%;
	border: 1px solid #eeeeee;
	padding: 9px;
	-moz-box-shadow: 0 0 10px #efefef;
	-webkit-box-shadow: 0 0 10px #efefef;
	box-shadow: 0 0 10px #efefef;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0 5px 0;
	text-align: center;
	position: relative;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.blog .widget-title {
	font-size: 13px;
}
.widget-title {
	font-weight: normal;
	line-height: 1.5em;
	border-bottom: 1px dotted #EEEEEE;
	padding-bottom: 5px;
}
.widget ul {
	font-size: 15px;
	margin: 0;
	padding: 0 0 0 12px;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0;
}
.widget_search #s {
	width: 58%;
	padding: 5px 0 !important;
	margin-right: 1%;
	float: left;
	border-color: #c0c0c0 !important;
	text-indent: 5px;
	margin-bottom: 15px;
}
.widget_search input[type="submit"]#searchsubmit {
	float: left;
	width: 35%;
	line-height: 30px !important;
	height: 30px !important;
	font-size: 14px !important;
	padding: 0 !important;
	text-align: center;
	border-radius: 4px !important;
	margin-top: 1px;
	margin-bottom: 15px;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}
/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
	border-spacing: 0;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	border-spacing: 0;
	padding: 2px 3px;
}
.widget_calendar #wp-calendar caption {
	font-size: 13px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	font-family:'Glypha LT W01 65 Bold', 'SquareSerifDemi', "Times New Roman", Times, serif;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-family:'Glypha LT W01 65 Bold', 'SquareSerifDemi', "Times New Roman", Times, serif;
}
.widget_calendar #wp-calendar tbody td {
	font-size: 11px;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal !important;
	font-family:'Glypha LT W01 65 Bold', 'SquareSerifDemi', "Times New Roman", Times, serif;
}
.widget_calendar #wp-calendar #prev {
	text-align: left;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}
.widget_calendar #wp-calendar tfoot td a {
	font-weight: normal;
}

/* Entry Meta */

.entry-meta {
	color: #666;
	clear: both;
	font-size: 11px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.ex-month, .ex-year { width: 40%; float: left; clear: none !important; }


.et_slidecontent h2 { color:rgb(221,90,43); }

/*Blog Styles */

.blog iframe{
	max-width:100%;
}

/* Google Photography Landing Page
-------------------------------------------------------------- */
.page-template-google-photography-lp-php #subhead{
	height:546px;
}
	
.page-template-google-photography-lp-php h1{
	color: #dd5a2b;
	font-size: 36px;
	margin-bottom: 48px;
}
.page-template-google-photography-lp-php .gphoto-tour{
	position:absolute;
	top:-483px;
	left:0px;
}

.page-template-google-photography-lp-php #content-top {
	height:470px;
}
.page-template-google-photography-lp-php #content-mid {
	height:315px;
}
.trusted-agency-badge{
	position:absolute;
	top:-546px;
	right:0px;
	width:76px;
	height:76px;
	padding:38px;
	background:#fff;
	border-radius:12px;
}
#google-photo-subhead-menu {
	height: auto;
	background: #020202 url(images/body-carbon-bkgd.jpg) no-repeat center top;
	min-width: 960px;
	min-height:285px;
}

#google-photo-subhead-menu .container {
	min-height:310px;
	background:url(/images/google-photo-top-secret.png) 0 -35px no-repeat;
}

.subhead-trio {
	float:left;
	display:inline;
	padding-top:20px;
}


#subhead1 #num,
#subhead1 #secrets,
#subhead2 #virtual-tour,
#subhead3 #white,
#subhead3 #orange,
.subhead-trio #gforms_confirmation_message,
#google-top-left span,
#google-bottom-right #google-photographers,
#google-top-right span {
	font-family: 'Glypha LT W01 65 Bold', 'SquareSerifDemi', "Times New Roman", Times, serif;
}
#subhead1 {
	width:250px;
	padding-right:65px;
}
#subhead2 {
	width:340px;
	padding-right:65px;
	margin-bottom:54px;
}
#subhead3 {
	width:240px;
	position:relative;
}


#subhead1 #num {
	float:left;
	height:25px;
	font-size:56px;
	color:#fff;
	height:49px;
	position:relative;
	top:15px;
	margin-bottom:15px;
	padding-right:5px;
}
#subhead1 #secrets {
	font-size:20px;
	font-weight:bold;
	color:#e95f2d;
	line-height:22px;
}
#subhead1 #secrets strong {
	font-size:22px;
}

#subhead2 #virtual-tour {
	font-size:24px;
	font-weight:bold;
	color:#fff;
	display:block;
	margin-bottom:15px;
}
#subhead2 a img {
	border: 3px solid #949494;
	border-radius:3px;
}

#subhead3 #schedule-image {
	background:url(/images/google-photo-schedule-image.png) 0 0 no-repeat;
	width:100px;
	height:91px;
	position:absolute;
	top:-23px;
	right:0;
	
}
#subhead3 #white {
	font-size:30px;
	display:block;
	color:#fff;
	line-height:24px;
	height:55px;
	margin-bottom:5px;
}
#subhead3 #white strong {
	font-size:24px;
	font-weight:normal;
}
#subhead3 #orange {
	font-size:40px;
	color:#e95f2d;
	display:block;
	margin-bottom:15px;
}

.subhead-trio .gfield_label {
	display:none !important;
}
.subhead-trio .gform_wrapper .top_label input.medium {
	width:100% !important;
	margin-bottom:10px !important;
}
.subhead-trio .gform_footer {
	padding:0 !important;
	margin:0 !important;
	float:right !important;
}

.google-photo-badge {
	display:block;
	position:absolute;
	top:-186px;
	right:171px;
	background:url(/images/google-photo-badge.png) 0 0 no-repeat;
	width:274px;	
	height:248px;	
}

.subhead-trio #gforms_confirmation_message {
	color:#fff;
	font-size:16px;
}
.subhead-trio .validation_error,
.subhead-trio .validation_message { 
	color:#ff0000 !important;
	padding:0 !important;
	margin:0 !important; 
}
.subhead-trio .gfield_error {
	margin:0 !important;
	padding:0 !important;
}
.subhead-trio .gfield_error input {
	border:1px solid #ff0000 !important;
}
.subhead-trio li.gfield.gfield_error {
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
	background-color:transparent !important;
	width:100% !important;
}
.subhead-trio .gfield_error .ginput_container {
	max-width:100% !important;
}
.subhead-trio .gfield_error.gfield_contains_required {
	padding:0 !important;

}
.subhead-trio .validation_message { display: none;} 


#google-top-left {
	width:440px;
	margin-right:100px;
	float:left;
}
#google-top-left span {
	display:block;
	font-size:28px;
	margin-bottom:15px;
	color:#484848;
}
#google-top-left span strong {
	font-size:50px;
	color:#1a1a1a;
	font-weight:normal;
}
#google-top-left img {
	border: 3px solid #e95f2d;
	border-radius:3px;
	margin-bottom:20px;
}
#google-top-right {
	float:left;
	width:420px;
}
#google-top-right a {
	text-align:center;
}

#google-top-right img {
	border: 3px solid #949494;
	border-radius:3px;
	margin-bottom:20px;
}
#google-top-right span {
	font-size:27px;
	color:#484848;
	line-height:27px;
}

#google-top-right span strong {
	font-size:32px;
	color:#1a1a1a;
}
#google-top-right #center {
	text-align:center;
}
#google-bottom-left {
	border: 3px solid #949494;
	border-radius:3px;
	float:left;
	position:relative;
	top:44px;
	margin-bottom:44px;
}
#google-bottom-right {
	width:485px;
	float:left;
	position:relative;
	top:30px;
	margin: 0 0 25px 15px;
}

#google-bottom-right #google-photographers {
	background:url(/images/google-photo-camera.png) 0 0 no-repeat;
	padding-left:115px;
	height:60px;
	color:#1a1a1a;
	font-size:20px;
	font-weight:bold;
	padding-top:30px;
	margin-bottom:15px;
	line-height:24px;
}

#google-bottom-right #google-photographers span {
	color:#e95f2d;
	font-size:28px;
}

/* ----- career badge page ----- */

.badge-holder {
    width: 960px;
    margin: 0px auto;
}

.apply-link {
	font-family: 'Glypha LT W01 65 Bold','SquareSerifDemi',"Times New Roman",Times,serif;
	background-image: url('/images/link-arrow.png');
	background-repeat: no-repeat;
	padding-right: 11px;
	background-position: 105px center;
	color: #020202;
	font-size:18px;
	margin-top: 100px;
	min-height: 26px;
	margin-left: 18px;
}

.apply-link a {
	background-image: url('/images/link-arrow.png');
	background-repeat: no-repeat;
	background-position: 105px center;
	color: #020202;
}

.badge-title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #3b3b3b;
	text-align:left;
	margin-left: 18px;
	margin-top: 25px;
}

.badge1 {
    float: left;
	margin-left: 5px;
	margin-bottom: 50px;
	margin-right: 85px;
	background-image: url('/images/webdesigner-badge.jpg');
	background-repeat: no-repeat;
    width: 377px;
    height: 202px;
    text-align: left;
	opacity:0.5;	
}

.badge2 {
    float: left;
	margin-left: 5px;
	margin-bottom: 50px;
	margin-right: 85px;
	background-image: url('/images/graphic-designer.jpg');
	background-repeat: no-repeat;
    width: 377px;
    height: 202px;
    text-align: left;
	 opacity:0.5;	

}

.badge3 {
    float: left;
	margin-left: 5px;
	margin-bottom: 50px;
	margin-right: 85px;
	background-image: url('/images/accounting-badge.jpg');
	background-repeat: no-repeat;
    width: 377px;
    height: 202px;
    text-align: left;
	opacity:0.5;	

}

.badge4 {
    float: left;
	margin-left: 5px;
	margin-bottom: 50px;
	margin-right: 85px;
	background-image: url('/images/programmer-badge.jpg');
	background-repeat: no-repeat;
    width: 377px;
    height: 202px;
    text-align: left;
	opacity:0.5;	

}

.badge5 {
    float: left;
	margin-left: 5px;
	margin-bottom: 50px;
	margin-right: 85px;
	background-image: url('/images/sales-badge.jpg');
	background-repeat: no-repeat;
    width: 377px;
    height: 202px;
    text-align: left;
}

.badge6 {
    float: left;
	margin-left: 5px;
	margin-bottom: 50px;
	margin-right: 85px;
	background-image: url('/images/customer-services-badge.jpg');
	background-repeat: no-repeat;
    width: 377px;
    height: 202px;
    text-align: left;
	 opacity:0.5;	

}


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

	#apexchat_invitation_container_wrapper, #apexchat_invitation_container_minimized_wrapper {
	display: none;
	}
	
}