/*
URL: escapecreative.com
Description: styles for screen & projection
Designed by: Dave Warfel & Joanna Vitug
*/
	
/* ----------------------------------- Global Elements ----- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent; }
	
hr {
	display: none;
	margin: 0; }

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0; }

.hide {
	display: none;
  text-decoration: none;
  border: 0; }
	
strong { 
	font-weight: bold;
	color: #00558f; }
em {
	font-style: italic; }
	
cite {
	font-style: normal; }
#content cite {
	font-style: italic; }
		
code {
	font-family: monaco, "courier new", courier, monospace;
	background: #f0f0f0;
	padding: 1px;
	color: #00558f; }
	
acronym {
	border-bottom: 1px dotted #999;
	cursor: help; }

.strikethrough {
	text-decoration: line-through; }

body {
	position: relative;
	background: #000 url(/img/bg/body-hexagon.png) repeat-x;
  font-family: "lucida grande", tahoma, arial, sans-serif; 
  font-size: 62.5%; /* sets 1em = 10px */
  line-height: 1; /* sets line-height = font-size */
  color: #333; }
	
/* ----------------------------------- Paragraph tags ----- */
p {
	margin-bottom: 20px; }
p.leadin {
	margin-bottom: 3px;
	font-size: 1.167em;
	line-height: 1;
	font-weight: bold; }
p.bigtime {
	font: normal 3.167em/1em "myriad pro", "lucida grande", tahoma, sans-serif;
	padding: 5px 0 30px;
	border-bottom: 1px solid #cdcdcd; }
p.intro {
	padding-bottom: 30px;
	border-bottom: 1px solid #cdcdcd; }
p.smallnote {
	color: #888;
	font-size: 0.917em;
	line-height: 1.36em; }
	span.smallnote {
		color: #922020; }
		p.smallnote span {
			color: #922020; }

#page404 p.signature {
	line-height: 1;
	margin-bottom: 50px; }
	p.signature span {
		font: 1em georgia, "times new roman", serif; }

/* ----------------------------------- Links, button links ----- */
a {
	color: #dc7802;
	text-decoration: underline; }
	a:hover {
		color: #00558f; }
		
	a.pdf {
		padding: 0 0 2px 22px;
		background: url(/img/icon/pdf.gif) no-repeat; }
	a.button {
		display: block;
		background: #f5ad37 url(/img/bg/button-gradient.png) no-repeat 0 -999px;
		border: 1px solid #dc7802;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px; }
	a.button span {
		display: block;
		background: url(/img/bg/doublearrow.png) no-repeat; }
		a.button:hover {
			background: #f5ad37 url(/img/bg/button-gradient.png) repeat-x bottom left; }
		
		#sidebar a.button {
			width: 120px;
			padding: 6px 7px 7px;
			font-size: 1.18em;
			margin-left: 13px; }
			#sidebar a.button span {
				background-position: 105px center; }
		#content a.button {
			width: 190px;
			padding: 6px 8px 8px;
			margin-bottom: 6px;
			font-size: 1.25em; }
			#content a.button span {
				background-position: 175px center; }

/* ----------------------------------- Lists (ordered & unordered) ----- */
ul li {
	background: url(/img/bullet/ul-main.png) no-repeat 0 6px;
	padding-left: 17px; }
ul {
	margin: 20px 0 20px 17px;
	list-style-type: none; }

ol {
	margin: 20px 0 20px 36px; }
li {
	margin: 0 0 15px 0; }
	
ul.do li {
	background: url(/img/icon/greencheck.png) no-repeat 0 4px;
	padding-left: 30px; }
ul.dont li {
	background: url(/img/icon/redx.png) no-repeat 0 4px;
	padding-left: 30px; }
	ul.do strong,
	ul.dont strong {
		display: block; }
	ul.do strong {
		color: #536e33; }
	ul.dont strong {
		color: #922020; }

/* ----- Timeline for history page ----- */
ol.timeline {
	list-style: none;
	background: url(/img/bg/ol-timeline.png) repeat-y 10px 0;
	margin: 20px 0 0 0;
	padding: 0; }
	ol.timeline li {
		padding: 0;
		margin: 0;
		clear: both; }
	ol.timeline li.year {
		background: #fff;
		padding: 10px 0;
		margin: 15px 0;
		font-size: 1.5em;
		font-weight: bold; }
	ol.timeline li span.date {
		float: left;
		background: url(/img/bg/li-timeline.png) no-repeat 10px 9px;
		padding-left: 35px;
		font-weight: bold;
		font-size: 1.083em;
		text-transform: uppercase; }
	ol.timeline li span.desc {
		display: block;
		width: 450px;
		float: right;
		clear: none;
		margin-bottom: 20px; }

/* ----------------------------------- Tables ----- */
table {
	margin-bottom: 20px;
	border: 0; }

.col1 {
	width: 180px; }
.question,
.attr {
	font-weight: bold; }
		
td {
	padding: 5px 10px 5px 3px;
	border-bottom: 1px solid #eaebf0; }

/* ----------------------------------- Header ----- */
#header {
	position: relative;
	width: 100%;
	height: 80px;
	background: #000 url(/img/bg/header/escapecreative.png) no-repeat 50% 9px;
	border-top: 3px solid #f5ad37;
	border-bottom: 1px solid #eaebf0;
	text-indent: -9999px; }
	#header strong a {
		text-indent: -9999px;
		display: block;
		margin: 0 auto;
		width: 980px;
		height: 80px; }
	#printlogo {
		display: none; }

/* ----------------------------------- Navigation ----- */
#topnav {
	position: absolute;
	top: 83px;
	left: 50%;
	width: 980px;
	height: 40px;
	margin: 0 0 24px -490px;
	background: url(/img/nav/topnav-bg.png) no-repeat; }
	#topnav li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0; }
		#topnav li a {
			display: block;
			width: 100px;
			height: 40px;
			background: url(/img/nav/topnav-btn.png) no-repeat;
			text-indent: -9999px;
			overflow: hidden; }

