/*<----------------------BASIC ELEMENTS---------------------->*/

body {
	background: black;
	color: #97fffe;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: center;
	font-size: .8em;
}

img {
	border: none;
}

a:link {
	color: #97fffe;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: white;
}

a:visited {
	color: #97fffe;
	text-decoration: none;
}

#container, #container_bios {
	margin: 0px auto;
	width: 780px;
	height: 100%;
}

/*<----------------------INDEX---------------------->*/

#header {
	height: 100px;
	background: url(images/head.jpg) no-repeat;
}

#header span {
	display: none;
}

#footnote {
	color: #707070;
	font-size: .8em;
	letter-spacing: 2px;
	padding-bottom: 20px;
}

#ih {
	position: absolute;
	left: 140px;
}

span.ih_text {
	color: #666666;
	font-size: .8em;
}

/*<----------------------MENU BAR---------------------->*/

#menubar {
	margin-top: 10px;
	letter-spacing: 5px;
}

span.samepage {
	font-weight: bold;
	color: white;
}

div#menubar a:hover span {
	display: block;
	position: absolute;
	top: 290px;
}

/*<----------------------BIOS---------------------->*/

#container_bios {
	color: white;
}

#amybio {
	margin-top: 50px;
}

#container_bios h1 {
	color: #97fffe;
	text-align: left;
	display: inline;
}

span.inst {
	color: #707070;
	font-style: italic;
	color: #707070;
	font-family: "Comic Sans MS";
}

#bio_text_l {
	width: 500px;
	text-align: justify;
	font-size: .9em;
	margin-top: 20px;
}

#bio_pic_r {
	float: right;
	margin-top: 20px;
}

#bio_text_r {
	width: 500px;
	margin-left: 275px;
	text-align: justify;
	font-size: .9em;
	margin-top: 20px;
}

#bio_pic_l {
	float: left;
	margin-top: 20px;
}

/*<----------------------ALBUMS---------------------->*/

#thn_album {
	margin-top: 75px;
}

#litt_album {
	margin-top: 100px;
}

#bl_album {
	margin-top: 215px;
}

#album_text {
	color: white;
	font-size: .9em;
	width: 500px;
	margin-left: 250px;
	text-align: justify;
}

#album_image {
	float: left;
	padding-left: 15px;
}

#order_inf {
	text-align: left;
	margin-top: 100px;
}

span.order_card {
	font-style: italic;
	color: white;
}

span.cdbaby {
	text-decoration: underline;
}

/*<----------------------SONGS & STORIES---------------------->*/

#bl_songs, #litt_songs {
	width: 290px;
	height: 500px;
	margin-top: 50px;
}

div#bl_songs a, div#litt_songs a {
	display: block;
}

#bl_songs {
	float: left;
	padding-left: 65px;
}


#litt_songs {
	float: right;
	padding-right: 65px;
}


/*<----------------------LYRICS---------------------->*/

#lyric_text {
	margin-left: 100px;
	text-align: left;
	padding-bottom: 50px;

}

h1 {
	font-size: 1.3em;
	color: white;
}

#description {
	font-size: .9em;
	font-style: italic;
	color: #707070;
	font-family: "Comic Sans MS";
	text-align: justify;
}

span.translation {
	font-style: italic;
	color: white;
}

span.trans_title {
	font-style: italic;
	color: #97fffe;
}

span.subtitle {
	color: white;
	font-size: .8em;
	font-weight: normal;
}

a.return {
	color: red;
}

/*<----------------------EVENTS---------------------->*/

#event_text {
	margin-top: 50px;
	padding-left: 50px;
	padding-bottom: 100px;
	text-align: left;
	color: white;
}

#event_text h1 {
	color: #97fffe;
	text-align: left;
	display: inline;
}

span.italic {
	font-style: italic;
}

span.old_event {
	color: #707070;
}


/*<----------------------PHOTOS---------------------->*/

#photos {
	padding-top: 50px;
	padding-bottom: 50px;
}

/*<----------------------LINKS---------------------->*/

#linktext {
	margin-left: 135px;
	text-align: left;
	padding-bottom: 50px;

}

span.support {
	color: #d73215;
	font-family: "Freestyle Script", cursive;
	font-size: 2.6em;
	
}

div#linktext a:link, div#linktext a:visited {
	color: white;
}

div#linktext a:hover {
	text-decoration: underlin