button, .btn{
    background: #861515;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 15px 8px 15px;
    border: solid #f7eae6 1px;
    text-decoration: none;
    float: right;
}

button:hover, .btn:hover {
  background: #292b2e;
  background-image: -webkit-linear-gradient(top, #292b2e, #040608);
  background-image: -moz-linear-gradient(top, #292b2e, #040608);
  background-image: -ms-linear-gradient(top, #292b2e, #040608);
  background-image: -o-linear-gradient(top, #292b2e, #040608);
  background-image: linear-gradient(to bottom, #292b2e, #040608);
  text-decoration: none;
}

#wrap {
    //z-index: 0;
}

#romLogo:link, #romLogo:visited, #romLogo:hover, #romLogo:active {
    color: aliceblue !important;
}

/* LOGIN */

#r {
    font-family: Dearest;
    font-size: 30em;
    margin-top: -70px;
}
/* BIO */

#bioEditArea {
    resize: none;
    height: 330px;
    width: 100%;
    margin: 15px 0 10px 0;
}

/* BOOKS */

/* GALLERY */

#newGalleryField {
    visibility: hidden;
}

/* BLOG */

#blogEditMenu {
    width: 90%;
}

.blogEditOption {
    display: inline-block;
    width: 32%;
}

.blogEditOption a{
    cursor: pointer;
    color: #d83e3e;
}

#updateInsert, #updateEdit {
    display: none;
}

#updateInsertText, #updateEditText {
    font-size: 1.5em;
    font-family: 'Libre Baskerville', serif;
    margin-top: -20px;
    background: aliceblue;
}

#updateInsertTitle, #updateEditTitle {
    font-size: 1.2em;
    font-family: 'Libre Baskerville', serif;
    width: 601px;
    background: aliceblue;
}

#footerNew, #footerEdit {
    display: none;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
    text-align: center;
    position: absolute;
}

/* CONTACT */


#deleteLayer {
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0,0.5);
    display: none;
}

#deletePrompt {
    background: #1e1515;
    width: 200px;
    height: 200px;
    margin: 20% auto;
    padding: 5px 20px;
    border: 1px solid aliceblue;
    color: aliceblue;
}

.deleteConfSpan {
    width: 97px;
    display: inline-block;
}

.deleteConfSpan button {
    width: 100%;
}

#deleteMsg {
    height: 50%;
    text-align: center;
    padding-top: 50px;
    font-size: 2.7em;
}

#deleteConfWrap {
    //bottom: -50px;
    position: relative;
}

#editCancelButton {
    float: right;
}