/*
Filename:         kknet.css
Author:           BlueStreak [KK.net]
Date Created:     11/26/2006
Purpose:          Main site subpage formatting for KK.net
*/


/* layout formatting --------------------------------- */

div#breadCrumb {
   width: 385px;
   margin-left: 14px;
   padding-bottom: 3px;
   font: 10px Tahoma;
   color: #777;
}

div#middleColumnTopBg {
   background: url('../images/common/content_top_border_wide.gif') no-repeat;
   width: 425px;
   height: 15px;
}

div#middleColumnMainBg {
   background: url('../images/common/content_bg2.gif') repeat-y;
   width: 425px;
}
      
div#rightColumn {
   float: left;
   width: 149px;
}

/* general content formatting ------------------- */
body {
   font: 11px Verdana, Tahoma, Arial;
   background-color: #fff;
   color: #444;
}

h1 {
   font: 20px Tahoma;
   /*
   color: #499230;
   */
   color: #3e6d43;
   margin: -1px 0 8px 0;
}

h2 {
   font: bold 13px Verdana;
   margin: 15px 0 5px 0;
   color: #339933;
}

p {
   margin: 12px 0 12px 0;
}

.smallText {
   font-size: 10px;
   color: #888;
}

div#clear {
   clear: both;
}

/* set table border="0" for proper display in IE! */
table.borderCollapse {
   border-collapse: collapse;
}

/* 
apply folllowing to any TDs within a <table class="borderCollapse"> 
but don't apply to every singe TD b/c that can be UGLY
*/
table.borderCollapse td {
   border: 1px solid #BBBBBB;
}

/* 
apply folllowing to any TDs within a <table class="borderCollapse"> 
but don't apply to every singe TD b/c that can be UGLY
*/
table.borderCollapse td table td {
   border: 0px;
}

/* light grey bg color for alternating table rows  */
.cellShading {
   background-color: #dcefdc;
}

form fieldset {
   padding: 10px;
}

form fieldset label {
   display: block;
}

/* middle column formatting --------------------- */
div#middleColumn {
   float: left;
   width: 425px;
}

div#middleColumnContent {
   text-align: left;
}

ul.statusMessage {
   margin-top: 0;
}

ul.statusMessage li {
   margin-left: -22px;
}

.statusRed {
   color: #dd0000;
   font-size: 13px;
   font-weight: bold;
}

.statusGreen {
   color: #119911;
	font-weight: bold;
	font-size: 12px;
}

/* right column --------------------------------- */
#rightContainer {
   background: url('../images/common/rightsidebar_bg.gif') repeat-y;
   margin-bottom: 10px;
}

   #rightContainer #rightContainerFeatures {
      background: url('../images/common/heading_rightsidebar_featured_content.gif') no-repeat;
      width: 149px;
      height: 33px;
      margin-top: 12px;
   }
   
   #rightContainer #rightContainerContent {
      padding: 0px 9px 0 11px;
      margin-right: 7px;
   }
   
   #rightContainer #rightContainerBottom {
      background: url('../images/common/rightsidebar_bottom.gif') no-repeat;
      width: 149px;
      height: 14px;
   }

#rightContainerContent #subheading {
   font-weight: bold;
   font-size: 12px;
   margin-top: 10px;
}

/* section subnav link submenu ---------------------- */
ul.submenu {
   /*
   list-style: none;
   margin: 0;
   padding: 0;
   */
   list-style-image: url('../images/home/bullet_grey.gif');
   margin-top: 3px;
   margin-bottom: 0;
}

ul.submenu li {
   padding-bottom: 8px;
   
   margin-left: -24px;
}

ul.submenu li a {
   font-weight: bold;
}

/* news comments formatting ---------------------- */
.commentUserDate {
   width: 380px;
   background: #d9ead1;
   padding: 5px;
}

.commentText {
   width: 387px;
   overflow: auto;
   text-align: justify;
   margin: 0 0 10px 0;
   padding: 5px 0 5px 0;
}
