/*
Theme Name: LiveTwit
Theme URI: http://premiumthemes.net/
Description: LiveTwit theme lets you display instant tweets on any topic or from particular user on your wordpress website.
Version: 1
Tags: clean, minimal, twitter, two-columns, left-sidebar, fixed-width, social bookmarks
Author: R.Bhavesh
Author URI: http://www.cssace.com/
License: All Rights Reserved
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Import RESET styling for grid framework*/

span.btn4 {  
	background:url(images/btn_green_left.gif) 0 0 no-repeat;     
	padding-left:34px;  
	text-align:center;  
	font-size:24px;  
	font-weight:700;  
	font-family:arial;  
	line-height:35px;  
	display:block;  
	height:49px;  
	width:300px; 
	margin-top: 10px;
	margin-left: 138px;
	margin-right: 120px; 
}  

span.btn4 a {  
	background:url(images/btn_green_right.gif) top right no-repeat;      
	padding-right:34px;   
	text-decoration:none;  
	color:#fff;  
	display:block;  
	height:49px;  
	margin-left: auto;
	margin-right: auto; 
}  

span.btn4 a:hover {  
	background:url(images/btn_green_right.gif) top right no-repeat;      
	padding-right:34px;   
	text-decoration:none;  
	color:#799e35;  
	display:block;  
	height:49px;  
	margin-left: auto;
	margin-right: auto; 
}  
