@import 'normalize.css';
@import 'typography.css';

/* !Element-level Declarations */

body {
	color: #707070;
	width: 955px;
	margin: 45px auto;
}

footer {
	background: transparent url("/images/divider_line.gif") no-repeat scroll center top;
	display: block;
	margin-top: 20px;
	padding: 5px 0;
}

legend {
	background: #fff;
	padding: 2px 4px;
	border: 1px dotted #C8CBB8;
}

section,
nav,
label {
	display: block;
}

input,
textarea {
	color: #505050;
	margin: 4px 10px 0 0;
	padding: 3px 6px;
	border: 1px solid #ddd;
	outline: none;
	-webkit-box-shadow: inset -3px -3px 17px #eee;
	-moz-box-shadow: inset -3px -3px 17px #eee;
	box-shadow: inset -3px -3px 17px #eee;
}

input:focus,
textarea:focus {
	border-color: #83B7DC;
	-webkit-box-shadow: inset 3px 3px 17px #eee;
	-moz-box-shadow: inset 3px 3px 17px #eee;
	box-shadow: inset 3px 3px 17px #eee;
}

input[type='submit'] {
	background: #8c9452;
	color: #fefefe;
	border: none;
	padding: 3px 10px 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

input[type='submit']:focus,
input[type='submit']:hover {
	cursor: pointer;
}

input[type='submit']:active {
	position: relative;
	top: 1px;
}

blockquote {
	border-left: 1px solid #ccc;
	margin-left: 1em;
}

blockquote p {
	margin-left: 1em;
}

/* links */

a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

a:link,
a:visited {
	color: #8C9453;
	border-color: #8C9453;
}

/* mouse over link */

a:hover,
	

/* keyboard focus link */
	a:focus {
	color: #D66F00;
	border-color: #D66F00;
}

/* selected link */

a:active {
	position: relative;
	bottom: -1px;
}

h3 {
	color: #D66F00;
}

/* !Sitewide Delcarations */

a.active {
	color: #707070;
	border: 0px none transparent;
}

.modal-content,
.hidden {
	/* screen reader-friendly hidden content from http://www.webaim.org/techniques/css/invisiblecontent/ */
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.notice,
.warning,
.required {
	color: #A22805;
}

.success {
	color: #668B19;
}

.required {
	position: relative;
	bottom: -.4em;
}

.pipe { /* seperates no. of responses from respond link */
	padding: 0 3px;
	color: #ccc;
}

.list-bullet li,
.list-reg-mark li {
	list-style-type: none;
	padding-left: 17px;
	background-position: left .5em;
	background-repeat: no-repeat;
}

.list-bullet li {
	background-image: url("/images/bg-list-bullet.png");
}

.list-reg-mark li {
	background-image: url("/images/bg-list-reg-mark.png");
}

.nav-pagination {
	overflow: hidden;
}

p.nav-timeline {
	background: #F8F9EC;
	border: 1px solid #E8EEDC;
	overflow: hidden;
	margin-top: -.3em;
	margin-bottom: 2.3em;
	padding: .7em 1em;
	text-shadow: -1px -1px 2px #fff, 1px 1px 3px rgba(198,174,9,.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav-timeline span {
	width: 49%;
}

.nav-pagination a,
.nav-timeline span.lt {
	float: left;
}

.nav-pagination a + a,
.nav-timeline span.rt {
	float: right;
}

.numbered-list li {
	list-style: decimal;
	list-style-position: inside;
}

.video-alt-content { /* holds alternate video content */
	width: 520px;
	background: #efefef;
	padding: 20px;
	margin-bottom: 2.6em;
}

header#site {
	width: 955px;
	overflow: hidden;
	margin-bottom: 25px;
}

header#site img {
	float: right;
	width: 85px;
	height: 35px;
}

header#site div {
	clear: both;
	padding-top: 1em;
	background: url("/images/nav_line.gif") repeat-x left 15px;
	overflow: hidden;
}

header#site h1 {
	background: #fff;
	color: #999C82;
	float: right;
	padding-left: 5px;
}

header#site h2 {
	background: #fff;
	float: left;
	padding-right: 5px;
}

header#site h2 span {
	color: #d66f00;
}

