/* reset */
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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


@font-face {
    font-family: 'AvenirLTStdLight';
    src: url('/fonts/avenirltstd-light-webfont.eot');
    src: url('/fonts/avenirltstd-light-webfont.eot?iefix') format('eot'),
         url('/fonts/avenirltstd-light-webfont.woff') format('woff'),
         url('/fonts/avenirltstd-light-webfont.ttf') format('truetype'),
         url('/fonts/avenirltstd-light-webfont.svg#webfontXWHVRwAW') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SensibilityExtraLight';
    src: url('/fonts/sensibility-extralight-webfont.eot');
    src: url('/fonts/sensibility-extralight-webfont.eot?iefix') format('eot'),
         url('/fonts/sensibility-extralight-webfont.woff') format('woff'),
         url('/fonts/sensibility-extralight-webfont.ttf') format('truetype'),
         url('/fonts/sensibility-extralight-webfont.svg#webfont7aQBu2hn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SensibilityLight';
    src: url('/fonts/sensibility-light-webfont.eot');
    src: url('/fonts/sensibility-light-webfont.eot?iefix') format('eot'),
         url('/fonts/sensibility-light-webfont.woff') format('woff'),
         url('/fonts/sensibility-light-webfont.ttf') format('truetype'),
         url('/fonts/sensibility-light-webfont.svg#webfontbLv7AdrX') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Layout */

html{
	background-color: #FFF;
	font-family: 'SensibilityExtraLight', 'Helvetica', 'arial', 'sans-serif';
	font-size: 14px; 
	height: 100%;
	width: 100%;
}

body{
	min-height:100%;
	width: 960px;
	margin: 0 auto;
	/* border: 1px solid black; */
}

.clear{
	clear: both;
}

.overflow{
	overflow: hidden;
}

:root { overflow-y:scroll; }

.transparent {
	color: rgba(255, 255, 255, 0); 
}

h1 {
    color: #BF391E;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 18px;
}

a {
	text-decoration: none;
	color: #BF391E;
}

#wrapper{
	position: relative;
	width: 950px;
	background-color: #fff;
	padding:0;
	margin: 0 5px;
	float: left;
}

div#masthead{
	position: relative;
	width: 100%;
	height:100px;
	padding-top: 75px;
	background-color: #FFF;
}

#windowScrollHor{
	position: absolute;
 	width: 950px;
 	background-color: #FFF;
	height: 425px;
	overflow-x: hidden;
}


div#window{
	margin-top: 25px;
	width: 100%;
	height: 425px;
	background-color: #eef0f0;
	position: relative;
	overflow: hidden;
}

#windowInner{
	margin: 50px;
	padding: 50px;
	height: 225px;
	width: 750px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.8);	
	font-size: 14px;
	overflow: hidden;
}


#windowInner.contact{
	width: 340px;
}

#windowInner_sm{
	margin: 50px;
	height: 325px;
	width: 440px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.8);	
	font-size: 22px;
	overflow: hidden;
}

#windowInner_sm.about{
	font-size: 14px;
	padding: 50px;
	height: 225px;
	width: 340px;
}

div#footer{
	position: relative;
	height: 40px;
	padding-bottom: 25px;
	margin-top: 25px;
	background-color: #FFF;
}

div#copyright{
	position: relative;
	float: right;
	top: 10px;
	color: #999;
	background-image: url("/images/site_images/ae_copyright-2013.png");
	background-repeat: no-repeat;
	width: 35px;
	height: 27px;
}


/* ---------- */
	

a#logo, #animatedLogo{
	position: absolute;
	width: 100px;
	height: 100px;
	display: block;
	left:0;
}

a#logo span{
	background-image: url('/images/site_images/ae-logo.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	display: block;
}

a#logo span:hover{
	background-image: url('/images/site_images/ae-logo-hover.gif');
	background-repeat: no-repeat;
}

#animatedLogo{
	display: none;
	left: -9999px;
}


#social_ft {
	position: absolute;
	top: 11px;
	left: 0;
}

/* 
	Navigation 
				*/

ul#nav {
	font-family: 'AvenirLTStdLight', 'Helvetica', 'arial', 'sans-serif';
	float: left;
	top: 75px;
	width: 180px;
	height:90px;
	display: inline;
	border-right: 1px solid #000;
	padding: 5px 0 5px 120px;
}

/*
ul#nav {
	font-family: 'AvenirLTStdLight', 'Helvetica', 'arial', 'sans-serif';
	position: absolute;
	left: 120px;
	top: 75px;
	width: 180px;
	height:90px;
	display: inline;
	border-right: 1px solid #000;
	padding: 5px 0;
}
*/

