/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. This is dedicated to Steve Jobs. Thank you.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;  }

body { margin: 0; font-size: 12px; line-height: 18px; background-image: url('../img/page_bg.png'); }

body, button, input, select, textarea { font-family: "Verdana", sans-serif; color: rgba(89,45,0,1);  }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: rgba(226,87,18,1); color: #fff; text-shadow: none; }
::selection { background: rgba(226,87,18,1); color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: rgba(226,87,18,1); text-decoration: none; }
a:visited { color: rgba(226,87,18,1); }
a:hover { color: rgba(89,45,0,1); }
a:focus { outline: none; }

.left-nav .active a { color: rgba(89,45,0,1); }
.left-nav .active a:visited { color: rgba(89,45,0,1); }
.left-nav a { color: rgba(173,175,177,1); }
.left-nav a:visited { color: rgba(173,175,177,1); }
.left-nav a:hover { color: rgba(89,45,0,1); }
.left-nav a:focus { outline: none; color: rgba(89,45,0,1); }

footer a { color: rgba(255,255,255,1); }
footer a:visited { color: rgba(255,255,255,1); }
footer a:hover { color: rgba(226,87,18,1); }


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Chris Sterbank
   ========================================================================== */
#logo { position: relative; left: 20px; top: 23px; z-index: 9999; }

#beer-finder-badge { position: relative; left: 496px; top: -14px; padding-bottom: 3px; border-bottom: 2px solid #fff; }
#beer-finder-badge:hover { opacity: .95; }

#navigation { position: relative; left: 336px; top: -70px; z-index: 1; width: 670px;  }
.nav-margin { margin: 0 0 0 10px; }
.nav-margin-right { margin: 0 47px 0 10px; padding: 3px; border-radius: 3px; }

.nav-margin-right:hover { opacity:0.6; filter:alpha(opacity=60); }
.nav-margin:hover { opacity:0.6; filter:alpha(opacity=60); }

.social-margin { margin: 0 0 0 11px; }
.social-margin:hover { opacity:0.6; filter:alpha(opacity=60); /* For IE8 and earlier */ }

#container { background-image: url('../img/h_center_bg.png'); margin: 0 auto; width: 1020px; }
#main { display: block; width: 980px; min-height: 600px;  margin: 0px auto 0px auto; padding: 0 20px 0 20px; background-color: #fff; }
.spacer { display: block; width: 100%; height: 15px; background-color: white; z-index: -99; }
.spacer-bottom { display: block; width: 1020px; height: 60px; background-color: white; z-index: -99; margin: 0 auto; background-color: red; }
.w-spacer-bottom { display: block; width: 100%; height: 15px; background-color: white; }
#slide {display: block; width: 981px; height: 424px; margin: 0 auto; margin-bottom: -92px; overflow: hidden; }
#nav-page a { display: inline-block; position: relative; top: 50px; left: 450px;  border-radius: 4px; background: rgba(255,255,255,.6); color: rgba(255,255,255,.6); text-decoration: none; margin: 0 5px; width: 8px; height: 8px; overflow: hidden; font-size: 1px; z-index: 50;   }
#nav-page a.activeSlide { background: rgba(223,85,18,.6); color: rgba(223,85,18,.6); }
#nav-page a:focus { outline: none; }

#slide-next { position: relative; left: 895px; top: -180px; z-index: 50; opacity:0.7; filter:alpha(opacity=70); }
#slide-prev { position: relative; left: 0; top: -180px; z-index: 50; opacity:0.7; filter:alpha(opacity=70); }
#slide-next:hover { opacity:1; filter:alpha(opacity=100); }
#slide-prev:hover { opacity:1; filter:alpha(opacity=100); }
#slide-next:focus { outline: none; }
#slide-prev:focus { outline: none; }

#home-table { display: table; width: 100%; }
.home-table-side-col { display: table-cell; width: 110px;  }
.red-dot-line-cell { display: table-cell; width: 316px; border-left: 1px dotted rgba(225,86,18,1); padding: 0 0 60px 0; }
.home-table-content-col { display: table-cell; width: 317px; padding: 0 0 60px 0; }
.home-table-content-gutter { display: table-cell; width: 15px; }
.column-footer-link { margin: 0 0 0 15px; font-weight: bold; line-height: 18pt; letter-spacing: 3px; font-size: 10px; }

