/* 
    Document   : headerStyle
    Created on : Jan 7, 2013, 4:28:48 PM
    Author     : Timo
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
    
}

body {
    text-align: center;
}

#header-wrap h1 {
    font-family: 'Italianno', cursive;
    font-size: 64pt;
    font-weight: 400;
    color: #FF87FF;
    /*text-shadow: 1px 1px 0px #7F3B69; */
}
#header-wrap p {
    font-family: 'Italianno', cursive;
    font-weight: 400;
    font-size: 30pt;
    color: #FF87FF;
}

#header-wrap li{
    display: inline;
}
#header-wrap{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom-width: 2px;
    border-bottom-style: groove;
    border-bottom-color: #FF87FF;
}

#header-otsikko{
    text-align: center;
}

#header-links{
    padding-top: 10px;
    font-family: 'Italianno', cursive;
    font-weight: 400;
    font-size: 28pt;
}
a{color: #FF87FF;}
a:hover{color: #ffd4ff;}
a:active{
    position:relative;
    top:2px;
    }