/**
 * WDC Facebook Twitter Feed
 * @author Web Designs Company <contact@wdc.com>
 * @link http://www.web-designs-company.com
 * @copyright (C) 2011 - 2012 Web Designs Company
 * @license GNU/GPL, see LICENSE.php for full license.
**/

/* Twitter Css */

#wdcmaintable {

	margin-top:5px;
}

table#wdcmaintable tr, td {

	border:none;
}

div#twitter_update_list {

	word-wrap:break-word;
	padding:5px;
	background-color:#FFFFFF;
	font-size:100%;
	color:#000000;

}

div#twitter_update_list li {

	padding:6px 4px; 
	margin:0px; 
	list-style:none;
}

div#twitter_update_list  a{

	text-decoration:underline;
}

.twit_updated { 

	text-decoration:none; 
	cursor:pointer; 
	font-size:80%;
}

/* Tabs */

#tabs { 

	height:24px;	
}

#tabs { 

	display: block; 
}

#tabs span { 

	font-size:110%; 
	font-weight:bold; 
	text-align:center; 
	float:left; 
	color: #FFFFFF; 
	padding: 0px 7px; 
	line-height:23px; 
	text-decoration: none; 
	margin-right:5px;
}

#tabs span.selected, #tabs span:hover {  
	
	cursor:pointer;
	font-weight: bold; 
	color:#FFFFFF;
	line-height:24px;
}


div#facebook.tabContent, div#twitter.tabContent{ 
	padding: 0.4em;
}

/* Common */ 

.footer{
	color:#737373; 
	font-size: 9px;
}

div.footer a{
	color:#737373; 
}