
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: Drupal social media styles for the sitesettings module
author: 
created: 
updated: 
version: 1.0
--------------------- */


/* ----------------------------------------------------------------------------- twitter feed */

.tweet_text	{
	color: #000;
	font-style: italic;
	display: block;
	font-size: 18px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5+ */
	}
	
.tweet_text:after{
	content:close-quote;
	}
	
.tweet_text a	{
	color: #999;
	}
	
.tweet_text a:hover	{
	color: #ccc;
	}
	
.tweet_time a	{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	}
	
.tweet_time a:hover	{
	color: #333;
	}
    
.tweetblock ul	{
	list-style: none;
	}
	
.twitter-follow	{
	background: url(../images/icon-tw-small.png) 0 10px no-repeat;
	padding: 0 0 0 30px;
	font-size: 13px;
	color: #333;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
	}
	
.twitter-follow:hover	{
	color: #000;
	}
	
	
ul.contacts	{
	list-style: none;
	}
	
/* ----------------------------------------------------------------------------- social media links */

.contacts li	{
	float: left;
	margin-left: 20px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	}

.contacts li a {
	color: #ddd;
	text-decoration: none;
	}
	
/* -----------------------------------------------------------------------------
   end style sheet */