/* Main layout for the customized Kaka wiki */

#header
{
float: left;
clear: right;
width: 100%;
}

#content
{
float: none;
}

#navigation
{
float: left;
}

#control
{
float: right;
}

#optionPanel
{
float: right;
}

#bottom
{
float: left;
clear: both;
}

/* Extra features for the customized Kaka layout */

#simplesearch {

}


/*Stolen SD input button */

input.button {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color:#000000;
	margin: 1px;
	padding: 1px;
	font-family: verdana;
	font-weight: bold;
}

input.button:hover {
	background-color: #D8D8D8;
	border: 1px solid #666666;
}


