﻿/**
 * noth.css
 *
 * CSS definitions for the v3 of noth.chkml
 *
 * Author: Philippe Noth
 */



/* Sub-section comment block
   ========================================================================== */


/** Definitions valid for the whole site 
 *
 * Background            : #808080 (gray)
 * Text                  : #000000 (black)
 * Color for the book VS1: #9FF4A6 (pastel green)
 *
 */

@import url(../yaml/core/base.css);
@import url(../yaml/print/print.css);

/* @import url(../yaml/screen/typography.css); */
/* @import url(../yaml/navigation/hlist.css); */
/* @import url(../yaml/navigation/vlist.css); */
/* @import url(../yaml/forms/gray-theme.css); */
/* @import url(../yaml/screen/screen-PAGE-layout.css); */

/* ==========================================================================
   Appearance for general output (screen, as print is overriden below)
   ========================================================================== */

@media all {
body {
   background: #808080;
   color: #000;
   font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
   padding: 5px;
   cursor: default;
}
#main {
   padding: 1em;
}
.ym-col1, .ym-col2 {
   width: 275px;
}
.ym-col3 {
   border-left: 1px #000 solid;
   border-right: 1px #000 solid;
   margin: 0 275px 0 275px;
}
.ym-col3-2col {
   border-left: 1px #000 solid;
   margin: 0 0 0 275px;
}
.ym-cbox-left, .ym-cbox-right, .ym-cbox {
   margin: 0 1em 0 1em;
   padding: 1px;
}
.ym-cbox {
   font-size: 15px;
}
header, footer {
   background: silver;
   border: 1px #000 solid;
   color: #000;
   height: 90px;
   margin-bottom: 20px;
   padding: 1px;
   text-align: center;
}
footer {
   font-size: 12px;
   height: 75px;
}
footer p {
   margin: 0px;
}
.title1, .title2 {
   display: block;
   float: left;
   font-family: Tahoma, Geneva, sans-serif;
   overflow: hidden;
   width: 100%;
}
.title1 {
   background: url(../images/common/title.gif) repeat-x center;
   height: 90px;
   color: #9FF4A6;
   font-size: 40px;
   font-variant: small-caps;
   text-indent: -175px;
}
.title2 {
   color: #FFF;
   font-size: 24px;
   margin: -40px 0 30px 0;
}
.titleindex1, .titleindex2 {
   display: block;
   float: left;
   font-family: Tahoma, Geneva, sans-serif;
   overflow: hidden;
   text-align: center;
}
.titleindex1 {
   background: url(../images/index/cover.jpg) center no-repeat;
   color: #9FF4A6;
   font-size: 44px;
   font-variant: small-caps;
   height: 400px;
   text-indent: 100px;
   width: 100%;
}
.titleindex2 {
   color: #FFF;
   font-size: 24px;
   margin: -280px 37% 0 43%;
}
.infobox {
   border-radius: 0.3em;
   border-width: 1px;
   border-style: solid;
   border-color: #888;
   border-color: rgba(0,0,0,.3);
   -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
   -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
   background: #F99;
   color: rgba(0,0,0,.8);
   padding: 0.75em;
   margin: 0.5em 0 0.5em 0;
}
.panneau-jaune {
   font-weight: bold;
   background-color: #FFC100; /* couleur officielle des panneaux des sentiers pédestres */
   margin: 0px;
   padding: 0px 10px 0px 0px;
   border: 2px solid black;
   border-radius: 0px 20px 20px 0px;
}
p, ul, ol, dd, dt {
   line-height: 1.5em;
}
ul.fixedwidthlist {
   font-family: monospace;
}
ul.simplelist {
   list-style-type: square;
}
p.fixedwidthtext {
   font-family: monospace;
}
.contentdropdown {
   font-size: 13px;
   width: 225px;
   background: #FFFFFF;
}
#contentdropdown .L1 {
   font-size: 13px;
   left: 2px;
   top: 2px;
   bottom: 2px;
   background: #808080;
   font-weight: bold;
}
#contentdropdown .L2 {
   font-size: 13px;
   left: 2px;
   top: 2px;
   bottom: 2px;
   padding-left: 10px;
   background: #C0C0C0;
   font-weight: normal;
}
#contentdropdown .L3 {
   font-size: 10px;
   left: 2px;
   top: 2px;
   bottom: 2px;
   padding-left: 20px;
   background : #DFDFDF;
   font-weight: normal;
}
#contentmenu .L1 {
   font-size: 18px;
}
#contentmenu .L2 {
   font-size: 15px;
   top: 2px;
   padding-left: 15px;
   font-weight: normal;
}
#contentmenu .L3 {
   font-size: 12px;
   top: 2px;
   padding-left: 30px;
   font-weight: normal;
}
li.L1 {
   line-height: 1.3em;
}
li.L2 {
   line-height: 1.4em;
}
li.L3 {
   line-height: 1.5em;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.gobutton, .ym-searchbutton, .ym-searchfield, .contentdropdown {
   font-size: 13px;
   margin-bottom: 10px;
}
.ym-searchfield {
   width: 150px;
}
.ym-hlist {
   font-size: 12px;
   text-align: center;
}
.ym-hlist ul {
   margin: 0px;
   padding: 0px;
}
.ym-hlist li {
   display: inline;
   border-left: 1px solid;
   margin-left: 10px;
   padding-left: 10px;
}
.ym-hlist li.first {
   border-left: none;
}
.ym-vlist ul {
   list-style-type: none;
   margin-left: -12px;
}
a {
   text-decoration: none;
}
a:link {
   color: #0000A0;
}
a:hover, a.focus {
   text-decoration: underline;
   background-color: transparent;
}
a:visited {
   color: #0000A0;
}
a.booknr, a.infoitem {
   text-decoration: none;
}
.ym-col1 p {
   line-height: 1em;
   margin-bottom: 2px;
   padding-bottom: 2px;
}
.ym-col2 h3 {
   margin-top: 5px;
   font-size: 16px;
   color: #000;
   margin-bottom: 3px;
}
.ym-col2 h4 {
   font-size: 12px;
   color: #000;
   margin-bottom: 1px;
}
.ym-col2 ul, ol {
   margin-top: 0px;
}
.ym-col2 li {
   list-style: square inside;
   margin-left: -10px;
   margin-bottom: 2px;
}
.ym-col2 li.legenditem {
   list-style: decimal;
   margin-left: 10px;
   margin-bottom: 2px;
}
.ym-col3 h2, .ym-col3-2col h2 {
   font-size: 24px;
   font-variant: small-caps;
   color: #000;
   border-bottom: 2px #000 solid;
   margin-bottom: 10px;
}
.ym-col3 h3 {
   margin-top: 30px;
   color: #000;
   margin-bottom: 3px;
}
img, figure {
   margin: 0;
}
span.update {
   background-color: #F00;
   font-size: 0.75em;
}
/* Spacing for language flags in the control menu */



#control img.flag {
   border: 1px solid #000;
   margin: 0px 2px 0px 8px;
   vertical-align: baseline;
}
/* Spacing and appearance for language flags in the links */



