/* @override http://www.elementalmedia.info/?css=home/screen.css.v.1230068031 */

/* Elemental media stylesheet | by Stanislav Majerski */

/* @group reset by Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
 
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group utilities */

.inner { 
	width: 960px;
	margin: 0 auto;
	clear: both;
}
	
.ui-tabs-hide { display: none;}
strong, b { font-weight: bold;}

/* Sticky footer section, also check #footer for sync*/
html, body, #wrapper {height: 100%;}
body > #wrapper {height: auto; min-height: 100%;}
#content {padding-bottom: 13.5em;}  /* must be same height as the footer */

/* @end */

/* @group base */

html {
	overflow-y: scroll; /*force vertical scrollbars*/
}

body {
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	background: #2F3235;
	color: #fff;
	height: 100%; /*for sticky footer*/
}

a:link, a:visited {color: #009DDE; text-decoration: none;}
a:hover, a:focus {color: #6B9AAE;}
a:active {}

ol, ul {
	line-height: 1.5em;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#wrapper { /*for sticky footer*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -3em auto;
}

/* @end */


/* @group = header */

#header {
	background-color: #131516;
}

#header .inner {
	/*background: url(images/style/div-header-bg.jpg) no-repeat;*/
	/*driven from header inline style now for random photo pic reason*/
}

#header h1 a {
	float: left;
	width: 200px;
	padding: 0 20px;
	margin-top: 2em;
	font-size: 1.5em; 
	line-height: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	text-indent: -9999px;
	background: url(images/content/elementalmedia-logo.png) no-repeat;
}

#header #slogan { height: 126px; clear: both;}
body.home #header #slogan { height: 180px; } /*was 252px made it small after new footer*/

/* @group - navigation */

#navigation {
	float: right;
	margin: 3em 30px 0 0;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	font-size: 1.5em;
	line-height: 2em;
	padding: 0 .5em;
	font-weight: bold;
	text-transform: lowercase;
	color: #fff;
	text-shadow: 1px 0 5px #000;
	letter-spacing: -1px;
}

#navigation ul li a:visited { color: #ddd; }
#navigation ul li a:hover { color: #009DDE; text-shadow: 0 0 2px #000;}
#navigation ul li a:active { text-shadow: 0 0 0px #000;}
#navigation ul li.selected a { color: #009DDE;}

/* @end of navigation */

/* @end of header */

/* @group = content */

#content {
	background: url(images/style/div-content-bg-top.gif) repeat-x;
	text-shadow: 0 0 1px #000;
}

#content .inner {
	background: url(images/style/divider-960.gif) center 54px no-repeat;
	width: 962px;
}

/* @group = home menu */

/* @group - menu tab selection*/

#menu {
	overflow: auto;
	padding: 0 0 1.5em 0;
	
}

body.home #menu h2 {
	text-indent: -9999px;
}

#menu h3 {
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
	letter-spacing: -1px;
}

/* @group menu tab selection */

#tab-select li {
	float: left;
}

#tab-select li a {
	display: block;
	background: #000;
	width: 199px;
	height: 54px;
	padding: 0 20px;
	font-size: 2em;
	line-height: 2.25em;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #2F3235;
	text-shadow: 0 0 1px #000;
	cursor: pointer;
	border-right: 1px solid #2F3235;
}

#tab-select li.tab-1 a {
	width: 198px;
	border-right: 1px solid #2F3235;
	border-left: 1px solid #2F3235;
}

#tab-select li a:hover {
	background: #009DDE url(images/style/div-tab-select-li-a-bg-hover.gif) 0 0 no-repeat;
	color: #000;
}

#tab-select li.ui-tabs-selected a {
	color: #009DDE;
	background: #0E0E0F;
}

#tab-select li.ui-tabs-selected a:hover {
	background: #000;
	color: #009DDE;
}

/* @end */

/* @end */

/* @group - utility */

.column {
	float: left;
	width: 200px;
	padding: 1.5em 20px;
	text-shadow: 0 0 1px #000;
	}

.column ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 1.5em;
}

p.intro {
	font-size: 1.333em /*16px*/;
	line-height: 1.5em /*24px*/;
	margin-top: 1.125em /*18px*/;
}

/* @end */

/* @group - company */

#company .column {
	padding-bottom: 0;
}

#company em {
	color: #6B9AAE;
}

#company img {
	margin-left: -20px;
	display: block;
}

/* @end */

/* @group - clients */

#clients blockquote {
	margin-top: 1.5em;
}

#clients blockquote p {
	color: #999;
}

#clients blockquote+p {
	font-weight: bold;
}

#clients blockquote+p em {
	font-weight: normal;
	color: #6B9AAE;
}

#clients ul li {
	color: #6B9AAE;
}

#clients ul li strong {
	color: #fff;
}