.home-category-style { font-family: "Verdana"; color: rgba(226,87,18,1); font-size: 10px; line-height: 18px; letter-spacing: 3px; font-weight: bold; text-transform: uppercase; }
.home-date-style { font-weight: none; font-size: 10px; color: rgba(226,87,18,1); line-height: 18px; }
.home-headline { font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; font-weight: 900; font-size: 34px; line-height: 32px; margin: 5px 0 -6px 0; }
.home-single-post { border-bottom: 2px solid rgba(225,225,225,1); margin: 14px 0 0 0; padding-bottom: 7px; min-height: 174px; }
.home-content-blog { font-size: 12px; line-height: 18px; }
#four-posts { width: 301px; margin: 0 0 0 16px; }
#four-posts ul { list-style-type:none; margin: 0; padding: 1px 0 0 0; float: left; }
!#four-posts img { display: block; border: 3px solid rgba(225,225,225,1); border-radius: 3px; width: 65px; height: auto; float: left; margin: 5px 10px 10px 0; }

.the-content-image img { display: none; }
.the-content-image #yt-video-player {display: none; }
.the-featured-image img { display: block; border-radius: 3px; width: 71px; height: auto; float: left; margin: 16px 10px 5px 0; }
.the-content-image .wp-caption { display: none; }
.merch-can { font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; font-weight: 900; font-size: 40px; line-height: 32px; margin: 5px 0 -6px 0; text-transform: uppercase; }

.event-heading { -moz-hyphens: auto; hyphens: auto; margin:16px 0 0 0; font-size: 24px; line-height: 24px; font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; font-weight: 400; text-transform:capitalize;}
.date-heading { font-size: 22px; color: rgba(226,87,18,1); line-height: 31px; font-weight: 300; font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; margin: 3px 0 0px 0; } 
.event-content { font-size: 12px; line-height: 18px; overflow: hidden;  }
/* .event-content:hover { max-height: 999px; padding: 0 0 10px 0; }  max-height: 6.13em; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; -webkit-transition: 1s; transition: 1s; */
.time-heading { font-size: 11px; line-height: 14px; font-weight: bold; margin: 3px 0 20px 0; padding-top: 3px; border-top: 1px dashed rgba(226,87,18,.3);  }
#eventlist { list-style:none; padding: 0 0 0 16px; }
#eventlist li { border-bottom: 2px solid rgba(225,225,225,1); margin: 0px 0 0 0; width: 300px; overflow: hidden;}
#eventlist li:first-child { margin: -20px 0 0 0;}
#event-link { margin-top: 0px; }

