html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, samp,
small, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-size: 100%;
	font-family: Georgia;
}

a {
	color: #0084b4;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #31a8d3;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
div.tweet_container {
	position: absolute;
	right: 315px;
	top: 20px;
	left: 20px;
	padding-bottom: 20px;
	-webkit-transition: right 200ms ease-out;
    -moz-transition: right 200ms ease-out;
    -o-transition: right 200ms ease-out;
    transition: right 200ms ease-out;
	z-index: 50;
}

div.tweet_sidebar {
	width: 240px;
	background: #fff;
	right: 30px;
	top: 20px;
	position: absolute;
	padding: 1.2em 1em;
	font-family: sans-serif;
	font-size: 0.8em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	word-wrap: break-word;
}

div.tweet_sidebar h1 {
	font-size: 1.5em;
	margin: 0 0 1em;
	font-family: "madawaska-1","madawaska-2", rockwell, sans-serif;
	color: #030300;
	font-weight: 700;
}

div.tweet_sidebar h3, div.tweet_sidebar em {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
	font-weight: bold;
	margin: 12px 0 6px;
	font-family: "sommet-rounded-1","sommet-rounded-2", avenir, 'arial rounded', 'trebuchet ms', sans-serif;
}

div.tweet_sidebar em {
	margin: 0;
	font-style: normal;
}

div.tweet_sidebar h4 {
	font-size: 0.9em;
}

div.tweet_sidebar p, div.tweet_sidebar blockquote {
	padding: 0 0 1.5em;
	line-height: 1.6em;
	font-size: 0.9em;
}

div.tweet_sidebar p.tweetwally_powered_by {
	padding: 1em 0 0;
	margin: 1.5em 0 0;
	border-top: 1px solid #eee;
}

div.tweet_sidebar p small {
	font-size: 0.9em;
}

div.tweet_sidebar img.admin_mugshot {
	float: left;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 15px 0 0;
}

div.tweetwall_wall {
	overflow-y: auto;
	overflow-x: hidden;
}

div.tweetwall_wall,
#header_bar {
	min-width: 674px;
}

div.tweetwall_wall div.tweet_sidebar span.alternate-url {
	margin-left: 23px;
}

div.tweetwall_wall .tweet_sidebar .sidebar_rules_wrapper  ol {
	padding: 0;
	margin: 0;
}

div.tweetwall_wall .tweet_sidebar .sidebar_rules_wrapper  li {
	padding: 7px 0 7px 23px;
	border: 0;
	float: none;
	line-height: 16px;
	font-size: 0.9em;
	background: url(../images/tick.png) 0 8px no-repeat;
}

div.tweetwall_wal div.tweet_sidebar ol.norules li {
	background: url(../images/hammer.png) 0 8px no-repeat;
}

div.tweetwall_wall div.tweet_sidebar p.warn {
	background: url(../images/error.png) 0 5px no-repeat;
	font-size: 0.9em;
	padding: 7px 0 7px 23px;
	line-height: 1.3em;
}

.sidebar_sponsor_wrapper h2 {
	color: #888;
	font-size: 11px;
	margin-bottom: 8px;
}
.tweetwall_wall ul.sidebar_sponsor_list {
	min-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 20px;
}
.tweetwall_wall li.sidebar_sponsor {
	margin-bottom: 10px;
	max-width: 240px;
}
.tweetwall_wall li.sidebar_sponsor img {
	width: 100%;
}
div.tweetwall_wall ul,
div.no_tweets {
	float: left;
	margin: 0;
	padding: 10px 0 0;
	background: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 100%;
	min-width: 335px;
}

div.tweetwall_wall li {
	float: left;
	list-style: none;
	overflow: hidden;
	display: block;
}

div.tweetwall_wall .tweet_container li {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.tweetwall_wall li div.padding-fix {
	margin: 0 15px;
	padding: 15px;
	border-bottom: 1px solid #eee;
}

div.tweetwall_wall img.mugshot {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	height: 48px;
	margin-top: 5px;
	position: relative;
	width: 48px;
}

div.tweetwall_wall div.tweet_text {
	padding-left: 15px;
	margin-left: 55px;
	font-size: 1.1em;
	line-height: 1.3em;
	word-wrap: break-word;
	overflow: hidden;
}

div.tweetwall_wall div.tweet_text img {
	float: right;
	padding-left: 15px;
	overflow: hidden;
	min-height: 50px;
}

div.tweetwall_wall div.tweet_text br {
	clear: none!important;
}

div.tweetwall_wall span.meta {
	display: block;
	font-size: 0.7em;
	padding-top: 0.15em;
	color: #999;
	font-family: sans-serif;
}
div.tweetwall_wall span.meta a {
	color: #999!important;
	text-decoration: none;
}

div.tweetwall_wall span.meta a:hover {
	text-decoration: underline;
}

a.status_link {
	padding-left: 24px;
	background: url(/amm/themes/tweetwally/images/twitter/bird_16_gray.png) no-repeat 0 0;
}

.tweet a.reply {
	padding-left: 16px;
}

.tweet a.reply span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	background: url(/amm/themes/tweetwally/images/twitter/reply-sprite.png) no-repeat 0 1px;
}
.tweet a:hover.reply span {
	background: url(/amm/themes/tweetwally/images/twitter/reply-sprite.png) no-repeat -16px 1px;
}

