/* Resset code */
img {
    border: 0;
}
/* End reset code */

body {
    background-attachment: fixed;
    background-image: url('/images/bg.png');
    font-family: Arial;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

textarea
{
    border: 1px #000000 solid;
    width: 90%;
}

.container {
    margin: 0 auto;
    max-width: 778px;
    text-align: left;
    width: 100%;
}

#header {
    background-color: #153a6d;
}

#body {
    background-color: #ffffff;
}

.top_divs {
    background-color: #153A6D;
    height: 85px;
}

.top_divs img {
    margin: 5px;
    width: 308px;
}

.top_divs iframe {
    border: none;
}

.clear {
    clear: both;
}

.third-column {
    clear: left;
}

.left {
    float: left;
}

.right {
    float: right;
}

#column-left {
    float: left;
    width: 100%;
}

#column-center {
    float: left;
    margin: 0 10px;
    max-width: 100%;
    padding: 10px 0;
}

#column-right {
    float: left;
    width: 100%;
}

.center {
    text-align: center;
}

.menu_box
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #4D4D4D;
    color: #FFFFFF;
    float: left;
    margin: 10px 0 10px 10px;
    padding: 5px 10px;
    width: 100px;
}

.menu_box.main
{
    background: #2056A0;
    border: 2px solid #3F69A3;
}

.menu_box.srg
{
    background: #008000;
    border: 2px solid #2e922e;
}

.menu_box.landlords
{
    background: #AF0000;
    border: 2px solid #C15346;
}

.menu_box.srg,
.menu_box.landlords
{
    font-size: 14px;
    font-weight: bold;
    margin-left: 50px;
    text-align: center;
}

.menu_box.srg a,
.menu_box.landlords a
{
    color: #FFFFFF;
    text-decoration: none;
}

.menu_box.srg a:hover,
.menu_box.landlords a:hover
{
    text-decoration: underline;
}