#info img.flag {
   border: 1px solid #000;
   margin-top: 2px;
   margin-bottom: -2px;
}
.flexible {
   margin-top: 1.5em;
   max-width: 100%;
   height: auto;
}
* html .flexible {	/* IE6 support */
   width: 98%;		/* 2% space for borders */
}
.bordered {
   margin-top: 1.5em;
   border: 2px #eee solid;
   border: 2px rgba(255,255,255,1) solid;
   -webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
   -moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
   box-shadow: 0 0 3px rgba(0,0,0,.25);
}
.float-left {
   float: left;
   display: inline;
   margin: 1.5em 1em 0 0;
}
.float-right {
   float: right;
   display: inline;
   margin: 1.5em 0 0 1em;
}
.center {
   display: block;
   text-align: center;
   margin: 1.5em auto 0 auto;
}
p {
   margin: 0 0 1em 0;
}
.clear {
   clear: both;
}
a.current:hover {
   text-decoration: none;
}

/* Image grid for 4 hiking fotos (responsive) */   
.imggridwrapper {
  display: grid;
  justify-content: center;
  grid-template-columns: 250px 250px;
  grid-gap: 2px;
}
.imggridbox {
  border-radius: 5px;
  padding: 5px;
}
   
.box2imgleftright {
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   float: left;
}
.floatimgleft {
   float: left;
   margin: 5px 15px 5px 0px;
}
.floatimgright {
   float: right;
   margin: 5px 0px 5px 15px;
}
.floatimgnone {
   float: none;
   margin: 5px 0px 5px 15px;
}
.floatimgcenter {
   margin: 0 auto;
}
.multiimgcenter {
   display: flex;
   justify-content: center;   
}
.multiimgeven {
   display: flex;
   justify-content: space-evenly;   
   }

   img.map {
   border: 0px;
   float: left;
   margin: 5px 5px 5px 5px;
}
table.grizzlyratingtable tr:nth-child(odd), table.casratingtable tr:nth-child(odd), #hist tr:nth-child(odd) {
   background-color: #CCC;
}
table.grizzlyratingtable tr:nth-child(even), table.casratingtable tr:nth-child(even), #hist tr:nth-child(even) {
   background-color: #FFF;
}
table.grizzlyratingtable td {
   border: 0px;
   text-align: left;
   margin: 5px 5px 5px 5px;
   padding: 5px 25px 5px 5px;
}
table.casratingtable td {
   padding: 10px;
   font-size: 14px;
}
#hist td {
   padding: 10px;
}
#hist td.nowrap {
   white-space: nowrap;
}
#hist ul {
margin-bottom: 0px;
padding-bottom: 0px; 
}
   .imgteasertable {
   border: 0px;
   width: 100%;
}
.invisiblesep {
   width: 100%;
   height: 1px;
   background-color: #808080;
   border: 0px;
   margin-bottom: 50px;
}
smallinvisiblesep {
   width: 100%;
   height: 1px;
   background-color: #808080;
   border: 0px;
   margin-bottom: 5px;
}
/* artificial invisible line to complete the central column of the index page */

