body {
	margin-top: 0;
	padding-top: 40px;
}

h3 {
	margin: .57em 0 .57em;
}

p {
	margin: 1em 0;
}

#logo h1 {
	padding-right: 200px;
}

/* MENU */
#menu {
	border-bottom: 1px dotted #666;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 0;
	float: left;
}

#menu li.right {
	float: right;
}

#menu a:link, #menu a:visited {
	display: block;
	padding: .5em 1.5em;
	margin: 0;
}

#menu a:hover, #menu a.selected {
	background-color: #eee;
}

/* LOGO */
#logo {
	border-bottom: 1px dotted #666;
	background: url(logo.png) no-repeat 750px center;
}

#logo h1 {
	font-size: 3em;
	color: #cd0000;
}

#footer {
	text-align: center;
	padding-top: 50px;
	background: url(bottom.png) no-repeat top center;
}

.pagination {
	text-align: center;
	margin: 1.23em 0 0.615em;
}

.color1 {
	background: #eee;
}

.color2 {
	background: #aaa;
}

.filter {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.filter li {
	margin: 0;
	display: block;
	float: left;
	text-align: center;
}

.filter a {
	display: block;
	padding: .4em 0;
}

.filter a:hover {
	background: #eee;
}

.right {
	text-align: right;
}

.right .button {
	float: none;
}

/* BUTTONS */
.button.tick, .button.tick:hover, .button.cross:hover, .button.cross {
	padding: 4px 10px 4px 26px;

	background-position: 7px center;
	background-repeat: no-repeat;
	margin-bottom: 0;
}

.button.tick, .button.tick:hover {
	background-image: url(tick.png);
}

.button.cross, .button.cross:hover {
	background-image: url(cross.png);
}
/* FORMS */
form.inline .button {
	float: right;
	margin: 0;
}

form.inline fieldset {
	padding-bottom: .8em;
}

form.inline label {
		margin: 0 0 0 .8em;
}

.controls {
	text-align: right;
	margin-bottom: 0;
}

.message .controls {
	text-align: center;
}

.controls .button {
	float: none;
}
