/*
Theme Name: Trilogy
Theme URI: #
Description: Trilogy Content
Version: 1.0
Author: Zoo
Author URI: ZOO
Tags: Trilogy

*/



h1 {
	font-size:2.6em;
	font-weight: normal;
	margin: 20px 0;
	padding: 0;
	color: #ec6d1f;
}
h2 {
	font-size:1.6em;
	font-weight: normal;
	margin: 15px 0 0 0;
	padding: 0;
	color: #ec6d1f;
}
#textpanel h2 {
	line-height: 1.4em;
	font-size: 1.8em;
	margin: 1em 0;
}
h3 {
	font-size:1.5em;
	font-weight: normal;
	margin: 6px 0 0 0;
	padding: 0;
	color: #ec6d1f;
}

#textpanel h3 {
	line-height: 1.1em;
	font-size: 1.8em;
	margin: 1em 0;
}

h4 {
	font-size:1.3em;
	font-weight: normal;
	text-decoration: underline;
	color: #ec6d1f;
}
h5 {
	font-size:1.3em;
	font-weight: normal;
	color: #ec6d1f;
}
h6 {
	font-size:1.2em;
	font-weight: normal;
	font-style: italic;
	color: #ec6d1f;
}

blockquote {
	margin: 0;
	padding: 0;
}

blockquote p {
	color: #424747;
	font-size: 2.0em;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

div#textpanel blockquote p {
	color: #424747;
	font-size: 1.9em;
	margin: 0 0 10px 0;
	padding: 0;
}

.home p {
	color: #000000;
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 0;
	line-height:120%;
}

.home dt dd p {
	color: #000000;
	font-size: 1.7em;
	margin: 0 0 5px 0;
	padding: 0;
	line-height:100%;
}

p {
	color: #424747;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	padding: 0;
}

div#textpanel p {
	color: #424747;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 140%;
}

div#textpanel ul, div#textpanel ol {
	color: #424747;
	font-size: 1.4em;
	line-height: 140%;
}

div#textpanel ul li, div#textpanel ol li {
	margin: 5px 0;
}

div#textpanel ul {
	padding-left: 15px;
}

div#textpanel ul li {
	list-style: none;
	background: transparent url(images/bullet-arrow.png) no-repeat 0 5px;
	padding: 0 0 0 15px;
}

div#textpanel ol {
	padding-left: 15px;
}

div#textpanel ol li,
div#textpanel ol li.ol-1{
	list-style: none;
	background: transparent url(images/list-numbers/01.png) no-repeat 0 4px;
	padding: 0 0 0 25px;
}