ul#nav .navIcon{
	padding-right: 10px;
}

ul#nav li ul {
	height:90px;
	top: 0;
}

ul#nav li{
	clear: both;
}

ul#nav li ul{
	top:80px;
	position: absolute;
}

ul#nav li ul li{
	clear: none;
	padding-left: 5px;
}

ul#nav li, ul#subnav li {
	width: auto;
	line-height: 18px;
}

/*
ul#subnav {
	position: absolute;
	z-index: 100;
	display: inline;
	height: 30px;
	width: 980px;
}

ul#subnav li {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}


ul#subnav li ul {
	width: 970px;
	height: 30px;
}

ul#subnav li ul li {
	float: left;
	width: auto;
	padding-right: 30px;
	height: 30px;
}
*/

/* *************************************** Suckerfish ***************************************** */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul {
	width: 500px;
}

#nav li , #subnav li ul li{ /* all list items */
	line-height : 14px;
	letter-spacing: 0.5px;
	margin-bottom : 7px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -9999em;
	margin-left : 190px;
	padding-left: 20px;
	margin-top : 0;
	background-color: #FFF;
}

#nav li ul li ul, #subnav, #subnav li ul { /* third-and-above-level lists */
	left: -9999em;
}

#subnav li.active_parent ul, #subnav li.active ul {
	left: 9999em;
	position: absolute;
	top: 6px;
	height: 20px;
	z-index: 20;
	border-left: none;
}

ul#nav li.node_work_overview ul li{
	float: left;
	width: 148px;
}

#nav li.active ul{
	left:auto;
	z-index: 5;
}

#nav li.active ul{
	left:auto;
	z-index: 5;
}

#nav li a , #nav li ul li a, #subnav li ul a{
	display: block;
	color : black;
	text-decoration : none;
	background-color : white;
	padding : 0;
	font-size: 13px;
	line-height: 18px;
}

#nav li a:hover , #blogNavInner a:hover, #nav li ul li a:hover, #subnav li ul li a:hover, #blogPageNav a:hover{
	color : #BF391E !important;
}
/*

#nav li.node_services ul {
	position: absolute;
	
}

#nav li.node_people ul {
	position: absolute;
	top: -17px;
	
}

#nav li.node_work_overview ul {
	position: absolute;
	top: -34px;
	
}

#nav li.node_work_overview ul li{
	width: 145px;
}

#nav li.node_work_overview ul li ul{
	left: -899px;
	position: absolute;
	top:100px;
}

#nav li.node_blog ul {
	position: absolute;
	top: -51px;
	
}

#nav li.node_project_82 ul {
	position: absolute;
	top: -68px;
}
*/
#nav li.active_parent ul{
	left:auto;
	width: 500px;
}


/* Active States */

ul#nav li ul, ul#nav li ul li ul{
	left: -9999em;
}

ul#nav li a{
	color: #636250;
}

ul#nav li.active a, ul#nav li.active_parent a, ul#nav li.active_parent ul li a.ajaxActive {
	color: #BF391E;
}

ul#nav li.active_parent ul li a, ul#nav li.active ul li a , ul#subnav li.active_parent ul li a {
	color: #636250;
}

ul#nav li.active_parent ul li.active a, ul#nav li.active_parent ul li.active_parent a, ul#subnav li.active_parent ul li.active a {
	color: #BF391E;
}

ul#nav li.active_parent ul li.active_parent ul li a, ul#nav li.active_parent ul li.active ul li a{
	color: #636250;
}

ul#nav li.active_parent ul li.active_parent ul li.active a{
	color: #BF391E;
	
}


/* Quotes */

.firstQuote, .quote, #windowInner_sm.main{
	font-family: 'SensibilityExtraLight', 'Helvetica', 'arial', 'sans-serif';
	font-size: 35px;
	color: #EF4136;
}

.firstQuote{
	position: absolute;
	left: 35px;
	top:50px;
}

.quote{
	padding: 50px;
}

.author{
	font-family: 'AvenirLTStdLight', 'Helvetica', 'arial', 'sans-serif';
	position: absolute;
	bottom: 50px;
	left:50px;
	color: #000;
	text-decoration: none;
}



/* 
	About
			 */


#contentColumn{
	position: relative;
}

.column {
	width: 335px;
	float: left;
	padding-right: 25px;
	line-height: 1.4;
	letter-spacing: 1px;
}

.continued br:first {
	
}

.aboutHeading{
	padding-bottom: 20px;
	padding-top: 24px;
}

.copyNav {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 30px;
}

