/**
* Zikula Application Framework
*
* @copyright (c) 2001, Zikula Development Team
* @link http://www.zikula.org
* @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
*
* @package tweetwall
* @license http://www.gnu.org/copyleft/gpl.html
*
* @author sven schomacker
* @version $Id: style.css 12 2009-11-21 19:38:10Z hilope $
 */

#tweetwallarea {
	margin: 5px;
}

#tweetwallarea .tweet {
	min-width: 150px;
	width: 30%;
	margin: 5px 10px 0 0;
	padding: 3px;
	float: left;
	height: 180px;
}

#tweetwallarea .tweet .post {
	height: 110px;
	padding: 8px;
	margin: 0 0 3px 0;
	text-align: left;
	background-color: #d5d5d5;
}

#tweetwallarea .tweet .meta {
	height: 50px;
	text-align: right;
	font-size: 80%;
}
#tweetwallarea .tweet .meta img {
	float: left;
}


#tweetwallblock {
	padding: 2px;
}

#tweetwallblock .tweet {
	clear: both;
	width: 95%;
	margin: 2px 0 2px 0;
	padding: 3px;
	height: auto;
	text-align: left;
	background-color: #d5d5d5;
}

#tweetwallblock .tweet img {
	float: left;
	margin: 0 2px 2px 0;
}

