/* ---------------------------------------------------------------------------
	
	Forums Event Design Master Styles
	http://www.forumseventdesign.com
	
	author: nGen Works
	http://ngenworks.com
	
--------------------------------------------------------------------------- */

/* 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;
}

/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */

body { 
	font: small/1.5em Helvetica, Arial, Verdana, sans-serif;
	background: url(/img/bg-body.jpg) repeat-x top center #e7e8cc;
	/*background-attachment: fixed;*/
}
	
#container {
	margin: 30px auto 0 auto;
	width: 917px;
	
	background: url(/img/bg-shadow-large.png) repeat-y 0 0;
}

#content {
	background: url(/img/bg-colorbar.png) repeat-y 0 0;
	margin: 0 11px 0 11px;
	/*padding: 36px 0 0 144px;*/
	padding: 0 0 0 144px;
}

#content-main {
	padding: 36px 82px 60px 0;
}

#content-secondary {
	float: right;
	width: 190px;
	
	/*background: url(/img/div-vert-dotted-line.png) repeat-y 0 0;*/
	padding: 21px 10px 40px 14px;
	/*margin-top: -36px;*/
}

#content-footer {
	margin: 0 -1px 0 0;
	padding: 18px 0 15px 0;
	position: relative;
	
	border-top: 3px solid #000;
	
	line-height: 190%;
	
	clear: both;
}
	
#foot {
	background: url(/img/bg-shadow-bottom.png) no-repeat 0 0;
	
	width: 917px;
	height: 9px;
	position: relative;
	
	clear: both;
}

	#foot #bottom-corner {
		background: url(/img/bg-content-footer.png) no-repeat top right;
		
		height: 11px;
		
		position: absolute;
		top: -11px;
		right: 0;
		
		width: 100px;
	}

/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a:link { color: #00a3b7; }
	
a:visited { color: #999; }
	
a:hover { color: #637381; text-decoration: underline !important; }

/* ---------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */

h1 {
	margin-bottom: 20px;
	font-size: 200%;
	text-indent: -9999px;
	height: 25px;
}

h2, h3 {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
	font-weight: normal;
	color: #2b3225;
	margin-bottom: 20px;
	font-size: 175%;
}

h3 {
	margin-bottom: 20px;
	font-size: 150%;
}

h4 {
	margin-bottom: 20px;
	font-size: 150%;
}

h5 {
	margin-bottom: 20px;
	font-size: 150%;
}

h6 {
	margin-bottom: 20px;
	font-size: 150%;
}

 { margin-bottom: 20px; }
 
/* Page H1 image replacement */
body.home #content-main h1 {
	width: 334px;
	height: 87px;
	background: url(/img/h1-we-create-experiences.png) no-repeat 0 0;
}

body.services #content-main h1 {
	width: 123px;
	background: url(/img/h1-services.png) no-repeat 0 0;
}

body.work #content-main h1 {
	width: 77px;
	background: url(/img/h1-work.png) no-repeat 0 0;
}

body.about #content-main h1 {
	width: 134px;
	background: url(/img/h1-about-us.png) no-repeat 0 0;
}

body.contact #content-main h1 {
	width: 175px;
	background: url(/img/h1-get-in-touch.png) no-repeat 0 0;
}

body.blog #content-main h1 {
	width: 68px;
	height: 32px;
	background: url(/img/h1-blog.png) no-repeat 0 0;
}

body.blog-archive #content-main h1 {
	width: 188px;
	height: 32px;
	background: url(/img/h1-blog-archive.png) no-repeat 0 0;
}

body.case-studies #content-main h1 {
	width: 187px;
	background: url(/img/h1-case-studies.png) no-repeat 0 0;
	margin-bottom: 70px;
}

	body.case-study-detail #content-main h1 {
		margin-bottom: 30px;
	}

/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

ul {
	list-style: none;
}


/* ---------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */

#header {
	height: 139px;
	
	background: url(/img/bg-header-top.png) no-repeat top center;
	padding-top: 22px;
	
	position: relative;
}

	#logo {
		width: 281px;
		height: 89px;
		background: url(/img/logo-forums.png) no-repeat 0 0;
		
		position: relative;
		left: -28px;
	}
	
		#logo a {
			display: block;
			width: 100%;
			height: 100%;
		}
		
		#logo img {
			position: absolute;
			top: 0;
			left: -9999px;
		}

/* ---------------------------------------------------------------------------
	=navigation
--------------------------------------------------------------------------- */

