/* style specific to Cees's page */

li.sectitle {
 padding: 1em 0em 0em 2em ; /*top right bottom left*/
}

/*  This hiding is now done with JavaScript,
    to improve browser compatibility -Marc:
.sectlinks {
 display: none;
}
*/

a.sectlink {
 color:#003355;
 font-size: 1.0em;
 font-weight: bold;
}
a.loglink {
 color:#003355;
 font-size: 0.9em;
 font-weight: bold;
}
a.jump {
 color:#003355;
 font-size: 1.0em;
 font-weight: bold;
 line-height: 1.8em;
}
a.jump:hover {
        background-color:#d1fafa;
}
a.jump:active {
background-color:#d1fafa;
}

ul.content {
 margin: 0;
 padding: 0em 0em 0em 0em;
}
.content li {
 list-style: none outside;
}
ul ul, ul div , ul p{
 font-size: 0.9em;
 margin: 0 0 0 2%;
 padding: 0;
 list-style-type: none;
}
ul h2 {
   padding: 1em 0em 0em;
}
li div, li p {
 font-style: normal;
 font-size: 1.0em;
 line-height: 150%;
 margin: 0.5em 5% 0 0;
}
ul.sectlinks li {
 font-style: italic;
 font-size: 0.9em;
 line-height: 125%;
 list-style-type: none;
}

/* nifty - but poor browser support so far; for now, scripts instead
div.links div.sbox { display: none; }
div.links:hover > div.sbox { display: block; }
div.sbox div.slinks { display: none; }
div.sbox:hover > div.slinks { display: block; } */

#bquote {
 width: auto;
 padding: 2em;
 text-align: left;
 color: #345;
 background-color: transparent; }
#station {
 display: none;
}

h1 {
 padding-bottom: 0.5em;
}

#ceesname {
 letter-spacing: 7px;
 word-spacing: 4px;
 font-size: 36px;
 font-weight: bold;
 color: #006633;
 background-color: transparent; 
 text-transform: lowercase;
 text-align:center;
/* float: left;*/
}
#bgcees {
        font-size: 1.8em
        color:#006633;
}
#dancy {
 margin-left: 7.5%;
 padding: 0 2.7em 1.5em;
 font-size: 0.9em;
}

/* for slides */
img {
 border: 0;
 padding: 0.5em;
}

div.spacer {
 clear: both;
}

.gallery {
 padding: 1% 2%;
 clear: both;
 margin: 1em;
 text-align: center;
}

div.pic {
 float: left;
 text-align: center;
 width: 135px;
 min-height: 225px;
 padding: 0.0em 0.5em 0.0em 0.5em;
}

#slide {
 text-align: center;
}

#nav {
 line-height: 1.5em;
 clear: both;
 text-align: center;
}
#set {
 font-style: italic;
}


