/* CSS Document */
/****************************************
|
| Authors:	Rienk van Ommen
                Wim-Jan van den Hoek (http://www.moamm.nl)
| Copyright 2009 Brightlabel.nl
|
****************************************/

/* child pixels / parent pixels = child ems */
/* i.e. 12 / 10 = 1.2em */

.headersearch {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #b5b5b6;
}

.menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
}

.menu a:hover{text-decoration:none; color:#000000;}

.submenu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 15px;
    margin-top: 3px;
    display: block;
}

.submenu a:hover{color: #ffffff; text-decoration:underline}

.breadcrums {
    color: #000;
}

.contenttext, .content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

h2 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size :22px;
    font-style: italic;
    color: #006600;
    padding-bottom: 5px;
}

h3, .contenttitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.sidepanel {
    color: #000;
    font-size: 11px;
}

.sidepanel .title {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #000;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.sidepanel-topitemtitle {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #ececec;
    font-weight: bold;
}

.sidepanel .categories {
    font-size: 12px;
}

.sidepanel .title {
    color: #fff;
}

.sidepanel .categories a {
    color: #fff;
}

.copyrighttext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
}

/*
 * Page styles
 */

body.home h1 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #537F2B;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #999;
    width: 95%;
    padding-bottom: 5px;
}

body.home h2, body.home h2 a {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
    width: 324px;
    font-style: normal;
}

body.home .date {
    display: block;
    float: left;
    width: 60%;
    margin-bottom: 10px;
}

body.home .home-news h2, body.home .home-news .date {
    width: 100%;
}

body.home .home-text p {
    display: block;
    width: 95%;
    color: #000;
}

body.page ul {
    list-style: circle;
    padding-left: 20px;
}

body.home .item p {
    display: block;
    width: 90%;
    color: #000;
    font-size: 11px
}

body.single h1 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size :22px;
    font-style: italic;
    color: #006600;
    padding-bottom: 5px;
}

.news-title {
    margin-bottom: 0;
}