#calendar-box-side { background-color: rgba(247,247,247,1); margin: 15px 0 0 0; padding: 15px 15px 0 15px;  width: 189px; overflow: hidden;}
.event-heading-side { font-size: 22px; line-height: 22px; font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; font-weight: 300; margin: 0 0 9px 0; }
.date-heading-side { font-size: 10px; color: rgba(226,87,18,1); font-weight: bold; font-family: "Verdana"; margin: 0 0 9px 0; } 
.event-content-side { font-size: 12px; line-height: 18px; margin: 0 0 9px 0; }
.location-side { font-size: 10px; font-weight: bold; margin: 0 0 15px 0; }
#eventlist-side { margin: 0 0 0 0; padding: 0; }
#eventlist-side li { border-bottom: 2px solid #E1E1E1; list-style-type: none; margin: 0 0 10px; }
.addmap {font-size: 14px; color: #592D00;}

#tweet-box { margin: 0 0 20px 0; }
.footer-cell { display: block; float: left; }

.video-box { display: block; width: 301px; border-bottom: 2px solid rgba(225, 225, 225, 1); margin: 20px 0 0 15px; padding: 0 0 17px 0; }
.video-box h1 { margin: 15px 0 10px 0; font-weight: 900; font-size: 30px; line-height: 25px; font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; }
.video-box p { margin: 0 0 0 0; font-size: 12px; line-height: 18px; }
.video-thumb { border: 3px solid rgba(225, 225, 225, 1); border-radius: 3px; }

#main-box { width: 981px; padding: 30px 0 0 0; margin: 0 auto; }
#main-table { width: 981px; display: table; }
#main-left-cell { width: 746px; display: table-cell; padding: 0 0 60px 0;}
#main-header { width: 746px; height: 69px; display: block; }
#bba-header { width: 580px; height: 69px; display: block; }
#main-under-header { width: 706px; display: block; margin: 2px 0 0 0; padding: 20px; background-color: rgba(247,247,247,1); border-bottom: 2px solid rgba(225,225,225,1); }
#main-under-header-beers { width: 540px; display: block; margin: 2px 0 0 0; padding: 20px; background-color: rgba(247,247,247,1); border-bottom: 2px solid rgba(225,225,225,1); }
#main-footer { display: block; width: 692px; height: 248px; margin: 0 14px 0 0; padding: 20px 20px 60px 20px; background-color: rgba(247,247,247,1); border-top: 2px solid rgba(225,225,225,1); }
#main-footer-other { display: block; width: 692px; height: 100px; margin: 0 14px 28px 0; padding: 20px 20px 60px 20px; background-color: rgba(247,247,247,1); border-top: 2px solid rgba(225,225,225,1); float: left; }
#main-right-cell { width: 219px; display: table-cell; padding: 0 0 60px 14px; vertical-align: top; }
#side-bar-twitter { display: block; width: 219px; margin: 9px 0 0 0; }
#banner-box {display: block; width: 219px; padding: 15px 0 15px 0; margin: 15px 0 15px 0; border-top: 2px solid rgba(225,225,225,1); border-bottom: 2px solid rgba(225,225,225,1); }
.side-bar-header { margin: 0 0 0 0; font-size: 26px; font-weight: 700; font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; color: rgba(226,87,18,1); }
.first-sixpoint { width: 305px; margin: 15px 0 0 10px; font-weight: bold; line-height: 18pt; letter-spacing: 3px; font-size: 10px; }

@-webkit-keyframes tweetspinner{
	0%{-webkit-transform: perspective(600) rotateY( -45deg );}
	50%{-webkit-transform: perspective(600) rotateY( 35deg );}
	100%{-webkit-transform: perspective(600) rotateY( 0deg );}
}
#twitter_update_list li {  } 
#twitter_update_list { list-style: none; margin: 0; padding: 0; }
#twitter_update_list li { width: 190px; background-image: url("../img/tweet_bg.png"); padding: 27px 15px 15px; } 
#twitter_update_list li a { text-transform: uppercase; color: #592D00; font-weight: bold; text-decoration: none; }
#twitter_update_list li span { display: block;  }
#twitter_update_list li span a { text-transform: none; color: #E25712; line-height: normal; } 

.page-marginizer { padding: 0 14px 0 0; } 
#colophon { display: block; margin: 0 auto; height: 290px; width: 1020px; background-image: url('../img/full_footer.png'); background-position: 0px 15px; padding-top: 38px; background-repeat: no-repeat; }
#colophon-container { display: block; margin: 0 auto; width: 983px; height: 215px; border-bottom: 1px solid rgba(255,255,255,1); }
#colophon-cell-a { width: 135px; padding-top: 0px; }
#colophon-cell-b { width: 192px; padding-top: 4px; }
#colophon-cell-c { width: 115px; padding-top: 8px; }
#colophon-cell-d { width: 115px; padding-top: 8px; }
#colophon-cell-e { width: 88px; padding-top: 8px; }

#colophon-cell-f { width: 337px; padding-top: 8px; }
#form-descript { display: block; width: 249px; float: left; }
#form-star { display: block; width: 88px; float: left; text-align: right; padding-top: 5px; }
#mail-form { display: block; width: 337px; float: left; }
#input-box { display: block; width: 269px; float: left; padding-top: 15px; overflow: hidden; }
#submit-button { display: block; width: 68px; padding-top: 12px; float:right; }
#submit-button:hover { opacity:0.8; filter:alpha(opacity=80); /* For IE8 and earlier */ }
#input-box input { height:22px; width: 260px; font-size: 10px; margin: -2px 0 0 0; padding: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 

.sub-footer-header { font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; font-size: 44px; line-height: 35px; font-weight: 300; margin: 5px 0 18px 0; }

.nav-footer ul>:first-child { color: rgba(226, 87, 18, 1); font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; font-weight: 700; font-size: 1.5em; line-height: 22pt;  } 
.nav-footer li { color: rgba(255,255,255,1); line-height: 16pt; font-weight: normal; }

.left-nav .current { color: rgba(89,45,0,1); }
.left-nav ul>:first-child { text-transform: uppercase; width: 151px; font-size: 18px; font-weight: bold; font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; margin: 0 0 0 0; padding: 10px 0 10px 0; border-top: 1px solid rgba(225,225,225,1); border-bottom: 1px solid rgba(225,225,225,1);  }
.left-nav li { text-transform: uppercase; width: 151px; font-size: 18px; font-weight: bold; font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; margin: 0 0 0 0; padding: 10px 0 10px 0; border-bottom: 1px solid rgba(225,225,225,1); }

.bba-left-nav { display: block; width: 166px; float: left; }
.bba-content { display: block; width: 580px; float: left; }

.badge-container { display: block; width: 580px; float: left; margin: 0 0 35px 0; padding: 0 0 15px 0;}
.headliner { margin: 28px 0 26px 0; font-size: 44px; font-weight: 300; font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; }

#footer-container { width: 100%; background-image: url('../img/full_footer.png'); background-repeat: repeat-x; background-position: 0px 15px; background-color: #fff; }
#copyright { display: block; padding: 15px 0 0 0; width: 983px; margin: 0 auto; color: #fff; }


/*============Beer is Culture===========*/
#dropbox { background-color: red; width: 100; height: 100px;}
#bicform input { padding: 5px; border-radius: 3px; border: 2px solid #e25712; width: 96%; color: #000; font-size: 12px; }
#bicform [type="submit"] { width: 100%; color: #fff; background-color: #e25712; font-size: 1.2em; font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; font-weight: 800; }
#bicform [type="submit"]:active { box-shadow: 0 0 3px 0 #141617 inset; }
#bicform [type="submit"]:hover { background-color: rgba(226, 87, 18,.8); }


#bic-logo { position: absolute; }
#bic-table { font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; font-weight: 800; font-size: 2em; text-align: right; }
#bic-table td { vertical-align:middle; width: 50%;}
#bic-entry { font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; font-weight: 800; font-size: 1.9em; margin: 0; padding: 5px 0 5px 4px; color: #e25712; text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);}
#bic-left p{ font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; font-size: 1.6em; padding: 0px 0px 2px 6px; margin: 0px 0 0 0; color: #fff; font-weight: 400; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); line-height: 20px; background-color: rgba(000,000,000,.3);} 

.progress { position:relative; width:400px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
.bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
.percent { position:absolute; display:inline-block; top:3px; left:48%; }
#beerfinder-badge { border-bottom: 2px solid #FFFFFF; left: 483px; padding-bottom: 3px; position: relative; top: -22px;}
#bic-badge { border-bottom: 2px solid #FFFFFF; left: 494px; padding-bottom: 3px; position: relative; top: -24px;}


.post-categories li:nth-child(2){display: none;}

.instagrammer{
	width: 300px;
	margin: 20px 0 0 15px;
}
	
.instagrammer img{
	margin: 0 0 2px 2px;
}

/*============Blog on Side Bar===========*/

#blog-sidebar { border-bottom: 2px solid #e1e1e1; }
#blog-sidebar h1.side-bar-header a { color: #659132; }
#blog-sidebar .side-headline a { font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; font-size: 22px; line-height: 28px; margin: 5px 0 0 0; color: #592d00; }
.side-headline {margin: 5px 0 5px 0; }
#blog-sidebar-content { padding: 5px; margin: 5px 0 15px 0; border-top: 7px solid #659132; border-bottom: 1px solid #659132; background-color: rgba(101, 145, 50,.1); }
#blog-sidebar-content p { margin: 5px 0 0 0; padding: 0; line-height: 14px; font-size: 11px;}
#blog-sidebar-content a { color: #592d00; }
#blog-sidebar-content a:hover { color: #e25712; }


/*============FOCUS===========*/
.marginizer {
	width: 885px;
	display: block;
	padding: 20px 50px 50px 50px;
	margin: 0 auto;
	font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2;
	font-size: 1.5em;
	background-color: #e25712;
	border-radius: 3px;
}

.focus-thumb { margin: 5px; }
#page-maker { margin: 5px 0 0 0; }
.marginizer a {
	color: #4e2801;
	text-decoration: none;
}
.marginizer a:visited {
	color: #4e2801;
	text-decoration: none;
}
.marginizer a:hover {
	color: #4e2801;
	text-decoration: none;
	color: transparent; text-shadow: 0 0 2px #4e2801;
}
	
#player-table { 
	width: 885px;
	margin: 0 auto;
	display: table;
	}
	
#player-table-left {
	width: 285px;
	display: table-cell;
	vertical-align: top;
	}
	