#clients ul li em {
	color: #999;
	display: block;
	font-style: normal;
}

/* @end */


/* @group - team */

#team h3+p {
	margin-top: -9px;
	margin-bottom: 9px;
	color: #6B9AAE;
}

#team img {
	width: 240px;
	height: 180px;
	margin-left: -20px;
	display: block;
}

#team ul {
	list-style: none;
}

#team ul li {
	margin-bottom: 1.5em;
	font-weight: bold;
}

#team ul li em {
	color: #6B9AAE;
	font-weight: normal;
}

#team .intro {
	margin-top: 3.8em;
}


/* @end */

/* @group - contact */

#contact div.thanks {
	margin-top: 3em;
	background: #000;
	color: #8F959B;
	padding: 0 20px;
}

#contact div.thanks p {
	margin: 0;
	font-size: 1.333em /*16px*/;
	line-height: 1.5em /*24px*/;
	margin: 24px 0;

	}

#contact form fieldset legend {
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
	letter-spacing: -1px;
}

#contact form label {
	line-height: 2em;
	padding: 0 5px;
	background: black;
	display: block;
	color: #8F959B;
}

#contact form input, #contact form textarea, #contact form button {
	font: 12px/1.5em Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: 0 0 1px #000;
	background-color: #454A4E;
	color: #fff;
}

#contact form input:focus, #contact form textarea:focus {
	background-color: #5C6268;
}

#contact form input {
	width: 190px;
	border: none;
	padding: .25em 5px;
	margin: 0 0 .75em 0;
}

#contact form textarea {
	width: 190px;
	height: 12em;
	border: none;
	padding: 5px;
	margin: 0;
	display: block;
	overflow:auto;
}

#contact form button {
	font-size: 1.5em;
	font-weight: normal;
	width: 200px;
	height:	2em;
	background: #000;
	color: #5F656B;
	border: none;
	margin: 0;
	cursor: pointer;
	letter-spacing: -1px;
}

#contact form button:hover {
	background: #009DDE;
	color: #000;
}

#contact img {
	margin: 36px 0 0 0;
	width: 440px;
	height: 305px;
	display: block;
}

#contact a.gmap {
	display: block;
	line-height: 2em;
	background: #000;
	padding: 0 10px;
	position: absolute;
}

#contact a.gmap:hover {
	background: #009DDE;
	color: #fff;
}

#contact img.gueswhat {
	width: 200px;
	height: 36px;
	margin: 9px 0 0 0;
	border: 0;
}

#contact label.captcha_instruct {
	font-size: 12px;
	line-height: 18px;
	padding: 9px 10px;
	background: #0B0C0D;

}

/* @end */

/* @end */


/* @group = portfolio */

.portfolio-entry {
	padding: 0 20px 0 20px;
	clear: both;
	margin-bottom: 1.5em;
}

body.portfolio #menu .first {
	padding-top: 3em;
}

.portfolio-entry h2 {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #bbb;
	letter-spacing: -1px;
}

.portfolio-entry h2 a {
	color: #4F5459;
}

.portfolio-entry h2 a:hover {
	color: #009DDE;
}

.portfolio-entry .project-details {
	height: 16px;
	padding-left: 10px;
	margin: 0 0 1.5em -10px;
	background: #292B2E;
	color: #4F5459;
	border-top: 1px solid #252729;
	border-bottom: 1px solid #34383B;
}

.portfolio-entry .project-details p {
	color: #4F5459;
	line-height: 16px;
}

.portfolio-entry .description {
	width: 210px;
	padding-right: 20px;
	float: left;
}

.portfolio-entry .description em {
	font-style: italic;
}

.portfolio-entry .description strong {
	font-weight: bold;
}

.portfolio-entry a.visitsite {
	color: #4F5459;
	padding: 3px 9px 3px 0;
}

.portfolio-entry a.visitsite:hover {
	color: #009DDE;
}

/* @group - gallery section */

.portfolio-entry .gallery ul.thumbs {
	width: 240px;
	float: left;
}

.portfolio-entry .gallery ul.thumbs li {
	display: inline;
	float: left;
	height: 74px;
	width: 104px;
	overflow: hidden;
	margin: 0 15px 13px 0;
	background: url(images/style/ul-thumb-li-bg.png) no-repeat;
}


.portfolio-entry .gallery ul.thumbs li a {
	display: block;
	height: 69px;
	width: 102px;
	margin: 0 0 0 1px;
	opacity: .5;
}

.portfolio-entry .gallery ul.thumbs li.selected a {
	background: #A9A9B3;
	opacity: 1;
}

.portfolio-entry .gallery ul.thumbs li a:hover {
	background: #fff;
}

.portfolio-entry .gallery ul.thumbs li a:active {
	background: #009DDE;
}

.portfolio-entry .gallery ul.thumbs li img {
	margin: 1px 0 0 1px;
}

