@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic&subset=latin,cyrillic);

/* tags */

body {
  background: #fff;
  font-family: sans-serif;
  font-size: 12px;
  position: relative;
  text-align: center;
}

a {
  color: #000;
  font-style: italic;
}

a:hover {
  color: #b00;
  border-color: #b00 !important;
}

/* / tags */

/* header */

#header {
  width: 315px;
  height: 200px;
  
  position: relative;
  margin: 20% auto 0 auto;
  background: url('flame.png') no-repeat top right;
}

h1 {
  font: italic normal 32px 'Open Sans Condensed', sans-serif;
  position: absolute;
  top: 10px;
  left: 0;
}

h1 a {
  text-decoration: none;
}

/* / header */

/* callout */

#callout {
  background: url('callout.png') no-repeat top right;
  padding-top: 30px;
  top: 75px;
  right: 105px;
  margin-left: -20px;
  position: absolute;
  overflow: visible;
}

#callout div {
  background: #fff79e;
  padding: 0 20px 15px 20px;
  text-align: right;
}

#callout div p {
  margin: 0;
  line-height: 18px;
}

#callout div p.go {
  font-size: 120%;
  padding-top: 10px;
}

#callout div p.go a {
  border-bottom: solid 1px #000;
  text-decoration: none;
}

#callout div a.in {
  border-bottom-style: dotted !important;
  text-decoration: none;
}

/* / callout */

/* on */

body.on {
  max-width: 720px;
  min-width: 540px;
  margin: 0 auto;
  text-align: left;
}

body.on #callout div .hide {
  display: none;
}

body.on #header {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
}

body.on #cv {
  display: block;
}

/* / on */

/* cv */

#cv {
  padding-top: 220px;
  margin: 20px;
  overflow: visible;
  display: none;
  background: url('me.jpg') no-repeat top right;
}

div.col {
  width: 50%;
  float: left;
}

h3 {
  font: normal 20px 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0 10px 0;
}

#cv ul {
  line-height: 20px;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  color: #666;
}

#cv ul.check {
  list-style-image: url('check.png');
  font-size: 110%;
  padding-left: 18px;
  line-height: 24px;
  color: #000;
}

#cv ul.check ul {
  list-style-image: none;
  font-size: 95%;
  line-height: 20px;
  color: #000;
}

#cv ul.check ul ul {
  padding-left: 10px;
  color: #666;
}

#cv ul.no {
  list-style-image: url('no.png');
  padding-left: 18px;
  line-height: 24px;
}

/* / cv */

div.end {
  clear: both;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ccc;
  font-size: 11px;
}