﻿html,
body
{
	font-size:8pt;
	min-width:300px;
}

#header
{
	clear:both;
}

#site_title
{
	font-size:150%;
}

#page_title
{
	font-size:130%;
}

#navbar a
{
	padding:5px;
}

#footer
{
	display:none;
}

#content
{
	padding-bottom:10px;
	margin-bottom:0;
	min-width:80%;
	max-width:200%;
	width:auto;
}

#sidenav
{
	padding:1% 0;
	width:auto;
	min-height:0;
}

#sidenav li
{
	float:left;
}

#sidenav li span
{
	display:none;
}

#sidenav + #content
{
	width:auto;
	clear:both;
}

#sidenav,
#content
{
	margin:1%;
}

.loginstate
{
	display:none;
}

.backlink
{
	display:block;
	position:static;
	/*left:25%;
	right:25%;
	width:auto;*/
	text-align:center;
	padding:0;
	margin-top:25px;
}

/*
a
{
	display:inline-block;
	font-weight:normal;
	padding:5px;
	margin:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:2px solid orange;
	background-color:gray;
	color:black;
	text-decoration:none;
}

a:hover
{
	text-decoration:none;
	background-color:black;
	color:white;
	border-color:blue;
}
*/

#login-submit
{
	clear:both;
	width:150px;
}

#login-recover
{
	clear:both;
	margin-left:0;
}