html { 
	min-height:100%;
	margin:0; 
	padding:0; 
	font:normal 100%/1.5 'Yanone Kaffeesatz', helvetica, arial, sans-serif;
	background-color:#2c717a;
	background-image:url(pchrist.png);
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
body   { margin:0; padding:0; background-color:transparent; }
a      { text-decoration:none; }
strong { color:#808080; }

article, header, footer , nav { display:block; margin:0 auto; padding:0; }

article      { width:700px; color:#fff; text-shadow:0 1px 5px rgba(70,0,0,0.5); }
header       { margin:10px auto 0; width:680px; }
header:after { visibility:hidden; display:block; height:0; clear:both; font-size:0; content:' '; }
header h1    { float:right; margin:0 auto; padding:0; width:400px; height:125px; background:transparent url(pchrist_logo.png) top right no-repeat scroll; }
header span,
header h2    { display:none; }

h3 { font-size:2em; font-family:'Rock Salt',sans-serif; text-align:center; color:#800; margin:.3em auto; } 
h3 strong { color:#369; }
h4 { 
margin:.3em auto; width:220px; border:3px solid rgba(255, 255, 255, .3);
	color:#fff; font-size:1.5em; font-family:'Yanone Kaffeesatz', sans-serif; text-align:center; text-shadow:0 1px 0 #000; 
	background:rgba(0, 0, 0, .8); 
	-moz-border-radius:5px; border-radius:5px; box-shadow:0 0 8px #000;
	-webkit-transform:rotate(-7deg);
	-moz-transform:rotate(-7deg);
	-o-transform:rotate(-7deg);
	-ms-transform:rotate(-7deg);
	transform:rotate(-7deg);
}

.content   { width:680px; margin:0 auto 1em; }
.content p { margin:.3em; padding:0; color:#ff2424; text-shadow:0 1px 0 #000000; font-weight:bold; font-size:230%; line-height:1.2; text-transform:uppercase; word-spacing:3px; text-align:right; }
.content .single { margin:.3em auto; padding:0; text-align:center; color:color:#13befb; }
.video     { width:640px; height:385px; margin:0 auto; padding:0; -moz-box-shadow:0 1px 20px #1a1a1a; -webkit-box-shadow:0 1px 20px #1a1a1a; box-shadow:0 1px 20px #1a1a1a; }
.song-title {
	position:relative; 
}
.song-title h4 { position:absolute; right:0; bottom:-20px; }

aside {
	margin-top:2em;
	padding:5px;
	text-align:left;
	background-color:rgba(255, 255, 255, .5);
	-moz-border-radius:5px; border-radius:5px;
}

