/* -----------------------------------------------------------------------
   Modified by Sebastien Nikolaou
   http://www.sebdesign.eu
   
   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.

----------------------------------------------------------------------- */
@import url(reset.css);
@import url(typography.css);
@import url(grid.css);
@import url(nav.css);
@import url(forms.css);

.tel {
	float: left;
	margin-right: 10px;
}

.tel + .tel {
	float: none;
	clear: right;
	margin: 0;
}

.tel + .tel:before {
	content: "|";
	color: #ffccd2;
	margin-right: 5px;
}

.type {
	font-variant: small-caps;
	text-transform: lowercase;
}
