/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Bharath Kumar
	Author Site	: http://www.obharath.net/blog/
	Style Name	: 3 Column K2
	Style URI	: http://www.obharath.net/blog/2006/07/23/3-column-k2-revision-six/
	Version		: Revision 6
	Comments	   : Easy switch between 2 columns & 3 columns. All my effort is to make more people use the BEST Wordpress theme , K2
	
	** NOTE: If anyone wants to release their customizations based on this theme, they should leave the Style URI and Comments section above as it is.
*/

#page {
	width: 975px !important;
	_width: 975px !important;
	border: none !important;
	}
body.flex #page {
	min-width: 975px !important;
	}
#primary {
	width: 480px !important;
	_width: 480px !important;
	margin: 0 20px 0 20px !important;
	_margin: 0 20px 0 20px !important;
	}
.secondary {
	padding: 10px 0 10px!important;
	margin: 0 0 20px 520px !important;
	width: 455px !important;
	_padding: 10px 0 10px !important;
	_margin-left: 0%;
	_margin-right: -4%;
	_width: 455px !important;
	}

#primary .item .itemtext {
	font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#primary .aside .itemhead .metalink {
	font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.permalink #primary .aside .itemtext {
	font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}	
	
#pagetrack {
	margin: 0 auto;
	width: 168px;
	}
	
#LSResult {
	width: 52.7% !important;
	}

.pagetitle { /* Used on static pages and archives */
	margin: 0px 0 15px !important;
	}
	
/* My customization for 3 column sidebar */

.lsidebar {
	margin: 0;
	width: 240px !important;
	_width: 240px;
	float: left !important;
	padding: 0 9px 0 9px !important;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	}
.rsidebar {
	margin: 0;
	width: 165px !important;
	_width: 165px;
	float: right !important;
	padding: 0 20px 0 10px !important;
	}	
.sb-about{
	text-align:justify;
	}


.sb-flickr div a img {
	border: none;
	padding: 2px !important;
	margin: 15px 2px 0 0px !important;
	background-color:#E6F4FC;
}

.sb-flickr div a:hover img {
	border: none;
	background: #FFC0CB;
}


.feedlink img { /* On the sidebar */
	right: 210px;
	border: 0 !important;
	padding: 0 !important;
	}
.feedlink img:hover { /* On the sidebar */
	background: none !important;
	}

	
.secondary div#brians-latest-comments li > a[title="Go to the comments of this entry"]{
	position:absolute;
	right: 212px;
	color:#999;
	}	
	