body {
	background: #333333; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.oneColElsCtr #container {
	width: 810px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333;
}

.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

form {
	margin: 0px;
}

img {
	border: 0;
}

div {
	line-height: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 18px;
}

a:focus {
	outline: none;
}

/* table */

table {
	border-spacing: 0;
	margin: 0;
	border: 0;
}

td {
	padding: 0;
	vertical-align: top;
}

/* layout */

#page {
	width: 100%;
}

#header {
	position: fixed;
	width: 100%;
	min-width: 1000px;
	background: #444;
	margin: -24px;
	padding: 24px;
	height: 20px;
	z-index: 1000;
}

#menu {
	width: 700px;
	margin-left: 36px;
	float: left;
}

#expand {
	width: 60px;
	text-align: right;
	float: left;
}

#header .menu {
	line-height: 22px;
}

#search {
	float: left;
	margin-left: 30px;
}

#query {
	outline: none;
	width: 150px;
}

#main {
	padding-top: 44px;
}

.title, .menu {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 25px;
}

.menu {
	font-size: 19px;
}

.menu a, a.menu-button {
	color: #333;
	text-decoration: none;
}

.menu a:hover, a.menu-button:hover {
	color: #0000ff;
}

.menu a.menu-button.selected {
	color: #0000ff;
}

.entry {
	min-width: 810px; /* 960 + 2 * 36 - 20 */
	color: #333;
	/* Using margin and dumping .background would make more sense, but breaks IE */
	padding-bottom: 0px;
}

.entry .background {
	background: #333;
}

.spacer {
	height: 16px;
}

.text a, .groups a {
	color: #000;
	text-decoration: none;
	border-bottom: 0px solid;
	padding-bottom: 0px;
}

.text a:hover, .groups a:hover {
	color: #00f;
}

.entry .title.menu-button {
	display: block;
	padding: 0px 0px 0px 0px;
}

.entry .content {
	padding: 0 0px 0px 0px;
	width: 810px;
}

.entry .text {
	width: 300px;
	float: left;
	padding-right: 0px;
}

.entry .resources {
	width: 640px;
	float: left;
}

.entry .menu {
	float: right;
	clear: right;
	margin-top: 0px;
	text-align: right;
	padding-right: 0px; /* right text padding */
	padding-bottom: 0px;
}

.entry .resource-tab {
	float: left;
}

.entry .group-tab {
	float: left;
	max-width: 500px;
}

.entry .pictures .group-tab, .entry .films .group-tab {
	width: 500px;
} 

.entry .texts {
	float: right;
}

.entry .groups {
	float: right;
	padding-left: 20px;
	width: 120px;
}

.entry .group {
	margin-bottom: 18px;
}

.entry .download {
	padding-bottom: 18px;
}

.entry .medium {
	display: table;
	margin: 0 auto 0 auto;
}

.entry .medium.hidden {
	display: none;
}

.entry .medium .caption, .entry .medium .number {
	display: block;
	font-size: 11px;
}

/* only float caption / number if they are nested in a div */

.entry .medium div .caption {
	float: left;
}

.entry .medium div .number {
	float: right;
}

.groups .selected a {
	color: #00f;
}

.entry-editor {
	padding: 22px 36px;
	background: #fff;
	min-height: 405px;
}

table.edit {
	border: 1px dotted #999;
}

.edit {
	color: #000;
}

/* helpers */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.hidden {
	display: none;
}

.popup-body {
	margin: 0px;
}

.search-placeholder {
	color: #888;
}

.highlight {
	background: #ff0;
}

.entry .edit-elements {
	position: absolute;
	margin-top: -22px;
}

#menu .edit-elements {
	float: right;
	text-align: right;
}
