/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
color:#000;
font-family: Helvetica,sans-serif;
background: #000 url(http://www.antiboredomteam.com/images/space.jpg) repeat-x;
}
br.both {clear:both}
a {
color:#00f;
}
a:hover {
color: #F60;
}
h1 {
font-size: 200%;
}
h1 a {
color: #F00;
}
h2 {
font-size: 160%;
}
h3 {
font-size: 120%;
}

header {
background-color:transparent;
height: 60px;
padding: 0 0 0 10px;
position:relative;
}
nav {
background-color:#000;
height:26px;
padding: 2px 0 0 10px;
font-family: Verdana, Helvetica,sans-serif;
font-size: 120%;
}
nav ul {
color:#F60;
}
nav li {
background-color:#000;
margin-right: 30px;
float:left;
}
nav li a {
color: #FFF;

}

div#rap {
margin-left:auto;
margin-right:auto;
width:932px;
background-color:#FFF;
}

div#content {
padding:10px;
}

div#content h2, div#content h3{
margin-bottom: 10px;
font-weight: bold;
}
div#content table {
margin-bottom: 10px;
}
div#content ul {
 list-style: disc;
 margin-left: 10px;
 margin-bottom: 10px;
 }
div#content ul li {
font-size: 90%;
line-height: 150%;
 }
div#content p {
font-size: 90%;
line-height: 150%;
margin-bottom: 10px;
 }
 div#content strong {
 font-weight: bold;
 }
 div#content pre,  div#content iframe{
 margin-bottom: 10px;
 }
 
 
 table.tracks td, table.tracks th {
 border: 1px solid #CCC; 
 padding:5px;
 vertical-align:top
 }
  table.tracks th {
   font-weight: bold;
font-size: 80%;
  }
  
div.right {
float:right;
}

footer {
background-color: #EEE
}

footer p {
font-size: 80%;
padding:10px;
}
div#social-top {
position: absolute;
top: 5px;
right: 5px;
width: 300px;
}