#player-table-left p{
	letter-spacing: 1px;
	color: #fff;
}
	
#player-table-left h1 {
	color: #4e2801;
	font-size: 4em;
	margin: 0;
	border-bottom: 2px solid #4e2801;
	padding: 0;
	line-height: .8;
	width: 255px;
	letter-spacing: 6px;
	text-align: justified;
}
	
#player-table-right {
	width: 600px;
	display: table-cell;
	vertical-align: top;
	}
	
#player-table-right h1 {
	color: #4e2801;
	background-image: url('../img/trans_bg.png');
	width: 580px;
	padding: 30px 10px 10px 10px;
	font-size: 1.5em;
	margin: 0 0 40px 0;
}



@-webkit-keyframes appfloater{
	0%{height: 25px; opacity: 1;}
	80%{height: 110px; opacity: 1;}
	90%{height: 120px; opacity: 1;}
	100%{height: 25px; opacity: 1;}
}
    		
#app-float { box-shadow: 0px 0px 2px #888; border-radius: 0 0 5px 5px; text-align: center; height: 25px; background-color: #fefefe; position: fixed; top: 0; right: 14px; z-index: 99999999; width: 220px; overflow: hidden; text-align:center; transition: all .3s ease-in-out; opacity: 1;}
#app-float h1 { font-family: proxima-nova-extra-condensed-1,proxima-nova-extra-condensed-2; font-size: 18px; margin: 3px 0 3px 0; font-weight: 700; letter-spacing: .1em;} 
#app-float h1 a { color: #592d00; }
#app-float h1 a:visited { color: #592d00; }	
#app-float h1 a:hover { color: #592d00; }	

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
