/* ----------------------------------------------------------------- */
/* CSS Reset
/* ----------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------------------------------- */
/* Full page scalable background image setup
/* Modified from
/* http://css-tricks.com/perfect-full-page-background-image/
/* ----------------------------------------------------------------- */


html, body, #background, #background table, #background td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#background {
    position: fixed;
    z-index:0;
}

#background div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#background td {
    text-align:center;
    vertical-align:bottom;
}

#background img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

/* ----------------------------------------------------------------- */
/* Site specific
/* ----------------------------------------------------------------- */

html {
  font-family: "ff-din-web-pro-1","ff-din-web-pro-2", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: lighter;
  color: #a3a19c;
  background: black;
  overflow:auto; /* override fullpage image technique above */
}

html {

}

a {
    text-decoration: none;
    color: #a3a19c;;
}

#header {
  position:absolute;
  top:0;left:0;
  z-index:70;
  width: 94%;
  padding: 3%;
  background: rgb(38,35,25);
  filter: alpha(opacity='85');
  background: rgba(38,35,25,0.85); /* sienna */
  /* background: rgba(100,0,0,0.7); /* cherry */
  text-shadow:0px 1px 0px #000000;
  min-width: 490px; /* with the 3% padding above this works out to about 520px window width */
}

#main {
  float: left;
  margin-right: 30px;
}

#header h1 {
  font-size: 72px;
  text-transform: uppercase;
  letter-spacing: .05em;
  display: block;
  font-weight: lighter;
  color: #ceccc7;
  text-shadow:0px 2px 1px #000000;
  margin-bottom: 40px;
  float: left;
}

#local {
  width: 365px;
  background: none;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 30px 0;
  color: #1a1917;
  clear: both;
  }

#links {
  font-size: 24px;
  display: block;
  width: 100%;
  width: 365px;
  white-space: normal;
  text-align: justify;
  text-justify: newspaper;
  line-height: 120%;
  margin-top: .3em;
  float: left;
}

#links li {
  display: inline;
}

#hydebound a { color: #ac6900; }
#reching   a { color: #a90000; }
#untwitch  a { color: #cf3100; }
#praktike  a { color: #868686; }
#kinkless  a { color: #769400; }