/* ----- Static States ----- */
#topnav .home a {
	background-position: 0 0; }
#topnav .about a {
	background-position: -100px 0; }
#topnav .services a {
	background-position: -200px 0; }
#topnav .portfolio a {
	background-position: -300px 0; }
#topnav .blog a {
	background-position: -400px 0; }
#topnav .contact a {
	background-position: -500px 0;
	width: 101px; }
	
/* ----- Hover States ----- */
#topnav .home a:hover {
	background-position: 0 -40px; }
#topnav .about a:hover {
	background-position: -100px -40px; }
#topnav .services a:hover {
	background-position: -200px -40px; }
#topnav .portfolio a:hover {
	background-position: -300px -40px; }
#topnav .blog a:hover {
	background-position: -400px -40px; }
#topnav .contact a:hover {
	background-position: -500px -40px; }
	
/* ----- On States ----- */
#homepage #topnav .home a {
	background-position: 0 0;
	cursor: default; }
.aboutsection #topnav .about a {
	background-position: -100px -80px;
	cursor: default; }
.servicessection #topnav .services a {
	background-position: -200px -80px;
	cursor: default; }
.portfoliosection #topnav .portfolio a {
	background-position: -300px -80px;
	cursor: default; }
.bloghome #topnav .blog a {
	background-position: -400px -80px;
	cursor: default; }
.contactsection #topnav .contact a {
	background-position: -500px -80px;
	cursor: default; }
	
/* ----------------------------------- Social Media Icons ----- */
#topnav .socialmedia {
	float: right;
	height: 18px;
	padding: 4px;
	background: #fff;
	border: 1px solid #cdcdcd;
	margin: 6px 12px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }
	#topnav .socialmedia ul {
		margin: 0;
		padding: 0; }
	#topnav .socialmedia li {
		margin-right: 5px; }
		#topnav .socialmedia li.last {
			margin: 0; }
	#topnav .socialmedia li a {
		background: none;
		width: auto;
		height: auto;
		text-indent: 0; }

/* ----------------------------------- Main Content Area ----- */
#container {
	width: 900px;
	margin: 64px auto 50px;
	text-align: left;
	background: #fff url(/img/bg/container-separator.png) repeat-y 649px 0;
	border-top: 4px solid #000;
	padding: 20px 0; }
				