#nav {
	width: 736px;
	height: 50px;
	
	position: absolute;
	top: 107px;
	right: 10px;
	
	border-top: 3px solid #000;
	background: url(/img/div-dotted-line.png) repeat-x bottom left;
	
	padding-left: 16px;
}

	#nav li {
		float: left;
		margin: 16px 15px 0 0;
		height: 14px;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#nav li a {
		display: block;
		width: 100%;
		height: 100%;
		background: url(/img/nav.png) no-repeat;
		overflow: hidden;
	}

#nav #nav-home, #nav #nav-home a {
	width: 54px;
	background-position: 0 0;
}

	#nav #nav-home a:hover, body.home #nav #nav-home a {
		background-position: 0 -16px;
	}

#nav #nav-services, #nav #nav-services a {
	width: 75px;
	background-position: -69px 0;
}

	#nav #nav-services a:hover, body.services #nav #nav-services a {
		background-position: -69px -16px;
	}

#nav #nav-work, #nav #nav-work a {
	width: 52px;
	background-position: -157px 0;
}

	#nav #nav-work a:hover, body.work #nav #nav-work a {
		background-position: -157px -16px;
	}

#nav #nav-case-studies, #nav #nav-case-studies a {
	width: 106px;
	background-position: -222px 0;
}

	#nav #nav-case-studies a:hover, body.case-studies #nav #nav-case-studies a {
		background-position: -222px -16px;
	}
		
#nav #nav-about, #nav #nav-about a {
	width: 57px;
	background-position: -342px 0;
}

	#nav #nav-about a:hover, body.about #nav #nav-about a {
		background-position: -342px -16px;
	}

#nav #nav-blog, #nav #nav-blog a {
	width: 47px;
	height: 17px;
	background-position: -413px 0;
}

	#nav #nav-blog a:hover, body.blog #nav #nav-blog a {
		background-position: -413px -16px;
	}

#nav #nav-contact, #nav #nav-contact a {
	width: 69px;
	background-position: -473px 0;
}

	#nav #nav-contact a:hover, body.contact #nav #nav-contact a {
		background-position: -473px -16px;
	}


/* ---------------------------------------------------------------------------
	=content-main
--------------------------------------------------------------------------- */

#content-main {
	font-size: 115%;
	line-height: 160%;
	
	color: #646464;
}

	#content-main h1 {
		color: #993333;
	}

	#content-main #intro p, #content-main .first-p {
		font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
		font-style: italic;
		font-size: 105%;
		/*line-height: 205%;*/
		line-height: 165%;
		
		color: #463c1d;
	}
	
	#content-main p {
		padding-bottom: 36px;
	}

/* ---------------------------------------------------------------------------
	=content-secondary
--------------------------------------------------------------------------- */

#content-secondary h2 {
	font-size: 130%;
	margin-bottom: 8px;
}

#content-secondary ul {
	font-size: 105%;
	color: #646464;
}

	body.services #content-main ul li,
	body.work #content-secondary ul li,
	body.contact #content-secondary ul li {
		padding: 0 0 4px 10px;
		background: url(/img/bullet.png) no-repeat 0 10px;
	}
	
	body.work #content-secondary ul li,
	body.contact #content-secondary ul li { background-position: 0 8px; }

/* ---------------------------------------------------------------------------
	=content-footer
--------------------------------------------------------------------------- */

#content-footer .copyright {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 105%;
	font-style: italic;
	
	color: #1d2423;
}

#content-footer .ngen-tag {
	display: block;
	font-size: 95%;
	color: #8c8c8c;
}

	#content-footer .ngen-tag a {
		color: inherit;
		text-decoration: none;
	}
	
#content-footer #footer-logos {
	position: absolute;
	right: 34px;
	top: 24px;
}

	#content-footer #footer-logos a {
		margin-left: 22px;
		height: 35px;
		text-indent: -9999px;
		float: left;
	}
	
		#content-footer #footer-logos a.ises {
			width: 108px;
			background: url(/img/footer-ises-logo.png) no-repeat 50% 50%;
		}
		
		#content-footer #footer-logos a.mpi {
			width: 85px;
			background: url(/img/footer-mpi-logo.png) no-repeat 50% 50%;
		}


/* ---------------------------------------------------------------------------
	=foot
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
	=pagination
--------------------------------------------------------------------------- */

