@charset "UTF-8";
/* ------------------------------------------- */
/*		  		                               */
/*       The Studio Bar - OVERRIDE Styles      */
/*		  		                               */
/* ------------------------------------------- */

html { overflow-y: scroll; }

body { background:#807c7c url(../images/bg_main.jpg) repeat-x left top; }

table.body {
	width: 1000px;
	background:#FFFFFF;
}

div.content {
	width: 1000px;
	padding: 10px 7px 20px 7px;
}

#masthead {
	position: relative;
	background:#000000 url(../images/masthead_bg.jpg) repeat-x left top;
	height: 172px;
}

#mast_left {
	background:transparent url(../images/masthead_left.jpg) no-repeat left top;
}

#mast_right {
	background:transparent url(../images/masthead_right.jpg) no-repeat right top;
}

#social_box {
	position: absolute;
	top: 30px;
	left: 30px;
}

#searching_box {
	position: absolute;
	top: 100px;
	right: 0px;
	text-align: right;
	color: #FAB92A;
}

div.top_menu_link_loggedin_top {
	position: absolute;
	top: 140px;
	right: 185px;
	width:170px;
	height: 25px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color:#FFFFFF;
	padding: 6px 0px 0px 10px;
}

div.newupdates {
	position: absolute; 
	height: 30px; 
	width: 200px; 
	margin: -4px 0px 0px 155px;
	background-image: url(../images/newupdates.png); 
	background-repeat: no-repeat;
}

div.newupdates_content {
	padding:8px 5px 5px 20px;
}

td.top_menu { }

td.top_menu2 {
	width: 50px;
}

div.top_menu_link_container, div.top_menu_link_container_end {
	float: left;
	height: 31px;
	border-left: 1px solid #CCCCCC;
}

div.top_menu_link {
	font-weight: bold;
	font-size: 11px;
	line-height: 31px;
	padding-top: 0px;
	padding: 0px 5px 0px 5px;
}

div.top_menu_link_loggedin {
	height: 25px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color:#FFFFFF;
	line-height: 25px;
	padding-top: 0px;
	padding: 0px;
}

div.page_header {
	font-size: 21px;
	color: #555555;
	text-shadow: 0.1em 0.1em 0.3em #BB5614;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", arial, verdana, serif;
}

td.header {
	padding: 4px 5px 5px 10px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}

div.header {
	padding:4px 5px 5px 10px;
	border:1px solid #DDDDDD;
	font-weight:bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}

div.copyright {
	background: #EEEEEE; 
	padding: 4px; 
	text-align: right; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px; 
	color: #444444;
	border: 1px solid #AAAAAA;
	border-bottom: none;
}

a:link { color: #BB5614; text-decoration: none; }
a:visited { color: #BB5614; text-decoration: none; }
a:hover { color: #3399FF; text-decoration: underline; }

a.top_menu_item:link { color: #777777; text-decoration: none; }
a.top_menu_item:visited { color: #777777; text-decoration: none; }
a.top_menu_item:hover { color: #444444; text-decoration: underline; }

a.menu_item:link { color: #BB5614; text-decoration: none; }
a.menu_item:visited { color: #BB5614; text-decoration: none; }
a.menu_item:hover { color: #3399FF; text-decoration: underline; }
.menu_item div { color: #BB5614; text-decoration: none; } /* needed for the "Community" dropdown */

a.newupdates:link { color: #F2F2F2; text-decoration: none; }
a.newupdates:visited { color: #F2F2F2; text-decoration: none; }
a.newupdates:hover { color: #FFFFFF; text-decoration: underline; }

a.copyright:link { color: #BB5614; text-decoration: none; }
a.copyright:visited { color: #BB5614; text-decoration: none; }
a.copyright:hover { color: #3399FF; text-decoration: underline; }

a.portal_signup:link { color: #BB5614; text-decoration: none; }
a.portal_signup:visited { color: #BB5614; text-decoration: none; }
a.portal_signup:hover { color: #3399FF; text-decoration: none; }

label:hover { color: #3399FF; text-decoration: underline; }

a.top_menu_item_top:link { color: #fab92a; text-decoration: none; }
a.top_menu_item_top:visited { color: #fab92a; text-decoration: none; }
a.top_menu_item_top:hover { color: #ffcc66; text-decoration: underline; }

.clearboth { clear:both; }

/* --- Static Page styles --- */
#Left_Column {
	float:left;
	margin: 0;
	padding: 0;
	width: 200px;
}
#Middle_Column {
	float:left;
	margin:0;
	padding:0 10px;
	width:580px;
	position:relative;
}
#Right_Column {
	float:right;
	margin:0;
	padding:0;
	width: 200px;
}

#Middle_Column td.home_box { /* What's on Tap page */
	border-top:1px solid #DDDDDD;
}

/* COMMENT STYLES */
.comment_headline {
	padding: 4px 0px 5px 10px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}

/* STYLES FOR AD BANNERS */
div.ad_wrapper {
	padding: 10px 0 0 0;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	text-align: center;
}
div.ad_left, div.ad_right {
	padding: 0;
	vertical-align: top;
	text-align: center;
}

/* ---- What's on Tap styles ---- */
div.wot_box {
	padding: 10px 10px 0px 10px;
	border: 1px solid #DDDDDD;
	/* -moz-border-radius: 12px;
	-webkit-border-radius: 12px; */
}
div.wot_content {
	position: relative;
	display: block;
	visibility: visible;
	padding: 0px 0px 12px 0px;
	vertical-align: top;
	text-align: center;
}
div.wot_header {
	position:absolute;
	top: 10px;
	left: 0;
	width:180px;
	text-align: center;
	font-size: 15pt;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", arial, verdana, serif;
}
div.wot_tapinfo {
	position:absolute;
	top:275px;
	left:0;
	width:180px;
	color: #FFFFFF;
}
div.wot_tapinfo .beername {
	color: #FFFFFF;
	font-size:14px;
}
div.wot_tapinfo .beerloc {
	color: #BB5614;
}

/* --- PLUGIN STYLE OVERRIDES --- */

/* Business Plugin */
div.business_entry {
	float:left;
	width:48%;
	margin:5px 5px;
}
#business_featured_wrapper, .business_featured_showcase { 
	height: 180px;
}

/* Newsfeed Plugin */
#SEP_NewsfeedAdvanced_Overall {
	width:96%;
}

/* STYLES FOR RECENT ACTION */
.recentaction_div {
	max-width: 96%; 
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */
*:first-child+html .recentaction_div {
	max-width: 96%; 
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */
html>body .recentaction_div {
	max-width: 96%; 
}

/* WALL Plugin */
.wall_action .media_container {
	width:85%;
}