/**
* @author     Original Author einar.nystedt@lucid-php.net
* @copyright  2012 team http://lucid-php.net
* @license    http://lucid-php.net/license/
* @version    Release: 1.2
*/

/* default template css file */

#header {
    border-bottom: 5px solid #f39a32;
}

#etusivu-oikea {
    padding-top: 5px;
    float: right;
    width: 255px;
}
#etusivu-oikea h1 {
    font-size: 14px;
    margin-bottom: 4px;
    padding-bottom: 0px;
}

#etusivu-oikea ul {
    margin-top: 0px;
}

#etusivu-oikea li {
    color: #4a4a4a;
    font-size: 11px;
}

.ajan-otsikko {
    display: block;   
    color: #000;
    font-size: 11px;
    font-weight: bold;
}

.ajan-sisalto {
    display: block;   
    color: #4a4a4a;
    font-size: 11px;
}


/* Menu */

#menu {
    margin-bottom: -6px;
    color: #6E6E6E;
    height: 72px;
    background-image: url(/library/images/logo.png);    
    background-repeat: no-repeat;
    background-position: 0px;
}

.content-padding {
    padding-left: 20px !important;
}

.menuhoover, .menu-active {
    color: #fff !important;
    background-image: url(/library/images/menubg.gif);    
    background-repeat: no-repeat;
}
        
#menu ul {
    list-style-type: none;
    margin-left: 350px;
    padding-top: 39px;
}
        
#menu li {
    float: left;
    padding: 3px;
}
        
#menu a, #menu a:visited {
    padding: 5px;
    font-size: 14px !important;
    color: #6E6E6E;
    text-decoration: none !important;
}
        
#menu a:hover {
    color: #fff;
    background-image: url(/library/images/menubg_hover.gif);    
    background-repeat: no-repeat;
}

/* Content */

#content-wrap {
    padding: 1px;
}

#content {
    min-height: 240px;
    padding: 0px;
    padding-top: 5px;
    padding-left: 20px;
}

h1 {
    color: #f69021;
    font-size: 20px; 
}

h2 {
    color: #3f3f3f;
    font-size: 15px; 
}

/* Footers */

#footer {
    
}

#subfooter {
    padding: 2px;
}

#subfooter, #subfooter * {
    text-align: center;
    margin-top: 4px;
    color: #f69021;
    font-size: 10px;
}
