/* Frontpage specific theme
 *
 * This only loads if the SWS theme style is set to 'voorpagina'
 * AND the current theme supports that
 */

/* agenda */
.Agenda-header
{
  font-weight:bold;
}


/* We will set the frontpage specific css here */

/* Agenda box */
#Agenda-body ul {
    margin: 0 0 0 12px;
    padding: 0;
}

/* twitter */
.Twitter-header
{
  font-weight:bold;
}


/* We will set the frontpage specific css here */

/* Twitter box */
.Twitter-body {
    margin: 0 0 0 12px;
    padding: 0;
}

/* Poll box */
#Poll-body td {
    vertical-align: top;
}

/* Foto van de week box */
#weekFoto-body {
    text-align: center;
}

#weekFoto-body img {
    border: 1px solid black;
}

/* News op voorpagina */
.news {
    margin: 0;
    padding: 0;
    width: 90%;
}

.news .newsitem {
    margin: 0 0 15px 25px;
}

.news .newsitem h3 {
    margin: 5px 0 0 0;
    padding: 2px 0 2px 2px;
    background-color: #ddd;
    color: #000;
}

.news .newsitem p {
    margin: 2px 0 0 0;
    padding: 0 3px 0 3px;
}

.news ul {
    margin-top: 2px;
    margin-bottom: 0;
}

.news img {
    border: 1px solid black;
}
