/*************************************************
/
/	OLM Site Common Styles
/
/*************************************************/

/* 
BASIC TAG STYLES
********************************************************
*/

 body, html, form, fieldset
{
	margin: 0;
	padding: 0;
	background-color:#000000;
}

html, form, fieldset
{
	font-size: 100%;
}

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	height: 100%;
	text-align:center;
	position:relative;
}

/* h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address
{
	margin: 1em 0;
	padding: 0;
}

h1	{	font-size: 1.6em;	}
h2	{	font-size: 1.5em;	}
h3	{	font-size: 1.4em;	}
h4	{	font-size: 1.3em;	}
h5	{	font-size: 1.2em;	}
h6	{	font-size: 1.1em;	}

th
{
	font-size: 1em;
}

li, dd, blockquote
{
	margin-left: 2em;
}

form
{
	float: left;
	width: 100%;
}

form label
{
}

fieldset
{
	border: none;
}

input, select, textarea
{
	font-size: 100%;
	font-family:arial;
}

label,
input,
legend
{
	display: block;
	float: left;
	width: 130px;
	margin: 0 5px .75em 0;
	padding: 3px 0 0;
	line-height: 1.2em;
}*/

/*	Gecko balks with the previous and hidden fields, so...	*/
/* input[type="hidden"]	
{
	display: none;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

label
{ 
	text-align: right;
	cursor: pointer;
}

input.checkbox
{
	display: inline;
	float: none;
	width: auto;
	margin: 0 5px 0 0;
}

form br
{
	clear: left;
}*/


/* Link Decoration */

 a
{
	color: #900;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: 0;
}


/*
COMMON CLASSES
*********************************************************************
*/

.clear
{
	position: relative;
	display: block;
}

.clear:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/**style for ilg streaming index page *********/
.streamingIndex{
	background-color:#000000;
}

#content{
	width:962px;
	margin:0px auto;	
	position:relative;
}

#headerImage{	
	margin-top:25px;
	float:left;
	width:962px;
	height:55px;
	background:transparent url(images/header.gif) no-repeat 0px 0px;
}

#releaseContentBg{
	/*background:transparent url(images/bg.gif) repeat 0px 0px;*/
	background:transparent url(images/new_bg.gif) repeat-y 0px 0px;
	width:961px;
	float:left;
	position:relative;
}

.release{
	width:256px;
	float:left;
	padding:20px 30px 20px 30px;
	_display:inline;
	position:relative;
	/*background:transparent url(images/verticalLine.png) repeat-y right top;*/		
}

.releaseNoBg{
	background:none;
}

.last{
	background:none;
}
.releaseTop{
	background:transparent url(images/releaseTop.png) no-repeat 0px 0px;	
	width:256px;
	height:20px;
	float:left;	
}

.releaseBottom{
	background:transparent url(images/releaseBottom.png) no-repeat 0px -5px;
	width:256px;
	height:22px;
	float:left;	
}

.releaseContent{
	background:transparent url(images/releaseMiddle.png) repeat-y 0px 0px;
	width:256px;	
	float:left;
	text-align:center;
}

.coverArt{
	width:186px;
	margin:0px auto;	
}


.releaseRow{
	float:left;	
	width:961px;
	position:relative;
}

.releaseDetailsTop{
	background:transparent url(images/releaseTextTop.png) no-repeat 0px 0px;
	width:256px;
	height:15px;
	float:left;
	overflow:hidden;	
}

.albumContent{
	background:transparent url(images/releaseTextBg.png) repeat-y 0px 0px;
	width:256px;
	float:left;	
}

.albumDetails{
	width:230px;
	/*padding:0px 13px 0px 13px;*/
	margin:0px 13px 0px 13px;
	font-family:hexon;
	font-size:14px;
	color:#FFFFFF;
	float:left;
	text-align:center;
	_display:inline;
}

.streamLink{
	width:230px;
	/*padding:0px 13px 0px 13px;*/
	margin:0px 13px 0px 13px;
	font-family:hexon;
	font-size:12px;
	color:#939393;
	float:left;
	text-align:center;
	font-style:italic;
	_display:inline;
}

.streamLink a{
	color:#939393;
	text-decoration:none;
	outline:none;
}

.underline{
	background:transparent url(images/underline.png) repeat-x 0px 0px;
	width:961px;
	height:5px;
	float:left;	
	overflow:hidden;
}

.verticalSeperator{
	background:transparent url(images/verticalLine.png) repeat-y;
	height:100%;
	float:left;
}

.new{
	background:transparent url(images/new.png) no-repeat 0px 0px;
	width:48px;
	height:48px;		
	top:10px;
	left:246px;
	position:absolute;		
	display:block;	
	z-index:1000;
}	

.releaseBlock{
	width:256px;	
	position:relative;
	height:auto;	
}
#bottom{			
	float:left;
	width:961px;
	height:5px;
	background:transparent url(images/bottom.gif) no-repeat 0px 0px;
	padding-bottom:50px;
}

#footer{
	width:961px;
	float:left;
	text-align:center;	
	padding-bottom:20px;
	color:#FFFFFF;
}

#footer a{
	font-family:hexon;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}	
/**End of style for ilg streaming index page ***/