@font-face {
	font-family: 'REZ';
	src: url('fonts/rez-webfont.eot');
	src: local('☺'), url('fonts/rez-webfont.woff') format('woff'), url('fonts/rez-webfont.ttf') format('truetype'), url('fonts/rez-webfont.svg#webfont3cCjKGua') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Neuropolitical';
	src: url('fonts/neuropolitical-webfont.eot');
	src: local('☺'), url('fonts/neuropolitical-webfont.woff') format('woff'), url('fonts/neuropolitical-webfont.ttf') format('truetype'), url('fonts/neuropolitical-webfont.svg#webfontyBZRkvRU') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Nasalization';
	src: url('fonts/nasaliza-webfont.eot');
	src: local('☺'), url('fonts/nasaliza-webfont.woff') format('woff'), url('fonts/nasaliza-webfont.ttf') format('truetype'), url('fonts/nasaliza-webfont.svg#webfontKncVoNho') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  background: #090a0d url(images/2011/background.jpg) no-repeat fixed center top;
  font-family: Arial,Helvetica,sans-serif;
  color: #D6CBB1;
  }

h1, h2, h3, h4, h5, a {
  font-family: Nasalization,Arial,Helvetica,sans-serif;
  }

h1 {
  width: 800px;
  color: #eeeeee;
  text-align: right;
  background: url(images/2011/title.png) no-repeat;
  font-size: 66px;
  padding-top: 14px;
  opacity: 0.7;
  margin: 5px 0;
  }

h2 {
  color: #eeeeee;
  clear: both;
  width: 800px;
  font-size: 38px;
  text-align: right;
  opacity: 0.7;
  padding-top: 28px;
  margin: 5px 0;
  }

h2.projects {
  background: url(images/2011/projects.png) no-repeat;
  }

h2.works {
  background: url(images/2011/works.png) no-repeat;
  }

h2.opensource {
  background: url(images/2011/opensource.png) no-repeat;
  }

h2.perso {
  background: url(images/2011/perso.png) no-repeat;
  }

h2.guestblog {
  background: url(images/2011/perso.png) no-repeat;
  }

h3 {
  font-family: Nasalization,Arial,Helvetica,sans-serif;
  margin: 5px 0;
  }

abbr {
  font-style: italic;
  color: #222222;
  font-size: 80%;
  }

pre {
  color: white;
  }

a:link, a:visited {
  /* font-weight: bold; */
  text-decoration: none;
  /* color: #005FDD; */
  color: #ff8500;
  padding: 0 2px;
  }

a:hover {
  /* background: #D6CBB1; */
  background: #ff8500;
  color: #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }

img {
  border:  none;
  }

.frame {
  max-width: 800px;
  text-align: justify;
  margin: auto;
  }

.border {
  /* border: 1px solid #564F47;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; */
  margin: auto;
  padding: 5px;
  background-color: transparent;
  display: table;
  color: #D6CBB1;
  width: 800px;
  }

.icon {
  float: left;
  margin: 0 10px 10px 0;
  }

.icon img {
  border: 1px solid black;
  border-radius: 3px;
  }

.date {
  float: right;
  font-size: x-small;
  font-weight: bold;
  text-align: right;
  }

.blogheader {
  border-bottom: 1px solid #222222;
  height: 24px;
  vertical-align: middle;
  font-size: small;
  font-weight: inherit;
  text-align: left;
  padding-bottom: 3px;
  margin-bottom: 8px;
  }

.blogdate {
  float: right;
  text-align: right;
 }

.blogcontents {
  padding: 5px;
  background: rgba(0,0,0,.7);
  border-radius: 5px;
  }

.blogcontents ul li {
  margin-bottom: 10px;
  }

.inputbox {
  width: 800px;
  padding: 3px;
  }

.column {
  float: left;
  max-width: 540px;
  }

.column ul {
  padding: 10px;
  }

.column ul li {
  list-style-type: none;
  }

.ctrl {
  width: 800px;
  text-align: right;
  clear: both;
  font-size: small;
  }

.descr {
  display: none;
  }

.visdescr {
  display: block;
  min-height: 84px;
  }

.headdescr {
  min-height: 84px;
  }

.whitebg {
  background: white;
  padding: 0;
  width: 800px;
  }

#tooltip {
  width: 300px;
  /* background: #090A0E; */
  background: #000000;
  position: absolute;
  z-index: 5;
  padding: 5px;
  visibility: hidden;
  opacity: 0.9;
  border-radius: 5px;
  text-align: justify;
  }