span.author {
	display: block;
}

a.author_username {
	font-family: sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

span.author_name {
	font-family: sans-serif;
	font-size: 0.7em;
	color: #999;
	margin-left: 8px;
}

.clear { clear: both; }

/* THEMES */
body {
	background-attachment: fixed !important;
}

div.tweetwall_wall.theme-1,
body.theme-1 {
	background: #87ceeb;
	color: #444;
}

div.tweetwall_wall.theme-1 a:link, div.tweetwall_wall.theme-1 a:visited {
	color: #0084b4;
}

div.tweetwall_wall.theme-1 a:hover, div.tweetwall_wall.theme-1 a:active {
	color: #31a8d3;
}

div.tweetwall_wall.theme-2,
body.theme-2 {
	background: #9c9e8f;
	background-image: url( /amm/themes/tweetwally/images/bg_tweetwally_pattern.jpg );
}

div.tweetwall_wall.theme-2 a:link, div.tweetwall_wall.theme-2 a:visited {
	color: #e69e00;
}

div.tweetwall_wall.theme-3,
body.theme-3 {
	background: #e7e29e;
	background-image: url( /amm/themes/tweetwally/images/bg_tweetwally_grunge.jpg );
	background-repeat: no-repeat;
}

div.tweetwall_wall.theme-3 a:link, div.tweetwall_wall.theme-3 a:visited {
	color: #e69e00;
}

div.tweetwall_wall.theme-4,
body.theme-4 {
	background: #ffcc06;
	background-image: url( /amm/themes/tweetwally/images/artcrank_bg.jpg );
}


/*----*/
div.tweetwall_wall li.new_tweets { display: none; background: #ffb; }

div.tweetwall_wall div.no_tweets {
	padding: 50px 0;
	text-align: center;
}

div.tweetwall_wall div.no_tweets h6 {
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	font-family: "Helvetica Neue", sans-serif;
	line-height: 1.1em;
	margin-bottom: 40px;
}

/** 2013 Updates
---------------------------------------*/

#header_bar {
	padding: 10px 50px 15px;
	right: 0;
	left: 0;
	bottom: 0;
	background: #444;
	background: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 99;
	color: #fff;
	font-size: 40px;
	font-family: "madawaska-1","madawaska-2", rockwell, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
}
.page-manage #header_bar,
.page-moderate #header_bar {
	left: 330px;
}
#header_bar .tweetwally_powered_by {
	position: absolute;
	top: 18px;
	right: 60px;
}
#header_bar .custom_logo_wrapper {
	display: table;
	position: absolute;
}
#header_bar .custom_logo {
	display: table-cell;
	vertical-align: middle;
}
#header_bar .tweetwally_powered_by .custom_logo img {
	max-height: 44px;
}
#header_bar h1 {
	text-align: center;
	padding: 0 200px;
}
#logo_edit.hide {
	display: none;
}
div.tweet_container {
	padding-bottom: 92px;
	right: 320px;
	top: 0;
}
.no-header div.tweet_container {
	padding-top: 0;
}
div.tweet_container.full {
	right: 20px;
}
/* Set this up for Toggling Sidebar */
.tweetwall_wall.no-sidebar div.tweet_container {
	right: 20px;
}
div.tweet_container ul,
div.tweetwall_wall div.no_tweets {
	margin-top: 20px;
}
div.tweet_sidebar {
	z-index: 10;
	right: 20px;
	/*top: 92px;*/
	background: rgba(255, 255, 255, 1);
	padding: 20px;
	-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.no-header div.tweet_sidebar {
	top: 20px;
}
div.tweet_sidebar .col {
	width: 33%;
	float: left;
}
div.tweet_sidebar p {
	padding-bottom: 10px;
}
div.tweet_sidebar.hide {
	display: none;
}
a#close,
a#close:visited {
	position: absolute;
	top: 22px;
	right: 40px;
	background: url(/amm/themes/tweetwally/images/close.png) top right no-repeat;
	color: #6C6C6C !important;
	text-transform: uppercase;
	font-size: 11px;
	padding: 4px 27px 3px 5px;
	-webkit-transition: all 0.1s ease;
	   -moz-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
}
a#close:hover {
	opacity: 0.7;
}

