/* @override 
	http://tweetmygaming.com/media/css/style.css
	http://tweetmygaming.sp-scientist.tweetmygaming.com/media/css/style.css
	http://tweetmygaming.sp-crinoid.tweetmygaming.com/media/css/style.css
	http://localhost:8000/media/css/style.css
*/

html, body {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #0c0b0f;
	background: #f0f0f0 url(../img/background/header.png) repeat-x;
	-webkit-text-size-adjust: none;
}

#container {
	width: 880px;
	padding: 0 30px;
	margin: 0 auto;
}

a {
	color: #0a0a0e;
}

a:hover {
	text-decoration: none;
}

.clear {
	display: block;
	float: none;
	clear: both;
}

.replace {
	display: none;
}

/* @group .default */

#mainbar {
	float: left;
	width: 570px;
}

#container.default #search {
	height: 152px;
}

/* @end */

/* @group .browse_games */

#container.browse_games #search {
	height: 22px;
}

#container.browse_games #heading_order_by {
	height: 17px;
	text-indent: -99999px;
	background: url(../img/headings/order_by.png) no-repeat center center;
}

#container.browse_games .no_results {
	display: block;
	color: #8e8e91;
	border: 1px solid #8e8e91;
	padding: 5px 6px;
	text-decoration: none;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#container.browse_games .filter_reset {
	float: right;
	font-size: 10px;
	padding: 6px 9px;
}

#container.browse_games .filter_reset a {
	color: #4b4b4b;
}

#container.browse_games h4.tweet_links {
	margin-top: -1px;
}

/* @end */

/* @group .game */

#container.game #sidebar {
	margin-top: 5px;
}

#container.game .tweet p {
	background: #f0f0f0 url(../img/background/gloss_wide.png) center center;
}

/* @group Game Information */

#container.game #game_information {
	display: block;
	color: #131318;
	border: 1px solid #3b394d;
	padding: 5px 6px;
	font-size: 10px;
	text-decoration: none;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #f0f0f0 url(../img/background/gloss_wide.png) center center;
	position: relative;
}

#container.game #game_information .game_title {
	color: #111117;
	font-size: 12px;
	font-weight: bold;
}

#container.game #game_information .sparkline {
	margin-top: 12px;
}

#container.game #game_information .change {
	float: right;
	text-align: right;
	padding-left: 11px;
	background: url(../img/data_viewers/popularity/change_up.png) no-repeat 0 2px;
}

#container.game #game_information .change.down {
	background-image: url(../img/data_viewers/popularity/change_down.png);
}

#container.game #game_information .change span {
	display: none;
}

/* @end */

/* @group Cover */

#container.game .cover {
	float: left;
	margin-right: 6px;
	margin-top: 3px;
}

#container.game .cover, #container.game .cover .overlay {
	display: block;
	height: 163px;
	width: 113px;
}

#container.game .cover .artwork {
	display: block;
	border: 0;
	background-color: #1b1923;
	color: #1b1923;
	height: 160px;
	width: 112px;
	margin-top: -1px;
}

#container.game .cover .overlay {
	display: block;
	position: relative;
	bottom: 164px;
	background-image: url(../img/data_viewers/cover_browser/large.png);
	margin-top: 2px;
}

/* @end */

/* @group Action Buttons */

#container.game a.tweet_this_game,
#container.game a.view_on_gamerdna,
#container.game .view_on_gamerdna_disabled {
	display: block;
	height: 27px;
	margin-bottom: 9px;
}

#container.game a.tweet_this_game:active,
#container.game a.view_on_gamerdna:active {
	background-position: bottom;
}

#container.game a.tweet_this_game {
	width: 148px;
	background-image: url(/media/img/buttons/tweet_about_this_game.png);
}

#container.game a.view_on_gamerdna {
	float: right;
	width: 148px;
	background-image: url(/media/img/buttons/view_on_gamerdna.png);
}

#container.game .view_on_gamerdna_disabled {
	float: right;
	text-indent: -99999px;
	width: 148px;
	background-image: url(/media/img/buttons/view_on_gamerdna_disabled.png);
}

#container.game a.get_on_gogamer {
	display: block;
	height: 42px;
	width: 300px;
	margin-bottom: 8px;
	background-image: url(/media/img/buttons/get_this_game_on_gogamer.png);
}

#container.game a.get_on_gogamer:active {
	background-position: bottom;
}

/* @end */

/* @group B/R/P Links */

