﻿
/* Main outer Twitter box */
div.TwitterShow
{
	position:relative;
	background-color:#B7D124; 
	margin-bottom:10px;
	overflow:auto; 
	overflow:hidden; 
	clear:both;
	
	/* Required for IE 6 to clear child floated elements */
	position:relative;
	width:100%;
	
	/* CSS 3 */
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;			
}

/* Main box - Only use these styles when visible */
div.TwitterShow_Visible
{
	padding:0px 0px 10px 0px; 
}

/* Toggleable title bar */
div.TwitterShow div.TitleBar
{
	cursor:pointer;
	background-color:#B7D124; 
	padding:5px; 
	color:#000; 
	margin:0px;
	
	/* CSS 3 */
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;		
}

div.TwitterShow div.TitleBar:hover
{
	background-color:#B7D124;
	padding:5px; 
	color:#000; 
	margin:0px;	
}

/* Hide/show toggle */
div.TwitterShow span.Toggle
{
	float:right; 
}

div.TwitterShow div.Content
{
	color:#000;
}

/* Follow us link */
div.TwitterShow a.FollowUs
{
	position:absolute;
	bottom:5px;
	right:5px;
	margin:10px;
	font-size:smaller;
}

/* All links in the Twitter box */
div.TwitterShow a
{
	color:#000;
}

div.TwitterShow a:hover
{
	color:#FFF;
}