/** Moderation Mode
---------------------------------------*/
.tweetwall_wall.tweetwall_moderate div.tweet_container ul {
	margin-top: 60px;
}
.tweetwall_wall.tweetwall_moderate div.tweet_sidebar {
	top: 132px;
}
ul.tweets .load_older {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	border-bottom: 1px solid #ddd;
	padding: 5px 30px;
	font-family: sans-serif;
	font-size: .8em;
	text-align: center;

}
#moderation_mode {
	font: normal 20px/1 "madawaska-1","madawaska-2", rockwell, sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	padding: 10px 50px;
	text-transform: uppercase;
	position: fixed;
	right: 0;
	left: 331px;
	top: 72px;
	z-index: 999;
	background: #ffcc00;
}
#moderation_switch {
	color: #fff;
	position: absolute;
	height: 40px;
	line-height: 40px;
	width: 320px;
	text-align: center;
	top: 0;
	right: 0;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	background: rgb(255,0,0);
	background: -moz-linear-gradient(top,  rgba(255,0,0,1) 0%, rgba(199,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(100%,rgba(199,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(199,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(199,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(199,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,0,0,1) 0%,rgba(199,0,0,1) 100%);
}
#moderation_switch.moderation_on {
	background: rgb(0,207,4);
	background: -moz-linear-gradient(top,  rgba(0,207,4,1) 0%, rgba(0,168,3,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,207,4,1)), color-stop(100%,rgba(0,168,3,1)));
	background: -webkit-linear-gradient(top,  rgba(0,207,4,1) 0%,rgba(0,168,3,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,207,4,1) 0%,rgba(0,168,3,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,207,4,1) 0%,rgba(0,168,3,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,207,4,1) 0%,rgba(0,168,3,1) 100%);

	-webkit-animation: pulsate 2s linear;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
    0% {color:#fff;}
    50% {color:#CBEDCC;}
    100% {color:#fff;}
}
.moderation_controls {
	margin: 10px 0 5px 20px;
	text-align: right;
	float: right;
}
.moderation_controls a {
	color: #424242 !important;
	border-radius: 3px;
	padding: 5px 15px 6px 35px;
	font: bold 12px/1 "Helvetica Neue", Arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #BFBFBF;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
}
.moderation_controls a.approve {
	background: rgb(255,255,255);
	background: url(../images/approve_check.png) no-repeat 11px 7px, -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: url(../images/approve_check.png) no-repeat 11px 7px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
	background: url(../images/approve_check.png) no-repeat 11px 7px, -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: url(../images/approve_check.png) no-repeat 11px 7px, -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: url(../images/approve_check.png) no-repeat 11px 7px, -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: url(../images/approve_check.png) no-repeat 11px 7px, linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
}
.moderation_controls a.approve.active {
	text-shadow: none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	color: #13570e !important;
	border: 1px solid #239F1A;
	background: url(../images/approve_check.png) no-repeat 11px -23px, rgb(108,219,100);
	background: url(../images/approve_check.png) no-repeat 11px -23px, -moz-linear-gradient(top,  rgba(108,219,100,1) 0%, rgba(47,203,35,1) 100%);
	background: url(../images/approve_check.png) no-repeat 11px -23px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,219,100,1)), color-stop(100%,rgba(47,203,35,1)));
	background: url(../images/approve_check.png) no-repeat 11px -23px, -webkit-linear-gradient(top,  rgba(108,219,100,1) 0%,rgba(47,203,35,1) 100%);
	background: url(../images/approve_check.png) no-repeat 11px -23px, -o-linear-gradient(top,  rgba(108,219,100,1) 0%,rgba(47,203,35,1) 100%);
	background: url(../images/approve_check.png) no-repeat 11px -23px, -ms-linear-gradient(top,  rgba(108,219,100,1) 0%,rgba(47,203,35,1) 100%);
	background: url(../images/approve_check.png) no-repeat 11px -23px, linear-gradient(to bottom,  rgba(108,219,100,1) 0%,rgba(47,203,35,1) 100%);
}
.moderation_controls a.remove {
	background: rgb(255,255,255);
	background: url(../images/remove_x.png) no-repeat 11px 7px, -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: url(../images/remove_x.png) no-repeat 11px 7px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
	background: url(../images/remove_x.png) no-repeat 11px 7px, -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: url(../images/remove_x.png) no-repeat 11px 7px, -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: url(../images/remove_x.png) no-repeat 11px 7px, -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
	background: url(../images/remove_x.png) no-repeat 11px 7px, linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
}
.moderation_controls a.remove.active {
	text-shadow: none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	color: #7b0e0e !important;
	border: 1px solid #AD1010;
	background: url(../images/remove_x.png) no-repeat 11px -23px, rgb(235,96,96);
	background: url(../images/remove_x.png) no-repeat 11px -23px, -moz-linear-gradient(top,  rgba(235,96,96,1) 0%, rgba(227,30,30,1) 100%);
	background: url(../images/remove_x.png) no-repeat 11px -23px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,96,96,1)), color-stop(100%,rgba(227,30,30,1)));
	background: url(../images/remove_x.png) no-repeat 11px -23px, -webkit-linear-gradient(top,  rgba(235,96,96,1) 0%,rgba(227,30,30,1) 100%);
	background: url(../images/remove_x.png) no-repeat 11px -23px, -o-linear-gradient(top,  rgba(235,96,96,1) 0%,rgba(227,30,30,1) 100%);
	background: url(../images/remove_x.png) no-repeat 11px -23px, -ms-linear-gradient(top,  rgba(235,96,96,1) 0%,rgba(227,30,30,1) 100%);
	background: url(../images/remove_x.png) no-repeat 11px -23px, linear-gradient(to bottom,  rgba(235,96,96,1) 0%,rgba(227,30,30,1) 100%);
}
.tweet.approved {
	background: #E5FFE2;
}
.tweet.removed {
	background: #ffefef;
}
div.tweetwall_wall li.new_tweets_notification {
	display: none;
}
.new_tweets_notification a {
	text-align: center;
	padding: 15px 0;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}