#elsewhere h4 {
	margin-top: 5px;
	height: 17px;
	border: 1px solid #050507;
	text-indent: -99999px;
	background: #0e0d12 url(../img/headings/live_feed.png) no-repeat 6px top;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#elsewhere h4.play {
	background-image: url(../img/headings/play_this_game.png);
}

#elsewhere h4.buy {
	background-image: url(../img/headings/buy_this_game.png);
}

#elsewhere h4.rent {
	background-image: url(../img/headings/rent_this_game.png);
}

#elsewhere li {
	margin: 2px 0;
}

#elsewhere li a {
	display: block;
	padding: 4px 2px 5px 7px;
	background-color: #e3e3e3;
	font-size: 11px;
	border: 1px solid #898989;
	text-decoration: none;
}

#elsewhere li.last a {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

/* @end */

/* @group Popular and Recommended Links */

h4.manual_links {
	margin-top: 5px;
	height: 17px;
	border: 1px solid #050507;
	text-indent: -99999px;
	background: #0e0d12 url(../img/headings/recommended_links.png) no-repeat 6px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

h4.tweet_links {
	margin-top: 5px;
	height: 17px;
	border: 1px solid #050507;
	text-indent: -99999px;
	background: #0e0d12 url(../img/headings/twitter_users_are_linking_to.png) no-repeat 6px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#manual_links li, #tweet_links li {
	margin: 2px 0;
}

#manual_links li a, #tweet_links li a {
	display: block;
	padding: 4px 2px 5px 7px;
	background-color: #e3e3e3;
	font-size: 11px;
	border: 1px solid #898989;
	text-decoration: none;
}

#manual_links li.last a, #tweet_links li.last a {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

#tweet_links .count {
	background-color: #bcbcbc;
	padding: 0 2px 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #3d3d3d;
}

#manual_links .host, #tweet_links .host {
	display: block;
	font-size: 10px;
	color: #5d5d5d;
}

#manual_links .sponsored {
	float: right;
	padding-right: 3px;
	color: #8f8f8f;
}

/* @end */

/* @group Related Games */

h4.also_playing {
	margin-top: 5px;
	height: 17px;
	border: 1px solid #050507;
	text-indent: -99999px;
	background: #0e0d12 url(../img/headings/related_games_on_gamerdna.png) no-repeat 6px 6px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#also_playing li a {
	height: 30px;
}

#also_playing li, #tweet_links li {
	margin: 2px 0;
}

#also_playing li a, #tweet_links li a {
	display: block;
	padding: 4px 2px 5px 7px;
	background-color: #e3e3e3;
	font-size: 11px;
	border: 1px solid #898989;
	text-decoration: none;
}

#also_playing li.last a, #tweet_links li.last a {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

#also_playing .title {
	display: block;
	margin: 2px 0 0;
	color: #111117;
	font-weight: bold;
}

#also_playing .number_of_tweets {
	color: #4b4b4b;
}

#also_playing .cover {
	float: left !important;
	margin-right: 4px !important;
	opacity: 0.8 !important;
}

#also_playing .cover, #also_playing img.artwork {
	display: block !important;
	height: 28px !important;
	width: 20px !important;
}

#also_playing img.artwork {
	border: none !important;
}

#also_playing .overlay {
	display: block !important;
	height: 28px !important;
	width: 20px !important;
	position: relative !important;
	bottom: 30px !important;
	background-image: url(../img/data_viewers/cover_browser/small.png) !important;
}

/* @end */

#container.game #opening {
	float: right;
	width: 760px;
}

#container.game .gamerdna_link a {
	display: block;
	float: right;
	width: 60px;
	padding: 10px 4px 10px 12px;
	height: 25px;
	margin: -5px -6px 0 0;
	background-color: #414044;
	color: #f0f0f0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}

#container.game .gamerdna_link .wrap_block {
	white-space: nowrap;
}

#container.game .periodic_update {
	display: block;
	color: #8e8e91;
	border: 1px solid #8e8e91;
	padding: 3px 6px;
	text-decoration: none;
	margin-top: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 9px;
	text-transform: uppercase;
	text-align: left;
	background-color: #f0f0f0;
}

#container.game #heading_most_recent_tweets {
	margin-top: 5px;
}

#container.game .hashtag_banner {
	display: block;
	color: #272829;
	border: 1px solid #4c524e;
	padding: 3px 6px;
	text-decoration: none;
	margin: 5px 0 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
	text-align: left;
	background-color: #c9e0c9;
}

#container.game .hashtag_banner strong {
	font-weight: bold;
}

