/*
	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/08/16/3-column-k2-09-release/
	Version		: V 0.9
	Comments	   : Easy switch between 2 columns & 3 columns.(I hope one day it gets integrated in to original K2 :))
					  It supports widgets and now sidebar modules too (Thanx to Nybble for pointing me towards the changes)
					  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  or release, Leave me a message before you do that.
	And they should leave the Style URI and Comments section above as it is. 
*/

/* CSS modified from main style.css for my customizations for 3 column K2 */

 #page { /* Page width changed from 780px to 995px to accomodate the extra sidebar */
	width: 995px !important;
        background: #FFFFFF url('background.png') center center repeat-y;
        padding: 0 0 10px 0; /*new */
        border: none /* new */
	}



a:link { color: #A80202; text-decoration: none }

a:visited { color: #A80202; text-decoration: none }

a:active { color: #F79707; text-decoration: none }

a:hover { color: #FC9C0D; text-decoration: none } 

body { /* Background Color Change to Red */
        background: #A80202 !important;
        }

#header {
        /* Contains the H1 and menu, header image */
	background: #A80202 url('headerfull.jpg') no-repeat !important;
        height: 140px !important; /*sets the height of header*/
        _height: 140px !important; /*IE tweak*/
        border: none !important;
        padding: 0 0 0 0;
        margin: 0;
        position: relative;
        }

h1 { /* remove wordpress title */
        display: none
        }

.description {
        display: none;
        color: #000000;
        }
#header .description {
        display: none
        color: #000000;
        }
    
/*- Main Menu in Header */

   
ul.menu li a { /* Font default of 1em */
          font: 1.1em Verdana, Helvetica, Arial, Sans-Serif; /* 11px */
          color: #F79707; /* default color, non-hover state */
          } 


ul.menu li a:hover{
          background: #000000 !important; /* hover background menu item color */
          color: #F79707 !important; /* text color when hovered */
          border-top: 2px solid #FC9C0D; /* just a hover style, not necessary */
          }


ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
          color: #F79707 !important; /* active tab hover text color */
          background: none !important; /* active tab background color */
          border-top: 2px solid #FC9C0D;
          }

.pagetitle h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2.3em;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: center;
	display: inline;
        color: #A80202 
	}


.pagetitle h2 a:hover { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2.3em;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: center;
	display: inline;
        color: #FC9C0D
	}

.entry-content h3 {
	font-size: 2.5em;
	font-weight: normal;
	margin-top: 25px;
        color: #000000
	}

.entry-content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
        color: #000000
	}
	
#primary { /* Left and Right margins to the primary content */
	margin: 0 20px 0 20px !important;
	}
	
.secondary { /* CSS for the margins to the sidebar and the whole sidebar width */
	margin: 0 20px 20px 545px !important;
	width: 455px !important;
        _width: 455px !imporant
	}
		
#LSResult { /* CSS to make search bar fit in to the left sidebar */
	width: 52.7% !important;
	}

#searchform { /* Donno y the 20px margin to the search form doesnt work in 3 column k2, so changed to 0px */
	margin-top: 0 !important;
	}	
	
.sb-comments-blc li > a[title="Go to the comments of this entry"]{ /* CSS for comment count in recent comments */
	right: 205px !important;
	}	
	
	
/* CSS added by me for my customizations for 3 column K2 */

.lsidebar { /* CSS for left sidebar */
	margin: 0 9px 0 9px;
	width: 220px !important;
	float: left !important;
	padding: 0 20px 0 9px !important;
	}
	
.rsidebar { /* CSS for right sidebar */
	margin: 0;
	width: 170px !important;
	float: right !important;
	padding: 0 20px 0 10px !important;
	}	

.feedlink img { /* CSS for feed image in the sidebar */
	right: 205px;
	}

/* comments box */
.comments form textarea {
font-size: 1.4em;
background: FFcc66
height: 166px;
padding: 2px;
width: 100%;
margin: 10px 0;
/*_width: 98.5%;*/ /* IE hack */
}

/* start comments quicktags /*
#ed_strong {
background: #CC0000;
font: 0.9em Verdana;
font-weight: bold;
color: #000000;
border: #2px solid #FC9C0D;
padding: 1px 2px 1px 2px;
margin: 0 1px 0 1px;
}
#ed_strong:hover {
background: #FC9C0D;
font: 0.9em Verdana;
font-weight: bold;
color: #000000;
border: #2px solid #000000;
padding: 1px 2px 1px 2px;
margin: 0 1px 0 1px;
}
#ed_em {
background: #CC0000;
font: 0.9em Verdana;
font-weight: bold;
color: #000000;
border: #2px solid #FC9C0D;
padding: 1px 2px 1px 2px;
margin: 0 1px 0 1px;
}
#ed_em:hover {
background: #FC9C0D;
font: 0.9em Verdana;
font-weight: bold;
color: #000000;
border: #2px solid #000000;
padding: 1px 2px 1px 2px;
margin: 0 1px 0 1px;
}
#ed_block {
background: #CC0000;
font: 0.9em Verdana;
font-weight: bold;
color: #000000;
border: #2px solid #FC9C0D;
padding: 1px 2px 1px 2px;
margin: 0 1px 0 1px;
}
#ed_block:hover {
background: #FC9C0D;
font: 0.9em Verdana;
font-weight: bold;
color: #000000;
border: #2px solid #000000;
padding: 1px 2px 1px 2px;
margin: 0 1px 0 1px;
}
#ed_pre {
background: #CC0000;
font: 0.9em Verdana;
font-weight: bold;
color: #000000;
border: #2px solid #FC9C0D;
padding: 1px 2px 1px 2px;
margin: 0 1px 0 1px;
}
#ed_pre:hover {
background: #FC9C0D;
font: 0.9em Verdana;
font-weight: bold;
color: #000000;
border: #2px solid #000000;
padding: 1px 2px 1px 2px;
margin: 0 1px 0 1px;
}
#ed_link {
background: #CC0000;
font: 0.9em Verdana;
font-weight: bold;
color: #000000;
border: #2px solid #FC9C0D;
padding: 1px 2px 1px 2px;
margin: 0 1px 0 1px;
}
#ed_link:hover {
background: #FC9C0D;
font: 0.9em Verdana;
font-weight: bold;
color: #000000;
border: #2px solid #000000;
padding: 1px 2px 1px 2px;
margin: 0 1px 0 1px;
}
#ed_img {
background: #CC0000;
font: 0.9em Verdana;
font-weight: bold;
color: #000000;
border: #2px solid #FC9C0D;
padding: 1px 2px 1px 2px;
margin: 0 1px 0 1px;
}
#ed_img:hover {
background: #FC9C0D;
font: 0.9em Verdana;
font-weight: bold;
color: #000000;
border: #2px solid #000000;
padding: 1px 2px 1px 2px;
margin: 0 1px 0 1px;
}