.portfolio-entry .slideshow {
	width: 450px;
	height: 306px;
	float: left;
	margin-bottom: 1.5em;
	overflow: hidden;
	background: #2D3033 url(images/style/div-slideshow-bg.gif) bottom left no-repeat;
	padding: 0;
}

/* @end */

/* @group - old bottom project details bar */

.portfolio-entry div.details {
	height: 2em;
	clear: both;
	margin-top: 3em;
	background: #292B2E;
	padding: 0 0 0 10px;
}

.portfolio-entry div.details {
	color: #4F5459;	
}

.portfolio-entry div.details p {
	line-height: 2em;
	position: relative;
}


.portfolio-entry div.details p span {
	/*display: block;*/
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}

.portfolio-entry div.details p span a {
	display: block;
	background: #222427;
	color: #4F5459;
	padding: 0 10px;
}

.portfolio-entry div.details p span a:hover {
	background: #009DDE;
	color: #fff;
}

/* @end */

.portfolio-entry hr {
	height: 1px;
	/*color: #3A3D41;
	background-color: #3A3D41;*/
	color: #2F3235;
	background-color: #2F3235;
	border: none;
	display: block;
	clear: both;
	margin: 0 0 3em 0;
}

/* @end */

/* @group = blog */


body.blog #header #slogan { height: 72px; }
body.blog #content .inner {
	padding-top: 54px;
}

.blog_section {
	text-shadow: none;
	background: url(/images/style/div-blog_section-bg.gif) repeat-y left bottom;
	overflow: auto;
}

#blog_summary {
	float: left;
	width: 210px;
	padding: 90px 20px 18px 10px;
	text-align: right;
}

#blog_summary p.summary {
	font-style: italic;
	padding-bottom: 17px;
	border-bottom: 1px solid #4a4c4d;
}

#blog_entry {
	width: 440px;
	float: left;
	background: #f0f0f2 url(/images/style/div-blog_entry-bg.png) no-repeat center 0;	
	color: #323133;
	padding: 36px 20px 0 20px;
	min-height: 450px;	
}

#blog_entry img {
	display: block;
	-webkit-box-shadow: 0 0 5px #999;
}

#blog_entry h1 {
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	padding-bottom: 18px;
	letter-spacing: -1px;
}

#blog_entry h2 {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
}

#blog_entry h3 {
	font-size: 14px;
	font-weight: bold;	
}

#blog_entry blockquote {	
	margin: -18px 0 0 -10px;
	padding: 18px 20px 0 75px;
	font-style: italic;
	background: url(/images/style/blockquote-bg.png) no-repeat 0 10px;
}

#blog_entry em, #blog_entry i {
	font-style: italic;
	color: #666;
}

#blog_entry ul, #blog_entry ol {
	padding: 0 0 18px 20px;
}

#blog_entry ul {
	list-style: disc outside;
}

#blog_entry ol {
	list-style-type: decimal;
}

#blog_entry p.meta {
	font-size: 10px;
	line-height: 14px;
	margin-top: -10px;
	color: #777;
}

#blog_entry a.sharethis {
	background: #009dde url(/images/style/share-icon.png) no-repeat right center;
	color: #fff;
	padding: 4px 20px 4px 5px;
}

#blog_entry a.sharethis:hover {
	background-color: #008bc4;
}

#blog_latest {
	background: #2f3235;
	width: 440px;
	margin-left: -20px;
	padding: 18px 20px;
}

#blog_latest h2 {
	color: #fff;
}

#blog_latest ul {
	padding: 0;
}

#blog_sidebar {
	float: left;
	width: 240px;
	padding: 36px 0 0 0;
}

#blog_sidebar h2 {
	font-size: 18px;
	line-height: 36px;
	background: #131516;
	padding: 0 20px;
	clear: both;
}

#blog_sidebar h2.rss {
	margin: 9px 0;
}

#blog_sidebar h2.rss a {
	display: block;
	background: url(/images/style/rss-icon.png) no-repeat right center;
}

#blog_sidebar .nav_categories {
	margin: 18px 0;
	padding: 0 20px;
}

#blog_sidebar #latest_portfolio {
	padding: 9px 0 9px 20px;
	height: 126px;
}

#blog_sidebar #latest_portfolio li {
	float: left;
	margin: 0 10px 9px 0;
}

#blog_sidebar #latest_portfolio li a {
	-webkit-box-shadow: 0 0 6px #222;
	display: block;	
}

#blog_sidebar #latest_portfolio li a:hover {
	-webkit-box-shadow: 0 0 9px #000;	
}

#blog_sidebar #latest_portfolio li a img {
	display: block;
}

#comments {
	background: #1f2225;
	clear: both;
	text-shadow: none;
}

#comments .inner {
	width: 460px;
	padding: 18px 10px 18px 10px !important;
	background: none;
}