/* @end */

/* @group .error */

#container.error h2 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	height: 106px;
}

/* @group Share button */

#header #share {
	position: absolute;
	right: 0px;
	display: block;
	width: 138px;
	height: 24px;
	background-image: url(/media/img/buttons/share_this.png);
}

#header #share:active {
	background-position: right;
}

/* @end */

/* @group Logo */

#header h1 {
	width: 284px;
	float: left;
}

#header h1 a {
	display: block;
	position: relative;
	background: url(../img/logo.png) 0 bottom;
	height: 47px;
	margin-top: 28px;
	z-index: 100;
}

#header h1 a span {
	display: none;
}

#header #chirp_bubble {
	display: block;
	background: url(../img/logo.png) 216px top;
	height: 13px;
	width: 24px;
	position: absolute;
	top: 16px;
	left: 68px;
	z-index: 1;
}

/* @end */

/* @group Powered by GamerDNA.com */

#header .gamerdna_badge {
	position: absolute;
	top: 92px;
	right: 11px;
	width: 122px;
}

#header .gamerdna_badge a {
	background: url(../img/gamerdna/header.png) no-repeat;
	display: block;
	height: 47px;
	width: 122px;
}

#header .gamerdna_badge span {
	display: none;
}

/* @end */

/* @group Navigation */

#navigation {
	float: right;
	width: 400px;
	text-align: right;
}

#navigation li {
	margin-top: 44px;
	float: right;
	padding-left: 10px;
}

#navigation li span {
	display: none;
}

#navigation li a {
	opacity: 0.8;
}

#navigation li a.selected {
	opacity: 1;
}

#navigation #nav_home, #navigation #nav_browse_games, #navigation #nav_search {
	display: block;
	height: 22px;
}

#navigation #nav_home {
	background-image: url(../img/navigation/home.png);
	width: 98px;
}

#navigation #nav_browse_games {
	background-image: url(../img/navigation/browse_games.png);
	width: 145px;
}

#navigation #nav_home:hover, #navigation #nav_browse_games:hover, #navigation #nav_home.selected, #navigation #nav_browse_games.selected {
	height: 32px;
}

/* @end */

/* @end */

/* @group Content */

/* @group Introduction */

#introduction {
	padding: 6px 0 13px 11px;
	font-size: 12px;
}

#introduction, #introduction a {
	color: #f0f0f0;
}

/* @end */

/* @group Mainbar */

#introduction {
	margin-bottom: 10px;
}

#message_of_the_day {
	margin: -3px 0 15px;
	border: 1px solid #3c3c41;
	background-color: #f2dbc7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 5px 8px;
	font-size: 12px;
}

#message_of_the_day.important {
	background-color: #f68484;
}

#message_of_the_day strong {
	font-weight: bold;
}

/* @group Search */

#search {
	margin-bottom: 5px;
	border: 1px solid #3c3c41;
	background-color: #e7e7e7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 11px;
}

#search p {
	margin: -1px 0 0 -1px;
}

#search h3#heading_search_for_a_game, #search label {
	display: none;
}

#search h3#heading_other_people_are_searching_for {
	height: 12px;
	width: 570px;
	text-indent: -99999px;
	background: #5c5b5f url(../img/headings/other_people_are_searching_for.png) no-repeat 13px 4px;
	margin: 8px 0 4px -12px;
	border: 1px solid #4b4a4e;
	border-right-style: none;
	border-left-style: none;
}

#search input#search_query {
	color: #131218;
	background-color: #fff;
	font: normal 14px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #1d1d24;
	padding: 3px;
	width: 250px;
	max-height: 24px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
}

#search input#search_query.placeholder {
	color: #3c3c41;
}

#search input#search_button {
	background-image: url(../img/buttons/go.png);
	background-color: transparent;
	border: 0;
	width: 28px;
	height: 24px;
	text-indent: -99999px;
	cursor: pointer;
		color: transparent;
		text-transform: capitalize;
		margin: 0 -1px 0 -6px;
}

#search ul#most_searched_for_game_covers {
	margin-left: -1px;
}

/* @end */

/* @group Live Feed */

h3#heading_most_recent_tweets {
	height: 17px;
	border: 1px solid #050507;
	text-indent: -99999px;
	background: #0e0d12 url(../img/headings/live_feed.png) no-repeat 7px 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#live_feed_container {
	overflow: hidden;
	height: 2520px;
	position: relative;
}
#live_feed {
	position: relative;
}

