body {
  background: url(/images/bg.png) repeat-x;
  font-family: Verdana,Geneva,'DejaVu Sans',sans-serif;
}

h1, h2, h3, h4, a {
  color: #226078;
}

a:hover {
  color: #000000;
}

.container {
  background-color: white;
  margin-top: 36px;
  padding-top: 36px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.content {
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: #226078 1px dotted;
  border-bottom: #226078 1px solid;
}

#logo {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}

h1 {
  font-size: 32px;
  line-height: 48px;
}

h2 {
  font-size: 24px;
  line-height: 24px;
}

p {
  line-height: 24px;
  margin-bottom: 24px;
}

.header {
  border-bottom: #226078 1px solid;
  padding-bottom: 23px;
}

.title a {
  text-decoration: none;
}

.header p {
  margin: 0px;
}

.nav li { 
  display: inline; 
  margin-right: 12px;
}

.nav {
  border-top: #226078 1px dotted;
  border-bottom: #226078 1px solid;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 1px;
  margin-bottom: 1px;
}

#article ul {
  margin-top: 12px;
}

.nav ul {
  float: left;
}

#lang-nav {
  float: right;
}

.strong-point {
  display: block;
  float: left;
  vertical-align: baseline;
  width: 263px;
  margin-right: 40px;
}

.box {
  font-size: 14px;
}


.last { margin-right: 0; }

.strong-point p {
  padding-top: 16px;
  padding-left: 0px;
}

.read-more {
  margin-top: 24px;
}

.footer {
  margin-top: 1px;
  border-top: silver 1px dotted;
  padding-top: 22px;
}

.project {
  margin-top: 48px;
  margin-bottom: 48px;
}

.project h2 {
  margin-bottom: 24px;
}

.project-image-block {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

.project-image-block img {
  border: solid 1px silver;
}

.project-image-link {
  text-align: center;
  display: block;
}

.project-item {
  margin-bottom: 24px;
}

h2 {
  margin-bottom: 24px;
}

h3 {
  margin-bottom: 24px;
}

.header h2, .strong-point h2 {
  margin-bottom: 0px;
}

.id-photo {
  float: left;
  margin-right: 24px;
}

em {
    font-style: italic;
}

li {
    list-style: square;
}

.skills {
  margin-left: 1.2em;
}

.contact {
  text-align: right;
}

.section {
  margin-bottom: 48px;
}

.powered-by {
  text-align: right;
}

acronym {
  border-bottom: 1px silver dotted;
}