.tinyspace {
   width: 100%;
   height: 1px;
   border: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
}
img.profile {
   border: 0px;
   margin: 0px 5px 5px 5px;
   vertical-align: middle;
}
img.photo {
   padding: 3px;
   border: 1px solid;
   background: #000000;
}
img.bookcover {
   padding: 10px;
   border: 0px;
}
img.w3cicon {
   padding-left: 10px;
   padding-right: 10px;
   vertical-align: middle;
}
.update {
   height: 10px;
}
.update p, img {
   vertical-align: middle;
}
img.gallery {
   border: 1px solid #FFF;
}
figure {
   padding: 5px;
   font-size: .875em;
   display: table;
}
figure img {
   display: block;
   width: 100%;
}
figcaption {
   display: table-caption;
   caption-side: bottom;
   padding: 0 5px 5px;
   text-align: center;
   font-size: 0.7em;
   font-style: italic;
}
p.prevnext {
   text-align: center;
}
p.prevnext img {
   border: none;
   padding-left: 10px;
   padding-right: 10px;
}
#info {
   font-size: 12px;
}
.imgtable {
   width : 100%;
   border : 0px;
   border-spacing: 2px;
   padding: 2px;
}
imgtable.tr {
   vertical-align: top;
}
table.waypoints {
   width: 400px;
   border: 1px;
   text-align: center;
   border-spacing: 10px;
   padding: 10px;
}
table.waypoints2 {
   width: 475px;
   text-align: center;
   border-spacing: 10px;
   padding: 10px;
}
   table.waypoints3 {
   width: 100%;
   text-align: left;
   border-spacing: 10px;
   padding: 10px;
}
table.waypoints th, td {
   border: 1px solid black;
   border-spacing: 0px;
   padding: 2px 10px 2px 5px;
}
table.waypoints2 th, td {
   border: 1px solid black;
}
   table.waypoints3 th, td {
   border: 0px;
}
table.pack3images {
   border-spacing: 25px;
}
table.centeredimages {
   vertical-align: middle;
}
/********************************************
Definitions specific to the Index (i) section
********************************************/

#index a.current:link, #index a.current:visited, #index #contentmenu a:hover {
   background: #9FF4A6;
   border: 0px;
   text-decoration: none;
}
#index a.current:hover {
   text-decoration: none;
}
/* Colorize the current menu item */



#contentdropdown .icurrent {
   font-size: 10px;
   left: 2px;
   top: 2px;
   bottom: 2px;
   padding-left: 20px;
   font-weight: normal;
   background: #9FF4A6;
}
.cover {
   text-align: center;
}
.cover img {
   height: auto;
   width: auto;
   max-height: 100%;
   max-width: 100%;
}
/*********************************************
Definitions specific to the Hiking (h) section
*********************************************/

/*
	--jaune_ral1007: #e88c00;
    --bleu_ral5015: #007cb0;
*/
	
#hiking a.current:link, #hiking a.current:visited, #hiking #contentmenu a:hover {
   background: #9FF4A6;
   border: 0px;
   text-decoration: none;
}
.hiketime {
   text-decoration: none;
   font-style: italic;
}
.hikesign {
   text-decoration: none;
   font-weight: bold;
   background-color: #e88c00;
}
.signHead {
   background-color: #e88c00;
   /*width: 150px; */
   height: 10px;
   line-height: 10px;
   display: inline-block;
   position: relative;
}
.signHead:after {
   color: #e88c00;
   border-left: 2px solid;
   border-top: 2px solid transparent;
   border-bottom: 2px solid transparent;
   display: inline-block;
   content: '';
   position: absolute;
   right: -20px;
   top: 0
}
/* Colorize the current menu item */



