body, h1, h2, h3 {
	font-family: "Lucida Grande", "Verdana", "Tahoma", sans-serif;
}

html, body {padding: 0; margin: 0}

body {
	font-size: 14px;
	background: black;
	color: #a0a0a0;
	line-height: 130%;
}

body {_text-align: center}
body .page-header, body .content div {_text-align: left}

img {
	border: 0px solid black;
}

a {
	color: #dddddd;
	text-decoration: underline;
}

a:hover {
	color: white;
}

a.admin {
	color: #333;
	text-decoration: none;
}

a.admin:hover {
	color: gold;
}

.page-header {
	padding: 2em 0 1em 0;
}

.page-header, .text-content {
	margin: auto;
	width: 67em;
	_width: expression(document.body.clientWidth > 933 ? "840px" : "90%");
	max-width: 90%;
}

.text-content {
	padding-bottom: 3em;
}

.page-header h1, .page-header h1 a {
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: white;
	text-decoration: none;
}

.page-header h1 span {
	_height: 1.5em;
	float: right;
	color: #dddddd;
}

.page-header h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0.7em 0 0 0.6em;
}

h3 {
	margin: 0;
	padding: 0 0 1em 0;
	color: white;
	font-size: 1.2em;
}

.page-header .menu .right {
	float: right;
}

.page-header .menu a {
	margin-right: 1em;
}

.page-header .menu .right a {
	margin-right: 0;
	margin-left: 1em;
}


.posts {
}

 .post, .comment, .block {
	background: #181818;
	border: 1px #333 solid;
	margin-bottom: 2em;
 }

.post {
	padding: 1em 1.2em;
}

.comment {
	padding: 1em;
	margin-bottom: 1em;
}


.post .header {
	padding: 0 1em;
	margin-bottom: 0.5em;
}

.post .header .title {
	font-weight: bold;
	text-decoration: none;
}

.post .header .date {
	font-size: 80%;
	color: #666;
	padding-left: 1em;
	white-space: nowrap;
}

.image-content {
	margin: auto;
	width: 100%;
}

.image-content .image {
	text-align: center;
	position: absolute;
	top: 9em;
	bottom: 1em;
	width: 100%;
	_width: expression(document.body.clientWidth + 'px');
	_height: expression(Math.max(50, document.body.clientHeight - offsetTop - 40) + 'px');
	overflow: hidden;
}

.debug .image-content .image {
	border: 1px red solid;
}

.many-images .image {
	bottom: 3em;
}

.image-content .image img {
	max-width: 100%;
	max-height: 100%;
}

.loading .navigation .nav-pages {
	background: url('images/loading.gif') no-repeat right center;
}

.image-content .image .panel {
	position: absolute;
	top: 0;
	bottom: 0;
	_height: expression(parentNode.clientHeight+'px');
	width: 45%;
	cursor: pointer;
	_cursor: hand;
}
.debug .image-content .image .panel {
	border: 1px green solid;
}

.image-content .image .next-panel {right: 0}
.image-content .next-panel-hover {background: url(images/next-arrow.png) no-repeat right center}

.image-content .image .prev-panel {left: 0}
.image-content .prev-panel-hover {background: url(images/prev-arrow.png) no-repeat 10px center}

.image-content .image a span {
	visibility: hidden;
}

.image-content .navigation {
	position: absolute;
	bottom: 1em;
	width: 100%;
	text-align: center; /* msie is kinda weird here */
}
.debug .image-content .navigation {
	border: 1px red solid;
}


.nav-pages {
	padding: 0 18px;
}

.navigation {
	text-align: center;
}

.navigation a {
	text-decoration: none;
}

.navigation .pages {
	margin: 0 0.5em;
}

.post .readmore {
	margin-top: 1em;
}

.comments {
	margin-bottom: 2em;
}

.comment .header {
	font-size: 110%;
	padding-bottom: 0.3em;
}

.comment .header .date,
.comment .ip {
	font-size: 70%;
	color: #666;
}

.comment .header .date {
	padding-left: 1em;
}

form {
	padding: 0;
	margin: 0;
}

.add-comment input, .add-comment textarea {
	background: #252525;
	color: white;
	border: #888 1px solid;
	font-size: 1em;
}

.add-comment textarea {
	width: 100%;
	height: 12em;
	margin-top: 0.3em;
}

.add-comment input.submit {
	margin-top: 0.3em;
	width: 10em;
	background: #444;
	border: #ddd 1px solid;
}

.add-comment input.submit:hover {
	background: #707070;
	border-color: white;
}

.add-comment input.author {
	width: 20em;
}

.add-comment label.text {
	margin-top: 0.5em;
}

.gallery img {
	width: 100%;
}

.gallery-vertical {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}




.small-header .page-header {
	padding-top: 1em;
}

/* motto */
.small-header .page-header h2 {display:none}
/* phone number */
.small-header .page-header h1 span {display:none}

.small-header .page-header h1 {position: absolute}
.small-header .page-header h1, .small-header .page-header h1 a {
	font-size: 1em;
}

.small-header .page-header,
.small-header .page-header *,
.small-header .navigation,
.small-header .navigation * {
	color: #444;
}

.small-header .page-header a {
	text-decoration: none;
}
.small-header .page-header a:hover,
.small-header .navigation a:hover,
.small-header .navigation a:hover span {
	color: white;
}

.small-header .image-content .image {
	top: 3em;
}

.image-content-autoplay .navigation {
	display: none;
}

ol, ul {
}

li {
}
