/* =========================== FIXES ======================== */
.content-nav
{
	border-bottom: 1px solid #ddd;
}
.content-nav li
{
	padding: 4px 0;
	margin-bottom: 12px;
}
.hide-me
{
	display: none;
}
.nav-tab
{
	position: absolute;
	bottom: 0; left: 24px;
}

/* ============= NORMAL ====== */

.content-sub-menu .content
{
	border-width: 0;
	background: #333 none 50% 100% no-repeat;
	position: relative;
	overflow: hidden;
	width: 950px;
	height: 144px;
	padding: 0;
}

.content-sub-menu h1
{
	position: absolute;
	top: 32px; left: 24px;
}
.content-sub-menu h1 span,
.content-sub-menu h1 a
{
	font-size: 32px;
	line-height: 36px;
	color: #fff;
	text-shadow: #000 0 -1px 1px;
}
/*
.content-sub-menu h1 a span,
.content-sub-menu h1 span span
{
	display: none;
}
.content-sub-menu h1 a:hover
{
	background-color: #000;
}*/

.content-sub-menu .sub-heading
{
	font-style: normal;
	position: absolute;
	top: 74px; left: 24px;
	margin: 0;
	line-height: 20px;
	color: #fff !important;
	text-shadow: #000 0 -1px 1px;
}
/*.content-sub-menu .sub-heading span
{
	padding: 2px 8px;
	background: transparent url(/event/sxsw/black.png);
}
.content-sub-menu .sub-heading a
{
	color: #DFCD0D !important;
}
.content-sub-menu .sub-heading a:hover
{
	color: #000 !important;
	background-color: #DFCD0D;
	text-shadow: #DFCD0D 0 0 0;
}*/

