/* --
I'm using CSS3 styles to speed this up without comprimising looks
This isn't valid for older browsers, proceed with caution!


body{
	margin: 25px auto;
	background: #CEE2EB;
	font-size: 62.5%;
	color: #111;
	font-family: Verdana;
}

fieldset, ul{
	border: 0;
	padding: 0;
	margin: 0;
}

ul{list-style: none;}

h1{
	font-weight: lighter;
	color: #4299ED;
	padding: 0;
	margin: 0;
	font-size: 2.5em;
	border-bottom: 2px solid #f1f1f1;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#content{
	float: left;
	width: 600px;
	padding: 20px;
	margin: 0px 0px 0px 50px;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

ul.alert{
	width: 96.5%;
	padding: 1px 10px;
	background: #e1e1e1;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

ul.alert.error{
	background: #ffbcbc;
	color: #a40f0f;
	border-bottom: 2px solid #e59898;
}

ul.alert.success{
	background: #d2ffc8;
	color: #227d0d;
	border-bottom: 2px solid #9fde91;
}

fieldset li{
	margin: 0 0 15px 0;
}

input[type=text],
input[type=password]{
    width: 98%;
    margin: 0;
	padding: 7px 5px 4px;
	color: #555;
	font-size: 18px;
	font-family: inherit;
	border-color: #E5E5E5;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #fff url(../../img/bg_input.png) no-repeat scroll left top;
}

label{
	color: #333;
	font-size: 1.4em;
	line-height: 1.9em;
}
-- */

#sidebar{
	float: left;
	width: 130px;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#sidebar h2, p{
	font-size: 12px;
}

#sidebar p{
	background: none repeat scroll 0 0 #DFDFDF;
    color: #343434;
    line-height: 1.6;
    margin: -10px -10px 10px -10px;
    padding: 5px 10px 5px 10px;
}

#sidebar a{
	padding: 2px;
}

#sidebar a:hover{
	background-color: #2DAEBF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 2px 0 2px;
	text-decoration: none;
	color: #ffffff;
}

#sidebar h2.logouting {
	-moz-box-shadow:
		0px 0px 0px rgba(74,71,74,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 0px rgba(74,71,74,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.7);
	-moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sidebar h2.logouting:hover {
	-moz-border-radius: 3px;
    	-moz-box-shadow:
		0px 1px 3px rgba(74,71,74,0.5),
		inset -1px -1px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(74,71,74,0.5),
		inset -1px -1px 1px rgba(255,255,255,0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#sidebar h2.logouting a{
	padding: 2px 25px 2px 25px;
	font-size: 14px;
	color: #ffffff;
}

#sidebar h2.logouting a:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 25px 2px 25px;
	color: #000000;
}