@charset "utf-8";

/*
paletton.com
*
* base color = #03687a;
*/

body {
    background-color: #333333;
    padding: 0px;
    margin: 0px;
    font: 1.2em 'segoe ui', 'lucida sans unicode', 'lucida grande', lucida, sans-serif;
}

#small-logo {
    background-color: #03687a;
    padding: 0 0 0 0;
    width: 100%;
}

#small-logo-space {
    display: none;
}

#small-logo img {
    width: 100%;
    margin: 0 auto 0 auto;
    display: block;
}

.img-switch {
    margin: 0 auto 0 auto;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    height: 2.5em;
}

nav#main-menu {
    float: left;
    width: 100%;
    font-size: 1.0em;
    background-color: #013e4a;
    margin: 0 0 1.4em 0;
}

.menuvisible {
    display: block;
}

.menuhide {
    display: none;
}

div#container {
    width: 100%;
    margin: 0 0 1em 0;
    color: #9bf0ff;
}

div {
    display: block;
}

nav#main-menu ul {
    margin: 0;
    width: 100%;
    padding: 0 0 0 0;
    list-style-type: none;
    font-size: 1em;
    position: relative;
}

nav#main-menu ul li {
    float: left;
    background: none;
    margin: 0 0 0 0;
/*
    border-top: 1px solid #ffffff;
*/
    padding: 0;
    width: 100%;
}

nav#main-menu ul li a.menu-link {
    text-decoration: none;
    line-height: 1;
    width: 100%;
    float: left;
    display: block;
    color: #e2e2e2;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.menu-item {
    font: 1.1em 'segoe ui', 'lucida sans unicode', 'lucida grande', lucida, sans-serif;
    border-bottom: 1px solid #308a9b;
    padding-left: 1em;
}


#main-menu span {
    margin: 1em 4.5em 1em 1em;
    line-height: 1.5em;
    min-height: 1.5em;
    display: block;
}

/*
a.menu-link, a.menu-link:link, a.menu-link:visited a.menu-link:hover {
    text-decoration: none;
    list-style-type: none;
    color: #e2e2e2;
    width: 100%;
}
*/

table.menu {
    border-collapse: collapse;
    width: 100%;
}

table.menu td.empty {
    font-size: 0.7em;
}

table.menu td.separator {
    font-size: 0.5em;
    border-top: 1px solid #6F6F6F;
}

table.menu td.append {
    font-size: 0.8em;
}

table.menu td.title {
    font-size: 1.2em;
}

#main-container {
    padding: 0.7em;
}

.menu-header {
    font-size: 1.3em;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.7em;
}

#contact {
    margin: 0 auto 0 auto;
    width: 100%;
    text-align: center;
}

#contact h1 {
    font-size: 1.2em;
    color: #0e8197;
}

#contact table {
    margin: auto;
}

/*
 *
 * restructuredtext
 *
*/
#event {
    margin: 0 auto 0 auto;
    width: 100%;
    text-align: left;
}

#event h1 {
    font-size: 1.2em;
    color: #0e8197;
}

#event table {
    margin: auto;
}

.reference.external {
    color: #9bf0ff;
}

.action {
    border-bottom: 1px solid #0e8197;
}
/*
 *
 *
 *
*/

.map-link {
    color: #9bf0ff;
}

.page-text {
    text-align: center;
}

p {
    font-size: 1em;
    line-height: 1.8em;
    margin: 1em 0 1em 0;
}

.page-text ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.page-text li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.7em;
}

/*
.page-text ul.circle li:before {
    content: 'o';
    position: relative;
    bottom: 0.3em;
    right: 0.5em;
    font-size: 0.8em;
    font-family: Courier;
}
*/

.page-text ul.circle li:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.4rem;
    width: 0.4rem;
    margin-right: 0.5em;
    margin-bottom: 0.2em;
    background-color: #9bf0ff;
}

/*
 * internal link
*/
.page-text a {
    color: #9bf0ff;
}

#about-link {
    margin: 4em 0 0 0;
    text-align: center;
}

.icon {
    width: 3em;
    margin: 0 1em 0 1em;
}

.view-menu-small {
    font-size: 0.8em;
    margin: auto;
    text-align: center;
}

/* ########## sync with css media screen ##########*/
div#xsmallcss {
    display: block;
}
div#smallcss {
    display: none;
}
div#mediumcss {
    display: none;
}
div#largecss {
    display: none;
}
