@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------------------------------- Every Page ---------------------------------------------------------------------------*/
html {
    background-color: #fff100;
    color: #000000;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}
body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 14px;
}

h3 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 20.5px;
    margin-bottom: 10px;
    line-height: 20.5px;
}

p {
    font-family: 'Carrois Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.0em;
}





#belly {
    width: auto;
    height: auto;
    float: left;
    margin: 0px;
    padding: 20px;
}
#whiskey {
    width: 50%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 0px;
}
#whiskey ul.whiskeys {
            width: 100%;
            height: auto;
            float: left;
            margin-top:0px;
            margin-bottom:10px;
            margin-left:0px;
            margin-right:0px;
            padding:0px;
        }
#whiskey ul.whiskeys:last-child {
    margin-bottom: 0px;
}
        #whiskey ul.whiskeys li {
            width: auto;
            height: auto;
            float: left;
    clear: both;
            margin:0px;
            margin-bottom: 3px;
            padding-top:2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
            margin-left: 20px;
            list-style-type: circle;
    font-family: 'Carrois Gothic', sans-serif;
    font-size: 14px;
    line-height: 1.0em;
    background-color: #fff100;
    
        }
#whiskey ul.whiskeys li:hover {
cursor: pointer;
    background-color: #ecd515;
}

#whiskey ul.whiskeys li.blackedout {
background-color: #000000;
}

        #whiskey ul.whiskeys li.taken{
            text-decoration:line-through;
    background-color: #fff100;
        }



#contact {
    width: 50%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 0px;
}

#contact ul.contact_form {
            width: 100%;
            height: auto;
            float: left;
            margin-top:0px;
            margin-bottom:10px;
            margin-left:0px;
            margin-right:0px;
            padding:0px;
        }
        #contact ul.contact_form li {
            width: 100%;
            height: auto;
            float: left;
            margin:0px;
            margin-bottom: 10px;
            padding:0px;
            list-style-type: none;
    font-family: 'Carrois Gothic', sans-serif;
    font-size: 14px;
    line-height: 1.0em;
    
        }
#contact ul.contact_form li label {
width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    margin-bottom: 3px;
}
#contact ul.contact_form li input[type=submit] {
background-color: #333333;
    color: #ffffff;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 14px;
    height: 23px;
    width: auto;
 
}
#contact ul.contact_form li input[type=text] {
background-color: #ffffff;
    color: #333333;
  
    padding: 4px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    width: 200px;
 
}


#contact #contact_post {
display: none;
     
            width: 200px;
            float: left;
            margin-left:40px;

        
}
