/****************************************************************/
/* 1. PRIMARY LAYOUT */
/****************************************************************/
#kf_sidebar {
    float: right;
    width: 160px;
}

#kf_mainarea {
    width: 600px;
    /*background: url(imports/luffypirate_icon.jpg) no-repeat right bottom;*/
}

#kf_mainarea_nosidebar {
    /*background: url(imports/luffypirate_icon.jpg) no-repeat right bottom;*/
}

.kf_release_grid th {
    text-align: left;
    font-weight: bold;
}

.kf_release_grid td {
    height: 2em;
    vertical-align: top;
}

.kf_release_grid td.odd {
    background: #eef;
}

.release_title {
    width: 320px;
}

/****************************************************************/
/* 2. FRONT PAGE PORTAL ADJUSTMENT */
/*    The front page portal is constrained to 780px wide */
/*    in a horizontal center.  Override body{} and add a new */
/*    id in place of #punwrap */
/****************************************************************/
body {
    text-align: center;
    min-width: 780px;
}
#punwrapportal {
    text-align: left;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

#punwrapportal DIV.pun {
    background: #fff;
    border: 1px solid #000;
}

#brdwelcome {
    display: none;
}

/* Hide unwanted nav elements */
/*#navuserlist a, #navsearch a, #navprofile a {
    display: none;
}*/



/* change bg for other content */
.kf_sidebarbox h2 {
    background-color: #79ABDC;
    color: #fff;
    font-size: 10px;
}

/* more icon changing for kf headlines */
.kf_headline a, .kf_forumentry a {
    padding-left: 18px;
    height: 16px;
    line-height: 16px;
    background: url(icon.gif) left top no-repeat;
}

/* padding for front page content */
.kf_section div, .kf_section ul {
    padding-left: 10px;
}
div.kf_section {
    padding-top: 20px;
}

div.kf_custom_section {
    padding: 20px 10px 0px 10px;
}

div.kf_sidebarbox {
    padding-top: 20px;
}

div.kf_headline_forumlink {
    padding-top: 10px;
}

dl, dd, dt {
    display: inline;
    padding-left: 5px;
}
div.kf_onlinelist {
    padding-top: 20px;
}




div.kf_headline_avatar {
	background: #C2E1FE;
	font-weight: bold;
	text-align: center;
	float: right;
	width: 80px;
	padding: 0px;
	margin: 0px;
}
.postedby {
	display: block;
	text-align: center;
}
