/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 20, 2017, 9:10:22 PM
    Author     : Brian
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.frame {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 15px;
    width: 300px;
    height: 550px;
} 
.menu {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

.search_box {
    border: 1px solid;
    height: 30px;
    margin: 10px;
    width: 250px; 
    color: #839237;
    background:#FFE7A1;
}
.bartender {
    background:#CCFFCC;
}
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.border {
    border: 1px solid black;
}
h1 {
    font-size: 1.3em;
    font-weight:bold;
    padding: 10px 0px;
}
h2 {
    font-size: 1.1em;
    font-weight:bold;
    padding: 5px 0px;

}
h3 {
    font-weight:bold;
    padding: 3px 0px;
}
table {
    width: 323px;
}
th {
    text-decoration: underline;
}
a:link {
    text-decoration: none;
}
/*
.new_button{
    color: blue;
    font-weight: bold;
    font-size: 1.2em;
    background: #ccf3fa;
    border: 2px solid blue;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    width: 200px;
}
*/
.new_new_button{
    color: blue;
    /* font-weight: bold; 
    font-size: 1em; */
}

.center_button {
    display: table;
    margin: 0 auto;

}
.button_div {
    padding: 10px 0px;
    width: 110px;
    background: #ccf3fa;
    border: 2px solid blue;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    float: left;
    margin: 6px;
}

/*
tr {
    border: 1px dashed blue;
}
th {
    border: 1px black solid;
}
td {
    border: 1px dashed green;
}
*/

.events {
    font-size: 1.2em;
}
.date{
    float:left;
    text-align: center;
    width: 20%;
    padding: 4px 6px;
}

.description {
    float: left;
    width: 70%;
    padding: 6px 6px;
}
.promo {
    width: 285px;
    // height: 200px;
}

.promo_box {
    padding: 5px; 
    margin: 4px 0px;
}

a:visited {
    color: #0000EE;
}
.big_button {
    margin: 15px;
    padding: 5px 15px;
    border: 2px solid blue;
    border-radius: 5px;
}

.whos_here_list {
    overflow: hidden;
    width: 330px;
}
.photo {
    height: 62px;
    width: 64px;
    float: left;
    padding: 2px;
}

.profile {
    vertical-align: top;
    padding: 4px;
}
.name {
    font-weight: bold;
    font-size: 1.2em;
    color: green;
    float: left;
}
.icons {
    float: right;
}
.message {
    margin-top: 22px;
}
.phrase {
    font-size: 1.1em;
}
.clear {
    clear: left;
}

.keypad {
    height: 60px;
    width: 65px;
    float: left;
    border: 1px solid black;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    padding-top: 10px;
}

#keypad {
    border-collapse: collapse;
}
.admin_menu {
    margin: 10px;
    font-family: verdana;
    padding: 5px;
}
.active {
    background: lightskyblue;
}