
body
{
	color: #efefef;
	background: #000 url(bg2.jpg) center top no-repeat fixed;
	font: 100%/1.4em Arial, Helvetica, sans-serif;
}

a
{
	color: white;
}

	a:hover
	{
		color: #9cf;
	}

header, section
{
	position: relative;
	display: block;
	width: 700px;
	margin: 0 auto;
}

#google_translate_element
{
	position: absolute;
	top: 0; right: 0;
}

#logo, address { text-align: center; }

address
{
	font-style: normal;
	font-size: 12px;
	color: #ccc;
	margin: 1em 0;
}
address a
{
	color: #ccc;
}

header { width: 730px; }
header .facebook_like { position: absolute; bottom: 0; left: 0; }
header .tweet { position: absolute; bottom: 0; right: 0; margin:0; }
header .facebook_share { position: absolute; bottom: 4px; right: 70px; margin:0; }

section
{
	background-color: rgba(0,0,0,0.5);
	padding: 1em;
	margin-bottom: 1em;
	border: solid 1px rgba(0,0,0,0.2);
	border-radius: 4px;
	box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
	-moz-box-shadow: 0 0 5px black;
}

	section p.img
	{
		text-align: center;
	}

		section p.img img
		{
			border: solid 5px white;
			box-shadow: 0 0 15px black;
			-webkit-box-shadow: 0 0 15px black;
			-moz-box-shadow: 0 0 15px black;
			-webkit-transform: rotate(-.3deg);
			width: 536px;
		}

		section p.plusone, section p.tweet, section p.facebook_share
		{
			float: right;
			margin: 0 0 0 1em;
		}

	section div.video
	{
		text-align: center;
	}

	section h1
	{
		color: #9cf;
		font-size: 1.7em;
	}

	section h2
	{
		color: #c9f;
		font-size: 1.2em;
	}

	section h3
	{
		font-size: 1.1em;
		margin-bottom: 0;
		color: #fc9;
	}

		h3 + p { margin-top: 0; }

blockquote
{
	border: outset 2px #999;
	background: #555 url(bg-blockquote.png) top left repeat-y;
	padding: 1em;
	font-family: Consolas, "Courier New", Courier, monospace;
	box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
	-moz-box-shadow: 0 0 5px black;
}

#credits
{
	text-align: right;
	font-style: italic;
}

#last-updated
{
	font-size: smaller;
	color: rgba(255,255,255,0.4);
	text-align: right;
}