/*ul.pagination { 
	margin-left: 0;
	padding: 15px 0 30px 15px; 
	font-size: 80%;
	text-transform: uppercase;
	
}

ul.pagination li { 
	display: inline; 
	margin-right: 3px;
}

ul.pagination a {
	padding: 4px 6px;
}

ul.pagination a:link, ul.pagination a:visited {
	color: #c89342;
	border: 3px solid #fdedbe;
	text-decoration: none;
}

ul.pagination a:hover {
	color: #fff;
	border: 3px solid #b93400;
	background-color: #b93400;
	text-decoration: none;
}

ul.pagination li.here a:link, li.here ul.pagination a:visited, li.here ul.pagination a:hover {
	color: #fff;
	border: 3px solid #b93400;
	background-color: #b93400;
	text-decoration: none;
}
*/

/* ---------------------------------------------------------------------------
	=login form (bubble)
--------------------------------------------------------------------------- */
#login {
	width: 342px;
	height: 92px;
	background: url(/img/bg-login-bubble.png) no-repeat 0 0;
	
	position: absolute;
	top: -10px;
	right: -18px;
	
	padding: 30px 28px 8px 0px;
}

/*
	#login dl {
		float: left;
		width: 260px;
		margin: 0;
	}
*/

	#login form label {
		line-height: 250%;
		color: #fff;
		
		font-size: 85%;
	}

/*	
	#login form dd {
		padding: 0;
		margin-left: 0;
		height: 27px;
	}
*/

	#login form input {
		border: none;
		width: 156px;
		font-size: 145%;
		padding: 2px 2px 3px 2px;
		margin: 0;
		border-width: 0px;
	}

	#login form button {
		/*float: right;*/
		
		position: absolute;
		top: 30px;
		right: 30px;
		
		display: block;
		background: url(/img/button-login.png) no-repeat 0 0 transparent;
		border: none;
		width: 63px;
		height: 27px;
		text-indent: -9999px;
		cursor: pointer;
	}

/* ---------------------------------------------------------------------------
	=home
--------------------------------------------------------------------------- */

body.home #content {
	padding-top: 36px;
}

	body.home #content a.more {
		font-family: 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 90%;
		color: #ff4800;
	}

	body.home #content a.more:hover {
		color: #9a3234;
	}

body.home #feature {
	margin-top: -37px;
}

body.home #content-main {
	float: left;
	width: 365px; /* 409 wixels total */
	/*padding-top: 36px;*/
	padding-right: 44px;
	
	/* background: url(/img/div-vert-dotted-line.png) repeat-y top right; */
} 

	body.home #content-main #testimonial {
		margin-left: -60px;
		text-indent: -9999px;
	}

body.home #content-secondary {
	background: none;
	width: 290px; /* 342 wixels total */
	padding: 22px 30px 10px 22px;
	margin: 0;
	background: url(/img/div-vert-dotted-line.png) repeat-y top left;
}

	body.home #content-secondary #contact-info {
		background-color: #eef0f1;
		list-style: none;
		padding: 26px 0 20px 40px;
		margin-bottom: 30px;
	}
	
		body.home #content-secondary #contact-info li#phone, body.home #content-secondary #contact-info li#email a {
			text-indent: -9999px;
		}
	
		body.home #content-secondary #contact-info #phone {
			background: url(/img/text-phone.png) no-repeat 0 0;
			padding-bottom: 10px;
		}
		
		body.home #content-secondary #contact-info #email a {
			display: block;
			width: 200px;
			height: 17px;
			background: url(/img/text-email.png) no-repeat 0 0;
		}
	
	body.home #content-secondary #work {
		color: #646464;
		font-size: 110%;
		line-height: 160%;
		margin-bottom: 30px;
	}
	
		body.home #content-secondary #work .work-image {
			display: block;
			width: 291px;
			height: 108px;
			background: url(/img/photo-home-work.jpg) no-repeat 0 0;
			
			text-indent: -9999px;
			margin-bottom: 14px;
		}
		
		body.home #content-secondary #work h2 {
			color: #2fc3d6;
		}
		
	body.home #content-secondary #recent-blog {
		color: #646464;
		font-size: 110%;
		line-height: 160%;
		padding-top: 5px;
		margin-bottom: 30px;
		border-top: 3px solid #000;
	}

		body.home #content-secondary #recent-blog h2 {
			padding-bottom: 5px;
			margin-bottom: 15px;
			border-bottom: 1px solid #ccc;
			display: block;
			width: 100%;
			height: 13px;
			background: url(/img/title-recent-blog-home.png) no-repeat 0 0;
			text-indent: -9999px;
		}	
		
		body.home #content-secondary #recent-blog h3 {
			font-family: Helvetica, Arial, sans-serif;
			font-style: normal;
			font-weight: bold;
			font-size: 120%;
			margin-bottom: 15px;
		}
		
			body.home #content-secondary #recent-blog h3 a {
				text-decoration: none;
			}
		
		body.home #content-secondary #recent-blog p {
			margin-bottom: 20px;
		}
	
		body.home #content-secondary #recent-blog span.post-date {
			font-family: Georgia, Times, 'Times New Roman', serif;
			font-style: italic;
			margin-bottom: 5px;
			display: block;
		}

