My CSS
Code:
#page { /* Page width changed from 780px to 995px to accomodate the extra sidebar */
width: 990px !important;
}
#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 0 20px 545px !important;
width: 454px !important;
margin-left: 0%;
margin-right: -4%;
}
#searchform { /* Donno y the 20px margin to the search form doesnt work in 3 column k2, so changed to 0px */
margin-top: 0 !important;
}
/* CSS added by me for my customizations for 3 column K2 */
.lsidebar { /* CSS for left sidebar */
margin: 0 !important;
width: 224px !important;
float: left !important;
padding: 0 9px 0 9px !important;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}
.rsidebar { /* CSS for right sidebar */
margin: 0 !important;
width: 185px !important;
float: right !important;
padding: 0 15px 0 10px !important;
}
li.bypostauthor { /* http://code.google.com/p/kaytwo/issues/detail?id=109&can=2&q=#c1 */
height: 100%;
}
* html #page { width: 990px } /* IE hack */
.feedlink img { /* CSS for feed image in the sidebar */
right: 5px;
}
.navigation {
padding: 10px 0 0 !important;
}