/* COUNTRY THROWDOWN TOUR */
/* Section Stylesheet: News
----------------------------------------------------------------------------------- */


	@import url('widget-comment.css');
	@import url('widget-editorial.css');
	@import url('widget-event.css');
	@import url('twitter.css');


/* HEADINGS
----------------------------------------------------------------------------------- */

	.section-news #title {
	
	margin: 0;
	
	}	
	
	.section-news h2 {
	
	background: url(../images/skin-default/layout/h2-news.gif) no-repeat center center;

	}
	
	#page-ontheroad h2,
	#page-ontheroad-story h2 {
	
	font-size: 58px;
	line-height: 0px;
	width: 960px;
	margin-bottom: 25px;
	background: url(../images/skin-default/layout/h2-ontheroad.gif) no-repeat 8px 7px;
	
	}
	
	
/* NEWS
----------------------------------------------------------------------------------- */
	
	#news {
	
	clear: none !important;
	float: left;
		
	}
	
	#news h3 {
	
	display: none;
	
	}
	
	#news,
	#on_the_road {
		
	width: 640px;
		
	}
		
	/* Pagination */
	
	#news ul.pages,
	#on_the_road ul.pages {
		
	display: block;
	clear: both;
	margin-top: 20px;
		
	}
	
	#news ul.pages li,
	#on_the_road ul.pages li {
		
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
	border: 0;
		
	}
	
	#news ul.pages li a,
	#news ul.pages li strong,
	#on_the_road ul.pages li a,
	#on_the_road ul.pages li strong {
		
	padding: 5px 10px;
	background: #b7202d;
	color: #ede1d1;
	text-transform: uppercase;
	display: block;
		
	}
	
	#news ul.pages li strong,
	#on_the_road ul.pages li strong {
	
	float: none;
	font-size: 14px;
	font-weight: bold;	
	background-color: #000;
		
	}
	
	#news ul.pages li a:hover,
	#on_the_road ul.pages li a:hover {
		
	background: #db0315;
		
	}
	
	#news ul.pages li a.back,
	#on_the_road ul.pages li a.back {
				
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;

	}
	
	#news ul.pages li a.more,
	#on_the_road ul.pages li a.more {
				
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;

	}
	

/* STORY
----------------------------------------------------------------------------- */

	.section-news div.main div.widget-editorial.display {
		
	width: 640px;
		
	}
	
	
/* LATEST TWEETS
----------------------------------------------------------------------------------- */

	#twitter {

	padding: 10px;
	background: #000;
	
	}
	
	#twitter h3 {
	
	color: #fff;	
	border-bottom: 5px solid #fff;
	margin-bottom: 10px;
		
	}
	
	
/* ON THE ROAD
----------------------------------------------------------------------------------- */

	
	#page-ontheroad div#on_the_road > h3 {
	
	display: none;
	
	}


	