div#textpanel ol li.ol-2 {
	background: transparent url(images/list-numbers/02.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-3 {
	background: transparent url(images/list-numbers/03.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-4 {
	background: transparent url(images/list-numbers/04.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-5 {
	background: transparent url(images/list-numbers/05.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-6 {
	background: transparent url(images/list-numbers/06.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-7 {
	background: transparent url(images/list-numbers/07.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-8 {
	background: transparent url(images/list-numbers/08.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-9 {
	background: transparent url(images/list-numbers/09.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-10 {
	background: transparent url(images/list-numbers/10.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-11 {
	background: transparent url(images/list-numbers/11.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-12 {
	background: transparent url(images/list-numbers/12.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-13 {
	background: transparent url(images/list-numbers/13.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-14 {
	background: transparent url(images/list-numbers/14.png) no-repeat 0 4px;
}

div#textpanel ol li.ol-15 {
	background: transparent url(images/list-numbers/15.png) no-repeat 0 4px;
}

a {
	color: #424747;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;
}

div#textpanel a {
/*	color: #424747;*/
	color: #06C;
	text-decoration: underline;
/*	font-weight: bold; */
}

div#textpanel a:hover {
/*	color: #000;*/
	color: #222;
}




/*######## layout size ###########*/


body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	font-family:Helvetica, Arial, sans-serif;
	background: #fff;
	text-align: center;
}
	

div#outer {
	margin: 0 auto;
	width: 969px;
}

/*########## header ############*/

div#header {
	height: 170px;
	position: relative;
	text-align: left;
}
	
div#tagline {
	position: absolute;
	top: 118px;
	left: 40px;
	width: 411px;
	height: 24px;
	text-indent: -999px;
	overflow: hidden;
	background: url(images/bg-headertagline.gif) no-repeat top left;
	z-index: -1;
}

div#logo h1 {
	margin: 0;
}

div#logo h1 a {
	position: absolute;
	top: 40px;
	left: 630px;
	width: 302px;
	height: 110px;
	text-indent: -999px;
	overflow: hidden;
	background: url(images/bg-logo.gif) no-repeat top left;
}

div#logo h1#logo-print {
	display: none;
}

/*######### navigation ##########*/

ul#nav {
	background:#8A8E8A none repeat scroll 0 0;
	cursor:default;
	left:40px;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
}
ul#nav li {
	float:left;
	padding:0 6px;
	position:relative;
}
ul#nav li a {
	background:#8A8E8A none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	line-height:26px;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: bold;
}
ul#nav li a:hover {
	background:#C4C6C4 none repeat scroll 0 0;
	color:#FFFFFF;
}
ul#nav li.on, ul#nav li:hover, ul#nav li.iehover {
	background:#777A77 none repeat scroll 0 0;
	color:#FFFFFF;
}
ul#nav a:hover, ul#nav li:hover a, ul#nav li:hover span, ul#nav li.iehover a {
	background:#777A77 none repeat scroll 0 0;
	color:#FFFFFF;
}
ul#nav li:hover ul, ul#nav li.iehover ul {
	background:#C4C6C4 none repeat scroll 0 0;
	color:#EC6D1F;
	display:block;
}
ul#nav ul {
	background:#8A8E8A none repeat scroll 0 0;
	display:none;
	left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:26px;
	width:180px;
}
ul#nav ul li {
	background:transparent none repeat scroll 0 0;
	float:none;
	margin:0;
	padding:0;
}
ul#nav ul li a, ul#nav li.on ul li a, ul#nav li:hover ul li a, ul#nav li.iehover ul li a {
	background:transparent none repeat scroll 0 0;
	border-top:2px solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	float:none;
	height:1%;
	line-height:normal;
	padding:8px 5px;
	width:auto;
}
ul#nav ul li a:hover, ul#nav li.on ul li a:hover, ul#nav li:hover ul li a:hover, ul#nav li.iehover ul li a:hover {
	background:#8A8E8A none repeat scroll 0 0;
	color:#FFFFFF;
}


/*########## banner images ############*/

.home div#bannerimage { /*home*/
	background: url(images/bg-home-banner.jpg) no-repeat top left;
	width: 969px;
	height: 244px;
}


.content div#bannerimage { /*content*/
	background: url(images/bg-content-main-image.jpg) no-repeat top left;
	width: 980px;
	height: 119px;
}

.casestudies div#bannerimage { /*casestudies*/
	background: url(images/bg-contentheader.jpg) no-repeat top left;
	width: 980px;
	height: 119px;
}

/*####### home layout ###########*/

.home h1#section1 {
	font-size:1.9em;
	font-weight: normal;
	margin: 20px 0 20px 56px;
	padding: 0;
	color: #fff;
}

.home h1 {
	font-size:19px;
	font-weight: normal;
	margin: 20px 0 20px 18px;
	padding: 0;
	color: #fff;
}

.home h1#heading-three {
	font-size:1.9em;
	font-weight: normal;
	margin: 20px 0 15px 25px;
	_margin: 20px 0 10px 25px;
	padding: 0;
	color: #fff;
}

.home div#content {
	width: 891px;
	padding: 0 39px 26px 39px;
	text-align: left;
	background: url(images/bg-home-content.jpg) no-repeat top left;
}

