﻿html,
body {
	font-family: Arial, Helvetica;
	font-size: 0.9em;
}

/* GENERAL */

h1 {
    font-family: Arial, Helvetica;
	font-size: 1.8em;
    margin-bottom: 25px;
    margin-top: 35px;
    font-weight: bold;
}

h2 {
	font-size: 1.5em;
    margin-bottom: 25px;
    font-weight: bold;
}

h3 {
	font-size: 1.3em;
    margin-bottom: 25px;
    font-weight: bold;
}

h4 {
	font-size: 1.1em;
    margin-bottom: 25px;
    font-weight: bold;
}

p {
    margin: 0px 0px 25px 0px;
    line-height: 1.9em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
    margin: 30px 0px;
}

li {
	list-style-type: disc;
	margin-left: 40px;
	margin-bottom: 10px;
	line-height: 2.1em;
}

/* CONTENT */

#content {
    background-image: url(images/background.png);
    background-repeat: repeat-y;
}

#content .containee {
	padding: 20px 60px 40px 280px;
}

#content a {
    text-decoration: underline;
    color: Black;
}

#content a:hover {
    color: #216317;
}

.page-people p {
    margin-left: 40px;
    line-height: 1.9em;
    text-align: left;
}

.page-people li {
    line-height: 1.9em;
}

#content .caption p {
    color: #00693e;
    line-height: 1.4em;
    font-weight: bold;
    margin: 5px 0px;
}

/* IMAGES */

.images {
    margin-top: 10px;
    margin-left: 60px;
    width: 248px;
}

.images li {
    float: right;
	list-style-type: none;
    margin: 0px 0px 35px 0px;
    background-color: white;
    padding: 8px;
    text-align: center;
    line-height: 1em;
}

.images img {
    border: solid 1px #C7C7C7;
}

.images span {
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    line-height: 1.5em;
    color: #00693e;
    margin: 6px 0px 2px 0px;
}

#content .images a {
    color: Blue;
}

/* HEADER */

#header {
    background-image: url(images/logo.jpg);
    background-position: 35px 30px;
    background-repeat: no-repeat;
    height: 160px;
    color: #323232;
}

#header .containee {
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
    background-position: 33px 90px;
    height: 160px;
}

#header a {
    color: #323232;
}

#header a:hover {
    color: #484848;
}

#header h1 {
    padding: 30px 0px 0px 95px;
    font-size: 1.8em;
    margin: 0px;
}

#header h2 {
    padding-left: 97px;
    font-size: 1em;
    margin-top: 7px;
    font-weight: normal;
}

#header p {
    font-size: 0.8em;
    line-height: 1.4em;
}

/* NAVIGATION */

#navigation .containee {
	padding: 30px 0px 0px 0px;
}

#cms-navigation li {
    list-style-type: none;
    margin-bottom: 15px;
    line-height: 2.3em;
    margin-left: 20px;
    padding-left: 9px;
}

#cms-navigation {
    width: 220px;
}

#cms-navigation .current {
    background-image: url(images/active.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: black;
    font-weight: bold;
}

#cms-navigation li a {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#cms-navigation li a:hover {
    text-decoration: underline;
}

/* FOOTER */

#footer {
    padding: 30px 0px;
}

#footer a {
    color: #717171;
    text-decoration: underline;
}

#footer a:hover {
    color: #393939;
}

#footer p {
    margin: auto;
    font-size: 0.85em;
    color: #717171;
    text-align: center;
}

/* PROGRAMME */

.programme li {
	margin-bottom: 40px;
    list-style-type: none;
}

.programme li p {
	margin: 0px 0px;
	line-height: 1.6em;
	text-align: left;
	max-width: 400px;
}

#content .date, #content .title {
    font-weight: bold;
}

.page- .programme p {
    line-height: 2.2em;
}

.page- .programme li {
    line-height: 2.2em;
    margin: 0px 0px 30px 0px;
}