/* ---------------------------------------------------------------------------
	
	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: 914px;
	
	background: url(../img/_bg-shadow-large.png) repeat-y 0 0;
}

#content {
	margin: 0 11px 0 11px;
	/*padding: 36px 0 0 144px;*/
	padding: 0 0 0 142px;
}

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

#content-secondary {
	float: right;
	width: 190px;
	
	/*background: url(/img/div-vert-dotted-line.png) repeat-y 0 0;*/
	padding: 36px 0 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 h1 { width: 334px; height: 87px; background: url(../img/h1-we-create-experiences.png) no-repeat 0 0; }
body.services h1 { background: url(../img/h1-services.png) no-repeat 0 0; }
body.work h1 { width: 77px; background: url(../img/h1-work.png) no-repeat 0 0; } 
body.about h1 { background: url(../img/h1-about-us.png) no-repeat 0 0; }
body.contact h1 { background: url(../img/h1-get-in-touch.png) no-repeat 0 0; }
body.blog h1,
body.latest h1 { background: url(../img/h1-latest.png) no-repeat 0 0; }
body.blog-archive h1,
body.latest-archive h1 { height: 32px; background: url(../img/h1-latest.png) no-repeat 0 0; }
body.case-studies h1 { background: url(../img/h1-case-studies.png) no-repeat 0 0; /*margin-bottom: 70px;*/ }
body.case-study-detail h1 { margin-bottom: 30px; }

/* Spanish headlines */
body.servicios h1 { background: url(../img/h1-es-servicios.png) no-repeat 0 0; }
body.acerca h1 { height: 30px; background: url(../img/h1-es-acerca.png) no-repeat 0 0; }
body.contacto h1 { height: 30px; background: url(../img/h1-es-communiquese.png) no-repeat 0 0; }
body.latest-es h1 { background: url(../img/h1-es-novedades.png) no-repeat 0 0; }
body.latest-es-archive h1 { background: url(../img/h1-es-novedades.png) no-repeat 0 0; }
body.estudios-de-caso h1 { background: url(../img/h1-es-estudios-de-caso.png) no-repeat 0 0; /*margin-bottom: 70px;*/ }
body.estudios-de-caso-detail h1 { margin-bottom: 30px; }

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

ul {
	list-style: none;
}


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

#header {
	height: 139px;
	
	background: url(../img/_bg-stage-top.jpg) no-repeat top center;
	padding-top: 8px;
	
	position: relative;
	
	margin-bottom: 20px;
}

	#logo {
		width: 609px;
		height: 116px;
		background: url(../img/logo-screen.png) no-repeat 0 0;
		
		position: absolute;
		  top: 8px;
		  left: -14px;
		z-index: 99;
	}
	
		#logo a {
			display: block;
			width: 100%;
			height: 100%;
		}
		
		#logo img {
			position: absolute;
			top: 0;
			left: -9999px;
		}


/* per page modifiers */
body.home #header { margin-bottom: 0; }

body.services #content-main,
body.case-studies #content-main,
body.about #content-main { padding-top: 0; }

body.case-study-detail #content-main { padding-top: 36px; }

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

#nav {
	border-top: 2px solid #cfd5de;
	text-align: right;
	
	position: absolute;
	 bottom: 15px;
	 right: 9px;
  
  padding-right: 30px;
  /*width: 866px;*/ /* 896 wixels */
  z-index: 999;
}

	#nav li {
		display: block;
		float: left;
		margin-right: 18px;
		position: relative;
		  top: -2px;
	}
	#nav li.end { margin-right: 0; }
	
	#nav li a {
		background: url(../img/nav.png) no-repeat;
		border-top: 2px solid #cfd5de;
		display: block;
		height: 23px;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
	}

#nav #nav-home, #nav #nav-home a { width: 40px; background-position: 0 0; }
#nav #nav-home a:hover, body.home #nav #nav-home a { background-position: 0 -23px; border-top: 2px solid #444749; }

#nav #nav-services, #nav #nav-services a { width: 61px; background-position: -60px 0; }
#nav #nav-services a:hover, body.services #nav #nav-services a { background-position: -60px -23px; border-top: 2px solid #444749; }

#nav #nav-case-studies, #nav #nav-case-studies a { width: 92px; background-position: -140px 0; }
#nav #nav-case-studies a:hover, body.case-studies #nav #nav-case-studies a { background-position: -140px -23px; border-top: 2px solid #444749; }
		
#nav #nav-about, #nav #nav-about a { width: 44px; background-position: -252px 0; }
#nav #nav-about a:hover, body.about #nav #nav-about a { background-position: -252px -23px; border-top: 2px solid #444749; }

#nav #nav-latest, #nav #nav-latest a { width: 44px; background-position: -316px 0; }
#nav #nav-latest a:hover, body.latest #nav #nav-latest a { background-position: -316px -23px; border-top: 2px solid #444749; }

#nav #nav-contact, #nav #nav-contact a { width: 56px; background-position: -379px 0; }
#nav #nav-contact a:hover, body.contact #nav #nav-contact a { background-position: -379px -23px; border-top: 2px solid #444749; }

/* Spanish nav */
body.es #nav li a { background-image: url(../img/nav-es.png); }

body.es #nav #nav-home, body.es #nav #nav-home a { width: 38px; background-position: 0 0; }
body.es #nav #nav-home a:hover, body.home-es #nav #nav-home a { background-position: 0 -23px; border-top: 2px solid #444749; }

body.es #nav #nav-services, body.es #nav #nav-services a { width: 65px; background-position: -58px 0; }
body.es #nav #nav-services a:hover, body.servicios #nav #nav-services a { background-position: -58px -23px; border-top: 2px solid #444749; }