.copyNavLeft, .copyNavRight {
	height: 35px;
	width: 14px;
	display: block;
	float: left;
	background-repeat: no-repeat;
}

.copyNavLeft {
	background-image: url("/images/site_images/leftDark.png");
	float: left;
}

.copyNavRight {
	background-image: url("/images/site_images/rightDark.png");
	float: right;
}

.copyNavLeft:hover{
	background-image: url("/images/site_images/leftRed.png");
}

.copyNavRight:hover {
	background-image: url("/images/site_images/rightRed.png");
}

.copyNavRight.deactivate {
	display: none;
}

.copyNavLeft.deactivate {
	display: none;
}



/* 
	WORK
			 */

.work_thumb{
	width: 250px;
	height:138px;
	float: left;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
}

.work_thumb a{
	color: #fff;
	text-decoration: none;
}

.work_thumb p {
	text-align: center;
	line-height: 30px;
	height: 30px;
	display: block;
	position: relative;
	top: -30px;
	background-color:rgba(30, 30, 30, 0.5);
	color: #FFF;
}

.workCol1 {
	margin: 50px 50px 0 50px;
}

.workCol2 {
	margin: 50px 50px 0 0;
}

.workCol3 {
	margin: 50px 50px 0 0;
}




/*
	 WORK PROJECTS
					 */

div#content{
	margin-top: 25px;
	height:425px;
	position: relative;
	background-color: #FFF;
}



#work_desc {
    background-color: #EEF0F0;
    color: #000000;
    float: left;
    font-size: 16px;
    height: 350px;
    padding: 25px 25px 25px;
    vertical-align: top;
    width: 270px;
}

#work_desc p, #work_desc div {
	padding-bottom: 18px;
	line-height: 18px;
}

#work_desc h2{
	font-size: 20px;
	font-weight: normal;
}

#work_tbl tr td img {
    margin: 0 0 0 16px;
}








/*
	jScrollPane
				 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #9ea8a6;
	height: 2px !important;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	height: 8px !important;
	margin-top: -3px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}



/* 
	CONTACT  
				*/
/*
#contactForm{
	margin: 50px;
}				
*/

#contactForm form {
	width: auto;
}

#contactForm form div.input{
	position: relative;
	height: 25px;
}

#contactForm form div label{
	float: left;
	width: 70px;
	padding-top: 5px;
}

#contactForm form div input{
	float: left;
	width: 235px;
	border: 1px solid #999;
	padding:0;
}

#contactForm form div textarea{
	width: 235px;
	height: 75px;
	border: 1px solid #999;
	float: left;
	padding:0;
}

#contactForm form .submit{
	float: left;
	margin: 10px 3px 0 227px;
	border: 1px solid #999;
	width: 80px;
	color: #000;
	outline: none;
	cursor: pointer;
}

#contactDetails{
	margin: 0 0 0 40px;
}

#contactDetails a{
	text-decoration: underline;
	color: #000;
}

#contactForm form label.error{
	width: 150px !important;
	color: #BF391E;
	display: block;
	padding: 0 0 0 5px;
	padding-top: 2px !important;
}

#thankyou{
	padding: 30px;
}


/* *************************************** BLOG ***************************************** */

#blog{
	position: relative;
	width: 105%;
	margin: 75px 0 0;
	font-family: 'Arial', 'Verdana', sans-serif;
}


.blogTile{
	width: 314px;
	min-height: 126px;
	margin: 0 16px 16px 0;
	border: 1px solid #eef0f0;
	overflow: hidden;
	float: left;
	background-color: #eef0f0;
}

.blogTile h2{
	margin: 0;
	padding: 10px 10px 10px;
	line-height: 20px;
}

.blogTile h2 a{
	color: #BF391E;
	font-size: 14px;
}

.blogTile p{
	padding: 0 10px 10px;
	min-height: 5px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	float: left;
	font-size: 12px;
}



/* Blog Nav */

#blogPageNav{
	padding-top: 15px;
	border: none;
	border-top: 1px solid #000;
	width: 980px !important;
	z-index: 100;
	background-color: #FFF;
	float: left;
	clear: both;
	min-height: 26px !important;
	height: 26px !important;
}

#blogNav {
	padding-top: 15px;
	border-bottom: 1px solid #000;
	width: 980px;
	z-index: 100;
	display: block;
	background-color: #FFF;
	position: absolute;
	top: 180px;
}

#blogNavInner, #blogPageNavInner{
	font-family: 'Arial', 'Helvetica', 'Verdana', sans-serif; 
	background-color: #eef0f0;
	height: 26px;
	margin-bottom: 15px;
	padding: 0 5px;
}