/* ---------------------------------------------------------------------------
	=services
--------------------------------------------------------------------------- */

body.services #content-main ul li {
	width: 45%;
	/*height: 4em;*/
	padding-right: 3%;
	float: left;
}
	
/* ---------------------------------------------------------------------------
	=work
--------------------------------------------------------------------------- */

body.work #content-main {
	float: left;
	padding-right: 54px;
	width: 480px;
	background: url(/img/div-vert-dotted-line.png) repeat-y right center;
}

	body.work #content-main h3 {
		height: 40px;
		margin-bottom: 0;
		background: url(/img/text-view-our-work-h3.png) no-repeat 0 0 #f28b24;
		text-indent: -9999px;
	}

	body.work #content-main #work-samples {
		border-bottom: 10px solid #f28b24;
	}

		body.work #content-main #work-samples li {
			float: left;
			margin: 0;
			/*margin: 0 10px 4px 0;*/
		}
		
			body.work #content-main #work-samples li img {
				vertical-align: bottom;
			}

/* ---------------------------------------------------------------------------
	=about
--------------------------------------------------------------------------- */

body.about #content-main h2,
.staff {
	padding-bottom: 10px;
	background: url(/img/div-dotted-line.png) repeat-x bottom left;
}

	body.about #content-main #intro h2 {
		background: none;
	}
	
.staff {
	margin-bottom: 20px;
	overflow: hidden;
	height: 1%;
}

.staff-info {
	margin-bottom: 15px;
	overflow: hidden;
}

.staff-info img {
	float: left;
	margin-right: 15px;
	border: 4px solid #e1e9d5;
}

.staff-info h3 {
	color: #af4640;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 0;
}

.staff-info h4 {
	color: #332a11;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 85%;
}

.staff-bio {
	float: left;
	padding-right: 20px;
	width: 430px;
	background: url(/img/div-vert-dotted-line.png) repeat-y right center;
}

.staff-contact {
	float: right;
	width: 200px;
	font-weight: bold;
	line-height: 1.3em;
}

.staff-contact p { }

.staff-contact em {
	color: #010101;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 70%;
}

p.linked-in {
	width: 83px;
	height: 25px;
	text-indent: -9999px;
}

p.linked-in a {
	display: block;
	width: 83px;
	height: 25px;
	background: url(/img/logo-linkedin.png) no-repeat 0 0;
	text-indent: -9999px;
}

/* ---------------------------------------------------------------------------
	=contact
--------------------------------------------------------------------------- */

body.contact #content-main {
	padding-bottom: 0;
	
	float: left;
	padding-right: 44px;
	width: 490px;
	background: url(/img/div-vert-dotted-line.png) repeat-y right center;
}

body.contact #content-main #intro p {
	padding-bottom: 46px;
}

body.contact #content-secondary a {
	color: #42919b;
	font-size: 110%;
	text-decoration: none;
	font-weight: bold;
}

/*
	body.contact #content form #submit {
		margin-right: 10%;
	}
*/

/* ---------------------------------------------------------------------------
	=case studies
--------------------------------------------------------------------------- */

body.case-studies #content-main {
	overflow: hidden;
}

.case-study-block {
	background-color: #f5f5eb;
	float: left;
	margin: 0 3px 8px 0;
	width: 220px;
	min-height: 280px;
}

	.case-study-info {
		font-size: 0.75em;
		line-height: 1.2em;
		padding: 10px 15px 20px 15px;
	}
	
	.case-study-info h2 {
		font-size: 140%;
		line-height: 1.2em;
	}

	.case-study-info h2 a {
		text-decoration: none;
	}

body.case-study-detail #content-main {
	float: left;
	padding-right: 54px;
	width: 480px;
	background: url(/img/div-vert-dotted-line.png) repeat-y right center;
}

body.case-study-detail #content-main h2 {
	margin-bottom: 5px;
}

body.case-study-detail #content-main h4 {
	font-style: italic;
	color: #546672;
	margin-bottom: 30px;
}

body.case-study-detail #content-main ul {
	margin-left: 40px;
	margin-bottom: 36px;
	list-style: disc;
}

.case-study-goal {
	color: #463c1d;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	margin-left: 40px;
}

	.case-study-goal em {
		color: #010101;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 70%;
		font-style: normal;
		margin-left: -40px;
		margin-right: 4px;
		text-transform: uppercase;
	}
	
