/* $Id: thomasledet.css,v 1.8 2005/07/03 21:53:54 thomas Exp $ */

BODY {
        background-color: #cccccc;
        color: black;
        padding: 0px;
        margin: 10px;
        font-size: 14px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

hr {
        height: 1px;
	color: #999999;
}

#page {
      width: 750px;
      background-color: #ffffff;
      text-align: center;
      margin: 10px auto 0 auto;
      padding: 0px;

      border: 1px solid #999999;

      overflow: auto;
      /*text-align: left;*/
}

#header {
      border-bottom: 1px solid #aaaaaa;
}

#menu {
      float: left;
      width: 130px;
      border-right: 1px solid #999999;
      margin-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
}

#footer {
      text-align: center;
      color: #999999;
      font-size: 8px;
}

#blogfooter div {
      background-color: #eeeeee;
      text-align: justify;
      max-width:250px;
      margin-bottom: 25px;
}

#blogfooter div ul {
      margin: 5px;
      margin-left: 25px;
      padding: 0;
      text-align: left;
}

#blogfooter div ul a {
      text-decoration:none;
      color:#000000;
}

#blogfooter div ul a:hover {
     font-weight:bold;
}

#blogfooter div .header {
      font-size: 18px;
      color: #000000;
      padding:5px;
      text-align: left;
      font-weight: bold;
      border-bottom: 1px solid #ec6604;
      background-color: #cccccc;
}

.menugroup {
      margin: 10px 2px 2px 2px;
      border: 1px solid #cccccc;
      font-size: 10px;
      text-align: left;
      list-style:none;
}

.menugroup a, .menugroup a:visited {
      color: #000000;
      text-decoration: none;
      }

.menugroup a:hover {
     font-weight:bold;
}
      
.menugroup ul {
      margin: 5px;
      padding: 0;
      text-align: left;
      list-style-type: none;
}

.menugroup li {
/*      list-style-image: url(menuitem.png);*/
}

.menugroup h2 {
      margin: 0;
      padding: 2px;
      background-color: #cccccc;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      border-bottom: 1px solid #cccccc;
      color: #000000;
}

#content {
      margin: 10px 20px 25px 165px;
      text-align: left;
      font-size: 10px;
}

#pointlist {
      text-align: justify;
}
      
#pointlist ul {
      padding-left: 15px;
}

#pointlist ol {
      padding-left: 15px;
}
      
.post, .postcomment {
      background-color: #eeeeee;
      text-align: justify;
      margin-bottom: 25px;
}

.postcomment {
      margin-left:50px;
}      
.postmeta {
      font-size: 9px;
      color: #000000;
      text-align: right;
      border-bottom: 1px solid #ec6604;
}

.postmeta a {
      text-decoration:none;
      color:inherit;
}

.postmeta a:hover {
      font-weight:bold;
}

.postmeta h2 {
      margin: 0;
      padding: 5px;
      text-align: left;
      font-size: 18px;
      color: #000000;
      background-color: #cccccc;
}

.postmeta h2 a {
      text-decoration:none;
      color:inherit;
}      

.posttext {
      margin: 0;
      padding: 10px 5px 5px 5px;
      font-size: 12px;
      border-bottom: 1px solid #cccccc;
}

.postfooter {
      font-size: 9px;
      text-align: right;
      padding-right: 5px;
}

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

.postfooter a:hover {
      font-weight:bold;
} 
                        