#content {
	float: left;
	width: 595px;
	padding: 0 30px 0 25px;
	font-size: 1.2em;
	line-height: 1.5em; }
	
/* ----- Heading Tags ----- */
h1,
h2 {
	font: normal 2.5em/1 "myriad pro", "lucida grande", tahoma, sans-serif;
	text-shadow: 1px 1px 0 #e2e2e2; }
	h1 {
		margin: 0 0 5px 0; }
	h2 {
		margin: 36px 0 5px 0;
		clear: left; }
	h1.do,
	h2.do {
		color: #536e33; }
	h1.dont,
	h2.dont {
		color: #922020; }
	h1.category,
	h2.category {
		color: #dc7802; }

h3 {
	font-size: 1.167em;
	line-height: 1;
	font-weight: bold;
	color: #989898;
	margin-bottom: 15px; }
	
/* ----- Floated Images ----- */
#content img.left,
#content img.right {
	margin-top: 21px;
	margin-bottom: 21px; }
#content img.left {
	float: left;
	margin-left: 0;
	margin-right: 18px; }
	#content .left.flush {
		margin-left: -25px; }
#content img.right {
	float: right;
	margin-right: 0;
	margin-left: 18px; }
	#content .right.flush {
		margin-right: -29px; }
#content img.first {
	margin-top: 5px; }
	#peoplepage #content img.first {
		margin-top: -65px; }
	
/* ----- Pullquotes ----- */
#content blockquote {
	width: 520px;
	margin: 0 0 0 75px;
	font: 1.5em/1.1em georgia, "times new roman", serif;
	background: #eaebf0; }
	#content blockquote p {
		padding: 10px;
		margin: 0; }
	#content blockquote p.attribution {
		font-size: 0.8em;
		line-height: 1;
		background: #333;
		color: #fff;
		padding: 7px;
		text-align: right; }
		
/* ----------------------------------- Portfolio Section ----- */
div.featured {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cdcdcd; }
	.featured .description {
		float: left;
		width: 223px; }

.featured p {
	margin-bottom: 15px; }
.featured img {
	float: right;
	margin: 5px 0 0 30px;
	padding: 1px;
	background: #fff;
	border: 5px solid #cdcdcd; }
	.featured a:hover img {
		border: 5px solid #999; }
		
#portfoliopage h2 {
	margin: 0 0 15px 0; }

ul.portfolio {
	margin: 0;
	padding: 0; }
	ul.portfolio li {
		float: left;
		width: 124px;
		margin: 0 33px 20px 0;
		padding: 0;
		text-align: center;
		line-height: 1.167em; }
		ul.portfolio li.last {
			margin-right: 0; }
		ul.portfolio a {
			display: block;
			text-decoration: none;
			color: #333; }
			ul.portfolio a:hover {
				color: #dc7802; }
		ul.portfolio li img {
			display: block;
			margin-bottom: 4px;
			padding: 1px;
			background: #fff;
			border: 5px solid #cdcdcd; }
			ul.portfolio li a:hover img {
				border: 5px solid #999; }
	
/* ----------------------------------- 404 & Sitemap Page ----- */
#page404 #content h1,
.blog404 #content h1 {
	font-size: 3em; }
#sitemappage #content h2,
#page404 #content h2,
.blog404 #content h2 {
	font-size: 1.333em;
	font-weight: bold;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin-bottom: 6px; }
	
	#sitemappage ul,
	#page404 ul,
	.blog404 ul {
		margin-top: 0; }
	#sitemappage ul li,
	#page404 ul li,
	.blog404 ul li {
		background: none;
		margin-bottom: 8px; }
		
span.quote {
	font: 0.917em/1.1em georgia, "times new roman", serif; }

/* ----------------------------------- Sidebar ----- */
#sidebar {
	float: right;
	width: 223px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 1.4em; }
	
	#sidebar ul li {
		background: url(/img/bullet/ul-sidebar.png) no-repeat 0 4px;
		padding-left: 14px; }
	#sidebar ul {
		margin: 17px 6px 17px 17px;
		list-style-type: none; }
	
	#sidebar ol {
		margin: 17px 6px 17px 32px; }
	#sidebar li {
		margin: 0 0 10px 0;
		line-height: 1.3em; }
		
	#sidebar p {
		margin: 0 6px 15px 13px; }