/*######## home 1 2 sections ##########*/
/**
* =VIEWER
* Using viewer as a way of showing extra content on click
*/
body.home .wrapper {
	display:block;
	position:relative;
	float: left;
	width: 590px;
	min-height: 306px;
	_height: 228px;
	padding: 0 30px 0 0;
}

body.home .viewer 
{
	display: block;
	/*no position relative as we want contents to be positioned relative to .viewer*/
	width: 228px;
	margin: 0 3px 0 0;
}

body.home .viewer dt
{
	display: block;
	width:248px;
	padding: 8px;
	margin:0 0 4px 4px;
	font-size: 14px;
	cursor: pointer;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	color: #000;
	
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

body.home .viewer dt { background-color: 	#fff; }

body.home .viewer dd
{
	display: none;
	position: absolute;
	top: 0px;
	right: 55px;
	width: 228px;
	font-size: 10px;
}

body.home .viewer dd p
{
	color: #424747;
	font-size: 16px;
}
body.home .viewer dd.selected
{
	display: block;
}

/*######## section 3 #######*/

div#three {
	min-height: 308px;
	padding: 0 0 0 12px;
	width: 240px;
	float: left;
	display: block;
}

div#three h3 {
	margin: 6px 0;
}

body.home div.details {
	margin: -3px 0 0 0;
	clear: both;
}

.home-details {
	width: 200px;
	float: right;
}

h3.info-headings a {
	font-size:1em;
	font-weight: normal;
	margin: 6px 0 0 0;
	padding: 0;
	color: #424747;
}

h3.info-headings a:hover {
	color: #fff;
}

p.info {
	width: 200px;
	float: right;
	color: #424747;
	margin: 0;
}

img.home-icons {
	float: left;
	margin: 5px 0 0 0
}

.homephone {
	background: url(images/bg-home-phoneicon.gif) no-repeat top left;
	float: left;
	margin: 8px 0 0 0;
	width: 33px;
	height: 36px;
}

.homefile {
	background: url(images/bg-home-fileicon.gif) no-repeat top left;
	float: left;
	margin: 8px 0 0 0;
	width: 33px;
	height: 36px;
}

.homearrow {
	background: url(images/bg-home-arrowicon.gif) no-repeat top left;
	float: left;
	margin: 8px 0 0 0;
	width: 33px;
	height: 36px;
}

/*###### ad logo commented out ad space ########*/
div#ad {
	display: none;
}
/*div#ad {
	float: left;
	margin: 0;
	padding: 0;
	background: #f37736;
	width: 891px;
}
			
div#risk {
	float: left;
	background:url(images/ad-risk.jpg) no-repeat top left;
	height: 162px;
	width: 465px;
	margin: 0;
}
	
div#ad-tagline {
	float: right;
	color: #FFFFFF;
	height: 42px;
	width: 400px;
	margin: 60px 0;
}
	
div#ad-tagline h2 {
	color: #FFFFFF;
	margin: 0;
}

div#ad-tagline a {
	float: right;
	color: #FFFFFF;
	border:#FFFFFF 1px solid;
	padding: 5px;
	margin: 25px 20px 0 0;
	font-weight:normal;
}

div#ad-tagline a:hover {
	float: right;
	color: #FFFFFF;
	border:#FFFFFF 1px solid;
	background: #424747;
	padding: 5px;
	margin: 25px 20px 0 0;
	font-weight:normal;
}*/
	

/*########### content layout #############*/	
	
div#content {
	width: 891px;
	padding: 15px 39px;
	text-align: left;
}

body.blog div#content {
	padding: 15px 10px;
}

#content-area.narrowcolumn {
	width: 640px;
	float: left;
}

/*######## left text case-studies ##########*/
/**
* =VIEWER
* Using viewer as a way of showing extra content on click
*/
.wrapper {
	display:block;
	position:relative;
	float: left;
	width: 600px;
	min-height: 320px;
	_height: 320px;
	padding: 0 60px 0 0;
}
.viewer dl
{
	display: block;
	/*no position relative as we want contents to be positioned relative to .viewer*/
	width: 300px;
}