#comments h2 {
	font-size: 18px;
	line-height: 4em;
	font-weight: bold;
	padding-left: 10px;
}

.comment {
	padding: 9px 10px;
}

.comment.author {
	background: #131516;
}

.comment_meta {
	color: #999;
	line-height: 36px;
	margin-bottom: 0;
}

.comment_meta strong {
	color: #fff;
}

h2.leave_comment {
	border-top: 1px solid #424445;
}

#comment_form {

}

#comment_form p {
	margin-bottom: 0;
	color: #b2b2b2;
	font-size: 10px;
	line-height: 24px;
}

#comment_form p.half {
	float: left;
	width: 220px;

}

#comment_form fieldset {
	background: #2f3235;
	padding: 9px 10px;
	margin-bottom: 18px;
}

#comment_form label {
	display: none;
}

#comment_form input {
	width: 191px;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	margin: 0;
	border: 2px solid #009dde;
	background: #e2e6e9;
	font: 12px Helvetica, Arial, sans-serif;
}

#comment_form textarea {
	width: 430px;
	height: 108px;
	border: none;
	background: #e2e6e9;
	font: 12px/1.5 Helvetica, Arial, sans-serif;
	padding: 9px 5px;	
}

#comment_form .labelinside {
	color: #656367;
}

#comment_form em {
	color: #009dde;
}

#comment_form img.gueswhat {
	float: left;
	display: block;
	margin-right: 20px;
}

#comment_form .gueswhat_wrap {
	height: 36px;
	float: left;
	background: url(/images/style/arrow_right.png) no-repeat 197px center;
}

#comment_form #captcha {
	margin-top: 4px;
}

#comment_form #notify_check {
	/*width: 25px;*/
	/*float: left;*/
	background: none;
	border: none;
	height: auto;
	width: auto;
}

#comment_form button {
	background: #009dde;
	border: none;
	padding: 6px 15px;
	color: #2f3235;
	font: 14px/18px Helvetica, Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

#comment_form button:hover {
	background: #008bc4;
	color: #fff;
}

p.comment_submit {
	text-align: center;
}
/* @end */

/* @end */



/* @group - footer */

#footer {
	position: relative;
	margin-top: -13.5em; /* negative value of footer height (sticky footer) */
	height: 13.5em;
	clear: both;
	background: #131516;
	color: #4F5459;
	border-top: 1px solid #3A3D41;
	border-bottom: 1px solid #131516;
}

#footer p {
	margin: 0;
}

#footer #columns {
	clear: both;
	overflow: auto;
	padding-top: 1.5em;
}

#footer .column h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #2B3033;
	text-shadow: 0 0 1px #111;
}

#footer .column ul {
	list-style: none;
}

#footer .column ul li {
	float: left;
}

#footer .column ul li a {
	display: block;
}

#footer .column ul li a {
	text-indent: -9999px;
}
#footer a.elementalmedia {
	display: block;
	margin-top: 2em;
}


#footer a.mediatemple {	
	height: 36px;
	width: 90px;
	margin-top: 6px;
	background: url(images/content/mediatemple.png) no-repeat;
	}
	
#footer a.expressionengine {	
	height: 54px;
	width: 100px;
	background: url(images/content/expressionengine.png) no-repeat;
	}	
	
#footer a.twitter {	
	height: 36px;
	width: 100px;
	margin-top: 0;	
	background: url(images/content/twitter.png) no-repeat;
	}	

#footer a.facebook { 
	margin-top: 0;
	height: 36px;
	width: 100px;
	background: url(images/content/facebook.png) no-repeat;
}

#footer form#subscribe {
	padding: 0;
	margin: 0;
}

#footer form#subscribe input, #footer form#subscribe button {
	font: 12px/1.5em Helvetica, Arial, sans-srif;
}

#footer form#subscribe label {
	display: none;
}

#footer form#subscribe input#subscriber_email {
	font-size: 14px;
	height: 19px;
	margin-top: 6px;
	width: 190px;
	background-color: #2F3235;
	border: none;
	padding: 5px 5px 0 5px;
	color: #131516;
}

#footer form#subscribe button {
	display: block;
	font-weight: normal;
	line-height: 18px;
	width: 80px;
	height:	24px;
	background: #0B0C0D;
	color: #5E5F62;
	border: none;
	cursor: pointer;
	padding: 0;
	text-shadow: 0 0 1px #000;
	margin-left: 120px;
}

#footer form#subscribe button:hover {
	background: #009DDE;
	color: #000;
}

#footer p.footer_credits {
	text-align: center;
	line-height: 3em;
	margin: 0;
	border-top: 1px solid #1B1D1F;
}

#footer .inner a {
	color: #3F6474;
}

#footer .inner a:hover {
	color: #009DDE;
}

/* @end */

