/*
Theme Name: LiveTweets
Theme URI: http://premiumthemes.net/
Description: LiveTweets theme lets you display instant tweets on any topic or from particular user.
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

*/

/*	--------------------------------------------------
header
-------------------------------------------------- */

.logo {
	margin:0;
	text-align: center;
}

#mysites { padding: 0 10px; background: url(images/content.png) repeat-y left;   }
#mysites ul { display:block; margin:0; padding:0; list-style:none;     }
#mysites li { float: left; width:240px; margin-left:0px;   }
#mysites a { font-size: 11px; text-decoration: none; padding: 10px 0 5px;  display:block;  width:240px;  height:40px;  position:relative;  z-index:2; cursor:pointer; }
#mysites a strong { display: block; font:bold 12px Arial, Helvetica, sans-serif; }
#mysites li a img { border: 0;  float: left;  margin: 0 10px; }



/* twitter content format css --------------------------*/

.container_12, .container_16 {
	margin:0 auto;
	width:960px
}
.container_12 .grid_4 {
	width:300px
}

/* sidebars --------------------------*/

#sidebar p.title {
	margin:5px 0 10px 0;
	padding:0 10px 0 10px;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
/*	color:#000; */
	line-height:28px;
}
#sidebar p.blog_title {
	margin:0 0 0 0;
	padding:10px 15px 0px 10px;
	font-size:18px;
/*	color:#000; */
	font-weight:bold;
/*	background:url(blue/sidebar_title.png) repeat-y left top; */
	clear:both;
}
#sidebar p.blog_title_bottom {
	margin:0 0 0 0; /*3px 0 0 0 - if we want to have a small link in between */
	padding:10px 15px 0px 10px;
	font-size:18px;
/*	color:#000; */
	font-weight:bold;
	height: 20px;
/*	background:url(blue/sidebar_title_bottom.png) no-repeat; */
	clear:both;
}
#sidebar h3  {
	margin:0 0 0 0;
	padding:10px 15px 0px 10px;
	font-size:18px;
/*	color:#000; */
	font-weight:normal;
/*	background:url(blue/sidebar_title.png) repeat-y left top; */
	clear:both;
}

/* WIDGETS */

#sidebar h2 {
	margin:0 0 5px 0;
	padding:7px 15px 7px 10px;
	font-size:18px;
/*	color:#000; */
	font-weight:normal;
/*	background:url(blue/sidebar_title.png) repeat-y left top; */
	clear:both;
}
#sidebar .widget {
	margin:0 0 30px 0;
	padding:0;
	font:13px Arial, Helvetica, sans-serif;
/*	color:#444; */
	line-height:18px;
	clear:both;
}
#sidebar .widget li {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	font-weight:bold;
/*	color:#444; */
/*	border-bottom:1px solid #fff; */
 }
#sidebar .widget li a {
	margin:0;
	padding:7px 5px 7px 5px;
	display:block;
	width:255px;
/*	color:#558eb2; */
	text-decoration:none;
}
#sidebar .widget li a:hover {
/*	color:#000; */
}

