@charset "utf-8";
/*
	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	: Jeremy Douglass
	Author Site	: http://writerresponsetheory.org/wordpress/
	Style Name	: 3K2-wrt
	Style URI	: http://www.obharath.net/blog/2006/06/15/widgetized-3-column-k2/
	Version		: release 5
	Comments	: Based on 3 Column K2 by Bharath Kumar: "Easy switch between 2 columns & 3 columns. All my effort is to make more people use the BEST Wordpress theme, K2"

	NOTE: Ok now if anyone wants to release their customizations based on this theme, you should leave the Style URI and Comments section above as it is.
	
*/

#page {
	width: 970px !important;
	_width: 970px !important;
	border: none !important;
	}
body.flex #page {
	min-width: 970px !important;
	}
#primary {
	width: 450px !important;
	_width: 450px !important;
	margin: 0 25px 0 25px !important;
	_margin: 0 25px 0 25px !important;
	}
.secondary {
	padding: 10px 0 10px!important;
	margin: 0 0 20px 500px !important;
	width: 470px !important;
	_padding: 10px 0 10px !important;
	_margin-left: 0%;
	_margin-right: -4%;
	_width: 470px !important;
	}


#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: 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: 165px !important;
	_width: 165px;
	float: right !important;
	padding: 0 25px 0 10px !important;
	}	
.sb-about{
	text-align:justify;
	}


.sb-flickr div a img {
	border: none;
	padding: 2px !important;
	margin: 15px 2px 0 !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.sb-comments li > a[title="Go to the comments of this entry"]{
	position:absolute;
	right: 212px;
	color:#999;
	}	

/* Jeremy's additions: */

#page {
	padding: 0px 0 10px; /* 20px 0 10px; */
	border: 0px; /* 1px solid #ddd; */
	}

body {
	background: #808080; /* #EDEDED; */
	background-image: url('wrt-background.png');
	background-repeat: repeat-x;
	}

#header {
	height: 80px; /* 140px; */
	background: #000000; /* #3371A3; */
	background-image: url('wrt-header-command-blink.gif');
	background-repeat: no-repeat;
	background-position: center right;
	}

h1 { /* H1 is used for the title of your blog */
	padding: 5px 0 0 40px; /* 35px 0 0 40px; */
	}

#header .description { /* Blog description, under blog title */
    padding-left: 10px;
	}

.itemhead {
	background: #eeeeee;
	}


#moreposts ul li { /* Style the output of the categories tag (via King Text widget) as inline to make a tag cloug */
	display: inline;
	}
#moreposts ul { text-align: justify; }
#moreposts ul li:after {
	content: " • ";
	}
#widgetlinks ul li { /* Style the output of the categories tag (via King Links widget) as inline to make a tag cloug */
	display: inline;
	}
#widgetlinks ul { text-align: justify; }
#widgetlinks ul li:after {
	content: " • ";
	}

/* del.icio.us tag cloud script output - restyling */

.delicious-tags { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif !important; }
.delicious-cloud { margin: 6px 0 0 0 !important; }
.delicious-cloud li { line-height: 1.4em !important; }
.delicious-cloud li:after { content: " • "; }

/* del.icio.us bookmarks script output - restyling */

.delicious-tag,.delicious-extended {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
	font-size: 11px !important;
	}

.delicious-posts ul{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
	font-size: 11px;
	}

/* Begin ADDED for citation plugin */

div.view_citations_link { 
	color: #06C;
	font-size: 9px; 
	font-weight: normal;
}

div.hide_citations_link {
	color: #06C;
	font-size: 9px; 
	font-weight: normal;
}

div.citation_box {             
	padding: 6px;
	border: 1px solid #000; 
	background-color: #EEE;
}

div.citation_entry {            
	margin-left: 2em;
	text-indent: -2em;
	padding: 0px 0px 6px 0px;
}

.citation_hdrtxt {              
	font-size: 9px; 
	font-weight: bold;
}

.citation_txt {
	font-size: 9px; 
	font-weight: normal;		
}

