html {
	potition: relative;
	margin: 0; padding: 0;
	background-image: url('images/wallpaper/filter-forge-tiles.jpg');
}

input.line { display: block; width: 400px;
	border: 0px solid gray;
	padding: 1px 2px;
	background: none;
	font-weight: bold; }
input.line:focus {
	padding: 0px 1px;
	border: 1px solid gray;
	background: transparent;	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF,endColorstr=#D8FFFFFF)"; /* IE8 */	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF,endColorstr=#D8FFFFFF);   /* IE6 & 7 */	zoom: 1;
	background: rgba(255,255,255,.5); }

div#lyrics { margin-top: 20px; }

p.stanza {
	position: relative;
	font-size: 14px;
	font-family:
	sans-serif;
	color: #222;
	text-shadow: 1px 1px 1px #AAA;
	margin: 10px 5px 0px 25px;
}
p.stanza span {
}
p.stanza a {
	position: absolute;
	top: -15px;
	left: -24px;
	font-size: 40px;
	color: #CCC;
	text-shadow: 1px 1px 3px #BBB;
}

ul li { cursor: pointer; display: inline; }

#edittext { display: none; }

#observe { width: 540px; background: ; margin-left: 225px; }
#observe h2 { margin: 0px 0 25px 0; }

#hymns {
	position: absolute;
	margin-left: -190px;
	margin-top: -78px;
	background: #EFEFEF;
	padding: 10px;
	height: 580px;
	width: 380px;
	color: #2F241C;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
}

div#header { width: 100%; height: 34px; border: 1px solid #BBB; border-bottom-width: 0px; margin-left: 180px; background: #4DAD65; }
div#footer { width: 100%; height: 34px; border: 1px solid #60B596; margin-left: 180px; background: rgba(0,0,0,0.4); }

div#controlbar {
	width: 100%;
	margin: -20px;
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #ECECEC;
	border-bottom: 1px solid #A8A8A8;
	text-shadow: 1px 1px 1px #FFF;
}

table { margin-left: 240px; }

td.outer { width: 300px; }

h2#hymntitle { text-align: center; margin: 0; }

div#header ul, div#header ul li, div#header ul li a { margin: 0; padding: 0; display: inline;
	text-decoration: none; color: white; text-shadow: 1px 1px 2px black;
	font-family: 'Utopia'; font-size: 12px; font-weight: bold; }
div#header ul { display: block; padding: 8px; }
div#header ul li { margin: 2px; }
