@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Low Altitude NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		article.css
	Date:			May 20, 2008
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	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: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 a {
		color:#dddddd;
		text-decoration:none;
	}
	#left a:hover {
		text-decoration:underline;
	}
	
	#left #news img.headerNews{
		display:block;
		margin:0px 0px 8px 0px;
	}
	#left #news div.newsImg{
		display:block;
		float:left;
		margin:0px 20px 7px 0px;
	}
	#left #news h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:25px;
		color:#dea115;
		line-height:25px;
		margin:0px 0px 47px 0px;
		padding:0px;
	}
	#left #news #newsLinks{
		width:537px;
		height:8px;
		margin:36px 0px 0px 0px;
	}
	#left #news #newsLinks img.readMore{
		display:block;
		float:left;
		margin:0px 0px 0px 0px;
	}
	#left #news #newsLinks img.comment{
		display:block;
		float:left;
		margin:0px 0px 0px 29px;
	}
	#left #news #newsLinks img.bookmark{
		display:block;
		float:left;
		margin:0px 0px 0px 29px;
	}
	#left #news #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;
            }
	
	/*	--------------------------------------------------------------------------------------------------------------------------
	comments Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#comments {
		margin:10px 0 0 0 ;
		padding:10px;
	}
	#comments .item {
		padding:10px;
		margin:0 0 5px 0;
		background:#131719;
	}
	#comments .item .content {
		width:360px;
		float:left;
		margin:0 0 5px 0;
	}
	#comments .item .content h3 {
		margin:0 0 0px 0;
	}
	#comments .item .content p.text {
		margin:0 0 10px 0; padding:0;
	}
	#comments .item .content p.date {
		margin:0; padding:0;
		font:10px Arial, Helvetica, sans-serif;
	}
	#comments .item .profile {
		float:left;
	}
	#comments .item .profile .pic {
		float:left;
	}
	#comments .item .profile .links {
		list-style:none;
		margin:0; padding:0 0 0 15px;
		float:left;
	}
	
	
			
	/*	--------------------------------------------------------------------------------------------------------------------------
	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:#3e4444;
		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;
	}

