/* Stu Sanders Music Stylesheet
        April 20, 2013       */

/* HTML Tag Styles */

*
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-image: url('../images/bkgd.jpg');
	background-color: #ccbb55;
	background-position: left bottom;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

h1
{
	padding: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #220000;
}

h2
{
	padding: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #220000;
}

p
{
	padding-top: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 100%;
	text-align: center;
	color: #220000;
}

table
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img
{
	border: 0px;
}

strong
{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

strong
{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link; a:visited;
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 100%;
	color: #220000;
	text-decoration: none;
}

ul
{
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

address
{
	font-weight: bold;
	text-align: center;
	font-style: normal;
	padding-top: 10px;
}

/* Classes */

.centerimage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.caption
{
	padding-top: 2px;
	padding-bottom: 8px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 85%;
	text-align: center;
	color: #220000;
}

.closer
{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px;
	text-align: right;
	color: #ffffff;
	font-size: 120%
	font-weight: bold;
	font-family: "Arial", arial, sans-serif;
	display: block;
	border: solid 1px #ffffff;
	text-decoration: none;
}

.italic
{
	font-style: italic;
	text-align: center;
}

.song
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}

.musictable
{
	width: 60%;
}

.music
{
	width: 70%;
	text-align: left;
}

.lyrics
{
	width: 30%;
	text-align: center;
}

/* DIVs */

#wrapper
{
	width: 700px;
	height: auto;
	position: relative;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	width: 700px;
	height: 100px;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#logo img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#menubar
{
	width: 150px;
	background-repeat: no-repeat;
	float: left;
}

#menubar ul
{
	list-style-type: none;
	padding-bottom: 5px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
}

#menubar li
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	color: #220000;
}

#menubar ul li a:link
{
	display: block;
	color: #220000;
	width: 100%;
	text-decoration: none;
}

#menubar ul li a:visited
{
	display: block;
	color: #220000;
	text-decoration: none;
}

#menubar ul li a:hover
{
	display: block;
	color: #220000;
	background-color: #ffffff;
	width: 100%;
	text-decoration: none;
}

#menubar ul li a:active
{
	display: block;
	color: #220000;
	background-color: #ffffff;
	width: 100%;
	text-decoration: none;
}

#menubar a:link
{
	color: #220000;
	font-size: 90%;
	text-decoration: none;
}

#menubar a:visited
{
	color: #220000;
	font-size: 90%;
	text-decoration: none;
}

#menubar a:hover
{
	color: #220000;
	font-size: 90%;
	text-decoration: underline;
}

#menubar a:active
{
	color: #220000;
	font-size: 90%;
	text-decoration: underline;
}

#menubar p
{
	color: #220000;
	font-size: 90%;
}

#content
{
	width: 550px;
	float: left;
	padding-bottom: 30px;
	background-color: #ffffff;
}

#copyright
{
	clear: both;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 80%;
	text-align: center;
	color: #220000;
	padding-top: 50px;
	padding-bottom: 50px;
}

#picture
{
	display: none;
	position: absolute;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	width: 800px;
	height: 750px;
	padding-top: 5%;
	background-color: #220000;
	background-color: rgba(34,0,0,0.95); 
	z-index: 2;
}

#picture a
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 100%;
	color: #ffffff;
}

#picture a:link; #picture a:visited;
{
	text-decoration: none;
}

#picture a:hover; #picture a:active;
{
	text-decoration: underline;
}

#piccap p
{
	padding-top: 2px;
	padding-bottom: 8px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 85%;
	text-align: center;
	color: #ffffff;
}