ul#menu {
	background: url("/images/nav_line.gif") repeat-x left 1px;
	list-style-type: none;
	margin: 22px 0;
	float: left;
	width: 870px;
	overflow: visible;
}

ul#menu li {
	float: left;
	padding: 0 24px 0 16px;
	line-height: 1em;
	margin-top: -2px;
	background: #fff url("/images/bg-nav-reg-mark.png") no-repeat right center;
}

ul#menu li:first-child {
	padding-left: 0;
}

ul#menu li:last-child {
	background-image: none;
}

#content {
	clear: both;
	padding: 5px 0 10px;
	overflow: hidden;
	position: relative;
}

footer .copy {
	/* slightly lighter, smaller copyright symbol */
	color: #999;
	padding-right: 1px;
}

footer span.adr {
	display: inline-block;
	float: right;
}

footer span.adr a {
	/* images in the footer shouldn't have borders */
	border-bottom: 0px none transparent;
}

footer span.tel {
	padding-left: 13px; /* seperate the tel. from the adr. a bit */
}

footer img {
	padding: 0 2px;
	position: relative;
	bottom: -2px;
}

footer img.rss {
	padding: 0 11px 0 13px;/* seperate the rss feed icon from tel by 13px and the next image to the right by 11 (the image has 2 to it's left) */
}

a#fancybox-close,
a#fancybox-left,
a#fancybox-right {
	border: none;
}

/* !Homepage Delcarations */

/* Easy Slider */

.graphic, 
#prevBtn, 
#nextBtn, 
#slider1prev, 
#slider1next {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

#slider {
	margin: 0 0 0 85px;
	padding: 10px 0 0 0;
}

#slider ul, 
#slider li,
#slider2 ul, 
#slider2 li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider2 {
	margin-top: 1em;
}

#slider li, 
#slider2 li {
	/* define width and height of list item (slide)
	 * entire slider area will adjust according to the parameters provided here
	 */  
	width: 720px;
	height: 378px;
	overflow: hidden;
}

#prevBtn, 
#nextBtn,
#slider1next, 
#slider1prev {
	display: block;
	width: 47px;
	height: 48px;
	position: absolute;
	left: 40px;
	top: 190px;
	z-index: 1000;
}

#nextBtn, 
#slider1next {
	left: 827px;
}

#prevBtn a, 
#nextBtn a,
#slider1next a, 
#slider1prev a {
	display: block;
	position: relative;
	width: 47px;
	height: 48px;
	background: url("/images/btn-next-prev.png") no-repeat 0 0;
}

#nextBtn a, 
#slider1next a {
	background: url("/images/btn-next-prev.png") no-repeat 0 0;
}

/* numeric controls */

ol#controls {
	margin: 1em 0;
	padding: 0;
	height: 28px;
}

ol#controls li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px;
	line-height: 28px;
}

ol#controls li a {
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	background: #DAF3F8;
	color: #555;
	padding: 0 10px;
	text-decoration: none;
}

ol#controls li.current a {
	background: #5DC9E1;
	color: #fff;
}

ol#controls li a:focus, 
#prevBtn a:focus, 
#nextBtn a:focus {
	outline: none;
}

#slider a {
	border: 0px none transparent;
}

#hp-slider-wrapper {
	margin: 0 auto;
	position: relative;
	width: 95%;
	height: 397px;
	background: url(/images/hp-slide-bg.jpg) repeat-x;
}

/* !The Geotraveler Page Delcarations */

#research {
	width: 560px;
	float: left;
	padding-top: 1.2em;
}

#goods {
	width: 350px;
	float: right;
	margin-top: 1.8em;
	padding-left: 2em;
	border-left: 1px solid #eee;
}

/* !Our Approahc Page Delcarations */

#diagram-approach {
	width: 370px;
	float: right;
	padding-left: 20px;
}

#approach {
	overflow: hidden;
	border-top: 6px solid #efefef;
	padding-top: 1.2em;
}

#approach li {
	list-style-type: none;
	float: left;
	width: 290px;
	padding-right: 2em;
}

/* !Case Studies Page Delcarations */

/* Horizontal Accordion script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
 * This notice MUST stay intact for legal use
 * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
 */

