/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	text-align: center;
	background-color: #000;
	color: #fff;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 150%
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
img {
	border: 0
}
a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*=WRAPPER
=== === === === === === === === === === */
#wrapper {
	margin: 0 auto;
	margin-top: 80px;
	border: 0px solid #ff0029;
	width: 800px;
	text-align: left;
	overflow: auto;
}


/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
	border: 0px solid #ff0029;
	width:  150px;
	height: 500px;
	float: left;
	text-align: right;
	font-size: 18px;
}

/*=CONTENT
=== === === === === === === === === === */
#content {
	border: 0px solid #ff0029;
	width:  600px;
	height: 500px;
	float: right;
	overflow: auto;
	padding-right: 10px;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
	margin: 0 auto;
	margin-top: 5px;
	border: 0px solid #ff0029;
	width: 750px;
	height: 40px;
	text-align: left;
}


/*=Formulare
=== === === === === === === === === === */

input,textarea {
	width: 300px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

textarea {
	height: 120px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

label, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

button {
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



/*=Lyrics
=== === === === === === === === === === */
#lyrics {
	padding: 10px;
}


