/* Weblog css ---------------------------------------------------------------------------------------------*/

/* Dit is de titel boven de menus dus de soort bijvoorbeeld: Studies of Weblog */
#weblogmenucontainer {
display: block;
padding-left: 4px;
padding-bottom: 8px;
margin-left: 6px;
margin-bottom: 12px;
}

.weblogmtitel {
display: block;
font-family: Verdana, Arial, helvetica, sans-serif;
color: #FFFFFF;
font-size: 16px;
font-weight: bold;
margin-left: 0px;
margin-right: 8px;
padding-left: 0px;
margin-bottom: 8px;
background-color: #7BAC0D;
}


a.mwebloglink, a.mwebloglink:visited, a.mwebloglink:active, a.mwebloglink:focus { 
display: block;  
font-family: Verdana, Arial, helvetica, sans-serif;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding-left: 8px;
margin-bottom: 10px;
border-left: solid #FFFFFF 8px;
border-bottom: solid #FFFFFF 1px;
}

a.mwebloglink:hover { 
display: block;  
font-family: Verdana, Arial, helvetica, sans-serif;
color: green;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding-left: 8px;
border-left: solid green 8px;
border-bottom: solid green 1px;

}

/* als menu rechts wordt weergegven */
#weblogwelkomstekst {
display: block;
font-family: Verdana, Arial, helvetica, sans-serif;
color: #000000;
font-size: 12px;
font-weight: normal;
margin-bottom: 15px;
}

/* Voor als menu rechts wordt weergegeven */
.weblogmtitelr {
display: block;
font-family: Verdana, Arial, helvetica, sans-serif;
color: #000000;
font-size: 20px;
font-weight: bold;
padding-bottom: 15px;
}

.weblogmtitelr:first-letter {
color: #FFA500;
font-size: 25px;
}

a.mwebloglinkr, a.mwebloglinkr:visited, a.mwebloglinkr:active, a.mwebloglinkr:focus { 
display: block;  
font-family: Verdana, Arial, helvetica, sans-serif;
color: #FFA500;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

a.mwebloglinkr:hover { 
display: block;  
font-family: Verdana, Arial, helvetica, sans-serif;
color: #FFA500;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

#weblogsamenvattingr {
font-family: Verdana, Arial, helvetica, sans-serif;
color: #000000;
font-size: 12px;
font-weight: normal;
}

#weblogsamenvattingr div {
/* Als je per samenvatting een achtergrondkleur, padding of andere css wilt toepassen
background-color: eenkleur;
padding-left: 4px;
*/
}

.weblogtitel {
display: block;
font-family: Verdana, Arial, helvetica, sans-serif;
color: #FFFFFF;
font-size: 20px;
font-weight: bold;
margin-left: 0px;
margin-right: 0px;
padding-left: 4px;
padding-bottom: 5px;
background-color: #7BAC0D;
text-align: left;
padding-right: 4px;
}

.weblogtitel:first-letter {
color: #FFFFFF;
font-size: 25px;
}

.weblogpaginakop {
display: block;
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color: black;
font-style: italic;
text-align: left;
padding-left: 4px;
padding-right: 4px;
background-color: #FFFFFF;
border-left: solid #7BAC0D 1px;
border-bottom: solid #7BAC0D 1px;
border-right: solid #7BAC0D 1px;
}

.weblogbeschrijving {
display: table;
font-family: Verdana, Arial, helvetica, sans-serif;
color: #000000;
font-size: 12px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0px;
border-top: dotted #7BAC0D 2px;
border-bottom: dotted #7BAC0D 2px;
background-color: #FFFFFF;
padding-top: 0px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
}

.weblogbeschrijving p {
margin-bottom: 0;
padding: 0;
}

.weblogentrygegevens {
display: block;
padding-top: 8px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 8px;
margin-top: 15px;
background-color: #7BAC0D;
}

.weblogentrykop {
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}

.weblogentryauteur {
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}

.weblogentrydatum {
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}

.weblogstreepje {
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}

#weblogentrytekst {

}

#weblogentrytekst div {
display: block;
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 12px;
background-color: #FFFFFF;
padding: 8px;
border-left: solid #7BAC0D 1px;
border-bottom: solid #7BAC0D 1px;
border-right: solid #7BAC0D 1px;
text-align: justify;
text-justify: inter-word;
line-height: 1.4;
}

#weblogentrytekst p {
padding-bottom: 0px;
margin-bottom: 0px;
}

.weblogalineakop {
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
display: block;
}

/* Einde weblog css --------------------------------------------------------------------------------------*/
