/****************
**  STYLE.CSS  **
****************/

/*
** Core HTML stuff
*/

* {
  margin: 0;
  padding: 0;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
h1 {
  font-size: 180%;
}
h2 {
  font-size: 150%;
}
h3, h4, h5, h6 {
  font-size: 110%;
}
p {
  margin-bottom: 0em;
}
a {
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;
}
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #999999;
  text-decoration: none;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
  width: 100%;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}
form {
  margin: 0;
  padding: 0;
}
input.button { 
  cursor: pointer; 
}
img { 
  border: 0 none; 
}


/*
** Template specifics
*/

html {

}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
}

div#center_wrapper {
  margin: 0 auto;
  width: 640px;
}

div#animation {
  background: url('../img/henrik_actual_light.gif');
}

div#text {
  text-align: center;
  display: block;
}

#text a {
  display: block;
  color: #efefef;
  width: auto;
  padding: 40px 0;
  font-size: 70px;
  margin: 0 0 30px 0;
  text-shadow: 0px -1px 1px #2f5a7d, 0px 1px 1px #B4DCFC, 1px 0px 1px #b4dcfc, -1px 0px 1px #2f5a7d;
  background-color: #5db3f9;
  border-top: 5px solid #ddf0ff;
  border-right: 5px solid #2f5a7d;
  border-bottom: 5px solid #203b52;
  border-left: 5px solid #b4dcfc;
}

#text a:hover {
  padding: 35px 0;
  border-width: 10px;
  color: #FFFFFF;
}

#text p a:active-states,
#text a:active {
  padding: 42px 0;
  border-width: 3px;
}

#text p span.extra {
  font-size: 24px;
  display: block;
}

#text p.epost span.extra:after {
  content: "(info@henrikstromback.se)";
}

#text p.maps span.extra:after {
  content: "(Google maps)";
}
