
/* ======================================================================

   OUTOF5.COM // OUT OF 5

======================================================================== */

* { padding: 0; margin: 0; }

/*----------------------------------------------------------------------- 
   Standard styles
 ------------------------------------------------------------------------ */

body {
	color:			#000;
	background:		#e6e2d2 url(../_gfx/bg.gif) top left repeat-y;
	font-family: 	Arial, Verdana, sans-serif;
	font-size: 		12px;
	font-weight:	bold;
	line-height:	14px;
	border:			0; 	
	text-shadow:	0 0 0 #000; 
}

img { border: none;	}

a:link { color: #000; text-decoration: none; font-weight: bold; }
a:visited { color: #000; text-decoration: none; font-weight: bold; }
a:hover { color: #990000; text-decoration: none; font-weight: bold; }
a:active { color: #000; text-decoration: none; font-weight: bold; outline: none; }
a:focus { outline: none; }

h1 {
font-size: 36px;
line-height: 36px;
color: #FF9B00;
}

p { margin-bottom:	15px; }

ol, ul { padding: 0px; }

strong { color: #990000 !important;  }

blockquote {
	border-left: 3px solid #cecebd;
	padding-left: 15px;
}

blockquote p { font-size: 12px !important ;}

input { font: 11px arial; }


/*----------------------------------------------------------------------- 
   Layout
 ------------------------------------------------------------------------ */
 
#logo {
position: absolute;
top: 0;
left: 0; 
}

#no { 
position: absolute;
top: 126px;
left: 64px; 
}

#nav {
position: absolute;
top: 195px;
left: 0px; 
width: 180px;
text-align: center;
margin: 47px auto 0 auto;
}

#nav p { margin-bottom: 47px; }

#tracklist {
position: absolute;
top: 0px;
left: 190px; 
width: 275px;
background: url(../_gfx/bg_tracklist.gif) top no-repeat;
padding: 77px 0 0 0;
}

#tracklist ol {
list-style: none;
padding: 0px; 
}

#contributors ul {
list-style: none;
padding: 0px; 
}



#tracklist li {
padding: 10px 10px 10px 40px;
border-bottom: 1px dotted black;
}

#contributors {
position: absolute;
top: 13px;
left: 950px; 
width: 85px;
}

#contributors li {
padding: 10px;
border-bottom: 1px dotted black;
}

#contributors li.last {
border-bottom: 1px dotted #e6e2d2;
}

#cover {
position: absolute;
top: 0px;
left: 475px; 
width: 465px;
background: url(../_gfx/bg_cover.gif) top no-repeat;
padding: 87px 0 0 0;
}

#who {
position: absolute;
top: 35px;
left: 406px;
}

#grab {
position: absolute;
top: 35px;
left: 681px;
}

.col-two {
float: left;
width: 180px;
margin-right: 10px; 
}

.no-01 { background: url(../_gfx/bg_01.gif) 0 50% no-repeat; }
.no-02 { background: url(../_gfx/bg_02.gif) 0 50% no-repeat; }
.no-03 { background: url(../_gfx/bg_03.gif) 0 50% no-repeat; }
.no-04 { background: url(../_gfx/bg_04.gif) 0 50% no-repeat; }
.no-05 { background: url(../_gfx/bg_05.gif) 0 50% no-repeat; }
.no-06 { background: url(../_gfx/bg_06.gif) 0 50% no-repeat; }
.no-07 { background: url(../_gfx/bg_07.gif) 0 50% no-repeat; }
.no-08 { background: url(../_gfx/bg_08.gif) 0 50% no-repeat; }
.no-09 { background: url(../_gfx/bg_09.gif) 0 50% no-repeat; }
.no-10 { background: url(../_gfx/bg_10.gif) 0 50% no-repeat; }


/* sIFR
------------------------------------------------------------------------------------- */


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}





















