@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - NEWS : 	David Nail Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		dn_news.css
	Date:			Apr 5, 2011
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navNews a { color:#629ec9; }
	#footer .info .nav li.news a { color:#629ec9; }
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {}
		h3 a { color:#fff; }
			h3 a:hover { color:#629ec9; }
		#news li {
			margin:1px 0 0 0; padding:8px 0 8px 6px;
		}
			#news li .info {
				width:460px;
				font-size:14px; color:#caced0; word-wrap:break-word;
				float:left;
			}
				#news li .info h3 { padding:0 0 10px 0; font-size:20px; }
				#news li .info .img {
					height:100px; padding:0 10px 4px 0;
					float:left;
				}
				#news li .info .social { padding:15px 0 0 0; color:#fff; }
		.ft { padding:9px 0 0 0; text-align:right; }
			.ft a.more { 
				padding:0 10px 0 0;
				background:url(../../images/arrow.png) right 5px no-repeat;
				font-size:14px; color:#fff;
			}
				.ft a.more:hover { color:#629ec9; }
				
/*	--------------------------------------------------------------------------------------------------------------------------
	#news.single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news.single {}
		#news.single h3 { padding:0 0 5px 0; font-size:20px; }
		#news.single .entry { padding:8px 0 8px 6px; }
			#news.single .entry .info {
				width:460px;
				font-size:14px; color:#caced0; word-wrap:break-word;
				float:left;
			}
				#news.single .entry .info embed, #news.single .entry .info object { width:450px !important; }
				#news.single .entry .info .footer { padding:10px 0 0 0; }
				#news.single .entry .info .social { padding:10px 0 0 0; }
				ul.socialLinks { padding:0; }
				
/*	--------------------------------------------------------------------------------------------------------------------------
	#news .archives Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news.archives { padding:10px 0 0 0; }
		#news.archives ul { padding:0 0 15px 0; }
		#news.archives li { padding:5px 7px; }
		#news.archives h4 {
			font-size:13px;
			float:left;
		}
		#news.archives .count {
			padding:0 0 0 7px;
			font-size:11px; color:#caced0;
			float:left;
		}
		#news.archives h3 {
			width:455px; padding:4px 0;
			font-size:16px; word-wrap:break-word;
			float:left;
		}
		#news.archives .commentCount {
			width:23px; height:22px; margin:4px 0 0 0; padding:3px 0 0 0;
			background:url(../../images/sprites.png) -196px -470px no-repeat;
			font-size:11px; color:#fff;
			text-align:center;
			float:right; overflow:hidden;
		}
		#news.archives .date.format {
			width:27px; height:27px; padding:0;
		}
			#news.archives .date.format .month { display:none;}
			#news.archives .date.format .day { font-size:17px; }
