/* General
---------- */
#wrapper {
	background-color: #FFF;
	width: 700px;
	margin: 10px auto;
	border-width: 1px;
	border-color: #E6CACD;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
}
.container {
	width: 99%;
	float: left;
	background-color: #FFF;
	border-right: 1px dotted #E6CACD;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-size: 62.5%;
	text-align: center;
	background-color: #FFF;
	background-image:url(../graphics/background.png);
}
#logo {
	height: 115px;
	border-bottom: 1px solid #E6CACD;
	background-color: #FFFFFF;
}

/* Navigation bar
----------------- */
#nav {
	background-color: #EBD3D6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	border: 1px dotted #E6CACD;
	text-align: center;
	font-weight: bold;
	padding: 7px;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#nav ul li a {
	background-color: #EBD3D6;
	color: #222;
	text-decoration: none;
	padding: 2px 4px;
	margin: 2px 4px;
	text-align: center;
	width: 9em;
	border-top: 1px solid #EBD3D6;
	border-bottom: 2px solid #EBD3D6;
	border-left: 1px solid #EBD3D6;
	border-right: 1px solid #EBD3D6;
}
#nav ul li a:hover, #nav ul li a:focus {
	color: #222;
	padding-bottom: 2px;
	border-top: 2px solid #EBD3D6;
	border-bottom: 2px dotted #444;
	border-left: 1px solid #EBD3D6;
	border-right: 1px solid #EBD3D6;
}

/* Content
---------- */
#content {
	margin-right: 190px;
}
#content p {
	text-align: justify;
	margin: 10px 20px;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content p a {
	color: #111;
	text-decoration: underline;
}
#content p a:hover {
	text-decoration: none;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	margin: 20px 20px 35px 20px;
	text-align: left;
	font-weight: bold;
	background-color: #333;
	line-height: 0.1em;
	text-transform: uppercase;
}
#content h1 span {
	color: #333;
	background-color: #FFF;
	margin: 0 10px;
	padding: 2px 8px;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #666666;
	margin: 25px 20px 15px 20px;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
	margin: 20px 20px 20px 0;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	text-decoration: underline;
	font-variant: small-caps;
}
#content h4 {
	margin: 10px 0 0 20px;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
#content h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #000;
	text-align: left;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
#content form, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #000;
}

/* Right column
--------------- */
#rightcol {
	text-align: left;
	float: right;
	width: 180px;
	background-color: #FFFFFF;
	margin: 0;
}
#rightcol h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 15px 10px 20px 10px;
	text-transform: uppercase;	
}
#rightcol a {
	color: #000;
	text-decoration: none;
}
#rightcol a:hover {
	text-decoration: underline;
}
#rightcol ul {
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.5em;
}
#rightcol li {
	list-style-type: none;
}

/* Footer
--------- */
#footer {
	background-color: #EBD3D6;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #E6CACD;
	text-align: center;
	clear: both;
	padding: 4px;
}
#footer ul {
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#footer ul li a {
	color: #333;
	text-decoration: none;
	padding: 2px 4px;
	margin: 2px 4px;
	text-align: center;
	width: 9em;
	border: 1px solid #EBD3D6;
}
#footer ul li a:hover, #footer ul li a:focus {
	border-bottom: 1px dotted #444;
}

/* Tables
--------- */
table.chart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 200px;
	border: 1px solid #222;
	color: #CCCCCC;
	margin-top: 10px;
	margin-left: 20px;
}
td.chart {
	border: 1px solid #CCC;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}
#songlist table {
	max-width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 20px 0 20px;
}
#songlist th, td {
	font-size: 1.1em;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px solid #F8EFF0;
}
#songlist th {
	font-weight: bold;
	color: #333;
}
#songlist th.headings {
	background-color: #EBD3D6;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding: 0 0 0 5px;
	color: #000;
	border-left: 1px solid #EBD3D6;
	border-right: 1px solid #EBD3D6;
}
#songlist td ul {
	list-style-type: disc;
	padding: 0;
	margin-left: 12px;
}
#songlist td li {
    padding-left: 0;
}

/* Floating
----------- */
.floatright {
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}
.floatleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.clear {
	clear: both;
}

/* Discography
---------------- */
.disco_thumbnail {
	float: left;
	width: 135px;
	margin: 0 0 10px 20px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #999999;
}
.disco_thumbnail a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
}
.disco_thumbnail a:hover {
	text-decoration: underline;
}
.disco_thumbnail img {
	border: 1px solid #000;
}
.video_thumbnail {
	float: left;
	width: 200px;
	margin: 0 0 10px 20px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #999999;
}
.video_thumbnail a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
}
.video_thumbnail a:hover {
	text-decoration: underline;
}
.video_thumbnail img {
	border: 1px solid #000;
}
.discography_year {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #777;
}
.discography_greyed {
	color: #777;
	text-align: left;
}

/* Special cases
---------------- */
.mondegreen {
	text-decoration: line-through;
}
.mondegreennew {
	background-color: #CEE9C5;
}
.letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #DBACBC;
	margin: 10px 0 0 0;
	font-size: 1.3em;
}
.alignleft {
	text-align: left;
}
.bioname {
	font-weight: bold;
}
.clearboth {
	clear: both;
}
.hidden {
	visibility: hidden;
}