/*
Theme Name: Moederpas
Theme URI: http://www.moederpas.nu
Description: Moederpas, de website voor jou en je baby.
Version: 2.0 NL
Author: Greenkakapo
Author URI: http://www.greenkakapo.com/
=============== frontpage.css ==================
*/


/* home page 
--------------------------------------------------------------------------------- */
body {
  color:#656364;
  background:#efedee url("images/bg.png") repeat-x;
  margin:0;
  padding: 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:75%;
  line-height:1.6em;
  text-align:center;
}

#box-top {
   float: left;
   position: relative;
   width: 790px;
   height: 279px;
   margin: 0px 0px 0px 3px; 
   overflow: hidden;
   background: url("images/head.jpg") no-repeat;
}
#mdrps-tab,
#shop-tab {
   display: none;
}
#box-top h1,
#box-top strong,
#box-top p,
#box-top h2 {
   font-size: 0;
   text-indent: -1000px;
   display: none;
}

#box-top #info,
#box-top #mdrps,
#box-top #shop {
   position: absolute;
   bottom: 0;
   height: 40px;
   overflow: hidden;
   font-size: 0;
   text-indent: -9999px;
}
#box-top #info {
   left: 1px;
   width: 263px;
}
#box-top #info:hover {
   background: url("images/head.jpg") -1px -837px no-repeat;
}
#box-top #mdrps {
   left: 265px;
   width: 262px;
}
#box-top #mdrps:hover {
   background: url("images/head.jpg") -265px -837px no-repeat;
}
#box-top #shop {
   left: 528px;
   width: 263px;
}
#box-top #shop:hover {
   background: url("images/head.jpg") -528px -837px no-repeat;
}

#box-top .informatie-link{
   position: absolute;
   overflow: hidden;
   text-indent: -1000px;
   display: block;
   left: 352px;
   height: 30px;
}

#box-top .moederpas-link{
   position: absolute;
   overflow: hidden;
   text-indent: -1000px;
   display: block;
   left: 342px;
   height: 30px;
}

#box-top .webshop-link{
   position: absolute;
   overflow: hidden;
   text-indent: -1000px;
   display: block;
   left: 282px;
   height: 30px;
}

#box-top .informatie-link {
   top: 177px;
   width: 129px;
}

#box-top .moederpas-link {
   top: 137px;
   width: 80px;
}

#box-top .webshop-link {
   top: 177px;
   width: 199px;
}

.entry-right {
   float: right;
   width: 180px;
   padding-left: 10px;
}

.entry-right ul {
   margin-left: 0;
   padding-left: 0;
   list-style: none;	
}

.entry-right ul li {
   padding-left: 22px;
   background: url("images/tick.gif") no-repeat 0 -1px;
}

.entry-left {
   float: left;
   width: 340px;
   padding-left: 0px;
}

.entry-left span {
  font-family: Arial,sans-serif;
  font-style: italic;
  color: #999999;
  font-size: 13px;
}

.entry-left p {
  text-align: justify;
}

.entry p {
  text-align: justify;
}


