/* Style sheet for perso.kamick.org [purple]
   (c) P. Lemaire, 2017, 2020. version: 2020-07-24
   Anyone can use this for anypurpose; there is no warranty whatsoever.

   CSS 2.0 validated [to be checked]
*/

/* ========================================================================= */
/* general definition                                                        */
/* ========================================================================= */

a{ 
    font-weight: bold;
    text-decoration: none;
    color: #A52763;
}

a.outer{
    color: #341256;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

b{
    color: #446644;
}

body{
    background-color: #EFEFEF;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.6em;

    width: 96%;
    margin: 2%;
    margin-top: 0px;	  
}

code{
    color: #444444;
}

code.param{
    color: #AA4444;
}

h1{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #AA47BB;
    margin-bottom: 30px;
}
		
h2{
    color: #666666;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;

    margin-top: 20px;
    padding-top: 3px;
    border-top: 1px solid #DDDDDD;
}

h3{
    color: #666666;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

th{
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    font-style: italic;
    padding: 2px 2px 2px 2px;
}

td{
    vertical-align: top;
    padding: 2px 2px 2px 2px;
}

ul{
    margin-top: 0px;
}


/* ========================================================================= */
/* header specific
/* ========================================================================= */

/* ========================================================================= */
/* menu specific
/* ========================================================================= */

nav{
    border-top:    2px solid #A52763;
    border-bottom: 2px solid #A52763;
    text-align: center;
    font-size: 80%;
}

nav a{
    line-height: 3em;
    margin: 0.2em 0.2em 0.2em 0.2em;
    padding: 0.6em 0.6em 0.6em 0.6em;
    color: white;
    background-color: #A52763;
    font-weight: bold;
}

nav a span{
    color: #552763;
}

/* ========================================================================= */
/* content specific
/* ========================================================================= */

section p{
/*    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;*/
}

.error{
    margin-top: 10px;
    border-top: 1px solid #227733;
    border-bottom: 3px solid #227733;
    text-align: center;
    color: #227733;
}

/* ========================================================================= */
/* footer specific
/* ========================================================================= */

footer{
    height: 15px;
    border-top: 1px solid #A52763;
    border-bottom: 3px solid #A52763;

    text-align: right;
    font-size: 67%;
    color: #777777;
}

footer p{
    margin: 0 0 0 0;
}

footer span.left{
    height: 9px;
    margin-bottom: -10px;
    display: block;
    text-align: left;
}

footer span.right{
    height: 9px;
    margin-bottom: -10px;
    display: block;
    text-align: right;
}