.viewer dt
{
	display: block;
	width: 200px;
	padding: 5px;
	margin: 0.5em 0;
	font-size: 1.5em;
	cursor: pointer;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	color: #fff;
	
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}


.viewer dt { background-color: 	#ec6d1f; }
.what .viewer dt { background-color: 	#cd013d; }
.how .viewer dt { background-color: 	#bfbc00; }
.who .viewer dt { background-color: 	#f18f00; }
.where .viewer dt { background-color: 	#8a2178; }
.work .viewer dt { background-color: 	#104cd4; }
.studio .viewer dt { background-color:	#ad8c79; }

.viewer dd
{
	display: none;
	position: absolute;
	top: 0px;
	right: 25px;
	width: 400px;
	font-size: 1.2em;
}

.viewer dd.selected
{
	display: block;
}

/*######## left content #####*/
div#outer-textpanel {
	float: left;
	width: 650px;
	padding: 0;
}

div#top-textpanel {
	position: relative;
	float: left;
	width: 600px;
	padding: 25px;
	margin: 0 0 15px 0;
	background: #eeefee;
}


div#textpanel {
	position: relative;
	float: left;
	width: 600px;
	min-height: 320px;
	_height: 320px;
	padding: 25px;
	border: #dedfde 1px solid;
	line-height: 140%;
}

div.breadcrumb {
	color: #EC6D1F;
}

div.breadcrumb a {
	color: #EC6D1F;
}



/*######## right content #############*/		

div#right-outer {
	float: right;
	width: 229px;
	min-height: 320px;
	_height: 320px;
}

div#top-right-content {
	background: url(images/bg-top-right-content.gif) repeat-y top left;
	padding: 15px;
	border-bottom: #ec6d1f 1px solid;
	text-align: left;
}

div.details {
	margin: 0 0 0px 0;
	clear: both;
}

h2.right-h2 {
	font-size:1.8em;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	color: #ec6d1f;
}

.right-details {
	width: 150px;
	float: right;
}

.right-details a {
	font-weight: normal;
}

.phone {
	background: url(images/bg-phoneicon.gif) no-repeat top left;
	float: left;
	margin: 8px 0 0 0;
	width: 33px;
	height: 36px;
}

.file {
	background: url(images/bg-fileicon.gif) no-repeat top left;
	float: left;
	margin: 8px 0 0 0;
	width: 33px;
	height: 36px;
}

.arrow {
	background: url(images/bg-arrowicon.gif) no-repeat top left;
	float: left;
	margin: 8px 0 0 0;
	width: 33px;
	height: 36px;
}

div#quotes {
	background: #ec6d1f;
	margin: 15px 0 0 0;
	padding: 15px;
	color: #fff;
	text-align: left;
}
div#quotes p {
	color: #fff;
	line-height:140%;
}
span.client-name {
	display: block;
	text-align: right;
}
/*########### footer ###############*/
		
div#footer {
	margin: 20px 0 20px 0;
	padding: 15px 5px;
	background: url(images/bg-orangeline.gif) repeat-x top left;
}


ul#footer-links {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	float: right;
}

ul#footer-links li {
	float: left;
	padding: 0 6px 0 6px;
}

ul#footer-links li.zoo a {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background: url(images/zoo-logo.gif) no-repeat top left;
	height: 10px;
	width: 34px;
}

ul#footer-links li a {
	text-transform: uppercase;
	color: #000;
}

ul#footer-links li a:hover {
	color: #ec6d1f;
}

/*############ classes used in content ############*/

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

.orange-txt {
	color: #ec6d1f;
}

.inline-right {
	float: right;
	margin: 0 0 8px 8px;
}

div#map {
	float: right;
	margin: 8px;
	width: 400px;
	height: 300px;
}