.live_feed_closing {
	height: 17px;
	border: 1px solid #050507;
	text-indent: -99999px;
	background-color: #0e0d12;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

#heading_most_talked_about_games_on_twitter {
	height: 17px;
	border: 1px solid #050507;
	text-indent: -99999px;
	background: #0e0d12 url(../img/headings/most_talked_about_games_on_twitter.png) no-repeat 6px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 5px;
}

/* @end */

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar_content {
	margin-top: 10px;
	position: relative;
}

/* @group Global Stats */

#global_stats {
	border: 1px solid #3c3c41;
	padding: 5px 6px 0;
	height: 56px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #dedede;
	margin-bottom: 10px;
}

#global_stats h3 {
	display: none;
}

#global_stats p {
	font-size: 10px;
	color: #131218;
}

#global_stats .flip_clock {
	width: 178px;
}

/* @end */

h3#heading_most_talked_about_games {
	height: 17px;
	border: 1px solid #050507;
	text-indent: -99999px;
	background: #0e0d12 url(../img/headings/most_talked_about_games.png) no-repeat 6px 4px;
	margin: 10px 0 5px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

/* @group Scientist Artwork */

#lead_analyst, #lead_scientist {
	display: block;
	height: 40px;
	position: absolute;
}

#lead_analyst {
	width: 16px;
	background: url(../img/artwork/lead_analyst.png) no-repeat;
	top: 28px;
	left: 16px;
}

#lead_scientist {
	width: 14px;
	background: url(../img/artwork/lead_scientist.png) no-repeat;
	top: 733px;
	right: 2px;
}

/* @end */

/* @end */

/* @end */

/* @group Footer */

/* @group Powered by GamerDNA.com */

#footer .gamerdna_badge {
	float: right;
	position: relative;
	bottom: 13px;
	margin-right: 11px;
}

#footer .gamerdna_badge a {
	background: url(../img/gamerdna/footer.png) no-repeat;
	display: block;
	height: 47px;
	width: 120px;
}

#footer .gamerdna_badge span {
	display: none;
}

/* @end */

#footer {
	color: #3c3d51;
	font-size: 10px;
	padding-top: 10px;
	margin: 40px 0 20px;
	border-top: 1px solid #5e5f6f;
}

#footer a {
	color: #3c3d51;
}

/* @end */

/* @group Data Viewers */

/* @group Trend List */

.trend_list li {
	display: block;
	height: 17px;
	border: 1px solid #79787f;
	border-right-color: #939498;
	border-bottom-color: #999a9e;
	background-color: #ddd;
	margin-bottom: 5px;
	padding: 4px 6px 0 7px;
	color: #111117;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.trend_list strong {
	display: block;
	width: 60px;
	font-weight: bold;
	float: left;
	color: #646464;
	text-align: left;
}

/* @end */

/* @group Cover Browser */

.cover_browser .cover {
	float: left;
	margin-right: 6px;
	margin-bottom: 7px;
}

.cover_browser .cover.last {
	margin-right: 0;
}

.cover_browser .artwork {
	border: none;
	background-color: #1b1923;	
	color: #1b1923;
	border: none;
}

.cover_browser .cover, .cover_browser .cover a, .cover_browser .artwork {
	display: block;
	height: 102px;
	width: 71px;
	position: relative;
	top: 1px;
}

.cover_browser .overlay_gloss, .cover_browser .overlay_bevel {
	display: block;
	height: 104px;
	width: 72px;
	position: relative;
	cursor: pointer;
}

.cover_browser .overlay_gloss {
	bottom: 206px;
	background: url(../img/data_viewers/cover_browser/medium/gloss.png) 72px top;
	opacity: 0.4;
}

.cover_browser .overlay_bevel {
	bottom: 102px;
	background: url(../img/data_viewers/cover_browser/medium/case.png) 72px top;
}

/* @end */

/* @group Flip Clock */

.flip_clock {
	display: block;
	margin: 0 auto -7px;
}

.flip_clock .overlay {
	display: block;
	position: relative;
	bottom: 18px;
	height: 10px;
	background-image: url(../img/data_viewers/flip_clock/overlay.png);
}

