/* BON JOVI */
/* News Section Stylesheet
----------------------------------------------------------------------------- */


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


/* LAYOUT
----------------------------------------------------------------------------- */


	#page-news #content {

	float: left;

	}

	#page-news #sidebar {

	float: right;

	}


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


	#page-story #story h3 {

	display: none;

	}


/* ARCHIVE PAGE
----------------------------------------------------------------------------- */


	#page-archive #archive h3 {

	display: none;

	}


/* Q&AS PAGE
----------------------------------------------------------------------------- */


	#page-qas #qas {
	
	float: left;
	width: 100%;
	margin-bottom: 20px;
	
	}

	#page-qas #qas h3, 
	#page-qas #qas h4 {

	display: none !important;

	}

	#page-qas #qas strong {

	padding: 0 15px 15px 0;
	float: left;

	}

	#page-qas #qas em {

	float: right;

	}

	#page-qas #qas div.story strong, 
	#page-qas #qas div.story em {

	padding: 0;
	float: none;

	}


/* ASK OBIE PAGE
----------------------------------------------------------------------------- */

	
	#page-ask div.widget-comment.box {
	
	float: left;
	margin-bottom: 20px;
	
	}


/* Q&A DETAILS PAGE
----------------------------------------------------------------------------- */


	#page-qa #qa h4 {

	display: none;

	}

	#page-qa #qa em {

	display: inline;
	float: right;

	}


/* REVIEW QUESTIONS PAGE
----------------------------------------------------------------------------- */


	#page-questions #instructions h4, 
	#page-questions #instructions strong, 
	#page-questions #instructions div.tags {

	display: none;

	}
	
	#page-questions #questions ul.actions, 
	#page-questions #questions ul.paging {
	
	display: block;
	
	}
	
	#page-questions #qas ul.stories li h4 {
	
	display: none;
		
	}
	
	#page-questions #qas p.lead {
		
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
		
	}
	
	#page-questions #qas ul.stories li ul.actions {
		
	clear: both;
	border: 0;
	padding: 5px 0 10px 0;
		
	}
	
	#page-questions #qas ul.stories li ul.actions li {
		
	border: 0;
		
	}
	
	#page-questions #qas ul.stories li ul.actions li a.action {
		
	padding: 6px 10px;
	color: #fff;
	background-color: #c00;
		
	}
	
	#page-questions #qas ul.stories li strong {
		
	display: block;
	float: left;
	padding: 0 10px 0 0;
		
	}
	
	#page-questions #qas ul.stories li em {
	
	display: block;
	float: right;
		
	}
	
	#page-questions #qas ul.stories li div.story strong,
	#page-questions #qas ul.stories li div.story em {
	
	display: inline;	
	float: none;
	padding: 0;
		
	}
	
	#page-questions #comments ul.pages {
	
	clear: none;
	float: right;
	display: block;
	
	}
	
	#page-questions #comments ul.pages li a.more, #page-questions #comments ul.pages li a.back {
	
	display: none !important;
	
	}