.haccordion {
	padding: 0;
}

.haccordion ul {
	list-style: none;
	overflow: hidden;
}

.hacordion > ul {
	margin: 0;
}

.accordion-panel {
	margin: 0 3px 0 0; /* Spacing between each LI container */
	list-style-type: none;
	padding: 0;
	display: block; /*leave as is*/
	width: 100%; /*For users with JS disabled: Width of each content*/
	height: 500px; /*For users with JS disabled: Height of each content*/
	overflow: hidden; /*leave as is*/
	float: left; /*leave as is*/
}

.haccordion li .hpanel {
	width: 100%; /*For users with JS disabled: Width of each content*/
	height: 500px; /*For users with JS disabled: Height of each content*/
	padding: 5px; /* Padding inside each content */
}

.overview-image {
	/* tall images */
	float: left;
	padding-right: 8px;
}

.overview-image:hover {
	/* quick hack to make it look like a link */
	cursor: pointer;
}

.case-study-content {
	/* wraps all content after the overview image */
	margin-left: 255px; /* accomodates image and aligns bullet points to the right of the images */
	padding: 3px .5em;
}

.case-study-icon {
	/* small images denoting if there are case study images or a case study video */
	padding-right: .5em;
	margin-bottom: -5px;
}

.portfolio-links p span {
	/* vertical pipe seperators */
	padding: 0 .3em;
}

/* !Our Team Page Delcarations */

#team-wrapper {
	margin: 0 auto;
	padding: 15px 20px;
	width: 100%;
	height: 518px;
	background: #dcdcde url("/images/hp-slide-bg.jpg") repeat-x left top;
	overflow: hidden;
}

ul.links {
	width: 344px;
	height: 502px;
	list-style: none;
	float: left;
	margin: 0 15px 0 0;
}

ul.links li {
	display: inline;
	float: left;
	margin: 0;
	padding: 8px 6px 0 0;
}

ul.links li.exec {
	padding: 0 8px 15px 0px;
}

ul.links li.last {
	padding-right: 0;
}

ul.links a {
	border: none;
}

ul.links img {
	border: 1px solid #e9e9e9;
}

ul.bios {
	width: 556px;
	height: 518px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	position: relative;
}

ul.bios li {
	width: 526px;
	height: 488px;
	background-color: #fff;
	color: #707070;
	margin: 0 20px 15px 0;
	padding: 15px;
	position: relative;
}

body.activated ul.bios li {
	position: absolute;
	left: 0;
	top: 0;
}

ul.bios li p {
	float: left;
	width: 300px;
	padding: 0 10px 0 0;
	margin-top: 0;
	clear: both;
}

ul.bios li h1 {
	float: left;
	width: 100%;
}

ul.bios li img {
	position: absolute;
	right: 15px;
	top: 4em;
	-webkit-box-shadow: 0px 0px 7px #aaa;
	-moz-box-shadow: 0px 0px 7px #aaa;
	box-shadow: 0px 0px 7px #aaa;
}

ul.bios li p.video {
	position: absolute;
	right: 15px;
	top: 320px;
	width: 151px;
	padding-left: 30px;
	background: url(/images/image-iconVideo.jpg) no-repeat left top;
	min-height: 18px;
}

/* !Contact Page Delcarations */

#contact-info-wrapper {
	width: 600px;
	float: left;
}

#deets {
	overflow: hidden;
}

#street-address,
#twisted-pear {
	float: left;
	width: 300px;
}

#deets strong {
	color: #444;
}

h2#requirements {
	margin-top: 1em;
}

#contact-form {
	width: 570px;
	border-top: 1px solid #ccc;
	margin-top: 1.8em;
	clear: left;
}

#contact-form input[type="text"] {
	width: 320px;
}

#contact-form textarea {
	width: 550px;
	height: 140px;
}

aside#inquires {
	width: 320px;
	float: right;
}

aside#inquires section {
	margin-bottom: 3.6em;
}

aside#inquires div {
	margin-bottom: 1.8em;
}

/* !Blog Section Delcarations */

#section-blog { /* wraps primary content */
	width: 570px;
	float: left;
}

