@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Low Altitude NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		artist.css
	Date:			May 21, 2008
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	videoPlayer Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videoPlayer {
		width:931px;
		height:454px;
		margin:65px 0 0 0;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	newsSect Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#newsSect{
		width:931px;
		background-color:#0b0d0d;
		margin:65px 0px 0px 0px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	left Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#left{
		width:601px;
		margin:0px 0px 0px 0px;
		float:left;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#left #news{
		width:601px;
		margin:8px 0px 15px 0px;
		padding:0;
	}
	#left #news img.headerNews{
		display:block;
		margin:0px 0px 8px 0px;
	}
	#left #news img.newsImg{
		display:block;
		float:left;
	}
	#left #news .newsItem {
		width:579px;

		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#dddddd;
		background-color:#191919;
		padding:10px 11px 10px 11px;
		margin:2px 0 0 0;
	}
		#left #news .newsItem .newsText{
			min-height:75px;
			width:360px;
			padding:0 0 0 8px;
			float:left;	
		}
		#left #news .newsItem .newsText h3 {
			padding:0; margin:0 0 13px 0;
			font-weight:normal;
		}
		#left #news .newsItem .newsText p {
			padding:0; margin:0;
		}
	#left #news .newsItem .newsSide {
		height:auto;
		font:10px Arial, Helvetica, sans-serif;
		float:right;
		text-align:right;
	}
	#left #news .newsItem .newsSide .date {
		height:10px;
	}
	#left #news .newsItem .newsSide .link {
		
	}
		#left #news .newsItem .newsSide a{
			font:11px Arial, Helvetica, sans-serif;
			color:#dea115;
		}
/*	--------------------------------------------------------------------------------------------------------------------------
	bio Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#left #bio h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:25px;
		font-weight:normal;
		color:#dea115;
		line-height:25px;
		margin:0px 0px 20px 0px;
		padding:0px;
	}
	#left a {
		color:#dddddd;
		text-decoration:none;
	}
	#left a:hover {
		text-decoration:underline;
	}

	#left #bio{
		width:537px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#dea115;
		background-color:#191919;
		margin:8px 0px 0px 0px;
		padding:31px 32px 30px 32px;
	}
	#left #bio img.headerNews{
		display:block;
		margin:0px 0px 8px 0px;
	}
	#left #bio img.newsImg{
		display:block;
		float:left;
		margin:0px 20px 7px 0px;
	}
	#left #bio #newsLinks{
		width:537px;
		height:8px;
		margin:36px 0px 0px 0px;
	}
	#left #bio #newsLinks img.readMore{
		display:block;
		float:left;
		margin:0px 0px 0px 0px;
	}
	#left #bio #newsLinks img.comment{
		display:block;
		float:left;
		margin:0px 0px 0px 29px;
	}
	#left #bio #newsLinks img.bookmark{
		display:block;
		float:left;
		margin:0px 0px 0px 29px;
	}
	#left #bio #newsLinks img.sendToFriend{
		display:block;
		float:left;
		margin:0px 0px 0px 31px;
	}
	   /* nav*/
            #nav a.navNews:link, #nav a.navNews:active, #nav a.navNews:visited {
                width:47px; height:39px;
                display:block;
				float:left;
                background:url(../images/nav_news.gif) no-repeat top;
				margin:0px 0px 0px 0px;
            }
            #nav a.navNews:hover {
                background:url(../images/nav_news.gif) no-repeat 0px -39px;
            }
			
	/*	--------------------------------------------------------------------------------------------------------------------------
	right Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
	#right{
		width:300px;
		float:left;
		margin:0px 0px 0px 30px;
	}
	#right img.headerPhotostories{
		display:block;
		margin:0px 0px 8px 0px;
	}
	#right #photostories{
		width:254px;
		background-color:#191919;
		padding:23px 23px 8px 23px;
		margin:0 0 15px 0;
	}
	#right #photostories .photoThumbL {
		width:120px;
		float:left;
		margin-bottom:10px;
	}
	#right #photostories .photoThumbR {
		width:120px;
		float:right;
		margin-bottom:10px;
	}
	#right #photostories p.thumbText {
		font:9px Arial, Helvetica, sans-serif;
		color:#dddddd;
		margin:0; padding:5px 0px;
	}
	#right #photostories img.photos{
		display:block;
		margin:0px 0px 0px 0px;
	}
	#right img.headersupportMusic{
		display:block;
		margin:0px 0px 8px 0px;
	}
	#right #musicPlayer {
		width:300px;
		height:378px;
		margin:0;
	}