.flip_clock .value {
	display: block;
	color: #fff;
	font: bold 27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 1px;
	background-color: #0e0d12;
	letter-spacing: 6px;
	padding-left: 6px;
	border: 1px solid #050507;
	border-right-color: #0e0d12;
	border-bottom-color: #0d0c11;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* @end */

/* @group Popularity */

.popularity a {
	display: block;
	color: #131318;
	border: 1px solid #3b394d;
	padding: 5px 6px;
	font-size: 10px;
	text-decoration: none;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.popularity .game_title {
	color: #111117;
	font-size: 12px;
	font-weight: bold;
}

.popularity .sparkline {
	margin-top: 12px;
}

.popularity .change {
	float: right;
	text-align: right;
	padding-left: 11px;
	background: url(../img/data_viewers/popularity/change_up.png) no-repeat 0 2px;
}

.popularity .change.down {
	background-image: url(../img/data_viewers/popularity/change_down.png)
}

.popularity .change span {
	display: none;
}

/* @group Values */

.popularity .number_of_tweets {
	color: #363636;
}

.popularity .number_of_players {
	color: #707070;
	padding-left: 5px;
}

/* @end */

/* @group Cover */

#sidebar .popularity .cover {
	float: left;
	margin-right: 4px;
	opacity: 0.8;
}

#sidebar .popularity .cover, .popularity img.artwork {
	display: block;
	height: 28px;
	width: 20px;
}

#sidebar .popularity img.artwork {
	border: none;
}

#sidebar .popularity .overlay {
	display: block;
	height: 28px;
	width: 20px;
	position: relative;
	bottom: 28px;
	background-image: url(../img/data_viewers/cover_browser/small.png);
}

#mainbar .popularity .cover {
	float: left;
	margin-top: -2px;
	margin-right: 6px;
}

#mainbar .popularity .cover, #mainbar .popularity .artwork {
	display: block;
	height: 102px;
	width: 72px;
	position: relative;
	top: 1px;
}

#mainbar .popularity .artwork {
	border: none;
	background-color: #1b1923;
}

#mainbar .popularity .overlay {
	display: block;
	height: 104px;
	width: 72px;
	position: relative;
	bottom: 102px;
	background-image: url(../img/data_viewers/cover_browser/medium.png);
}

/* @end */

/* @end */

/* @group Tweets */

.tweet {
	position: relative;
	top: 5px;
	padding-bottom: 5px;
}

.tweet p {
	display: block;
	color: #07070a;
	padding: 10px 11px;
	border: 1px solid #3b394d;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.tweet .profile_image {
	display: block;
	float: left;
	height: 48px;
	width: 48px;
	background-color: #d5d5d5;
}

.tweet .reply {
	float: right;
	background-image: url(/media/img/data_viewers/tweets/reply.png);
	width: 46px;
	height: 15px;
}

.tweet .reply:active {
	background-position: bottom;
}

.tweet .body {
	display: block;
	float: right;
	width: 484px;
}

.tweet .text {
	display: block;
	min-height: 23px;
}

.tweet .attributes {
	display: block;
	margin-top: 6px;
	padding-top: 4px;
	font-size: 11px;
	border-top: 1px solid #2e2d3b;
}

.tweet a.game {
	background-color: #d6d6d6;
	padding: 0 2px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #a7a8ac;
}

/* @end */

/* @end */

/* @group Controls */

/* @group Popularity Control */

ul.popularities_control, ul.links_control {
	height: 23px;
	background-color: #e3e3e3;
}

ul.links_control {
	height: 19px;
	margin: 3px 0;
}

ul.popularities_control li, ul.links_control li {
	float: left;
}

ul.popularities_control li a, ul.links_control li a {
	background-color: #cacacb;
	font-size: 10px;
	padding: 2px 6px 2px;
	margin-right: 4px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

ul.popularities_control li a:hover, ul.links_control li a:hover {
	background-color: #a8a8a9;
}

ul.popularities_control li a.selected, ul.links_control li a.selected {
	color: #ebebeb;
	background-color: #0e0d12;
}

ul.popularities_control li.loading, ul.links_control li.loading {
	float: right;
	text-indent: -99999px;
	background-image: url(/media/img/loading.gif);
	height: 11px;
	width: 43px;
	margin: 4px 1px 0 0;
}

/* @end */

/* @group Pagination */

.pagination {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #c3c2c7;
	text-align: center;
	font-size: 11px;
}

.pagination, .pagination span, .pagination strong {
	cursor: default;
}

.pagination span, .pagination strong, .pagination a {
	padding: 1px 4px 2px;
	border: 1px solid;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.pagination span {
	color: #c2c2c8;
	border-color: #c2c2c8;
}

.pagination a {
	color: #2f2d3d;
	border-color: #565461;
}

.pagination strong {
	color: #f0f0f0;
	border-color: #131218;
	background-color: #131218;
}

.pagination a:hover {
	color: #000;
	border-color: #131218;
	background-color: #dddde0;
}

/* @end */

/* @group Filter Picker */

ul.filter_picker {
	border: 1px solid #b7b7b8;
	background-color: #ededed;
	padding: 6px 11px;
	height: 51px;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.filter_picker li {
	float: left;
	margin-right: 5px;
}

.filter_picker li a {
	display: block;
	height: 17px;
	border: 1px solid #050507;
	border-right-color: #202021;
	border-bottom-color: #202021;
	background-color: #464649;
	margin-bottom: 5px;
	padding: 4px 6px 0;
	color: #f0f0f0;
	font-size: 11px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.filter_picker li a.selected {
	background-color: #181819;
	border-color: #000;
}

/* @end */

/* @group Tweet Dialog */

/* @group Dialog */

#dialog .b {
	background:url(../img/dialog/b.png);
}

#dialog .tl {
	background:url(../img/dialog/tl.png);
}

#dialog .tr {
	background:url(../img/dialog/tr.png);
}

#dialog .bl {
	background:url(../img/dialog/bl.png);
}