div.tweetwall_wall ul {
	padding-top: 0;
	overflow: hidden;
}
div.tweetwall_wall ul .tweet:first-child {
	padding-top: 10px;
}
div.tweetwall_wall li:last-child div.padding-fix {
	border-bottom: none;
}
.auto_approve {
	color: #6F5B0D;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	position: absolute;
	text-transform: none;
	top: 12px;
	right: 333px;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	display: none;
}
.auto_approve input[type="checkbox"]{
	margin-right: 8px;
}

/*** MODERATION ****/
a.moderation_switch,
.moderation_switch {
	cursor:pointer;
	background: url(/amm/themes/tweetwally/images/turnon_moderation_btn_sprite.png) 0 0 repeat-x;
	width: 159px;
	height: 38px;
	text-indent: -9999px;
	display: block;
	text-decoration: none;
}
a.moderation_switch.moderation_on,
.moderation_switch.moderation_on {
	background-position: 0 -76px;
	cursor:default;
}

.moderate_tweets_error {
	background: #fdf27c;
	display: none;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 0.866em;
	width: 100%;
	position: fixed;
	left: 0;
}
.moderate_tweets_error {
	padding: 1em;
	text-align: center;
}
#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}
.moderation_modal {
	display: none;
	position: fixed;
	opacity: 1;
	z-index: 11000;
	left: 50%;
	margin-left: -202px;
	top: 200px;
	width: 600px;
	padding: 30px;
	display: none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
.moderation_modal input[type=submit],
.moderation_modal input[type=button] {
	cursor:pointer;
	padding:5px 25px;
	color:#666;
	background:#dedede;
	border:0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 0.866em;
}
.moderation_modal input[type=submit] {
	color:#fff;
	background:#35b128;
}
.moderation_modal .form_wrapper {
	margin-top:1em;
	text-align:center;
}
.moderate_no_tweets {
	color: #474747;
	display: block;
	background: rgb(256, 256, 256);
	background: rgba(256, 256, 256, .8);
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1.5em;
	clear: both;
	position: absolute;
	top: 70px;
	left: 50%;
	width: 450px;
	margin-left: -249px;
	line-height: 1.6;
}
.moderate_no_tweets em {
	font-size: 1.5em;
	display: block;
}
.moderation-order-message {
	text-align: center;
}
.moderation-order-message p {
	text-align: center;
	margin-top: 15px;
	font-size: 0.86em;
	color: #474747;
	display: inline-block;
	background: rgb(256,256,256);
	background: rgba(256,256,256,0.7);
	padding: 0.5em 0.8em;
	box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.tweetwall_wall.theme-1 .moderate_no_tweets a:hover {
	color:#1A5469;
}
.hidden {
	display: none;
}