body {
    font-size: 13px;
}
 
.ui-header {
    z-index: 99;
}

.ui-overlay-c #home.ui-body-c, .ui-overlay-c #mobile-sponsor.ui-body-c {
    background-color: #fff;
    background-image: url('img/bgnd.png');
    background-repeat: repeat-x;     
}

.main-sections .ui-btn .ui-icon { 
    width: 33px !important; 
    height: 33px !important; 
    margin-left: -17px !important;    
    box-shadow: none !important; 
    -moz-box-shadow: none !important; 
    -webkit-box-shadow: none !important; 
    -webkit-border-radius: 0 !important; 
    border-radius: 0 !important; 
}

.ui-footer .ui-btn-text {
    display: block;
    margin-top: 13px;
}


#now .ui-icon {
    background: url('img/now-icon.png') 50% 50% no-repeat;
    background-size: 33px 33px;    
}

#music .ui-icon {
    background: url('img/music-icon.png') 50% 50% no-repeat;
    background-size: 33px 33px;    
}

#fav .ui-icon {
    background: url('img/fav-icon.png') 50% 50% no-repeat;
    background-size: 33px 33px;    
}

#beer .ui-icon {
    background: url('img/beer-icon.png') 50% 50% no-repeat;
    background-size: 33px 33px;    
}

#map .ui-icon {
    background: url('img/map-icon.png') 50% 50% no-repeat;
    background-size: 33px 33px;    
}

.alba .inner {
    padding: 2%;
}

.sponsor img {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 196px;
    display: block;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

.sponsor a {
    display: block;
    text-align: center;
}

.alba .tasting-notes {
    font-weight: normal;
    font-size: 15px;
}

#beer-page .ui-listview-filter {
     margin: 0;
} 

#beer-page .ui-li-divider {
    padding-left: 90px;
}

#beer-page .ui-li-thumb {
    max-height: none;
    -webkit-transform: rotate(-33deg);        
    -ms-transform: rotate(-33deg);
    transform: rotate(-33deg);
    opacity: 0.65;
}

#beer-page .ui-li-static.ui-li-has-thumb {
    min-height: none;
    padding-left: 15px;	
}

.beers li, .music li, .messages li, .favs li {
    overflow: hidden;
    background: linear-gradient(to bottom,  #ffffff 0%, #E1EFFB 100%); /* W3C */
}

h4.brewery {
    color: #FF6600;
    position: relative;
    font-weight: normal;
    z-index: 99;    
    text-transform: uppercase;
    font-size: 13px;    
}

#tasting-notes h4.brewery {
    border-bottom: 1px solid;
}

.beers h4 .beer {
    float:left;    
    white-space: normal;
    text-shadow: none;
}

.beers em {
    position: absolute;
    left: 53px;
    top: 42px;
    z-index: 99;
    display: block;    
    background-color: #65B8E6;
    color: #fff;
    border-radius: 4px;
    padding: 3px;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;    
    text-shadow: none;
    width: 33px;
    text-align: center;    
}


.beers .ui-collapsible .ui-btn-text {    
    color: #EA460F;
}

.beers .beer.sold-out {
    text-decoration: line-through;
    color: #999;
    text-shadow: none; 
}

.beers .beer.sold-out:after {
    content: " - SOLD OUT";
    text-decoration: none;
    display: inline-block;
}

.beers .beer-sponsor {
    display: block;
    background-color: #aaa;
    color: #fff;
    font-size: 13px;    
    text-align: center;
    border-radius: 4px;
    text-shadow: none;
    font-weight: normal;
    padding: 3px;
    margin-bottom: 5px;    
}

.fav-holder .fav {        
    z-index: 99;    
    height: 40px;
    border-radius: 4px;
    background-color: #eee;        
    background-image: url('img/no-fav.png');   
    background-repeat: no-repeat; 
    border: 1px solid #ddd;
}

.fav-holder .fav.selected {
    background-image: url('img/is-fav.png');
    font-weight: bold;
}

.favs h5 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
}

