@charset "utf-8";

/*
	Author: Jens Bjerrehuus
	Created: 2006-09-17
	Copyright: Copyright (c) 2006 by Jens Bjerrehuus
*/

body {
  font-size:62.5%;
}
#wrapper {
  background:transparent url('./themes/site_themes/bjerrehuus.dk/images/bjerrehuus.dk.jpg') no-repeat bottom left;
  height:600px;
  left:50%;
  margin-left:-400px;
  margin-top:50px;
  position:relative;
  width:800px;
}
/* IE5-6/Win: Put a border around the content, because the images are not shown. */
* html #wrapper {
  border:1px solid rgb(150,148,127);
}
img#glass {
  position:absolute;
}
img#reflection {
  left:50%;
  margin-left:-400px;
  position:relative;
  width:800px;
}
/* IE5-6/Win: Hide the PNG images with alpha transparency. */
* html img#glass,
* html img#reflection {
  display:none;
}
a#firefox,
a#firefox img {
  display:none;
}
/* IE5-6/Win: And show a FireFox ad instead. */
* html a#firefox,
* html a#firefox img {
  display:inline;
  position:absolute;
  right:-12px;
  top:-12px;
}
* html a#firefox img {
  border:1px solid rgb(150,148,127);
}
h1 {
  color:rgb(61,61,51);
  font-size:4em;
  margin:0;
  padding:1em;
}
#menu {
  color:rgb(150,148,127);
  font-size:1.8em;
  padding:0 2em 1em 0;
  position:relative;
  text-align:right;
}
#menu a {
  text-decoration:none;
}
#menu a:link {
  border-bottom:1px dotted rgb(92,116,184);
  color:rgb(92,116,184);
}
/* IE5-6/Win: Dotted borders are ugly in IE5-6/Win. */
* html #menu a:link {
  border-bottom:1px solid rgb(92,116,184);
}
#menu a:visited {
  border-bottom:1px dotted rgb(184,92,116);
  color:rgb(184,92,116);
}
/* IE5-6/Win: Dotted borders are ugly in IE5-6/Win. */
* html #menu a:visited {
  border-bottom:1px solid rgb(184,92,116);
}
#menu a:hover,
#menu a:active {
  border-bottom:1px solid rgb(45,75,155);
  color:rgb(45,75,155);
}
#manifest {
  color:rgb(150,148,127);
  font-size:1.1em;
  text-align:center;
}
#manifest a {
  color:rgb(150,148,127);
}