#dialog .br {
	background:url(../img/dialog/br.png);
}

#dialog {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}

#dialog .popup {
	position: relative;
}

#dialog table {
	border-collapse: collapse;
}

#dialog td {
	border-bottom: 0;
	padding: 0;
}

#dialog .body {
	padding: 10px;
	background: #fff;
	width: 430px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#dialog .tl,
#dialog .tr,
#dialog .bl,
#dialog .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

#dialog_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.dialog_hide {
	z-index: -100;
}

.dialog_overlayBG {
	background-color: #000;
	z-index: 99;
}

/* @end */

/* @group Content */

#post_tweet .cancel {
	font-size: 10px;
	text-transform: lowercase;
	color: #666;
}

#post_tweet.loading p {
	color: #666;
	background: url(/media/img/loading.gif) no-repeat right center;
}

#post_tweet.error {
	color: #850001;
}

#post_tweet h3 {
	display: none;
}

#post_tweet.authorize .controls {
	margin-top: 10px;
}

#post_tweet.authorize .controls .auth_url {
	display: block;
	float: left;
	background-image: url(/media/img/buttons/authorize_using_oauth.png);
	width: 143px;
	height: 25px;
}

#post_tweet.authorize .controls .auth_url:active {
	background-position: bottom;
}

#post_tweet.default .controls #pt_submit {
	display: block;
	color: transparent;
	float: left;
	width: 82px;
	height: 25px;
	background: url(/media/img/buttons/post_tweet.png) left top;
	border-style: none;
	cursor: pointer;
}

#post_tweet.default .controls #pt_submit:active {
	background-position: left bottom;
}

#post_tweet.default .controls #pt_submit[disabled] {
	background-position: right top;
	cursor: auto;
}

#post_tweet.authorize .controls .cancel, #post_tweet.default .controls .cancel {
	float: left;
	margin: 6px 0 0 6px;
}

#post_tweet #twitter_auth {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #b3b3b3;
}

#post_tweet.default label {
	display: none;
}

#post_tweet.default label.checkbox {
	display: inline;
}

#post_tweet.default input.text {
	width: 140px;
	font-size: 13px;
	padding: 3px;
	border: 1px solid #787878;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#post_tweet.default input.text.placeholder {
	color: #787878;
}

#post_tweet.default .auth_ok .forget,
#post_tweet.default .auth_ok .forget a {
	color: #515151;
}

#post_tweet.default .help {
	font-size: 11px;
	margin-top: 4px;
	color: #3f3f3f;
}

#post_tweet.default .remember_me {
	margin-left: 4px;
}

#post_tweet.default .remember_me label {
	font-size: 11px;
	color: #666;
	margin-left: 1px;
}

#post_tweet.default textarea {
	width: 100%;
	height: 55px;
	margin-bottom: 6px;
	border: 1px solid #787878;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#post_tweet.default #pt_charcount {
	float: right;
	margin: 6px 0 0 0;
	color: #8b8b8b;
}

#post_tweet.default #pt_charcount.overflow {
	color: #850001;
}

#post_tweet.default #pt_submit {
	margin-right: 3px;
}

/* @end */

/* @end */

/* @end */



/* @group Ads */

#ad {
	height: 266px;
	overflow: hidden;
	margin: -16px 0 10px;
	padding: 0;
}

/* @end */