@import "hashgrid.css"; /* remove before deployment! */

/*

	* Elements: grouped by type of tag
	* Classes: grouped by the effect they create
	* Ids: grouped by the component they affect

*/

body {
	background: #bf3f57 url(../i/bg-noise.png);
	color: rgb(239,207,213);
	color: rgba(255,255,255,.75);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 100%;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 0 1px rgba(0,0,0,.15);
	-webkit-font-smoothing: antialiased;
}

p {
	font-size: .938em;
	line-height: 1.333;
	margin: 1.333em 0;
}

a:link, a:visited {
	color: rgb(252,245,246);
	color: rgba(255,255,255,.95);
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: rgb(239,207,213);
	color: rgba(255,255,255,.75);
}

em {
	color: rgb(252,245,246);
	color: rgba(255,255,255,.95);
	font-style: normal;
}

/*

Helper styles e.g. forms, notifications and errors

*/



/*

Page structure

*/

#container {
	margin: 0 auto;
	max-width: 58.75em;
	overflow: hidden;
	padding: 2.5em 1.25em 0;
	text-align: left;
}

.section {
	margin: 1.25em 0;
	overflow: hidden;
}

.intro {
	margin: 2.5em 0 1.25em;
}

.footer p {
	color: rgb(226,168,179);
	color: rgba(255,255,255,.55);
	font-size: .813em;
	line-height: 1.538;
	margin: 1.538em 0;
}

.group:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

.hide {
	left: -9999px;
	position: absolute;
}

/*

Page components

*/

.header h1 {
	background: url(../i/logo.png) no-repeat;
	height: 60px;
	margin: 0;
	text-indent: -9999px;
	width: 220px;
}

.intro h2 {
	border-bottom: 1px solid #a3364a;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.25;
	margin: 0;
	padding-bottom: .792em;
	width: 74.5%;
}

.vcard {
	color: rgb(239,207,213);
	color: rgba(255,255,255,.75);
	font-size: .938em;
	line-height: 1.333;
	margin: 2.667em 0;
}

.vcard div {
	margin: .667em 0;
}

.tel, .email {
	font-size: 1.333em;
	line-height: 1;
}

.tel {
	margin-right: 2.1%;
}

.notice {
	margin-left: -2.1%;
}

.notice p {
	background-color: #ac384e;
	background-color: rgba(0, 0, 0, .1);
	margin: 0;
	padding: 1.333em 2.1%;
	width: 70.2%;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
}

/*

Overrides

*/


