/* -----------------------------------------------
Master Style Sheet

site:     ---
version:  0.1
author:   Alex Gilbert
email:    alex@valueneutral.com
website:  http://www.valueneutral.com
----------------------------------------------- */

*{
  margin: 0;
  padding: 0;
}

html,
body,
div,
p {
	color: #fff;
}

body {
	font: small/1.4 Helvetica, Arial, sans-serif; 
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* =links
----------------------------------------------- */

a{
  color: #fff;
}

a:hover{
  color: #fff;
}

a img{
	border: none;
}

a.off{
	color: #fff;
	text-decoration: none;
	cursor: default;
}

sup a{
	text-decoration: none;
}

/* =common
----------------------------------------------- */

h1,
h2,
h3,
h4{
  margin: 10px;
  padding: 0;
	letter-spacing: 0;
	font-family: Georgia;
	font-weight: normal;
}

h1 { font-size: 210%; }
h2 { font-size: 160%; }
h3 { font-size: 130%; }
h4 { font-size: 100%; }

br{
	clear: both;
}

hr {
	display: none;
}

p {
	margin: 10px; 
	padding: 0;
	line-height: 150%;
}

ul{
	margin: 0 1em;
}

/* =misc
----------------------------------------------- */

#wrapper{
	padding: 10px;
}

#wrapper div{
	font-size: 135%;
	clear: both;
	float: left;
	width: 300px;
	padding: .75em;
	background: #000;
}

#wrapper div a{
	font-style: italic;
	color: #ccc;
}

#wrapper div a:hover{
	color: #fff;
}

/* == FULL BG ======================================= */

#crop {
position: fixed;
z-index: -1;
top: 0;
left: 0;
height: 100%;
width: 100%;
overflow: hidden;
}

#fullbg {
position: relative;
height: 100%;
width: 100%;
display: none;
z-index: 0;
}