#contentdropdown .hcurrent {
   left: 2px;
   top: 2px;
   bottom: 2px;
   padding-left: 20px;
   font-weight: normal;
   background: #9FF4A6;
}
#info a.map25:link, a.map25:visited, a.map25:active {
   color: #FFF;
   background-color: #C60;
   border: 1px solid #FFF;
   margin-left: 15px;
   margin-right: 2px;
   padding-left: 2px;
   padding-right: 2px;
}
#info a.map50:link, a.map50:visited, a.map50:active {
   color: #FFF;
   background-color: #3C3;
   border: 1px solid #FFF;
   margin-left: 2px;
   margin-right: 2px;
   padding-left: 2px;
   padding-right: 2px;
}
#info a.map50no25:link, a.map50no25:visited, a.map50no25:active {
   color: #FFF;
   background-color: #3C3;
   border: 1px solid #FFF;
   margin-left: 15px;
   margin-right: 2px;
   padding-left: 2px;
   padding-right: 2px;
}
#info a.map200:link, a.map200:visited, a.map200:active {
   color: #FFF;
   background-color: #FF8040;
   border: 1px solid #FFF;
   margin-left: 2px;
   padding-left: 2px;
   padding-right: 2px;
}
#info table.map {
   border: none;
   margin-left: 10px;
   margin-right: 10px;
   padding-left: 5px;
   padding-right: 5px;
}
p.mapexp {
   margin-bottom: 10px;
}
em.mapexp25 {
   font-style: normal;
   color: #FFF;
   background-color: #C60;
   border: 1px solid #FFF;
   padding-left: 2px;
   padding-right: 2px;
}
em.mapexp50 {
   font-style: normal;
   color: #FFF;
   background-color: #3C3;
   border: 1px solid #FFF;
   padding-left: 2px;
   padding-right: 2px;
}
em.mapexp200 {
   font-style: normal;
   color: #FFF;
   background-color: #FF8040;
   border: 1px solid #FFF;
   padding-left: 2px;
   padding-right: 2px;
}
#info table.map {
   border: none;
   margin-left: 10px;
   margin-right: 10px;
   padding-left: 5px;
   padding-right: 5px;
}
#info a:hover {
   text-decoration: none;
}
#info a.mapswisstopo:link {
   margin-left: 15px;
}
p.itinerary {
   font-size: 0.85em;
}
li.itinerary {
   list-style: square inside;
   margin-left: -10px;
   margin-bottom: 2px;
}
span.update {
   background-color: #F00;
   font-size: 0.75em;
}
em.mono, em.file, em.directory, em.kmz, em.gpx, em.pdf, em.word {
   font-family: "Courier New", Courier, monospace;
   font-style: normal;
}
em.mono {
   padding: 0 0.3em 0 0.3em;
   background: #F0F0F4;
   border: 1px #ccd solid;
}
em.file {
   padding: 0 0 0 14px;
   color: #008;
   background: transparent url(../images/common/file.gif) no-repeat left;
}
em.kmz {
   padding: 0 0 0 18px;
   color: #008;
   background: transparent url(../images/common/kmz.png) no-repeat left;
}
em.gpx {
   padding: 0 0 0 18px;
   color: #008;
   background: transparent url(../images/common/gpx.png) no-repeat left;
}
em.pdf {
   padding: 0 0 0 18px;
   color: #008;
   background: transparent url(../images/common/acrobat.gif) no-repeat left;
}
em.word {
   padding: 0 0 0 18px;
   color: #008;
   background: transparent url(../images/common/word.png) no-repeat left;
}
pre, code {
   display: block;
   margin: 0 0 1em 1em;
   padding: 0.5em;
   color: #000;
   background: #F0F0F4;
   border: 1px #CCD solid;
   border-left: 8px #CCD solid;
}
hr.books {
   color: #000;
   background-color: #000;
   width: 20%;
   height: 3px;
   margin: 5px;
}
.floatbox {
   overflow: hidden;
}
.commentbox {
   padding: 0px 5px 0px 5px;
   margin: 0px 0px 10px 10px;
   border: 1px solid #000;
   background-color: #EEE;
   width: 275px;
   min-width: inherit;
   float: right;
}
.commentbox-title {
   text-align: center;
   font-weight: bold;
   font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
   font-size: 14pt;
   line-height: 0.2em;
   margin-bottom: 12px;
}
.notfoundtable {
   width: 100%;
   border: 0px;
   border-spacing: 20px;
   padding: 200px;
   text-align: center;
}
.notfoundtable tr {
   /*   border-right: 1px solid #000; */
   vertical-align: top;
}
}

/* ==========================================================================
   Appearance for printed output
   ========================================================================== */

@media print {
body {
   font-size: 12pt;
}
.ym-col1, .ym-col2, .prevnext, #control {
   display: none;
}
.ym-column, .ym-col1, .ym-col2, .ym-col3 {
   margin: 0;
}
.ym-col3 {
   border: 0;
}
.title1, .title2, .titleindex1, .titleindex2 {
   margin-left: 0;
   text-indent: 0;
}
}
