﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
img {
	border: 0;
}

/* Main container */
#main {
	width: 700px;
	margin: 2em auto 2em auto;
}

/* Sections menu */
#section-menu {
	width: 700px;
	height: 2em;
	font-weight: bold;
	
	margin: 1em 0 1em 0;
	padding: 0;

    white-space: nowrap;
    overflow: visible;
    text-align: center;
}
#section-menu ul.menu {
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
#section-menu li {
	margin: 0 1.8em 0 0;
	padding: 0;
	display: inline;
	letter-spacing: -0.05em;
}
#section-menu li.last {
	margin: 0;
}

/* Content style */
#content {
    overflow: hidden;
}
#content p {
	padding: 0;
	margin: 0 0 1.5em 0;
	line-height: 1.2em;
}

/* Sidebar style */
#right-banner{
    margin: 0 0 2em 0;
}

/* Special text styles */
.cite {
	font-size: 0.8em;
	font-style: italic;
}

.small-header {
	font-size: 0.8em;
	text-transform: uppercase;
}

.big-element {
	color: #FF6600;
	font-size: 1.4em;
}

/* Language change footer */
#language-changer {
    text-align: center;
    font-size: 0.8em;
    word-spacing: 2em;
    text-transform: uppercase;
}
#language-changer a {
    text-decoration: none;
}

/* Language changer coloring */
#language-changer a {
    color: #949494;
}

/* Picture gallery */
#content .gallery-button {
    margin: 0 0 1em 0;
    padding: 0.5em;
    overflow: hidden;
}
#content .gallery-button img {
    float: right;
}
#content .gallery-button .gallery-title {
    font-weight: bold;
    font-size: 1.2em;
}
#content .gallery-button .gallery-description {
    font-size: 0.9em;
    color: #666;
}
#content .gallery-button a {
    text-decoration: none;
    display: block;
}
#content .gallery-button a:hover {
    text-decoration: none;
}

#content .gallery {
    display: block;
}
#content .gallery .element {
    display: block;
    float: left;
    text-align: center;
}
#content .gallery.columns2 .element {
    width: 50%;
}
#content .gallery .row {
    margin: 0 0 2em 0;
    overflow: hidden;
}
#content .gallery .didascaly {
    font-size: 0.8em;
    font-style: italic;
}
