/* -- style.css -- */
div.karma
{
	background-color: transparent;
	text-align: center;
	border-top: 1px solid #DDDDFF;
	border-left: 1px solid #DDDDFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding: 10px;
}

span.digest
{
}

span.index_title{
	float: left;
}

span.index_extra{
	float: right;
	padding: 2px;
}

div.signature {
	bottom: 10px;
}

div#index_welcome{
	margin: 10px;
	margin-bottom: 10px;
	clear: both;
}
html>body div#index_welcome {
	margin-bottom: 15px;
}

#index_welcome div.title{
	font-size: 18px;
	font-weight: bold;
	border-bottom: dashed 1px;
	padding: 5px;
}

#index_welcome div.desc{
	padding: 5px;
	font-size: 12px;
}

#index_welcome div.visit{
	text-align: right;
	font-size: 11px;
}

div#index_category{
	margin-top: 10px;
}

#index_category a, #index_forum a{
	font-weight: bold;
}

#index_category span{
	float: left;
	padding: 2px;
	font-weight: normal !important;
	margin-right: 15px;
}
html>body div#index_category span {
	margin-right: 0px;
}

#index_category span.item, #index_forum span.item{
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

#index_category span.extra, #index_forum span.extra{
	float: right;
	text-align: left;
	margin: 0px;
}

#index_category img{
	padding: 2px;
}

div#forum_header{
	margin: 5px;
	clear: all;
}
#forum_header div{
	padding-top: 5px;
}

/* -- dropdown menu -- */

div#dropdown{
	float: left;
	margin-top: 1px;
	margin-bottom: -5px;
	margin-left: 1px;
}
html>body div#dropdown {
	margin-bottom: 11px;
	margin-left: 5px;
}

#dropdown .menu{
	font-weight: bold;
	float: left;
	margin-left: 2px;
}

#dropdown .item{
	font-weight: bold;
	padding: 2px 5px;
  	white-space: nowrap;
}
