/*
Theme Name: lvcw
Theme URI: http://www.lvcw.nl
Description: This is lvcw
Version: 1
Author: Micha B, Hexaplex
Changes: Peter J.J. Bakker
         03-06-2009 (renamed id's and classes)
         04-06-2009 (added mainMenuItem and subMenuItem)
         05-06-2009 (improved menu-colors)
         06-06-2009 (improved menu-colors)
         07-06-2009 (added #editArea)
         09-06-2009 (changed .menuChoice)
         10-06-2009 (added .loginDot)
*/


/*-----------Block Level Elements--------------*/

body {
  font: 12px/16px Arial, Helvetica, sans-serif;
  color:#333333;
  text-align:center;
}
a:link, a:visited {
  color: #333;
  text-decoration: none;

}
 a:hover, a:active {
  color:#6F95B7;
  text-decoration: none;
}

#overall {
  width:800px;
  margin:0px auto 0px auto;
  text-align:left;
}

#header {
  height:100px;
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
  font: 16px/18px Arial, Helvetica, sans-serif;
  padding: 10px 0px 10px 0px;
  color:#333333;
  margin-bottom:20px;
}

#headerLeft a{
  background-image: url(../images/logogrijs2.jpg);
  height:100px;
  width:100px;
  margin-right:5px;
  display:block;
  float:left;
  clear:left;
}

#headerLeft a:hover {
  background-image: url(../images/logoblauw.jpg);
}

#headerMiddle {
  height:100px;
  float:left;
}

#header h1  {
  font: bold 36px/40px Arial, Helvetica, sans-serif;
  padding:0px;
  margin:0px;
}
#middleText {
  padding:0px;
  margin:0px 0px 0px 2px;
}


#container {
}

#content {
  width:580px;
  margin-right:50px;
  float:left;
  clear:left;
  margin-bottom:50px;
}

#menuRight {
  width:170px;
  float:left;
  clear:right;
  margin-bottom:50px;
  font: 12px/16px Arial, Helvetica, sans-serif;
}


#footer {
  height:20px;
  border-top: 1px solid #333333;
  font: 10px/12px Arial, Helvetica, sans-serif;
  text-align: right;
  padding: 10px 0px 0px 0px;
  margin:  0;
  clear:both;
  width:800px;
}

#editArea {
  width: 800px;
}

.loginDot {
  text-decoration: none; 
  color: lightgrey;
  font: 2px;
}

/*-------------Headings-------------*/

h1 {

}

h2 {
font-size:18px;
line-height:20px;

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {

}

.post p {
padding-bottom:5px;

}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------menuRight------------*/

#menuRight ul {
  padding:0px;
  margin:0px;
  list-style:none;
}

#menuRight ul h2 {
  font: bold 16px/18px Arial, Helvetica, sans-serif;
  margin-bottom:0px;
  margin-left:0px;
}

#menuRight ul li {

}

#menuRight ul ul {

}

#menuRight ul ul li {

}

#menuRight ul ul ul {

}

#menuRight p {

}

#menuRight a {

}
#menuRight a:hover {

}

#menuRight a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/


span.listpages li{
  font: bold 12px/16px Arial, Helvetica, sans-serif;
  margin-bottom:5px;
}
span.listpages li ul li{
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  margin-bottom:0px;
}

#menuRight_ ul li{
  font: bold 12px/16px Arial, Helvetica, sans-serif;
  margin-bottom:5px;
}
#menuRight_ ul li #subMenu ul li{
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  margin-bottom:0px;
}

.mainMenuItem {
  font: bold 12px/16px Arial, Helvetica, sans-serif;
  margin-bottom:5px;
}
.subMenuItem {
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom:0px;
  /*padding-left: 5px;*/
}

.menuChoice {
  font-weight: bold;
  color:#6F95B7;
}

.mainMenuChoice {
  font: bold 12px/16px Arial, Helvetica, sans-serif;
  color:#6F95B7;
  margin-bottom:5px;
}

.subMenuChoice {
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  color:#6F95B7;
  margin-bottom:0px;
}

hr.streepgroen{
display:none;} 