
@font-face { font-family: 'Eagle'; src: url('/assets/fonts/Eagle-Book.woff2') format('woff2'), url('/assets/fonts/Eagle-Book.woff') format('woff'); font-weight: 500; font-style: normal;}

body,html { padding: 0; margin: 0; font-family: "Arial",verdana,sans-serif; line-height: 24px; color: #3c3c3c; font-size: 14px;  }

h1,h2,h3 { font-family: 'BenchNine', sans-serif; text-transform: uppercase; padding-bottom: 5px; }
h1,h2.news { font-size: 38px; font-weight: 700; color: #298ff8; line-height: 35px; }
h2.news { color: #3c3c3c !important; padding-left: 0 !important; }
h2 { font-size: 24px; color: #3c3c3c; font-weight: 700; }
h3.album-title { font-size: 24px; font-weight: 700; }
h3.news-large-title { font-size: 28px; font-weight: 700; padding: 10px 0 0 5px; }
h3.guestbook { padding: 15px 0; margin-top: 10px; font-size: 28px; color: #3c3c3c; }

a { color: #298ff8; text-decoration: underline; }
a.lidworden-btn { font-family: 'BenchNine', sans-serif; font-size: 46px; display: block; margin: 130px 0 0; padding: 23px 20px 20px; text-decoration: none; color: #fff; float: right; background: #ea0a0a; }
a.lidworden-btn:hover { background: #ff0000;  }

p { margin-bottom: 20px; }
p strong,strong { font-weight: normal; color: #298ff8; }

.error_message {color:red; font-weight:bold;border: 1px solid red; background-color: #fcf8e3;}
.center { width: 980px; margin: 0 auto; }



#daypicker, #timepicker {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#daypicker li, #timepicker li {
    display: inline-block;
    margin: 0;
    padding: 5px;
}


#daypicker li input, #timepicker li input {
    display: none;
}

#daypicker li label, #timepicker li label {
    height: 50px;
    width: 100px;
    border: 1px solid #298ff8;
    color: #298ff8;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    display: block;
}

#timepicker li label {
    line-height: 1.2em;
    padding: 10px 5px;
    height: auto;

}

#daypicker li span.label, #timepicker li span.label {
    display: block;
    font-size:0.9em;
}

#daypicker li input[type="radio"]:checked + label, #timepicker li input[type="radio"]:checked + label {
    background: #298ff8;
    border: 1px solid #298ff8;
    color: white;
}

/*disabled state*/
#daypicker div.disabled label {
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
}

/*datepicker*/
.datepicker td, .datepicker th {
    width: 30px;
    height: 30px;
}

.datepicker table tr td.active.active {
    background-color: #298ff8;
    background-image: none;
}
