body {
    background-color: black;
    background-image: url(images/leather.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.logo {
    max-width: 800px;
    margin: 3% 0px;
    width: 100%;
}

h1 {
    text-align: center;
    cursor: pointer;
}

#add {
    display: block;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 330px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(124 60 31);
    color: white;
    font-family: Segoe UI, Calibri, Tahoma, Arial, sans-serif;
    -border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    max-width: 800px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

#more {
    color: white;
    text-align: center;
    font-size: 1.4em;
    text-decoration: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

#add :hover {
    background-color: rgba(100, 100, 100, 0.4);
    -border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#entryform {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    color: white;
    font-family: Segoe UI, Calibri, Tahoma, Arial, sans-serif;
    -border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
    max-width: 800px;
}

.field {
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    font-family: Segoe UI, Calibri, Tahoma, Arial, sans-serif;
    color: black;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.9);
    font-size: 0.9em;
    box-sizing: border-box;
}

#pseudoField {
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    font-family: Segoe UI, Calibri, Tahoma, Arial, sans-serif;
    color: black;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.9);
    font-size: 0.9em;
    box-sizing: border-box;
    position: relative;
}

.field:first-child {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 1.5em;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.field :hover {
    background-color: rgba(255, 255, 255, 0.9);
    font-family: Segoe UI, Calibri, Tahoma, Arial, sans-serif;
    border-color: rgba(255, 255, 255, .0);
}

.submit {
    width: 100%;
    height: 50px;
    text-align: center;
    font-family: Segoe UI, Calibri, Tahoma, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    box-sizing: border-box;

}

.post {
    background-color: #fffbf1;
    margin: 40px auto;
    padding: 25px;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 0px 50px -17px;
    overflow: hidden;
    box-sizing: border-box;
}

.post img {
    max-width: 100%;
    width: 100%;
}

h3 {
    color: black;
    font-family: Segoe UI, Calibri, Tahoma, Arial, sans-serif;
    font-size: 1.9em;
    margin-bottom: 0;
    margin-top: 0;
}

span {
    color: DarkGray;
    font-family: Segoe UI, Calibri, Tahoma, Arial, sans-serif;
    font-size: 0.8em;
    margin: 0;
}

.message {
    font-family: Segoe UI, Calibri, Tahoma, Arial, sans-serif;
    color: black;
    font-size: 1em;
    box-sizing: border-box;
}

#next_box {
    background-color: rgba(255, 255, 255, 0.0);
    height: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    right: 0;
    top: 0;
}

#next_box:hover, #previous_box:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#previous_box {
    background-color: rgba(255, 255, 255, 0.0);
    height: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    left: 0;
    top: 0;
}

#navigation {
    margin-top: 300px;
}

#getNick {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

#editor {
    color: white;
    font-size: 0.7em;
    font-weight: bold;
    text-decoration: none;
    margin-left: 390px;
}

#editor:hover {
    color: YellowGreen;
}

.identifierField {
    border: 1px solid black;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
}

.posts {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.field.search {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #fff;
    color: #000;
    background: #ffffffd9;
    padding: 10px;
}

.post.context-post {
    background: #ffffff;
    border: 3px solid #08f;
}