body.es #nav #nav-case-studies, body.es #nav #nav-case-studies a { width: 124px; background-position: -142px 0; }
body.es #nav #nav-case-studies a:hover, body.estudios-de-caso #nav #nav-case-studies a { background-position: -142px -23px; border-top: 2px solid #444749; }
		
body.es #nav #nav-about, body.es #nav #nav-about a { width: 126px; background-position: -286px 0; }
body.es #nav #nav-about a:hover, body.acerca #nav #nav-about a { background-position: -286px -23px; border-top: 2px solid #444749; }

body.es #nav #nav-latest, body.es #nav #nav-latest a { width: 81px; background-position: -432px 0; }
body.es #nav #nav-latest a:hover, body.es.latest #nav #nav-latest a { background-position: -432px -23px; border-top: 2px solid #444749; }

body.es #nav #nav-contact, body.es #nav #nav-contact a { width: 66px; background-position: -534px 0; }
body.es #nav #nav-contact a:hover, body.contacto #nav #nav-contact a { background-position: -534px -23px; border-top: 2px solid #444749; }


/* Util nav */
#util-nav {
  position: absolute;
    top: -14px;
    right: 10px;
}

/* Language nav */
#lang-nav {
  float: left;
  font-family: Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 8px;
}

#lang-nav a {
  color: #353738;
  text-decoration: none;
}

/* Social links */
#social-links {
  float: left;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
#social-links li { float: left; margin-left: 8px; }
#social-links li a { background-repeat: no-repeat; display: block; text-indent: -9999px; width: 16px; height: 16px; }
#social-links li a:hover { background-position: 0 -16px; }

#social-links li.facebook a { background-image: url(../img/facebook-16.png); }


/* ---------------------------------------------------------------------------
	=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: 187%;
		
		color: #463c1d;
	}
	
	#content-main p {
		padding-bottom: 26px;
	}

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

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

#content-secondary h2,
#content-secondary h3 {
  border-bottom: 2px solid #444749;
	padding-bottom: 4px;
}


#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 {
    background: url(../img/button-link-read-more.png) no-repeat 0 0;
    display: inline-block;
    text-indent: -9999px;
    width: 76px;
    height: 9px;
	}
	
	body.home-es #content a.more {
	 background-image: url(../img/button-link-read-more-es.png);
	 width: 65px;
	 height: 12px;
	}

	body.home #content a.more:hover { background-position: 0 -9px; }
	body.home-es #content a.more:hover { background-position: 0 -12px; }

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

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

	body.home #content-main #testimonial {
    margin-top: 30px;
		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-dotted.png) repeat-y 0 0;
}

  body.home #content-secondary h2,
  body.home #content-secondary h3 {
    border-bottom: none;
  }

	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;
			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-es #content-secondary #work .work-image {
		  background-image: url(../img/photo-home-work-es.jpg);
		}
		
		body.home #content-secondary #work h2 {
			color: #2fc3d6;
			margin-bottom: 2px;
		}
		
	body.home #content-secondary #recent-blog {
		color: #646464;
		font-size: 110%;
		line-height: 160%;
		margin-bottom: 30px;
	}

		body.home #content-secondary #recent-blog h2 {
		  color: #353739;
			padding-bottom: 5px;
			margin-bottom: 15px;
			border-bottom: 2px solid #444749;
		}	
		
		body.home #content-secondary #recent-blog h3 {
			font-family: Helvetica, Arial, sans-serif;
			font-style: normal;
			font-weight: bold;
			font-size: 142%;
			margin-bottom: 8px;
		}
		
			body.home #content-secondary #recent-blog h3 a {
				text-decoration: none;
			}
		
		body.home #content-secondary #recent-blog p {
			margin-bottom: 10px;
		}
	
		body.home #content-secondary #recent-blog span.post-date {
			font-family: Georgia, Times, 'Times New Roman', serif;
			font-size: 114%;
			font-style: italic;
			margin-bottom: 0;
			display: block;
		}
		
/* feature carousel */
.features { height: 279px; margin-bottom: 16px; }
.feature-item { display: none; }

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

/*
body.services #content-main ul li {
	width: 45%;
	padding-right: 3%;
	display: inline-block;
}
*/

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

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

	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-dotted.png) repeat-y right 0;
}

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

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

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

a.services-link {
	background: url(../img/button-link-services.png) no-repeat 0 0;
	display: block;
	margin-top: 12px;
	text-indent: -9999px;
	overflow: hidden;
	width: 120px;
	height: 9px;
}
body.es a.services-link {
  background-image: url(../img/button-link-services-es.png);
  width: 60px;
  height: 12px;
}

a.services-link:hover { background-position: 0 -9px; }
body.es a.services-link:hover { background-position: 0 -12px; }

/* ---------------------------------------------------------------------------
	=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-dotted.png) repeat-y right 0;
}

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 h3 {
	font-size: 130%;
	margin-bottom: 18px;
}

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,
body.latest #content-main {
	float: left;
	padding-right: 54px;
	width: 480px;
	background: url(../img/div-dotted.png) repeat-y right 0;
}

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-horiz-divider.png) no-repeat bottom center;
}

body.blog #content-main .post-info,
body.latest #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,
body.latest #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,
body.latest #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;
}
body.es a.archive-link {
  background-image: url(../img/btn-archive-es.png);
  width: 87px;
}

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

#content-wrapper {
  background: url(../img/div-dotted.png) repeat-x 0 0;
  margin-right: 10px;
  overflow: hidden;
}

body.home #content-wrapper {
  margin-right: 0;
  padding-top: 6px;
  overflow: visible;
}

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

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


