/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    color: #333;
     padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
    background: #fff;
}

A {            border-style: none;
	color: #333;
	text-decoration: none;
               font-weight: bolder;
                 }
A:link		{
	color: #333;
	text-decoration: none;
}

A:visited	{ color: #333; text-decoration: none; }
A:active	{ color: #333; }
A:hover	{ color: #FC0; }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	}

td {
      text-align: left;
      color: #333;
      background: #fff;
     margin: 0;
     padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
}

.image {
     border: #333 solid 1px;
}

.menu {
     text-align: right;
    font-size: smaller;
    font-weight: bolder;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 6px;
    background: #fff;
   color: #999;
}

.entryheader {
  text-align: right;
    font-size: 11px;
    padding-top: 0px;
    padding-bottom: 0px;

}

.entry {
    text-align: left;
    font-size: 10px;
    padding-top: 1px;
    padding-bottom: 20px;
}

.entry img {
    border: #333 solid 1px;
    text-align: center;
}

.entryheader_fmh {
  text-align: right;
    font-size: 11px;
    padding-top: 0px;
    padding-bottom: 0px;

}

.entry_fmh {
    text-align: right;
    font-size: 10px;
    padding-top: 1px;
    padding-bottom: 20px;
}

.entry_fmh img {
    border: 0px;
    text-align: center;
}

.english {
    color: #999;
    border-bottom: #CCC dashed 1px;
    padding-top: 7px;
    padding-bottom:10px;
}

.commentscell {
     width: 400px;
}

.comments {
    text-align: left;
}

.commentsheader h2 {
    padding-top: 20px;
    font-weight: bold;
    font-size: 12px;
    border-bottom: #999 dashed 1px;
}

.commentsfooter {
    text-align: left;
    font-size: smaller;
    font-weight: bolder;
    padding-right: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #fff;
   color: #999;
}

.commentsform {
   text-align: left;
}

.commentsform h1 {
    padding-top: 20px;
    font-weight: bold;
    font-size: 12px;
    border-bottom: #999 solid 1px;
}

.weeprint {
   font-size: 9px;
}

.weeprintright {
 font-size: 9px;
   text-align: right;
}

.info {
    border-top: #999 solid 1px;
    padding-bottom: 20px;
    border-bottom: #999 solid 1px;
}

.infophoto {
border-top: #999 solid 1px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: right;
    border-bottom: #999 solid 1px;
}

.infolivre {
border-top: #999 solid 1px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    border-bottom: #999 solid 1px;
}

.section {
text-align: left;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    text-decoration: none;
   padding-top: 12px;
    padding-bottom: 0px;
}



