
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
		font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 

:focus { outline: 0; }

/*** EXTRA RESETS **************************************************/

:focus {
	outline: 0;
}

/* General stuff **************************************************/

body {
	font: normal 12px/1.5em monospace;
	color: #777;
	background: #000 url(/images/glitched/bg.glitched.jpg) -80px top fixed no-repeat;
  }  
  	
strong { font-weight: bold; }
em {font-style: italic; }
.strike {text-decoration: line-through;}
.emphasize {color: #FFF;}
p.strong { color: #ffa600; }

#wrapper {
  width:590px;
  margin: 0 0 20px 80px;
  text-align:left;
  }

h1 {
  margin: 15px 0;
  font-size: 25px;
  color: #ffa600;
  }
  
h2 {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  border-top: 0px solid #999;
  padding: 0.5em 0;
  margin: 1em 0 0 0;
  }
  
h2.first {
  border-top: 0px solid #999;
  }
  
h3 { color: #fff; }

a:link, a:visited {
  color: #ffa600;
  text-decoration: none;
  border-bottom: 1px dotted #999;
  }
  
a:hover {
  border-bottom: 1px solid #ffa600;
  }
  
a:active,
a:focus {
  border-bottom: 0px solid #000;
  }

li span { color: #fff; }

div#presents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 133px;
  height: 118px;
  background: url(/images/glitched/4worx.presents.gif) top left no-repeat;
  }

/* Navigation **************************************************/

#nav {
  position: absolute;
  top: 40px;
  left: 743px;
  }
  
ul { margin-bottom: 1em; }

#nav li { color: #fff; }

#sponsors {
  margin-left: 0;
  }

#sponsors li {
  margin-bottom: 12px;
  }

#sponsors .hb { 
  width: 236px;
  height: 60px;
  border: 1px solid #333;
  text-align: center;
  }
  
#sponsors .hb p {
  margin: 15px auto 0;
  }

/* Content **************************************************/

p { margin: 0 0 1em 0; }

div.msg {
  margin: 0 0 0 40px;
  color: #ffa600;
  }

form#keepmeposted { 
  margin: 3em 0 0 40px;  
  }
  
form#keepmeposted input.txt {
  background: #333;
  border: 1px solid #ccc;
  color: #fff;
  font: normal 15px monospace;
  padding: 4px;
  vertical-align: middle;
  }  

form#keepmeposted input.btn {
  background: #ffa600;
  border: 1px solid #000;
  color: #000;
  font: bold 11px tahoma;
  text-transform: uppercase;
  padding: 5px;
  vertical-align: middle;
  }

#footer {
  text-align: right;
  border-top: 1px solid #999;
  padding: 0.5em 0;
  margin: 2em 0;
  }

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active,
li a:link,
li a:visited,
li a:hover,
li a:active,
#presents a:hover,
#presents a:active,
#presents a:visited,
.nolinez,
a.nolinez:link,
a.nolinez:active,
a.nolinez:hover,
a.nolinez:visited,
a.nolinez:link img,
a.nolinez:active img,
a.nolinez:hover img,
a.nolinez:visited img

 { border: 0px solid #000; }


dt { 
  float: left;
  color: #fff;
  padding-right: 7px;
  }
  
dt:after {
  content: " — ";
  color: #ffa600;
  }
  
dt a:link,
dt a:visited
 { color: #fff; }
 
dt a:hover,
dt a:active
 { color: #ffa600; }

div.hilite {
  border: 1px dotted #ffa600; 
  background: #333;
  text-align: center;
  }
  
div.hilite p {margin: 1em; }
.date { color: #fff; font-size: 200%; font-weight: bold; }

#sponsors {
width: 240px; 
}

/* Artists **************************************************/

table#artists { border-collapse: separate; border-spacing: 10px; border: 30px;}
table#artists td { background: #333; color: #fff; padding: 10px; border: 2px solid #ffa600;}
table#artists td img { float: left; margin: 0; border: 5px solid #000; }
table#artists a { text-transform: uppercase; color: #fff; margin: 0 10px;}








