﻿@charset "UTF-8";
/*
 * Example of Twitter Ticker Styling
 *
 * Version: 1.0.1
 * (c) Copyright 2010, Zazar Ltd
 *
 */
.twitterFeed{ font-family: Arial, Helvetica, sans-serif;  width: 455px; margin-bottom: 2em; font-size: 12px;}
.twitterFeed a{ color: #444; text-decoration: none; }
.twitterFeed a:hover{ color: #000; text-decoration: underline; }
.twitterFeed a img { border: none; }
.twitterFeed img{ float: left; margin: 0 1em 1em 0; }
.twitterHeader { padding: 0.2em 0; }
.twitterHeader span{ font-weight: bold; font-size: 2.2em; }
.twitterBody { clear: left; }
.twitterRow p a { text-decoration: underline; }
.twitterRow p a:hover { text-decoration: none; }
.twitterRow img,
.twitterRow h4,
.twitterRow div{ margin: 0; padding: 0.5em; }
.twitterRow p { margin-left: 5px; padding-bottom: 0.5em; }
.tweetName a,
.tweetTime{ font-weight: bold; color: #444;text-align: right; }
.tweetName{ float: left; font-size: 1.2em; }

#ticker1 .odd { background-color: #fff; }
#ticker1 .even { background-color: #eee; }

#ticker2 .odd { background-color: #e8fce8; }
#ticker2 .even { background-color: #d4e8d4; }