/*	
	Author Name : Bharath Kumar
	Author Site : http://obharath.net/blog
	Style Name : switch
	Style URI : http://obharath.net/blog
	Version : Revision three
	Comments : Easy switch between 2 columns & 3 columns. All my effort is to make more people use the BEST Wordpress theme , K2
*/

/* Changes from basic k2 style.css modified for 3 columns */

#page {
	width: 970px !important;
	_width: 970px !important;
	border: none !important;
	}
body.flex #page {
	min-width: 970px !important;
	}
.primary {
	width: 450px !important;
	_width: 450px !important;
	padding: 20px 0 10px !important;
	margin: 0 25px 0 25px !important;
	_margin: 0 25px 0 25px !important;
	}

.secondary {
	padding: 0px 0 10px!important;
	margin: 0 0 20px 500px !important;
	width: 470px !important;
	_padding: 30px 0 10px !important;
	_margin-left: 0%;
	_margin-right: -4%;
	_width: 470px !important;
	}

#header {
	background: black url('header.jpg') center center no-repeat;
	width: 100%;
	height: 224px;
	}

#LSResult {
	width: 92.0% !important;
	}
	
/* My customization for 3 column sidebar */

.lsidebar {
	margin: 0;
	width: 250px !important;
	_width: 250px;
	float: left !important;
	padding: 0 9px 0 9px !important;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	}
.rsidebar {
	margin: 0;
	width: 160px !important;
	_width: 160px;
	float: right !important;
	padding: 0 25px 0 15px !important;
	}


.sb-about{
	text-align:justify;
	}

/* flickrss plugin in sidebar */

.sb-flickr img{
	background-color:#E6F4FC;
	margin:2px;
	padding:2px;
	}

.sb-flickr img:hover{
	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.sb-comments li > a[title="Go to the comments of this entry"]{
	position:absolute;
	right: 12px;
	color:#999;
	}	