#gallery-container h3 {
	display: block;
	width: 77px;
	height: 16px;
	background: url(/img/title-gallery.png) no-repeat 0 0;
	text-indent: -9999px;
}

body.case-study-detail #content-secondary ul {
	list-style: disc;
	margin-left: 20px;
}

body.case-study-detail #content-secondary ul li {
	margin-bottom: 5px;
}

body.case-study-detail #content-secondary ul li a {
	color: #646464;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
	=blog
--------------------------------------------------------------------------- */

body.blog #content-main {
	float: left;
	padding-right: 54px;
	width: 480px;
	background: url(/img/div-vert-dotted-line.png) repeat-y right center;
}

h2.blog-post-title {
	margin-bottom: 30px;
	font-size: 210%;
	line-height: 1.1em;
}

.post {
	margin-bottom: 30px;
	padding-bottom: 10px;
	background: url(/img/div-gold-dot.png) no-repeat bottom center;
}

body.blog #content-main .post-info {
	margin-bottom: 0;
	padding-bottom: 0;
}

.post h2 a {
	text-decoration: none;
}

.post-date {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	margin-bottom: 8px;
	display: block;
	color: #767740;
}

body.blog #content-main .post-content p {
	padding-bottom: 20px;
}

.post-bottom {
	color: #999;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

.post-bottom a {
	text-decoration: none;
	color: #999;
}

.post-bottom a:hover {
	color: #637381;
}

body.blog #content-secondary h2 {
	padding-bottom: 8px;
	margin-bottom: 13px;
	border-bottom: 2px solid #000;
}

#recent-posts {
	padding-right: 5px;
}

#recent-posts ul {
	margin-bottom: 30px;
	color: #999;
	font-size: 90%;
	font-weight: bold;
}

#recent-posts ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#recent-posts ul li a {
	color: #88895a;
	text-decoration: none;
}

#recent-posts ul li a:visited {
	color: #999;
	text-decoration: none;
}

#recent-posts ul li a:hover {
	color: #f28b24;
}

a.archive-link {
	display: block;
	width: 95px;
	height: 9px;
	background: url(/img/btn-archive.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

a.archive-link:hover {
	background-position: 0 -9px;
}

/* Comments */

#blog-comments {
	/* padding-top: 15px; */
	margin-bottom: 20px;
	border-top: 3px solid #000;
}

.comment {
	padding: 15px 10px 0 10px;
	line-height: 1.4em;
	/* padding-bottom: 10px; */
	background: url(/img/div-dotted-line.png) repeat-x bottom left;
	overflow: hidden;
}

.comment-info {
	float: left;
	width: 180px;
}

#content-main p.comment-author {
	font-size: 90%;
	color: #000;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;	
	padding-bottom: 0;
	line-height: 1.2em;
}

.comment-forums {
	background-color: #f4f4ea;
	background-color: #eff8f9;
}

/* .comment-keymer .comment-info {
	background-color: #000;
} */

#content-main p.comment-posted {
	padding-bottom: 0;
	color: #767740;
	font-size: 75%;
}

#content-main p.comment-msg {
	margin-left: 190px;
	font-size: 90%;
}

/* Add Comments */

#content-extra.add-comment {
	margin-bottom: 15px;
	overflow: hidden;
}

#content-extra.add-comment h3 {
	background: url(../img/title-add-comment.png) no-repeat 0 0;
	height: 16px;
	text-indent: -9999px;
}

#content-extra.add-comment textarea,
#content-extra.add-comment input {
	margin-bottom: 10px;
}

#comment-text {
	width: 500px;
}

#comment-text label {
	left: -9999px;
	position: absolute;
	top: 0;
}

#comment-text textarea {
	height: 8em;
}

#comment-personal-info {
	width: 500px;
}

#comment-personal-info label {
	font-size: 80%;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	display: block;
}

#comment-personal-info input {
	color: #999;
	font-size: 120%;
	font-family: Helvetica, Arial, sans-serif;
}


/* Blog Archive */

dl.archive-list {
	padding-bottom: 30px;
	margin-bottom: 20px;
	background: url(/img/div-dotted-line.png) repeat-x bottom left;
}

dl.archive-list .archive-date {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	color: #767740;
	font-size: 90%;
}

dl.archive-list a {
	font-weight: bold;
}

/* ---------------------------------------------------------------------------
	=misc
--------------------------------------------------------------------------- */

body.error h1 {
	text-indent: 0;
}

/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

body.work #content-main #work-samples:after,
body.services #content-main ul:after,
#container:after,
.staff:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

