@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,300italic,600italic);

html {
	width: 100%;
	height: 100%;

	/*font-size: 100.01%;  fixes some browser bugs (IE, Opera) see http://www.communitymx.com/content/article.cfm?cid=FAF76&print=true for more info */	
}

body {
	color: #fff;
	background-color: #333;
	background-position: center center;
	background-image: url(spinner.gif);
	background-repeat: no-repeat;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 12pt;
	line-height: 1.5em;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

strong, b {
	font-weight: 600;
}

#bgimg {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
	z-index: -1;
}

#bgdiv {
	position: absolute;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

h1 {
	font-weight: bold;
	display: inline;
}

a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

a:hover {
	background-color: rgba(255,255,255,0.25);
	color: #fff;
}

#content {
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4));
	background: -moz-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4));
	background: -o-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4));
	background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4));
	position: absolute;
	width: 100%;
	height: 100%;
}

#logo, #printlogo {
	padding: 32px;
	width: 512px;
	height: auto;
}

#printlogo {
	display: none;
}

.text {
	display: block;
	background-color: rgba(0,0,0,0.25);
	border-top: 1px solid rgba(255,255,255,0.5);
	padding: 32px;
	margin: 0;
	position: absolute;
	bottom: 0px;
	z-index: 2;
}

#blurb p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 32px;
	text-align: justify;
}

.contact {
	font-size: 9pt;
	line-height: 1.5em;
}

#address {
	padding-left: 1em;
}

#address, #telephone {
	padding-right: 1em;
}

/* Media Queries */
@media screen and (max-width: 480px) {

#content {
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
	background: -moz-radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
	background: -o-radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
	background: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
	min-height: 100%;
	height: auto;
}

#logo {
	width: 256px;
	position: relative;
	margin: 0;
	padding: 16px;
}

.text {
	position: relative;
	background: none;
	border: 0;
	padding: 16px;
	text-align: left;
}

#blurb p {
	text-align: left;
}

#address, #telephone, #email {
	display: block;
	padding: 0;
}

}

@media print {

body {
	width: auto;
	height: auto;
	background-color: #fff;
	color: #000;
	margin: 2cm;
	padding: 0;
	font-size: 10pt;
}

#bgdiv {
	display: none;
}

#content {
	width: auto;
	height: auto;
	background: none;
}

#logo {
	display: none;
}

#printlogo {
	width: 80%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 2cm 0;
}

.text {
	background-color: #fff;
	width: 80%;
	position: relative;
	border: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
}

#address, #telephone, #email {
	display: block;
	padding: 0;
}

a {
	color: #000;
	border: 0;
}

}