/*
==============================================================================
**
** CONTACT
**
** SCOPE: 		CONTACT
** REVISION:	0.1
** DATE:		03/21/11
** AUTHORS:		DUNCAN MCALESTER (DUNCAN@LAYER-51.COM)

** USAGE:		The body tag for this section will have and ID of "contact"

** NOTES:
				
** TODO:		Connect up LESS variables

** REVISION HISTORY
------------------------------------------------------------------------------






==============================================================================
*/
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* =========================================================================== */
/*
** COLOR PALETTE
**
** DESCRIPTION:	Class to be applied to any button
** USAGE:		
** NOTES:
**
*/
/* =========================================================================== */
#contact #main .vcard {
  font-size: .825em;
  margin: 2em;
}
#contact #main .vcard .fn,
#contact #main .vcard .title,
#contact #main .vcard .org,
#contact #main .vcard .honorific-prefix {
  font-weight: bold;
}
#contact #asides .photo {
  border: 1px solid #ccc;
}
#contact #asides .vcard {
  font-size: .825em;
  padding-bottom: 1.5em;
}
#contact #asides .org, #contact #asides .fn {
  font-weight: bold;
}
