body {
	font: 11px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
/*	background-color: #bfdfee;*/
	color: black;
}

h1, h2, h3, h4, h5, .title {
    color: black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #8cacbb;
}

/*
a {
	color: #436976;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
*/
hr {
	border: 0px;
	border-top: 1px solid #8cacbb;
	text-align: center;
	height: 0px;
}

ul {
	list-style-type: square;
}

ol {
	color: #638c9c;
	list-style-image: none;
}

ol {list-style-type: decimal}
ol ol {list-style-type: upper-roman}
ol ol ol {list-style-type: lower-alpha}
ol ol ol ol {list-style-type: lower-greek}

blockquote {
	border-left: 2px solid #8cacbb;
}

pre {
	font-family: monospace;
	border: 1px dashed #8cacbb;
	color: black;
	background-color: #f7f9fa;
}

/* Global classes */

table.inline {
	background-color: #ffffff;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.inline th {
	border: 1px solid #8cacbb;
	background-color: #dee7ec;
}

table.inline td {
	border: 1px solid #8cacbb;
}

.pages {

}

.pages .cur {
	border: 1px solid #8cacbb;
	background-color: #eff4f7;
}

/* Page definition, header and footer */

div#page {
	border: 1px solid #8cacbb;
	background-color: white;
}

div#page-heading {
	border-bottom: 1px solid #8cacbb;
	margin-bottom: 2px;
	height: 85px;
}
/*
	background-position: right;
	background-image: url(pikateka.png);
	background-repeat: no-repeat;
*/

div#page-heading h1#page-heading-pagetitle {
	font: 18px Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	border: none;
}

div#page-heading h1#page-heading-sitetitle {
	font: 14px Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #8cacbb;
}

div#page-heading h1#page-heading-sitetitle a:hover {
	text-decoration: none;
}

div.page-heading-nav {
	border-top: 1px solid #8cacbb;
	border-right: 1px solid #8cacbb;
}

div#page-content {

}

div#page-footer {
	border-top: 1px solid #8cacbb;
}

/* Forms */

fieldset {
	border: 1px solid #8cacbb;
}

textarea.edit {
	font-family: monospace;
	border: 1px solid #8cacbb;
	color: black;
	background-color: white;
}

input.edit, select.edit, input.missing, input.button {
	border: 1px solid #8cacbb;
	color: black;
	background-color: white;
	text-decoration: none;
}

input.missing {
	background-color: #ffcccc;
}

/* Multiple items management */

div.heading {
	border: 1px solid #8cacbb;
	background-color: #dee7ec;
}

/* Last images on index */

div#index-lastimages {
	border: 1px solid #8cacbb;
}

div.index-lastimages-image {
	width: 100%;
	border-bottom: 1px solid #8cacbb;
}

/* Main block on index */

div#index-main a, div#index-main a:hover {
	text-decoration: none;
}

/* Tags page */

div#tags-main a, div#tags-main a:hover {
	text-decoration: none;
}

/* Images view */

div#images-main ul li, .gallery-overview li {
    border: 1px solid #8cacbb;
}

div#images-main ul li:hover, .gallery-overview li:hover {
	border-color: black;
}

.images-image img {
    border: 1px solid #8cacbb;
}

.images-image img:hover {
    border-color: black;
}

/* Image view */

div.image-panel-element {
	border: 1px solid #8cacbb;
}