#service-optin {
	width: 260px;
	float: right;
	margin: 10px 0 10px 20px;
	border: solid 2px #EC6D1F;
	font-size: 1.4em;
}

#service-optin h3 {
	margin: 0 0 15px 0;
}

#service-optin .form-row {
	margin-bottom: 4px;
}

#service-optin .text-field {
	border: solid 1px #CCC;
}

#service-optin .text-field:hover,
#service-optin .text-field:focus {
	border: solid 1px #EC6D1F;
}

#service-optin .inner {
	padding: 15px 10px 0;
}

div#report-btn {
	margin: 5px 0 0 0;
	padding: 5px;
	background: #EC6D1F none repeat scroll 0 0;
	text-align: center;
}

div#report-btn input {
	padding: 3px 15px;
	border: solid 2px #DF5400;
	background: #FFF url(images/form-button-bg.png) repeat-x 0 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
}

#em_subscribe_form {
	width: 390px;
	margin: 10px auto;
	border: solid 2px #EC6D1F;
	font-size: 1.4em;
}

#em_wfs_formfields_wrapper_table {
	padding: 10px 10px 5px 10px;
}

#em_wfs_formfields_wrapper_table input {
	border: solid 1px #CCC;
}

#em_wfs_formfields_wrapper_table input:hover,
#em_wfs_formfields_wrapper_table input:focus {
	border: solid 1px #EC6D1F;
}

#em_wfs_submit {
	padding: 3px 15px;
	border: solid 2px #DF5400;
	background: #FFF url(images/form-button-bg.png) repeat-x 0 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
}

#em_wfs_formfields_wrapper_table .privacy,
#service-optin .privacy {
	font-size: 10px;
}

div.random-image1 {
	background:url(images/random-image.jpg) no-repeat top left;
	width: 229px;
	height: 206px;
	margin: 12px 0 0 0;
	padding: 0;
}

div.random-image2 {
	background:url(images/random-image2.jpg) no-repeat top left;
	width: 229px;
	height: 206px;
	margin: 12px 0 0 0;
	padding: 0;
}


body div.formcontainer{
clear: both;
overflow: hidden;
width: 100%;
}

body div.formcontainer span.required {
color: #FF0000;
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {

color: #442;
line-height: 250%;
padding-left: 36px;
width: 95%;
}

body div.formcontainer p.error {
background: #fbfbee url('error.png') no-repeat 12px 50%;
border-bottom: 2px solid #F0D28B;
}



body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
background: #fff;
color: #333333;
/*margin: 0.5em 0 1.5em 0;*/
border: none;
}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
font-size: 1.6em;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
color: #EC6D1F;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
font-size: 1.4em;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	padding: 0.3em;
	width: 97%;
	border: solid 1px #CCC;
}

body div.formcontainer form.contact-form fieldset div.form-input input:hover,
body div.formcontainer form.contact-form fieldset div.form-input input:focus,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea:hover,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea:focus {
	border: solid 1px #EC6D1F;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
background-color: #FBF4E2;
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 10px auto;
width: 135px;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
/*cursor:pointer;
padding:0.5em 2em;*/

	padding: 3px 15px;
	border: solid 2px #EC6D1F;
	background: #FFF url(images/form-button-bg.png) repeat-x 0 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
}

.testimonial {
	width: 350px;
	margin: 10px 0;
	padding: 5px;
	border: dotted 1px #EC6D1F;
}

.johnsonbox {
	width: auto;
	padding: 5px 10px;
	border: solid 1px #EC6D1F;
}

/* Blog Post */
#content-area .post h2 a {
	font-size: 22px;
	color: #EC6D1F;
}

#content-area .post-date {
	font-size: 13px;
}

#content-area .post {
	border-bottom: dotted 1px #CCC;
}

#content-area .post .entry {
	padding-top: 15px;
}

.navigation {
	padding-top: 5px;
}

.navigation a {
	font-size: 13px;
}