@charset "UTF-8";
/* CSS Document */

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body { background-color: black; text-align: center; padding: 5px 0px 5px 0px; margin: 0px;}

A
	{
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
	}
	
A:visited
	{
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
	}

.nav_lnk
	{
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right: 30px;
	}
	
.nav_lnk:visited
	{
	color: white;
	}
	
.nav_bar
	{
	width: 778px; height: 23px; background-image: url(/images/arlon_nav_bg.png); border-top: 2px solid black; border-bottom: 2px solid black; background-repeat: no-repeat; background-position: left; text-align: center;
	}
	
.nav_items
	{
	white-space: nowrap; padding-left: 20px; padding-top: 3px;
	}
	
.col_left
	{
	width: 250px; 
	float: left;
	}
	
.col_right
	{
	float: left;
	padding-left: 10px;
	width: 500px;
	}
	
.home_releases
	{
	padding: 0px 5px 5px 5px;
	}
	
.home_release_thumb
	{
	float: left;
	padding: 0px 5px 5px 0px;
	}
.home_release_text
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #444444;
	padding: 5px 5px 0px 0px;
	}	
	
.news_title
	{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	}
	
.news_content_short
	{
		
		border-top: 1px solid #666;
		font-weight: normal;
		font-size: 11px;
		padding-top: 5px;
	}
	
.news_list
	{
	
	}	
	
.news_item_0
	{
	padding: 10px;
	}
	
.news_item_1
	{
	padding: 10px;
	background-color: #555555;
	}
	

.mp3_lnk
	{
	color: white;
	text-decoration: none;
	}
	
.news_detail_title
	{
		font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	background-color: #555555;
	padding: 10px;
	margin-bottom: 5px;
	}
	
.news_detail_short
	{
		font-style: italic;
	}
.news_detail_long
	{
	}
	
.news_img_1
	{
		float: left;
		padding: 5px 5px 5px 0px;
	}
	
.news_img_2
	{
		float: right;
		padding: 5px 0px 5px 5px;
	}
	
	
.talent_item
	{
	padding: 0px 20px 20px 20px;
	
	}
.talent_title
	{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	}
	
.talent_copy
	{
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.talent_wrap
	{
		border-bottom: 1px dotted #CCC;
		padding-bottom: 10px;	
	}
	
.talent_img
	{
	border: 4px solid white;
	}
	
.talent_img_1
	{
		width: auto;
		height: auto;
		float: left;
		padding: 5px 15px 5px 0px;
		
	}
	
.talent_img_2
	{
		
		width: auto;
		height: auto;
		float: right;
		padding: 5px 0px 5px 15px;
	}
	
.pub_box
	{
	border: 1px solid white; 
	padding: 10px;
	font-size: 10px;
	}
	
.img_border
	{
		border: 5px solid white;
		clear: both;
	}
