body {
	text-align: center;
}
input[type='button'], input[type='submit'] {
	padding: 1px 5px;
}
input.field {
	width: 200px;
}
input.field.interval {
	width: 70px;
}
input.image {
	border: 0px none;
	padding: 0px;
}
.form {
	display: inline-block;
}
p.row {
	min-height: 20px;
}
p.row, table.row {
	margin-bottom: 0px;
	padding-bottom: 5px;
	width: auto;
}
table.row {
	margin-bottom: 5px;
}
table.row tr td, table.row tr th {
	padding: 0px 5px;
}
p.row.field, p.row.row-submit, p.row.row-comment {
	padding-left: 200px;
}
p.row span.row-name {
	display: inline-block;
	margin-left: -200px;
	width: 200px;
	text-align: right;
}
p.row.field.field_inline_start {
	display: inline-block;
}
p.row.field.field_inline {
	display: inline-block;
	padding-left: 10px;
}
p.row.field.field_inline span.row-name {
	margin: 0px;
	width: auto;
}
.in_popup, #popup-content .not_in_popup {
	display: none;
}
#popup-content .in_popup {
	display: block;
}
.title, h1 {
	font-size: 21px;
	margin-bottom: 12px;
}

.message_error, .message_warning, .message_success, .message_notice {
	font-weight: bold;
	text-align: left;
}
.message_error.center, .message_warning.center, .message_success.center, .message_notice.center {
	text-align: center;
}
.message_error {
	color: #a00;
}
.message_warning {
	color: #aa0;
}
.message_success {
	color: #0a0;
}
.message_notice {
	color: #00a;
}
div.editor {
	width: auto;
	text-align: left;
}
#wrapper {
	height: auto;
	min-height: 100%;
}
#header, #footer, #wrapper {
	position: relative;
	text-align: center;
	width: auto;
}
#main {
	text-align: left;
}
.tree {
	line-height: 20px;
	padding-left: 30px;
}
.tree ul {
	display: block;
	list-style: none;
	padding: 0px;
	background: url('../images/tree-line.gif') 2px 0px repeat-y;
}
.tree li {
	display: block;
	padding-left: 15px;
	background: url('../images/tree-element.gif') 2px 9px no-repeat;
}
.tree li.cat {
	background: url('../images/tree-cat.gif') 0px 5px no-repeat;
}
.tree li.cat.closed {
	background: url('../images/tree-cat-closed.gif') 0px 5px no-repeat;
}
li.cat.closed ul {
	display: none; 
}
.tree li a {
	text-decoration: none;
}
.tree li a:hover {
	text-decoration: underline;
}
.tree li.active a {
	text-decoration: underline;
}

.readmore, .backlink {
	margin-top: 10px;
}

span.datetime, .author {
	font-weight: bold;
	display: inline-block;
	margin-right: 20px;
}
.datetime > span, .author > span {
	font-weight: normal;
}

.hidden {
	display: none;
}

.icon {
	height: 16px;
	width: 16px;
}
.icon.icon_big {
	height: 22px;
	width: 22px;
}

.i-facebook-like, .i-twitter-follow {
	border: none;
	overflow: hidden;
	background: transparent;
}
.i-twitter-follow {
	width: 180px;
	height: 20px;
}
.i-facebook-like {
	width: 160px;
}
.i-facebook-like .i-style-standard-faces {
	height: 80px;
}
.i-facebook-like .i-style-standard-nofaces {
	height: 35px;
}
.i-facebook-like .i-style-button_count-faces,
.i-facebook-like .i-style-button_count-nofaces {
	height: 21px;
}
.i-facebook-like .i-style-box_count-faces,
.i-facebook-like .i-style-box_count-nofaces {
	height: 90px;
}
