/* ikiwiki local style sheet */

body {
	padding-top: 50px;	
}

html, body {
	height: 100%;
}

#searchform {
	margin-top: 10px;
}

.notfooter {
	min-height: 100%;
}

.navbar {
	background-image: linear-gradient(#000, #444);
}

#content {
	padding-bottom: 50px;
}


#footer {
	background: #eee;
	background-image: linear-gradient(#fff, #ddd);

	position: relative;
	padding: 0;
	margin-top: -50px;
	height: 50px;
	clear: both;
}

#poweredby {
        float: left;
        width: 40%;
        text-align: left;
}

#pageinfo {
	border: none;
	color: grey;
	text-align: right;
}
