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;
}

div.tweet_container {
	position: absolute;
	right: 315px;
	top: 20px;
	left: 20px;
	padding-bottom: 20px;
}

div.tweet_sidebar {
	width: 240px;
	background: #fff;
	right: 30px;
	top: 20px;
	position: fixed;
	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 div.tweet_sidebar span.alternate-url {
	margin-left: 23px;
}

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

div.tweetwall_wall div.tweet_sidebar 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_wall 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;
}

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%;
}

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;
}

.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 30px;
	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;
}

