body {
  font-size: 11pt;
  font-family: Verdana serif;
}

* {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  margin: 10px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 25px 0 25px 0;
}

a:link, a:visited {
  color: #666;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

#header {
  padding: 5px 5px 0 0;
}

#header #hdr_img img {
  float: left;
  width: 70%;
  margin-bottom: 15px;
}

#header #ava_img img {
  float: right;
  height: 250px;
}

#header .menu {
  position: absolute;
  left: 50px;
  top: 125px;
}

#header .menu ul li {
  float: left;
  list-style: none;
  margin-right: 50px;
  padding: 1px 5px 1px 5px;
  cursor: pointer;
}

#header .menu ul li a {
  color: white;
  font-weight: 900;
}

#header .menu ul li:hover {
  background-color: white;
}

#header .menu ul li:hover a {
  color: red;
}

.pipe {
  clear: both;
  width: 100%;
  background: #ddd;
  height: 150px;
  margin-bottom: 15px;
  border-top: dashed 1px black;
  border-bottom: dashed 1px black;
  overflow: hidden;
}

.pipe .blocks {
  position: relative;
  padding-top: 15px;
}

.pipe .wrapper {
  height: 140px;
  position: relative;
  overflow: hidden;
}

.pipe .back, .pipe .forward {
  margin: 15px;
  width: 40px;
  height: 100px;
  cursor: pointer;
}

.pipe .back {
  float: left;
  background: center center url('/images/arrow_left.png') no-repeat;
}

.pipe .forward {
  float: right;
  background: center center url('/images/arrow_right.png') no-repeat;
}

.pipe .blocks .back:hover, .pipe .blocks .forward:hover {
  background-color: #ffffff;
}

.pipe .blocks .block {
  float: left;
  width: 350px;
  height: 140px;
  margin-top: 10px;
  padding: 0 20px 0 20px;
  border-right: dotted 1px black;
  overflow: hidden;
}

/*
CSS 2.1 not compliance
.pipe .blocks .block * {
  text-overflow: ellipsis;
}
*/

.pipe .blocks .block .title, .pipe .blocks .block .title a {
  color: #b11;
  margin-bottom: 5px;
  font-weight: bold;
}

.pipe .blocks .block #right #content {
}

#left, #right {
  margin-bottom: 50px;
}

#left {
  margin-top: 20px;
  float: left;
  width: 25%;
  border-right: dotted 2px gray;
  min-height: 1000px;
  padding: 5px 15px 5px 15px;
}

#left .menu {
  position: absolute;
  width: 25%;
}

#left .menu ul {
  list-style: none;
}

#left .menu .block {
  min-height: 25px;
  border-bottom: dotted 1px black;
  padding: 25px 0 25px 0;
}

#left .menu .block .title {
  float: left;
}

#left .menu .block .title.category:after {
  content: '»';
  font-weight: bold;
  font-size: 125%;
  color: black;
  margin-left: 5px;
}

#left .menu .block .title a {
  color: #b11;
  font-weight: bold;
}

#left .menu .block .title a:hover {
}

#left .menu .block .img {
  float: right;
}

#left .menu .block .img img {
  width: 75px;
  height: 75px;
}

#right {
  margin-top: 20px;
  float: left;
  width: 60%;
  padding: 5px 25px 5px 50px;
}

#right #info, #right #path, #right #title, #right #content {
  margin: 15px 0 15px 0;
}

#right #path {
}

#right #path ul {
  clear: both;
}

#right #path ul li {
  float: left;
  list-style: inside square;
  margin-right: 10px;
}

#right #path ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #444;
}

#right #path ul li:hover {
  text-decoration: underline;
  color: red;
}

#right #path ul li:hover a {
  text-decoration: underline;
  color: red;
}

#right #maintitle {
  clear: both;
  font-weight: bold;
  font-size: 180%;
  font-family: arial;
}

#right #maintitle:before {
  content: '»';
  font-weight: bold;
  font-size: 180%;
  font-family: arial;
  color: gray;
  margin-right: 15px;
}

.article .body p {
  text-align: justify;
  margin-top: 15px;
}

#footer {
  clear: both;
  padding: 25px;
  border-top: solid 1px gray;
  background: #dcf;
}

