	@font-face {
  	font-family: "Bauhaus";
  	src: url(Bauhaus.ttf) format("truetype");}

	body
	{
		background: #f0f0f0 url('images/bg1.png');
		font-size: 15pt;
		line-height: 1.75em;
		color: #000}

	h1,h2,h3,h4
	{
		font-family: 'Bauhaus', sans-serif;
		color: #1d1d1d}

	h2, h3
	{
		font-size: 1.6em;
		letter-spacing: -1px;
		margin: 0 0 0.75em 0}

	strong
	{color: #1d1d1d;
	font-style: bold}

	a
	{color: #38C3FF;
	text-decoration: underline}

	a:hover
	{text-decoration: none}


	.button
	{
	color: #fff;
	position: relative;
    text-decoration: none;
    font-family: "Bauhaus";
    background-color: #28a3df;
    padding: 13px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
 	-webkit-box-shadow:    0 8px 2px #28a3df, 0 10px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 2px #28a3df, 0 10px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 2px #28a3df, 0 10px 20px rgba(0, 0, 0, .35);
	width: 300px;
	text-align: center;
	top:16px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease}





	.button:hover
	{text-shadow: 0 -0.1px 0.1px #fff, 0 0 0px #fff}

	.button:active
	{-webkit-box-shadow: 0px 3px 0px #fff, 0px 3px 6px #fff;
    -moz-box-shadow: 0px 3px 0px #fff, 0px 3px 6px #fff);
    box-shadow: 0px 3px 0px #28a3df, 0px 3px 6px #28a3df;
    position: relative;
    top: 20px}

	.divider
	{border-bottom: solid 1px #1d1d1d;
	height: 4px;
	margin: 2em 0 2em 0}

	.divider-top
	{margin-bottom: 0}

	.divider-bottom
	{margin-top: 0}

	.cta-box
	{text-align: center;
	padding: 1.25em 0 1.25em 0;
	text-shadow: 1px 2px 0px #fff;
	font-size: 2em}


	.highlight-box

{text-align: center;
padding: 3.5em 0 3.5em 0;
text-shadow: 1px 2px 0px #fff}

	.highlight-box h2
		{
			font-size: 2.2em;
			letter-spacing: -2px}

	.thumbnails .thumbnail
		{
			overflow: hidden}

	.thumbnails .thumbnail img
			{
				border: solid 5px #fff;
				box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
				float: left;
				margin-right: 25px}
			
	.thumbnails .thumbnail blockquote
			{
				margin: 0 0 0.75em 0;
				margin-left: 130px}

	.thumbnails .thumbnail cite
			{
				color: #888;
				margin-left: 130px;
				display: block}

	.thumbnails .thumbnail cite strong
	{padding-right: 0.25em}
	
