@import url('reset.css');

body {
	background: #333;
	text-align: center;
	color: #333;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

a {
	color: #036;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#wrapper {
	width: 900px;
	min-height: 900px;
	padding-top: 20px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 4px solid #ccc;
}

#header {
	width: 860px;
	height: 90px;
	margin: 0 0 0 20px;
	border-bottom: 1px dotted #333;
}

#header h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	padding: 30px 0 0 20px;
}

#header h1 a {
	color: #333;
}

#header h1 a:hover {
	text-decoration: none;
}

#nav {
	float: right;
	margin-right: 21px;
}

#nav ul li {
	float: left;
	display: inline;
	margin-left: 14px;
}

#nav ul li a {
	display: block;
	padding: 10px 0;
}

#content {
	margin: 20px 40px;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}

#content p {
	margin: 18px 0;
}

.title {
	font-weight: bold;
	color: #930;
}

.entry {
	background: #ededed;
	margin: 0 0 10px 0;
	padding: 10px;
}

ul.entries {
	margin-bottom: 60px;
}

.item {
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 60px;
	padding: 20px 0;
	background: #fff;
	margin-right: 10px;
}

.item_info {
	float: left;
	display: inline;
	font-size: 14px;
	width: 680px;
}

.add {
	background: url('/img/add.png') left -1px no-repeat;
	padding-left: 20px;
	display: inline;
	float: right;
	height: 20px;
	width: 82px;
	margin-top: -29px;
}

.edit, .move, .unmove, .delete {
	padding-bottom: 2px;
	padding-left: 20px;
	margin-right: 10px;
	font-size: 12px;
}

.move, .unmove, .delete {
	margin-left: 10px;
}

.edit {
	background: url('/img/edit.png') left -1px no-repeat;
}

.move, .unmove {
	background: url('/img/move.png') left -1px no-repeat;
}

.delete {
	background: url('/img/delete.png') left -1px no-repeat;
}

.options {
	margin-top: 9px;
}

.options a, .options span {
	opacity: 0.5;
	font-size: 10px;
}

.options span {
	padding-right: 20px;
}

.options a:hover {
	opacity: 1;
}

label, textarea, input {
	display: block;
}

select {
	margin-bottom: 20px;
}

textarea, input[type="text"], input[type="password"] {
	width: 400px;
	padding: 3px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

p.errors {
	color: #f00;
}

p.modified {
	border: 1px solid #47822C;
	background: #D5EDDB;
	color: #47822C;
	padding: 6px;
}



#tab_nav {
	position: relative;
	z-index: 100;
}

#tab_nav li {
	display: inline-block;
	margin-left: 14px;
}

#tab_nav li a {
	font-size: 20px;
	display: block;
	padding: 10px 20px;
	border-top: 1px dotted #333;
	border-right: 1px dotted #333;
	border-left: 1px dotted #333;
}

#tab_nav li a.current {
	border-bottom: 1px solid #fff;
}

.entry_container {
	border-top: 1px dotted #333;
	padding-top: 20px;
	position: relative;
	top: -1px;
	display: none;
}