html, body {
	height: 100%;
}

body {
	background-image: none;
	/*padding: 45px 0 0 0;*/
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

/* Login */
#wrapper {
	width: 330px;
	margin: 20px auto 0;
	position: relative;
}

.logo {text-align: center;}
.logo h1 {font-size: 40px;}

#login_error {
	background: #F8BDA9;
	color: #57060A;
	padding: 5px 10px;
	text-align: center;
	line-height: 1.35;
}

#login {
	padding: 15px;
}

#login input[type="text"],
#login input[type="password"] {
	width: 280px;
	height: 35px;
	margin: 0 0 20px 0;
	font-size: 18px;
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 0 10px;
}

#login input[type="submit"] {
	margin: 0 101px;
}


/* Toolbar */
.nav {
	width: 200px;
	background: #333;
	color: #e0e0e0;
	border-right: 1px solid #999;
	height: 100%;
	float: left;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.logged-in {
	text-align: center;
	padding: 20px 0 40px;
}

.logged-in .static {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	color: #999;
	font-size: 11px;
}

.logged-in .user {font-size: 18px;}

.toolmenu li a {
	display: block;
	padding: 8px 0 8px 20px;
	font-weight: bold;
	font-size: 18px;
}

.toolmenu li a:hover,
.toolmenu li a.active {
	color: #458BC7;
	border-right: 5px solid #458BC7;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	background: #444;
}


/* Content wrapper */
.main-area {
	width: auto;
	height: 100%;
	padding: 0 20px;
	float: left;
	overflow-x: hidden;
	overflow-y: auto;
}

.panel {
	width: 108px;
	height: 120px;
	float: left;
	padding: 20px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin: 10px;
}

.panel:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	cursor: pointer;
}

.panel h2 {
	color: #666666;
	font-size: 16px;
	line-height: 1;
	padding: 5px 0 0 0;
	text-align: center;
	text-shadow: none;
}

/* List tabel */
.list {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #999;
	background: #eee;
	margin: 20px 0 0 0;
}

.list thead {
	background: #ccc;
	height: 30px;
}

.list thead th {
	padding: 3px 0 0 0;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	font-size: 16px;
	color: #333;
}

.list tr.odd {
	background: #fff;
}

.list tr:hover {
	background: #dfdfdf;
}

.list td {
	text-align: center;
	padding: 3px 0;
}

.list td .frontpage {
	display: block;
	height: 22px;
	width: 23px;
	background: url('img/home_off.png') no-repeat;
	text-indent: -999em;
	margin: 0 auto;
}

.list td .frontpage.active {
	background: url('img/home.png') no-repeat;
}

.list td .edit {
	display: block;
	height: 21px;
	width: 17px;
	background: url('img/edit.png') no-repeat;
	text-indent: -999em;
	margin: 0 auto;
}

.list td .info {
	display: inline-block;
	vertical-align: middle;
	height: 17px;
	width: 17px;
	background: url('img/info.png') no-repeat;
	text-indent: -999em;
	margin: 0 auto;
}

.list td .delete {
	display: block;
	height: 21px;
	width: 17px;
	background: url('img/delete.png') no-repeat;
	text-indent: -999em;
	margin: 0 auto;
}

/* Forms */
.form-wrapper .form-row {
	clear: both;
	width: 100%;
	padding: 15px 0;
}

.form-row input[type="text"] {
	border: 1px solid #999;
	border-radius: 3px;
	padding: 0 5px;
	font-size: 14px;
	height: 30px;
	width: 100%;
}

#user_form .form-row input[type="text"] {
	border: 1px solid #999;
	border-radius: 3px;
	padding: 0 5px;
	font-size: 14px;
	height: 30px;
	width: 200px;
}

.form-row input[type="password"] {
	border: 1px solid #999;
	border-radius: 3px;
	padding: 0 5px;
	font-size: 14px;
	height: 30px;
	width: 200px;
}

.form-row textarea {
	height: 300px;
	width: 100%;
	clear: both;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 0;
	font-family: arial, sans-serif;
}

#page_form .form-row textarea {
	height: 500px;
}

.form-row textarea.intro {
	height: 150px;
	width: 100%;
	clear: both;
}

.form-row label span {
	color: #666;
	font-weight: bold;
}

.form-row label span em {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}

.form-row .row-3col {
	width: 280px;
	float: left;
}

.row-3col input[type="text"] {
	width: 250px;
}

.row-3col.frontpage span {
	padding: 27px 15px 0 0;
	display: inline-block;
	float: left;
}

.row-3col.frontpage input[type="checkbox"] {
	visibility: hidden;
}

.row-3col.frontpage .checkbox {
	width: 33px;
	height: 33px;
	display: inline-block;
	background: url('img/checkbox-off.png') no-repeat;
	padding: 0;
	margin: 22px 0 0 0;
	cursor: pointer;
}

.row-3col.frontpage .checkbox.checked {
	background: url('img/checkbox-on.png') no-repeat;
}

form input[type="submit"],
form input[type="button"],
a.readmore {
	height: 30px;
	font-size: 14px;
	cursor: pointer;
	padding: 0 20px;
	border-radius: 10px;
}

form input[type="submit"],
a.readmore {
	color: #e6e6e6;
	text-shadow: 1px 1px #333;
	border: 1px solid #1d66b8;
	background: #2d6fb9;
	background: linear-gradient(bottom, #2d6fb9 0%, #458bc7 80%);
	background: -o-linear-gradient(bottom, #2d6fb9 0%, #458bc7 80%);
	background: -moz-linear-gradient(bottom, #2d6fb9 0%, #458bc7 80%);
	background: -webkit-linear-gradient(bottom, #2d6fb9 0%, #458bc7 80%);
	background: -ms-linear-gradient(bottom, #2d6fb9 0%, #458bc7 80%);
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #2d6fb9),
		color-stop(0.8, #458bc7)
	);
}

form input[type="submit"]:hover,
a.readmore:hover {
	color: #fff;
	background: #458bc7;
}

form input[type="button"] {
	color: #333;
	text-shadow: 1px 1px #ccc;
	border: 1px solid #999;
	background: #999;
	background: linear-gradient(bottom, #999 0%, #ccc 80%);
	background: -o-linear-gradient(bottom, #999 0%, #ccc 80%);
	background: -moz-linear-gradient(bottom, #999 0%, #ccc 80%);
	background: -webkit-linear-gradient(bottom, #999 0%, #ccc 80%);
	background: -ms-linear-gradient(bottom, #999 0%, #ccc 80%);
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #999),
		color-stop(0.8, #ccc)
	);
}

form input[type="button"]:hover {
	color: #000;
	background: #ccc;
}

/* Registration info */
.status {
	margin-bottom: 20px;
	text-align: center;
}

.main-info,
.member {
	border: 1px solid #ccc;
	padding: 0 10px 10px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.main-info li,
.member li {
	float: left;
	width: 50%;
	padding: 10px 0 0;
}

.label {
	font-weight: bold;
	width: 120px;
	display: block;
}

/* Member info */
#member_view h2 {
	margin-top: 20px;
}

/* Global */
a.readmore {
	padding: 3px 20px 0;
	height: 25px;
}