/*
 * Theme Name:     KBA 
 * Theme URI:      http://keepbeingawesome.com/
 * Description:    Keep Being Awesome modification of whatever
 * Author:         spinn	 
 * Author URI:     http://www.spinnwebe.com/ 
 * Template:       uchilla1.0
 * Version:        0.1.0
 * */

@import url("../uchilla1.0/style.css");

#searchform {
	position: static;
}

#header {
	padding:0;
	position:relative;
	
}

#header .logo {
	text-align:center;
	width:310px;
}

#header .description {
	margin-left:0;
}
#header .contact {
	float:right;
}

#header .topnav {
	position:absolute;
	bottom:0;
	right:0;
	list-style-type:none;
	padding:0;
	margin:0;
}

#header .topnav li {
	margin-right:10px;
	padding:0;
	float:left;
}

#header .topnav li a {
	padding:10px;
	background-color:#edd;
	font-weight:bold;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-bottom:2px solid #aaa;
	border-right:1px solid #444;
}

#header .topnav li a:hover {
	background-color:white;
	color:black;
}

.clear {
	clear:both;
}
