@charset "utf-8";
/* CSS Document */

/* ---------- GENERAL ---------- */

body {
	color: #202020;
	font: 100%/1.5em sans-serif;
}

h3 { margin: 0; }

a {
	color: #4D4948;
	font-weight: bold;
}

a:hover {
	color: #666666;
}

fieldset {
	border: none;
	margin: 0;
}

input {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #FFFFFF;
	margin: 0;
	width: 220px;
}

input:focus {
	background-color: #CCCCCC;
	color: #FFFFFF;
}
select {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #4D4948;
	margin: 0;
	width: 220px;
	height: 35px;
}

select:focus {
	background-color: #B6D7FB;
	color: #000000;
}

input[type="submit"] { cursor: pointer; }
input[type="button"] { cursor: pointer; }

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;	
}
.clearfix:after { clear: both; }

/* ---------- LOGIN-FORM ---------- */

#login-form {
	width: 290px;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-radius: 10px;
}

#login-form h3 {
	background-color: #202020;
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	font-size: 26px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
}


#login-form fieldset {
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	position: relative;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#login-form fieldset:before {
	background-color: #fff;
	content: "";
	height: 8px;
	left: 50%;
	margin: -4px 0 0 -4px;
	position: absolute;
	top: 0;
	width: 8px;
}

#login-form input {
	font-size: 18px;
	border: 1px dashed #C7C6BA;
	height: 35px;
	padding-left: 5px;
	font-weight: bold;
	color: #000000;
}

#login-form input[type="email"] {
	border-radius: 3px 3px 3px 3px;
}

#login-form input[type="password"] {
	border-radius: 3px 3px 3px 3px;
}

#login-form input[type="submit"] {
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	background-color: #666666;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	text-align: center;
	height: 60px;
}
#login-form input[type="button"] {
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	background-color: #72BDFF;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	text-align: center;
	height: 60px;
}
#login-form input[type="submit"]:hover {
	border-radius: 6px;
	background-color: #202020;
}
#login-form input[type="button"]:hover {
	border-radius: 6px;
	background-color: #3E7ACC;
}
#login-form footer {
	font-size: 14px;
	margin-top: 16px;
}

.info {
	background: #e5e5e5;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 20px;
}

.about {
	padding: 8px;
	width: 275px;
	font: 10px/18px 'Lucida Grande', Arial, sans-serif;
	color: #CCC;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	background: #006600;
	border-radius: 4px;
	background-color: #202020;
}
.about a {
	color: #CCC;
	text-decoration: none;
	border-radius: 2px;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	-o-transition: background 0.1s;
	transition: background 0.1s;
}
.about a:hover {
	text-decoration: none;
	background-color: rgba(77,73,72,0.15);
}

.about-links {
  height: 30px;
}
.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}
