/* header */

div#header {
display: block; 
background: #414D66; 
border: 10px solid #414D66; 
}

h1 {
color: white; 
text-align: center;
padding-top: 2px;
}

h2 {
background: #414D66;
color: white;
text-align: center; 
}

/* page */

h3 {
border-bottom: 1px dashed #414D66;
}

.code {
	border:        1px dashed black;
	background:    #DDDDDD;
	margin-left:   0.3in;
	margin-right:  0.3in;
	margin-top:    0.1in;
	margin-bottom: 0.1in;
	padding:       5px;
}

.text {
	background:    #DDDDDD;
	margin-left:   10%;
	margin-right:  10%;
	text-align:    center;
}

/* blog */

.blogtitle {
}

.blogdate {
	display: block;
}

/* navigation */

ul#navigation {
	background-color: silver;
	margin: 0;
	padding: 0.8em;
	text-align: center;
}

ul#navigation li {
	list-style: none;
	display: inline;
	margin: 0.4em; 
	padding: 0;
}

ul#navigation a {
	padding: 0.2em 1em;
	text-decoration: none; 
	font-weight: bold;
	border: 1px solid black;
	color: #414D66; 
	background-color: #ccc;
}

ul#navigation a:hover {
	border-color: white;
	color: white; 
	background-color: gray;
}

/* footer */

	#footer {
	  text-align: center;
	  clear: both;
	  margin-top: 20px;
	  color: #BBBBBB;
	  padding: 10px;
	  }

	#footer p a {
	  color: #999999;
	  font-weight:100;
	  text-decoration: none;
	  border-bottom: 1px dotted #000000;

	  }
		
	#footer p a:hover {
	  color: #000000;
	  text-decoration: none;
	  border-top: 1px dotted #000000;
	  }

/* contact */

.table { display: table; padding: 20px; border: 1px solid; text-align: center; margin: auto }
.row   { display: table-row }
.field { display: table-cell; font-weight: bold; text-align: right; padding: 3px }
.value { display: table-cell; text-align: left; padding: 3px }

/* translation tables */

.translation_table_container { 
	margin-left:  10%;
	margin-right: 10%;
}

/* advertisements */

#top_ad {
	margin-top: 15px;
	text-align: center;
}

#bottom_ad {
}