/* ----- Heading Tags ----- */
#sidebar h4 {
	background: #cdcdcd;
	padding: 6px 4px 6px 9px;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	font-size: 1.36em;
	font-weight: bold;
	margin-bottom: 24px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px; }
	#sidebar .subnav h4,
	.contactsection #sidebar .contactinfo h4 {
		background: #f5ad37;
		margin-bottom: 20px; }
	
/* ----- Sidebar Sections (for icons) ----- */
#sidebar div {
	position: relative;
	margin: 0 0 44px 0; }

#sidebar .testimonial img {
	position: absolute;
	top: -6px;
	right: 8px; }
	#sidebar .attribution {
		text-align: right;
		margin-right: 10px; }
		.attribution em {
			color: #9a9a9a;
			font-style: normal; }
				
#sidebar p.mission,
#sidebar p.congrats {
	font-weight: bold;
	color: #000; }
	
/* ----- Contact page ----- */
#sidebar .contactinfo ul,
#sidebar .officehours ul {
	list-style: none;
	margin-left: 5px; }
	#sidebar .contactinfo li,
	#sidebar .officehours li {
		clear: both;
		background: none;
		padding: 0;
		margin-bottom: 15px; }

.contactinfo ul li .caption,
.officehours ul li .caption {
		float: left;
		font-weight: bold; }
	.contactinfo ul li .info,
	.officehours ul li .info {
		width: 150px;
		float: right;
		clear: none;
		margin-bottom: 16px; }
		.contactinfo ul li .info.last,
		.officehours ul li .info.last {
			margin-bottom: 0; }
		
#sidebar .socialmedia {
	margin: 8px 0 0 5px;
	padding: 0; }
	#sidebar .socialmedia li {
		margin: 0 0 6px 0;
		padding: 0;
		background: none; }
		#sidebar .socialmedia li a {
			display: block;
			padding: 2px 0 2px 28px;
			color: #333;
			text-decoration: none;
			background-position: 0 1px; }
			#sidebar .socialmedia li a:hover {
				color: #dc7802; }
		
/* ----------------------------------- Sub-navigation (right sidebar) ----- */
#sidebar .subnav ul {
	margin: 0 8px 0 13px;
	padding: 0; }
	#sidebar .subnav ul li {
		list-style: none;
		background: none;
		margin: 0;
		padding: 0; }
		#sidebar .subnav li a {
			display: block;
			padding: 6px 0;
			text-decoration: none;
			color: #818181;
			font-size: 1.18em; }
			#sidebar .subnav li.first a {
				padding: 0 0 6px 0; }
			#sidebar .subnav li.last a {
				padding: 6px 0 0 0; }
			#sidebar .subnav li a:hover {
				color: #000; }
	
/* ----- On States ----- */
#missionpage #sidebar .subnav li#mission a,
#peoplepage #sidebar .subnav li#people a,
#stylepage #sidebar .subnav li#style a,
#historypage #sidebar .subnav li#history a,
#jointeampage #sidebar .subnav li#jointeam a,
#servicesoverviewpage #sidebar .subnav li#servicesoverview a,
#gettingstartedpage #sidebar .subnav li#gettingstarted a,
#creativepage #sidebar .subnav li#creative a,
#webdesignpage #sidebar .subnav li#webdesign a,
#ongoingpage #sidebar .subnav li#ongoing a,
#blogdevelopmentpage #sidebar .subnav li#blogdevelopment a,
#seopage #sidebar .subnav li#seo a,
#analyticspage #sidebar .subnav li#analytics a,
#portfoliopage #sidebar .subnav li#allprojects a {
	color: #222;
	font-weight: bold;
	cursor: default; }
	
/* ----------------------------------- Footer ----- */
#footerfull {
	width: 100%;
	background: #000;
	border-top: 1px solid #f5ad37;
	border-bottom: 1px solid #f5ad37;
	padding-bottom: 20px;
	margin-bottom: 3px; }
	