#photo-credit
{
	position: absolute;
	margin: 0;
	bottom: 24px;
	right: 0;
	font-size: 12px;
	line-height: 20px;
	background: transparent url(/event/sxsw/black.png);
	padding: 3px 8px;
	text-shadow: #000 0 -1px 0;
	color: #ddd;
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
#photo-credit .cc
{
	background: transparent url(/event/sxsw/cc.png) 0 0 no-repeat;
	padding-left: 22px;
	line-height: 20px;
}
#photo-credit a
{
	color: #ddd;
}
#photo-credit a:hover
{
	color: #000;
	background-color: #ddd;
	text-shadow: #ddd 0 0 0;
}

.nav-tab li a,
.nav-tab li a.selected,
.nav-tab li a:hover,
.nav-tab li a.selected:hover
{
	text-shadow: #fff 0 1px 0;
	color: #000;
	border-color: #000;
}
.nav-tab li a
{
	background: transparent url(/event/sxsw/nav.png) 0 0 repeat-x;
}
.nav-tab li a:hover
{
	background-color: #ddd;
}

.ident
{
	clear: both;
	overflow: hidden;
}
.ident-highlight
{
	border-color: #000;
	background-color: #444;
	color: #eee;
	text-shadow: #000 0 1px 0;
	margin-bottom: 24px;
}
.ident-highlight h3
{
	color: #fff;
}
.ident-highlight .sub-heading
{
	color: #ccc;
}

.ident-graph .ident-graph-info
{
	border-color: #666;
	border-width: 1px 0 0 0;
	margin-top: 3px;
	padding: 2px 0;
	font-size: 11px;
	line-height: 14px;
}

.tweets
{
	margin-bottom: 18px;
}


.ident.mTop
{
	margin-top: 24px !important;
}


.hyped-legend
{
	font-size: .88em;
	line-height: 1.3em;
	clear: both;
	overflow: hidden;
}
.hyped-legend span
{
	padding: 0 4px;
}
.hyped-legend .hyped-stats-articles
{
	float: left;
}
.hyped-legend .hyped-stats-tweets
{
	float: right;
}
.hyped-artist
{
	padding: 4px 8px;
	background-color: #ddd;
	margin-top: 3px;
	text-shadow: #eee 0 1px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hyped-artist a:hover
{
	text-shadow: #000 0 0 0;
}
.hyped-artist-name img
{
	float: right;
	vertical-align: 2px;
}
.hyped-stats
{
	clear: both;
	overflow: hidden;
	height: 4px;
	margin: 2px 0;
	border-bottom: 1px solid #eee;
	background-color: #F6921E;
}
.hyped-stats span
{
	float: left;
	height: 4px;
}
.hyped-stats-articles
{
	background-color: #36B6E5;
	color: #fff;
}
.hyped-stats-tweets
{
	background-color: #F6921E;
	color: #fff;
}

.stats
{
	float: left;
	width: 137px;
	text-align: center;
	margin-bottom: 12px;
}
.stats strong
{
	font-size: 32px;
	line-height: 38px;
}
.stats span
{
	color: #666;
	font-style: italic;
}
.stats-footerline
{
	font-size: 12px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 0 !important;
	clear: both;
	text-align: center;
}

.stats-tweets
{
	color: #36B6E5;
}
.stats-articles
{
	color: #F6921E;
}
.stats-artists
{
	color: #FF358B;
}
.stats-beers
{
	color: #A57C52;
}


/* buzz */
.tweet
{
	clear: both;
	overflow: hidden;
	position: relative;
	background: transparent url(/event/sxsw/tweet1.png) 0 0 no-repeat;
	margin-bottom: 24px;
}
.tweet-avatar
{
	position: absolute;
	top: 0; left: 0;
	display: block;
	border: 4px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.tweet-avatar:hover
{
	border-color: #000;
}
.tweet-content,
.tweet-tags
{
	margin-left: 74px;
	padding: 8px 12px;
	background-color: #eee;
}
.tweet-content a:hover
{
	text-shadow: #000 0 0 0;
}
.tweet-content
{
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-radius: 6px 6px 0 0;
	text-shadow: #fff 0 1px 0;
	font-size: 18px;
	line-height: 24px;
}
.tweet-tags
{
	margin-top: 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	padding-top: 0;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-radius: 0 0 6px 6px;
}
.tweet-context
{
	color: #333;
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-top: 3px;
}




.ident-highlight .tweet
{
	background: transparent url(/event/sxsw/tweet.png) 0 0 no-repeat;
}
.ident-highlight .tweet-avatar
{
	border: 4px solid #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.ident-highlight .tweet-avatar:hover
{
	border-color: #999;
}
.ident-highlight .tweet-content,
.ident-highlight .tweet-tags
{
	background-color: #fff;
	color: #000;
	text-shadow: #fff 0 0 0;
	font-size: 14px;
	line-height: 20px;
	margin-left: 44px;
}
.ident-highlight .tweet-tags
{
	font-size: 12px;
	line-height: 22px;
	border-color: #fff #fff #000 #fff;
}
.ident-highlight .tweet-context
{
	font-size: 12px;
	line-height: 18px;
}

.tweet-footerline
{
	margin: 12px 0 0 0 !important;
	padding: 6px 0 0 0;
	border-top: 1px dotted #000;
}
.tweet-footerline a
{
	color: #fff;
}
.tweet-footerline a:hover
{
	color: #333;
	background-color: #fff;
	text-shadow: #fff 0 0 0;
}

.pageof
{
	float: right;
	color: #999;
	margin: 0;
}

.tweet-related
{
	padding: 24px 0 0 74px;
}
.tweet-related .tweet-sub
{
	margin-bottom: 12px;
	background: transparent url(/event/sxsw/tweet2.png) 100% 0 no-repeat;
}
.tweet-related .tweet-sub .tweet-content
{
	margin-left: 0;
	margin-right: 52px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 14px;
	line-height: 18px;
}
.tweet-related .tweet-sub .tweet-avatar
{
	right: 0;
	left: inherit;
}
.tweet-related .tweet-sub .tweet-context
{
	font-size: 12px;
	line-height: 16px;
}
.tweet-related-more
{
	text-align: right;
	margin-right: 52px;
	margin-bottom: 12px;
}

.end-promo
{
	padding: 12px 0;
	font-size: 16px;
	line-height: 20px;
	border-top: 1px solid #ddd;
}
.end-promo .button
{
	display: block;
	text-align: center;
	padding: 6px 0;
}

.story
{
	border-top: 1px solid #ddd;
	padding-top: 12px;
}
.story-spacer
{
	border-bottom-width: 0;
	padding-bottom: 0;
}
.story .story-image
{
	top: 12px;
}

.pagination
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 12px 0;
}


.stats-title
{
	border-top: 1px solid #ddd;
	border-bottom: 1px dotted #ddd;
	padding-top: 12px;
	margin-top: 12px;
	font-size: 24px;
	line-height: 30px;
}
.stats-graph
{
	position: relative;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
.stats-graph .stats-total
{
	color: #999;
}
.stats-graph .stats-tagged
{
	height: 30px;
	color: #FF358B;
	position: absolute;
	text-align: right;
	right: 0; top: 0;
}
.stats-percent-outer span
{
	display: none;
}
.stats-percent-outer
{
	background-color: #ddd;
	height: 30px;
	margin-top: 6px;
}
.stats-percent
{
	background-color: #FF358B;
	height: 30px;
	float: right;
	border-left: 2px solid #fff;
}
.stats-information
{
	color: #999;
	margin: 24px 0 0 0;
	font-size: 12px;
	line-height: 20px;
	padding: 12px 0 0 0;
	border-top: 1px solid #ddd;
}
.stats-ident-graph
{
	margin-top: 12px;
}
.stats-ident-graph .ident-graph-info
{
	border-color: #ddd;
}

.stats-hyped
{
	margin-bottom: 6px;
}
.stats-hyped-info
{
	margin-bottom: 6px;
}
.stats-hyped-more
{
	margin: 12px 0 0 0;
	clear: both;
	overflow: hidden;
}
.stats-hyped-more span
{
	font-weight: bold;
	color: #fff;
	background-color: #999;
	padding: 0 6px;
	float: left;
	margin: 0 8px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.stats-hyped-more .stats-hyped-0
{
	background-color: #FF358B;
}
.stats-hyped-more .stats-hyped-1
{
	background-color: #36B6E5;
}
.stats-hyped-more .stats-hyped-2
{
	background-color: #70B000;
}