@import url(yuiReset.css);

/* Basic HTML
 ------------------------------------------- */
html, body {
	/*height: 100%;*/
}
html {
	background: url("../img/editor/subpage-stripe-bg.png") repeat scroll;
	font-family: Verdana,Geneva,sans-serif;
	padding-bottom: 1px;
}
body{
	border-top:solid 8px #70260C;
	padding-top: 1em;
}
h1 {
    color: #944615;
    font-family: 'MEgalopolisExtraRegular',Verdana,Geneva,sans-serif;
    font-size: 2.3em;
    margin-bottom: 0.6em;
    letter-spacing: 0.1em;
    cursor: default;
}
h2 {
	color:#CE6A4C;
  font-size: 1.3em;
  cursor: default;
}
a {
	text-decoration: none;
}
/* Containers
 ------------------------------------------- */
.contentWrap {
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.contentWrap a {
	color: #FF6600;
}
.contentWrap {
	color: #3D3D3D;
}
.contentWrap a {
	color: #FF6600;
}
.contentWrap a:hover {
	background-color: #FAF6C1;
	color: #FF7E00;
}

/* Song List (songbook)
 ------------------------------------------- */
.songList {
	margin: 10px 0 20px;
  cursor: default;
}
.songList li {
	color: #A8A8A8;
  margin-left: 20px;
  padding: 0.35em 0;
}
.songList li:hover {
	background-color: #FFECC7;
}
.songList li a {
	display:block;
}
.songList li strong {
	font-size: 1.4em;
}
.songList li em {
	color: #5D5639;
	font-size: 1.1em;
}

.SongListAside {
  text-align:right;
  margin-bottom: 1em;
}

.SongListTitle {
  text-align:left;
}

.SongListSubtitle {
  font-style: italic;
  font-size: 0.8em !important;
  letter-spacing: normal;
}

.SongListLetter {
  font-weight: bold;
  margin: 35px 0 10px 0;
  font-size: 1.5em;
  /* border-radius: 3px; */
  border: gray 1px solid;
  border-top: none;
  border-right: none;
  border-left: none;
  /* display: inline-block; */
  padding: 4px;
  /* box-shadow: 1px 1px 10px rgba(0,0,0,0.2); */
}
.SongListArtist {
  letter-spacing: 0.1em;
  margin: 1em 0 0em 0;
}
.SongListSong {
      letter-spacing: normal;
}

.SongListFooter {
  margin: 3em auto 1em auto;
  border-top: 1px gray dashed;
  padding: 1em;
  text-align: center;
  font-size: 0.6em;
}

.SongListSortMenu {
  float: right;
  font-size: 0.8em;
}

/* login page's form
 ------------------------------------------- */
.loginPage .overlay{
	top:100px;
	right:40%;
	width: 17em;
}
.loginPage input[type=text],
.loginPage input[type=password]{
	width: 97%;
}
.loginPage .btnBar{
	padding: .5em 0;
}
.loginPage .baseBtn{
	font-size: 1.2em;
}
.loginPage .hint{
	font-size: .9em;
	color: #6B4900;
	text-align: center;
}
.loginPage .help {
	color: #6B4900;
	font-size: 86%;
}
.loginPage .songbooklink {
	color: #944615;
  /*cursor: default;*/
}
.loginPage .songbooklink:hover {
	color: #944615;
  background: none;
}
.loginPage .songbooklink a:hover, a:visited, a:link, a:active
{
      text-decoration: none;
}

.errorMessage {
	background-color: #F9C95A;
	border: 3px solid #F7AD00;
	border-radius: 4px 4px 4px 4px;
	color: #4F3E14;
	margin-bottom: 0.8em;
	padding: 0.3em 0.5em;
 }
.errorMessage em{
	font-size:.8em;
}

/*------------------------------------------- */
.NotFound404
{
  border: 2px solid gray;
  text-align: center;
  padding: 20px;
  margin: 40px auto;
  width: 650px;
  border-radius: 10px;
}
/*------------------------------------------- */

/*------------------------------------------- */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 60px;
    background: #f5f5f5;
    color: #FF7E00;
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    display: none;
    font-size: 1.6em;
}
#back-to-top:hover {
    background: #e9ebec;
}
/*------------------------------------------- */

.niceloginbg {
  padding-bottom: 0;
  height:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/seasidebg.jpg);
  cursor: default;
}

#reindexBtn {
  margin-top: 10px;
}

.msgBorder {
  border: 2px dashed black;
  border-radius: 10px;
  padding: 30px;
}

#songsInDb {
  text-align: right;
  margin: 5px 0 0 0;
  font-style: italic;
  font-size: 1em;
  color: #BCB59C;
  cursor: default;
}
