/* CSS Document */

h1, h2, h3 {
  margin: 0.5em 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #444444;
  clear: both;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; }

p, ul, ol {
  margin-top: 0;+
  line-height: 180%;
}

p {margin: 3px; }

 hr {
	height: 1px;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted #CC0001;
  color: #FB7600;
}

a:hover {
  background: none;
}

a img { border: none; }

#sidebar p {
	padding-bottom: 0px;
	text-align: justify;
}


#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

.news_more {
  background: #E0E0E0;
  border-right: 4px double #F57601;
  text-align: right;
  clear: both;
}

.post {
  margin-left: 20px;
  padding-bottom: 30px;
  text-align: justify;
}

.post h1 {
  padding-left: 10px;
  border-left: 4px solid #F57601;
  color: #000000;
  text-align: left;
}

.post .datum {
  padding: 0.5em 0 0.5em 0;
  font-size: 0.8em;
}


.post .meta {
  background: #E0E0E0;
  border-left: 4px double #F57601;
  border-right: 4px double #F57601;
  padding: 3px 10px 3px 10px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  clear: both;
}

.datatable {
  border-collapse:collapse;
  font-size: 0.9em;
}
.datatable td {
  border: 1px solid black;
  border-collapse:collapse;
  vertical-align: bottom;
  padding: 1px;
  margin: 0px;
}

.datatable td.noborder { border: none; }

.datatable td.color1 { background-color: white; }
.datatable td.color2 { background-color: #FFFF99; }
.datatable td.color3 { background-color: #CCFFCC; }
.datatable td.color4 { background-color: #FF99CC; }

.imgcal_cont {
margin-left: auto;
margin-right: auto;
clear: both;
}
.imggal_break {
  clear: both;
  height 1px;
  overflow: hidden;
}
.imgggal { 
  display: block;
  float: left;
  width: 160px;
  height: 120px;
  text-align: center;
  background-color: silver;
  border: 2px solid white;
}