.messages .time {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
}

.right-arrow, .right-arrow-large {
    position: relative;
    right: 0;
    float: right;
    display: block;  
	height: 0; 
	border-top: 20px solid #FFF;
	border-bottom: 20px solid #FFF;	
	border-left: 10px solid transparent;    
}

.rarrow-icon {
    background-image: url('https://code.jquery.com/mobile/1.3.1/images/icons-18-white.png');
    background-position: -108px -1px;
    width: 18px;
    height: 18px;
    background-color: rgba(0,0,0,.4);
    border-radius: 9px;
    position: absolute;
    right: 20px;
    top: 11px;
}

.arrow-link {
    margin-top: 10px;
}

.arrow-link a {
    display: block;
    width: 100%;
    height: 40px;
    text-decoration: none;
    color: #000;
    background-color: #f25c29;
    position: relative;
}

.arrow-link .label {
    position: relative;    
    top: 11px;
    color: #fff;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    height: 23px;
    display: block;
    margin-left: 20px;
}

.message {
    padding: 3% 6%;
    list-style: none;
    margin: 0 6.5% 0 5.5%;    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1effb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e1effb 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom,  #ffffff 0%, #E1EFFB 100%); /* W3C */
    font-size: 1.15em;
}

.msg .label {
    background-image: url('img/msg-icon.png');    
    background-repeat: no-repeat;
    padding-left: 32px;
    background-size: 24px;
}

.ent .label {
    background-image: url('img/ent-icon.png');    
    background-repeat: no-repeat;
    padding-left: 32px;
    background-size: 24px;
    background-position: 1px -1px;    
} 

.platinum {
    text-align: center;
    clear: left;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.message .time {
    font-size: 12px;
    text-transform: uppercase;
}

.now {
    clear: left;    
    float: left;    
    padding: 3% 6%;
    list-style: none;
    margin: 0 6.5% 0 5.5%;
    width: 76%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1effb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e1effb 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom,  #ffffff 0%, #E1EFFB 100%); /* W3C */
}

.now.next {    
    margin-bottom: 30px;
}

#on-now {
    margin-bottom: 2px;
}

.now .now-label {
    width: 0;
    float: left;  
    font-weight: bold;
    color: #000;      
} 

.now .time {
    margin-left: 15%;
    width: 35%;
    float: left;            
}

.now .location {
    width: 35%;
    float: left;
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
}

.now .ent {
    clear: left;
    float: left;
    width: 85%;
    margin-left: 15%;        
}

.line {
    float: left;
    border-bottom: 1px solid #ddd;
    width: 73%;
    margin-left: 15%;
    padding-top: 5px;
    margin-bottom: 5px;
}

.now li img  {
    display: none;
}

ul.music .time {
    font-weight: normal;
}

ul.music .location {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

.mobile-sponsor {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 5px 0;
}

#map-image {
    width: 100%;
    height: auto;
}

#tasting-notes img {
    position: absolute;
    right: 10px;
    z-index: 0;
    opacity: 0.2;   
    -webkit-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    transform: rotate(-33deg);    
}

#tasting-notes p {
    position: relative;
    z-index: 99;
    color: #000;
    background-color: #f9f9f9;
    opacity: 0.8;
}

#tasting-notes.ui-body-c {
    background-image: none;
}

#tasting-notes .inner {
    overflow: hidden;
    position: relative;
}

#tasting-notes p {
    line-height: 24px;
    font-size: 14px;
}

#tasting-notes em {
    float:left;
    display: block;
    background-color: #65B8E6;
    color: #fff;
    border-radius: 4px;
    padding: 3px;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;
    text-shadow: none;
    width: 33px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 18px;
}

#tasting-notes .fav-holder {
    text-align: center;
    line-height: 40px;
} 

.fav-help {
    padding: 10px;
}

.fav-help h2 {
    margin-top: 0;
}

.fav-help img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #aaa;
    margin-top: 30px;
    max-width: 100%;
}

.messages li {
    font-size: 15px;
}

