* {
  padding: 0;
  margin: 0;
}

/*
body * {
  outline: 1px dashed red;
}

body p, #nav li {
  outline-color: lime !important;
}*/

.hidden { display: none; }

a {
  color: white;
}

a:hover {
  color: #ccc;
}

a img {
  border: none;
}

body {
  font: 13px/1.4 Arial, sans-serif;
  font-style: normal;
  background: black;
  background-repeat: no-repeat;
  background-position: 0 20px;
  color: white;
}

/* Random background images */
#vahe-1 { background-image: url('../img/vahe_bg1.jpg'); }
#vahe-2 { background-image: url('../img/vahe_bg2.jpg'); }
#vahe-3 { background-image: url('../img/vahe_bg3.jpg'); }
#vahe-4 { background-image: url('../img/vahe_bg4.jpg'); }
#vahe-5 { background-image: url('../img/vahe_bg5.jpg'); }
#vahe-6 { background-image: url('../img/vahe_bg6.jpg'); }
#vahe-7 { background-image: url('../img/vahe_bg7.jpg'); }

h1, h2, h3 {
  font-family: Georgia, serif;
}

h2 {
  position: relative;
  left: -3px;
}

#wrapper {
  position: relative;
  width: 900px;
  min-height: 550px;
}

#header h1 {
  position: absolute;
  top: 357px;
  left: 28px;
  width: 181px;
  height: 168px;
  background-repeat: no-repeat;
  font-size: 4.5em;
  font-weight: normal;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Random logos to match the backgrounds */
#vahe-1 h1 { background-image: url('../img/logo1.jpg'); }
#vahe-2 h1 { background-image: url('../img/logo2.jpg'); }
#vahe-3 h1 { background-image: url('../img/logo3.jpg'); }
#vahe-4 h1 { background-image: url('../img/logo4.jpg'); }
#vahe-5 h1 { background-image: url('../img/logo5.jpg'); }
#vahe-6 h1 { background-image: url('../img/logo6.jpg'); }
#vahe-7 h1 { background-image: url('../img/logo7.jpg'); }

#rimote-logo {
  position: absolute;
  z-index: 100;
  top: 1.5em;
  right: 26px;
}

#rimote-logo a {
  color: #8d8d8d;
  font-size: .9em;
  text-decoration: none;
}

#nav {
  position: absolute;
  bottom: 0;
  margin-left: 200px; /* 240 - compensation for margin-left on #nav li a */
  list-style: none;
}

#nav li {
  float: left;
  display: block;
  font-size: 1.5em;
}

#nav li a {
  display: block;
  margin-left: 30px;
  height: 25px;
  background: url('../img/nav_buttons.jpg') no-repeat;
  text-transform: lowercase;
  text-decoration: none;
}

#nav li a:hover {
  color: #555;
}

#nav li.active a {
  color: #777;
}

#nav-home a    { width: 70px; background-position: 0 0 !important; }
#nav-bio a     { width: 115px; background-position: -120px 0 !important; }
#nav-media a   { width: 75px; background-position: -240px 0 !important; }
#nav-friends a { width: 85px; background-position: -360px 0 !important; }
#nav-shop a    { width: 60px; background-position: -480px 0 !important; }
#nav-contact a { width: 85px; background-position: -600px 0 !important; }

#nav-home.active a,    #nav-home a:hover    { background-position: 0 -25px !important; }
#nav-bio.active a,     #nav-bio a:hover     { background-position: -120px -25px !important; }
#nav-media.active a,   #nav-media a:hover   { background-position: -240px -25px !important; }
#nav-friends.active a, #nav-friends a:hover { background-position: -360px -25px !important; }
#nav-shop.active a,    #nav-shop a:hover    { background-position: -480px -25px !important; }
#nav-contact.active a, #nav-contact a:hover { background-position: -600px -25px !important; }

#content {
  width: 600px;
  margin-left: 240px;
  padding: 20px 0;
}

#content p {
  margin-bottom: 1em;
}

h2 {
  font-size: 2.4em;
  font-weight: normal;
  margin-bottom: .5em;
}