.hentry h4 {
	clear: both;
}

	/* section-blog contains the following elements */
	
	/* list pages */
	.search article,
	.archive article,
	.blog.home article {
		display: block; /* Firefox doesn't automatically treat 'article' as a block-level element */
		margin-bottom: 1.8em;
		padding-bottom: 1.8em;
		border-bottom: 1px solid #e0e0e0;
		overflow: hidden;
	}
	
		.search article header,
		.archive article header,
		.blog.home article header {
			display: block;
			overflow: hidden;
			margin-bottom: 0;
		}
	
		.search article h2,
		.archive article h2,
		.blog.home article h2 {
			width: 75%;
			float: left;
			margin-bottom: 0;
		}
	
		.search article h3,
		.archive article h3,
		.blog.home article h3 {
			width: 25%;
			float: right;
			margin-bottom: 0;
			color: #999;
		}
		
	.post-thumb {
		margin-top: 1.2em;
	}
	
	/* single.php */
	p.posted { /* date that the post was posted on */
		color: #999;
	}
	
	h3#comments-title, /* sets off any posted comments */
	#respond /* wraps comment form */
	{
		margin-top: 1.8em;
	}
	
	#add-this-button {
		margin: 1.8em 0;
	}
		
		#add-this-button a {
			border: none;
		}
		
	#posted-comments li /* sets off the comment form */
	{
		list-style-type: none;
		margin-bottom: 1.8em;
		border-bottom: 1px solid #e0e0e0;
		padding: .9em .9em .9em 85px;
		background: #fefefe;
		position: relative;
		min-height: 60px;
	}
	
		.avatar {
			width: 60px;
			height: 60px;
			margin: 0 10px 10px 0;
			position: absolute;
			left: 5px;
			top: 5px;
		}
		
		#comment cite {
			display: inline;
		}
		
		#posted-comments blockquote {
			padding-left: 1em;
			margin-bottom: .9em;
		}
		
	.logged-in-as, /* note above the form if you're logged in */
	.comment-notes /* note about email address and required fields */
	{
		border: 1px solid #F3B6BC;
		background: #EFE3EB;
		padding: .5em .7em .6em;
		color: #3F3F49;
		text-shadow: -1px -1px 2px #fff, 1px 1px 3px rgba(198,24,9,.2);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
		.logged-in-as a {
			color: #2C6E92;
			border-color: #2C6E92;
		}
		
	#commentform {
		margin-bottom: 3em; /* pushes down the next/previous nav on the bottom */
	}
	
	#commentform input[type="text"] {
		width: 320px;
	}
		
	textarea#comment {
		width: 543px;
		height: 140px;
	}
	
	p.form-allowed-tags /* list of available HTML for each comment */
	{
		background: #ddd;
		border: 1px solid #BBBBB2;
		padding: .5em .7em;
		color: #3F3F49;
		text-shadow: -1px -1px 2px #fff, 1px 1px 3px rgba(0,0,0,.2);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

#aside-blog { /* wraps secondary nav and elements */
	width: 320px;
	float: right;
}

	#aside-blog div {
		padding-bottom: .9em;
		margin-bottom: 1.8em;
		border-bottom: 1px solid #e0e0e0;
	}
	
	#aside-blog ul {
		list-style-type: none;
	}
	
	/* aside-blog contains the following elements */

	form#email-signup {
		margin-top: 0;
	}
	
	#link-rss { /* subscribe to our RSS feed in the aside */
		background: #fff url(/images/icon-rss.png) no-repeat left 1px;
		padding-left: 20px;
	}
	
/* !Overriding Classes */

.alignleft,
.left {
	float: left;
	margin-right: 17px;
	margin-bottom: 12px;
}

.alignright,
.right {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
}

img.full {
	width: 550px;
	height: auto;
}

img.alignleft,
img.left,
img.alignright,
img.right,
img.full {
	border: 6px solid #fefefe;
	-webkit-box-shadow: 0px 0px 9px #ccc;
	-moz-box-shadow: 0px 0px 9px #ccc;
	box-shadow: 0px 0px 9px #ccc;
	margin-left: 5px;
}

.self-clearing,
.self-clearing li {
	overflow: hidden;
}

.list-nonformatted {
	list-style-type: none;
}