#blog #blogNav {
	top: -75px;	
}

.blogNavAbsolute{
	position: absolute;
	top: 0px;
}

.blogNavfixed{
	position: fixed !important;
	top: 0 !important;
}

#blogNav a, #blogPageNav a, #blogPageNav strong{
	float: left;
	padding: 6px 5px 6px;
}

#blogNav span{
	float: left;
	padding: 5px 5px;
	color: #787878;
}

#blogNavInner a.active, #blogPageNav strong{
	color: #bf391e;
}

/* Blog view */


#blogcontent{
	width: 740px;
	overflow-x: hidden;
	margin-top: 70px;
	position: relative;
	font-family: 'Arial', 'Helvetica', 'Verdana', sans-serif;
}

.imagehr{
	width: 100%
	color: #999999;
	border: none;
	border-top: 1px solid #999;
	line-height: 1px;
	margin: 12px 0;
}

#blogUrl{
	margin: 30px 0;
	font-style: italic;
	text-decoration: underline;
	display: block;
}

#blogcontent h1{
	margin-top: 18px;
	font-size: 22px;
}

#blogcontent p{
	font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif;
	line-height: 16px;
	padding-bottom: 8px;
}

.blogCopy{
	width: 500px;
}

.categories, .postedby{
	font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif;
	line-height: 16px;
	margin-bottom: 5px;
	font-size: 12px;
}

.pipe{
	font-size: 14px;
	display: inline;
	color: #787878;
	margin: 10px 1px -10px;	
}


/* Related entries */

#relatedEntries{
	margin-top: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;	
	width: 100%;
	height: 187px;	
}

#relatedEntries h3{
	padding-top: 15px;
	color: #bf391e;
	padding-left: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 3px;
	line-height: 30px;
	
}

#relatedNavLeft, #relatedNavRight{
	width: 20px;
	float: left;
	margin: 15px 0;
	background-color: #EBEBEC;
	height: 114px;
	z-index: 100;
	cursor: pointer;
}

#relatedNavLeft{
	background-image: url("/images/site_images/related_arrows.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

#relatedNavRight{
	background-image: url("/images/site_images/related_arrows.gif");
	background-repeat: no-repeat;
	background-position: right center;
}

#entriesWrapper{
	float: left;
	width: 669px;
	margin: 15px;
	overflow: hidden;
}

#entries{
	position: relative;
	width: 2060px;
	overflow: hidden;
}

#entries div{
	float: left;
	width: 228px;
}

#entries img{
	float: left;
	margin-right: 15px;
}

.entriesTitle{
	display:none;
	width: 193px;
	height: 50px;
	background-color:rgba(30, 30, 30, 0.5);
	float: left;
	margin-top: -68px;
	margin-bottom: 0 !important;
	color: #FFF;
	padding: 10px 10px 0;;
}

.entriesTitle span{
	opacity: 1;
	font-size: 16px;
}

.entryDate{
	font-size: 12px;
}

/* comments */

#comments{
	background-color: #EBEBEC;
	width: 100%;
	margin: 30px 0;
}

#commentsTotal{
	padding: 10px 15px;
	float: left;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 100%;	
}

#comments p{
	margin-bottom: 0;
	font-size: 13px;
	line-height: 16px;
}

.comment{
	float: left;
	position: relative;
	padding: 15px 15px;
	border-bottom: 1px solid #CFCFCF;
}

.commentCol1, .addCol1{
	width: 305px;
	float: left;
	position: relative;
}

.commentCol2, .addCol2{
	width: 405px;
	float: left;
}

#addComments{
	float: left;
	position: relative;	
	top:-1px;
	width: 100%;
	padding-bottom: 15px;
}

.addCol1 input{
	width: 200px;
	float: left;
	margin-bottom: 8px;
	padding-bottom: 4px;
}

.addCol1 label{
	width: 60px;
	float: left;
	margin-top: 5px;
}

#addComments h3{
	padding-left: 15px;
	margin-bottom: 5px;
	padding-top: 3px;
	float: left;
	width: 100%;
	position: relative;	
	line-height: 30px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #BF391E;
	font-weight: normal;
}


#addComments form{
	float: left;
	margin-top: 8px;
	width: 100%;
	padding: 0 15px;
}

#addComments .commentCol1{
	margin-top: 15px;
}

.addCol1{
	clear: left;
}

#addComments form textarea{
	width: 100%;
	margin-bottom: 8px;
}

.addCol2{
	width: 404px;
}

#addComments form input[type=submit]{
	background-color: #FFF;
}