#gallery {
  width: 800px;
  background: #000000;
  position: fixed;
  left: 50%;
  margin-left: -400px;
  top: 10px;
  z-index: 10;
  padding: 5px;
  visibility: hidden;
  opacity: 0.9;
  border-radius: 5px;
  }

#gallery img {
  max-width: 800px;
  max-height: 800px;
}

.socialnets {
  clear: both;
  }

.searchform {
  float: left;
  padding: 4px;
  }

.search {
  width: 110px;
  height: 20px;
  }

.searchbutton {
  width: 16px;
  height: 16px;
  background: url(images/layout/icon-search.png) no-repeat;
  border: none;
  }

.cvbox {
  float: left;
  margin-right: 10px;
  font-weight: bold;
  font-size: small;
  min-width: 150px;
  min-height: 40px;
  }

.cvtip {
  float: right;
  font-size: small;
  margin-left: 20px;
  }

.cvtitle {
  width: 150px;
  height: 150px;
  color: black;
  padding-left: 3px;
  }

.whitepage {
  background: white;
  color: black;
  border-radius: 5px;
  }

.homesub {
  clear: both;
  text-align: left;
  font-size: 0.75em;
} 

.thumbs {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.thumb {
  float: left;
  margin: 0px 0 15px 20px;
}

.thumb img {
  max-width: 128px;
  max-height: 128px;
}

/* older styles =================================================== */

.std {
  font-size: medium;
  font-weight: inherit;
  text-align: justify;
  }

.quadro {
  border: thin solid black;
  }

.hd1 {
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right top;
  color: white;
  }

.hd2 {
  font-size: x-large;
  font-weight: bold;
  }

.hd3 {
  font-size: medium;
  font-weight: bold;
  }

.sm {
  font-size: small;
  font-weight: inherit;
  text-align: justify;
  }

.sm2 {
  font-size: small;
  font-weight: inherit;
  }

.hd4 {
  font-size: x-small;
  font-weight: bold;
  text-align: right;
  }

.whitebox {
  border: 1px solid black;
  padding: 2px;
  border-radius: 3px;
  background: #18181D none repeat scroll 0% 50%;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-size: medium;
  opacity: 0.7;
  }

.commentname {
  font-weight: bold;
  }

.flower {
  width: 5px;
  visibility: hidden;
  }

.whitetext {
  color: black;
  }

.whiteline {
  border-top: thin solid black;
  color: black;
  font-size: medium;
  font-weight: inherit;
  text-align: justify;
  }

.whiteunderline {
  border-bottom: 1px solid black;
  }

.redtext {
  color: #545454;
  font-weight: bold;
  }

.invisible {
  display: none;
  }

.maintable {
  border: 1px solid black;
  background-color: white;
  width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  }

.left {
  float: left;
  }

.titulo { 
  border-bottom: 1px solid #564F47;
  font-weight: bold;
  font-size: x-large;
  }

.smallimg { 
  border: 1px solid rgb(0, 0, 0);
  width: 200px;
  height: 150px;
  }

.mediumimg { 
  border: 1px solid rgb(0, 0, 0);
  width: 300px;
  height: 200px;
}

@media print {

.border {
  border: none;
  }

a:link, a:visited {
  color: #000;
  }

h1 {
  font-size: 22px;
  text-align: center;
  color: #000;
  opacity: 1;
  }

h2 {
  font-size: 18px;
  color: #000;
  opacity: 1;
  }

#cvcontents, #header {
  display: none;
  }

.descr {
  display: block;
  min-height: 84px;
  }

.ctrl {
  display: none;
  }

}

@media handheld {

body {
  background: white;
  color: black;
  text-align: left;
  }

img {
  max-width: 300px;
  }

h1, h2, h3, h4, h5, a {
  background: none !important;
  font-family: Arial,Helvetica,sans-serif;
  width: auto;
  text-align: left;
  color: black;
  }

.frame {
  max-width: auto;
  margin: 3px auto;
  text-align: left;
  }

.border {
  margin: auto;
  margin-bottom: 1em;
  display: table;
  width: auto;
  color: black;
  }

.descr {
  display: block;
  }

.blogdate {
  float: left;
  text-align: left;
  }

.ctrl, .date, #cvcontents, #header {
  display: none;
  }

.inputbox, .whitebg {
  width: auto;
  background: #dddddd;
  color: black;
  }

}
