/* BAR LISTING PAGE STYLES */

.featured_bar
{
    border: solid 1px #668800;
    background-color: #E2F7B1;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.featured_bar:hover
{
    background-color: #fffbce;
}

.normal_bar
{
    border: solid 1px #767532;
    background-color: #E4E3AA;
    margin-bottom: 10px;
    min-height: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.normal_bar img
{
    border: solid 1px #767532;
}

.normal_bar:hover
{
    background-color: #fffbce;
}

.basic_bar
{
    border: solid 1px #007799;
    background-color: #DDEEFF;
    margin-bottom: 10px;
    min-height: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.basic_bar:hover
{
    background-color: #fffbce;
}


.bar_name
{
    color: #111144 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16pt !important;
}

#today_text
{
    font-size: 14px;
}

#today_date_text
{
    font-size: 8px;
}

.normal_events
{
    /*height: 64px;*/
    overflow: hidden;
}


/* BAR DETAILS PAGE STYLES */
#bar_details
{        
}        

    
#bar_logo
{
    float: left;
    width: 100px;   
    margin: 10px;
    margin-top: 0;
    border: solid 1px #111144;     
}

#bar_title
{
    color:#111144 !important;
    font-size:14pt !important;
    margin:0pt !important;
    padding:0pt !important;            
}

#bar_details
{
    /*float: left;*/           
}

#address
{
    font-weight: bold !important;
}   

#bar_map
{
    width: 100px;
    height: 100px;
    border: solid 1px;
    background-color: GREEN;
    margin: 10px;
    background-image: url(../images/map.gif);
}

#bar_description
{
}

.weekday
{
    border-bottom: solid 1px !important;
    font-size: 12pt !important;
}

.event_title
{
    font-size: 8pt !important;
    color: #111144 !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    border-bottom: solid 1px !important;
}

#select_days
{
    /*border: solid 1px #CCCCCC;*/
    padding: 5px;
    /*background-color: #EEE;*/
}

#notice
{
    width: 100px;
    border: solid 1px #FFA500;
    background-color: #FFD900;
    margin: 2px;
}

#posted
{
    border: solid 1px #223377;
    background-color: #EDF4FC;
    color: #223377;
    text-align: center;
    padding: 10px;
}

.comment
{
    background-color: #E4E3AA;
    border: solid 1px #767532;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

#bar_photos img
{
    width: 100px;
    height: 75px;
    margin: 5px;
}

.comment_input
{
    border: solid 1px #ccc;
}

/* MORE MINI BAR STUFF */
.minibar_item
{
    margin: 10px; 
    margin-left: 0; 
    margin-right: 0;
    border: solid 1px #223377;
    padding: 4px;
    background-color: #FFF;
}

.minibar_event_title
{
    border-bottom: solid 1px; 
    padding: 0; 
    margin-bottom: 2px;
    color: #223377;
}

#columnright .minibar_item
{
    width: 290px;
    float: right;
    margin-right: 10px;
}