.menu_box.main ul
{
    line-height: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu_box.main ul a
{
    color: #FFFFFF;
    text-decoration: none;
}

.menu_box.main ul a:hover
{
    text-decoration: underline;
}

#ten_recently_updated_pubs div
{
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    width: 100%;
}

#ten_recently_updated_pubs div img
{
    border: 1px #000000 solid;
    margin-right: 10px;
    vertical-align: middle;
    width: 94px;
}

h1 { font-family: Verdana, Geneva, sans-serif; font-size: 16px; text-align: center; }
h2 { font-family: Verdana, Geneva, sans-serif; font-size: 14px; }

p { text-align: justify; }

.heading_division
{
    border-bottom: 2px #153A6D solid;
    color: #153A6D;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 3px;
}

.heading_division h2,
.heading_division h3
{
    font-size: 16px;
    margin: 0 0 3px 0;
    padding: 0px;
}

.heading_division a { color: #A30F0F; text-decoration: none; }
.heading_division a:hover { text-decoration: underline; }

.front_featured_pub { padding-top: 10px; float: left; width: 220px; max-height: 150px; }
.front_featured_pub img { border: 1px #000000 solid; }
.front_featured_pub a { color: #A30F0F; text-decoration: none; }
.front_featured_pub a:hover { text-decoration: underline; }

.search_criteria { float: left;  font-weight: bold; color: #AF0000; padding-top: 10px; width: 150px; }
.search_criteria_2 { float: left; padding-top: 5px; }

.search_browse { padding-top: 10px; float: left; width: 150px; line-height: 25px; }
.search_browse a { color: #000000; text-decoration: none; }
.search_browse a:hover { text-decoration: underline; }

.search_browse.center
{
    width: 100%;
}

.search_browse.center span
{
    letter-spacing: 4px;
}

#search-button
{
    float: left;
    padding-top: 24px;
    width: 150px;
}

.text_box { border: 1px #000000 solid; background: #FFFFFF url(/images/text_box_fade.png) no-repeat top left; max-width: 75%; }
.button { font-family: Verdana, Geneva, sans-serif; font-weight: bold; color: #153A6D; background-color: #F5A618; border-left: 2px #FACB82 solid; border-top: 2px #FACB82 solid; border-right: 2px #CA7F0A solid; border-bottom: 2px #CA7F0A solid; }

.bold_red_link a { color: #A30F0F; }

#footer { background-color: #153A6D; line-height: 25px; text-align: center; color: #FFFFFF; }
#footer a { color: #FFFFFF; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

.search_results_1 { float: left; width: 160px; padding-top: 10px; }
.search_results_1 img { border: 1px #000000 solid; }

.search_results_2 { float: left; width: 135px; padding-top: 10px; }

.search_results_3 { float: left; width: 180px; padding-top: 10px; }
.search_results_3 a, .search_results_2 a { color: #A30F0F; }

.profile_div_1 { padding-top: 10px; float: left; }
.profile_div_1 img { border: 1px #000000 solid; margin-right: 10px; }

.profile_div_2 { padding: 10px 0 0 0; float: left; }
.profile_div_2 a { color: #A30F0F; }

.feature_wrapper
{
    margin: 0 auto;
    width: 275px;
}

.feature_wrapper .feature
{
    color: #153A6D;
    float: left;
    font-weight: bold;
    padding: 5px 5px 5px 0;
    text-align: right;
}

.feature_wrapper .details
{
    float: left;
    padding: 5px 0;
}

.feature_wrapper .details.unknown
{
    background: url('/images/icons/question.png') no-repeat left;
    height: 16px;
}

.feature_wrapper.small .feature
{
    width: 120px;
}

.feature_wrapper.small .details
{
    width: 150px;
}

.feature_wrapper.large .feature
{
    width: 170px;
}

.feature_wrapper.large .details
{
    width: 100px;
}

.feature_wrapper.large .feature.no,
.feature_wrapper.large .feature.yes,
.feature_wrapper.large .feature.unknown
{
    padding: 0 25px 0 0;
    margin: 5px 0;
}

.feature_wrapper.large .feature.no
{
    background: url('/images/icons/cross.png') center right no-repeat;
}

.feature_wrapper.large .feature.yes
{
    background: url('/images/icons/tick.png') center right no-repeat;
}

.feature_wrapper.large .feature.unknown
{
    background: url('/images/icons/question.png') center right no-repeat;
}

#map_canvas { float: left; width: 93%; height: 250px; margin: 20px 0; border: 1px #153a6d solid; }
#ad { float: left; padding-top: 10px; width: 100%; }

.red { color: #A30F0F; }

#column-center #reviews h2,
#column-center #write-review h2,
#column-center #news h2,
#column-center #events h2,
#column-center #offers h2,
#column-center #whats-on-the-bar h2
{
    border: 2px #3967A6 solid;
    background: #2056A0;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}

#nearby_pubs
{
    margin-bottom: 30px;
}

#nearby_pubs .left
{
    padding-bottom: 10px;
    height: 110px;
    width: 50%;
}

#nearby_pubs .left a
{
    color: #A30F0F;
}

#nearby_pubs .left img
{
    border: 1px #000000 solid;
    margin: 10px 0 5px 0;
    width: 94px;
}

#whats-on-the-bar
{
    font-size: 14px;
}

#whats-on-the-bar img
{
    float: left;
    height: 100px;
    margin-right: 10px;
}

#whats-on-the-bar .beer-name
{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

#whats-on-the-bar hr
{
    background-image: linear-gradient(to left, #FFFFFF, #2056A0, #FFFFFF);
    border: 0;
    height: 1px;
    margin: 20px;
}

.search_offer img
{
    border: 1px solid #000000;
    margin-right: 30px;
}

.search_offer h2 a
{
    color: #A30F0F;
    font-size: 18px;
    text-decoration: none;
}

.search_offer p
{
    font-size: 14px;
}

.info-box
{
    background-color: #D4E4F0;
    border: 1px #4284B5 solid;
    padding: 10px;
}

.info-box img
{
    margin-bottom: -3px;
    margin-right: 5px;
}

.stacked-column
{
    float: left;
    margin-right: 25px;
}

.stacked-column ul
{
    margin-left: 0px;
    padding-left: 15px;
}

#reviews-buttons
{
    text-align: center;
}

#reviews-buttons a
{
    text-decoration: none;
}

#reviews-buttons form
{
    display: inline;
    margin-left: 25px;
}

/* Large mobiles (Samsung Galaxy S5, iPhone 6) ----------- */
@media only screen
and (min-width : 360px)
{
    .top_divs img {
        width: auto;
    }
}

/* Tablets (iPad) ----------- */
@media only screen
and (min-width : 768px)
{
    #ten_recently_updated_pubs div
    {
        width: 50%;
    }

    #map_canvas {
        width: 480px;
    }

    #nearby_pubs
    {
        padding: 0 10px;
    }

    .search_offer img
    {
        float: left;
    }
}

/* Kindle Fire HD 8.9", desktops and laptops ----------- */
@media only screen
and (min-width : 800px)
{
    .container {
        border-left: 1px solid #153a6d;
        border-right: 1px solid #153a6d;
    }

    #column-left {
        width: 140px;
    }

    #column-center.wide {
        width: 615px;
    }

    #column-center.profile {
        width: 490px;
    }

    #column-right.home {
        margin-left: 5px;
        width: 165px;
    }

    #column-right.profile {
        margin-left: 5px;
        padding-top: 10px;
        width: 130px;
    }

    .menu_box.srg,
    .menu_box.landlords
    {
        margin-left: 10px;
    }

    .third-column {
        clear: none;
    }

    .search_results_2 {
        width: 250px;
    }

    .search_results_3 {
        padding-top: 50px;
    }

    #profile .heading_division {
        margin-left: 100px;
        width: 300px;
    }

    #ad {
        padding: 25px 5px 5px 5px;
        width: auto;
    }
}