#footer {
	width: 980px;
	margin: -13px auto 0 auto;
	text-align: left;
	font: 1.1em/1.4 tahoma, arial, sans-serif;
	color: #8c8c8c; }
	
	#footer div {
		float: left;
		width: 215px;
		margin-right: 40px; }
		#footer div.last {
			margin: 0; }
			
	#footer ul {
		list-style: none;
		margin: 0;
		padding: 0; }
		#footer ul li {
			float: left;
			margin-bottom: 21px;
			padding: 0;
			background: none; }
			
/* ----- Heading Tags ----- */
h5 {
	background: #fff;
	border: 3px solid #000;
	padding: 6px 8px;
	margin-bottom: 27px;
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #222; }
	
#footer h6 {
	font: bold 1.27em/1.14 "lucida grande", tahoma, arial, sans-serif;
	color: #fff;
	margin-bottom: 2px; }
#footer a span {
	font: bold 1.27em/1.14 "lucida grande", tahoma, arial, sans-serif;
	color: #fff;
	margin-bottom: 2px;
	display: block; }
	#footer a:hover span {
		color: #f5ad37; }

/* ----- Paragraph Text, Images, Links ----- */

#footer p {
	margin-bottom: 0; }
#footer p.blogdate {
	font: 1.09em georgia, "times new roman", serif;
	margin-top: 2px; }
	#footer a:hover p.blogdate {
		color: #8c8c8c; }
#footer a span.blogdate {
	font: 1.09em georgia, "times new roman", serif;
	margin-top: 2px;
	color: #8c8c8c; }
	#footer a:hover span.blogdate {
		color: #8c8c8c; }

#footer div img {
	background: #000;
	padding: 1px;
	margin: 0 0 4px -5px;
	border: 4px solid #000; }
	#footer div a:hover img {
		border-color: #f5ad37; }

#footer a {
	display: block;
	margin-left: 9px;
	text-decoration: none;
	color: #8c8c8c; }
	#footer a:hover {
		color: #e2e2e2; }
		

/* 'Contact Us' Div */
#footer .last a {
	display: inline;
	margin: 0;
	color: #f5ad37; }
	#footer .last a:hover {
		text-decoration: underline; }
		
#footer .last p,
#footer .last address {
	margin-bottom: 17px; }
	
#footer .last p,
#footer .last h6,
#footer .last address {
	margin-left: 17px; }
	
/* ----- Social Media Footer Icons ----- */
#footer .socialmedia {
	margin: 8px 0 21px 17px; }
	#footer .socialmedia li {
		float: none;
		margin-bottom: 6px; }
		#footer .socialmedia li a {
			display: block;
			padding: 2px 0 2px 28px;
			color: #8c8c8c;
			background-position: 0 1px; }
			#footer .socialmedia li a:hover {
				color: #e2e2e2;
				text-decoration: none; }
			
		.socialmedia .facebook a {
			background: url(/img/icon/socialmedia/facebook.png) no-repeat; }
		.socialmedia .youtube a {
			background: url(/img/icon/socialmedia/youtube.png) no-repeat; }
		.socialmedia .flickr a {
			background: url(/img/icon/socialmedia/flickr.png) no-repeat; }
		.socialmedia .twitter a {
			background: url(/img/icon/socialmedia/twitter.png) no-repeat; }
		.socialmedia .rss a {
			background: url(/img/icon/socialmedia/rss.png) no-repeat; }
		.socialmedia .email a {
			background: url(/img/icon/socialmedia/email.png) no-repeat; }


/* ----- Bottom Copyright Bar ----- */
#copyrightfull {
	width: 100%;
	background: #fff;
	color: #727272;
	font: 1.1em/1 tahoma, arial, sans-serif;
	margin-bottom: 1px; }
	#copyrightfull p {
		margin: 0; }
	#copyrightfull a {
		color: #585858;
		text-decoration: none; }
		#copyrightfull a:hover {
			color: #000; }
	
	#copyright {
		margin: 0 auto;
		width: 915px;
		height: 22px;
		padding-top: 11px;
		padding-left: 65px;
		background: url(/img/bg/footer/elogo-copyrightbar.gif) no-repeat; }
		
		#copyright .left {
			float: left; }
		#copyright .right {
			text-align: right; }