/* CARRIE UNDERWOOD */
/* Section Stylesheet: News
----------------------------------------------------------------------------------- */


	@import url("widget-comment.css");
	@import url("widget-editorial.css");
	@import url("widget-photo.css");
	@import url("widget-event.css");
	@import url("widget-tag.css");


/* NEWS - BROWSE
--------------------------------------------------------------------------- */


	#all-news,
	#live-news,
	#fans-news,
	#congrats-news,
	#carrie-news,
	#givingback-news {
	
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;

		}
		
	#latestnews ul.tabs {
		
		padding-left: 30px !important;
		width: 566px !important;
	
		}
		
	#latestnews .tabs li {
	
		margin-right: 12px;
		padding-right: 16px;

		}
		

/* NEWS - DISPLAY
--------------------------------------------------------------------------- */


	#story {
		
		position: relative;
		width: 566px;
		background: #262626;
		padding: 15px;
		margin: 0 0 25px 0;
		float: left;

		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
		}
		
	#story h3 {
	
		display: none;
		
		}
		
	#story img {
	
		float: left;
		margin: 0 15px 15px 0;
	
		}
		
	#story > strong {
		
		font-size: 20px;
		line-height: 22px;
		display: block;
		color: #ffffff;
		float: left;
		width: 350px;
		margin-bottom: 15px;
		
		}
		
	#story h4 {
	
		clear: none;
		color: #b79b63 !important;
		
		}
		
	#story div.tags {
	
		float: left;
		
		}


/* NEWS ARCHIVE - SIDEBAR
--------------------------------------------------------------------------- */

				
	#sidebar div.widget-editorial ul.headlines li {
		
		width: 236px;
		margin: 0;
		padding: 10px;
		border-bottom: 1px solid #333;
		
		}
		
	#sidebar div.widget-editorial ul.headlines li strong {

		left: 10px;
		top: 10px;
		color: #a1a1a1 !important;
		
		}
		
	#sidebar div.widget-editorial ul.headlines li a {
		
		font-size: 14px;
		line-height: 16px;
		color: #fff !important;
		margin: 25px 0 0 0;
		width: 236px;
		
		}
		
	#sidebar div.widget-editorial ul.headlines li a.comments {
		
		position: static;
		color: #b79b63 !important;
		font-size: 10px;
		margin: 10px 0 0 0;
		
		}
		
	#sidebar div.widget-editorial ul.actions {
	
		padding: 20px 10px 10px 0;
		
		}
		
	#sidebar div.widget-editorial ul.actions li {

		margin: 0;

		}
		
	#sidebar div.widget-editorial ul.actions li a.next {
	
		margin: 0 0 0 10px;

		}
		
		
/* CONTEST INFORMATION
--------------------------------------------------------------------------- */


	#page-contest #story strong,
	#page-contest #story div.tags {
	
		display: none;
	
		}
