/* BON JOVI */
/* PAGE: New Site
----------------------------------------------------------------------------- */

	
	div#get_ready div.main {
		
	width: auto;
	padding-bottom: 40px;
		
	}
	
	
/* WIDGET: EDITORIAL
----------------------------------------------------------------------------- */

	div#get_ready h2 {
	
	display: none;
		
	}
	
	div.pane.display {
	
	width: 940px;
	padding: 20px;
	border: 2px solid #777;
	background: url("../skins/thecircle/images/bg-pane-white.png");
	
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
		
	position: relative;
		
	}

	div.pane.display h3 {
	
	display: none;
		
	}
	
	div.pane.display h4 {
		
	color: #ae1c16;
	text-align: center;
	font-size: 38px;
		
	}
	
	div.pane.display div.story {
	
	width: 670px;
	margin: 0 auto;
	text-align: center;
	
	}
	
	div.pane.display div.story ul {
	
	list-style-type: none;
	font-weight: bold;
	
	}
	
	div.pane.display > strong {
	
	display: none;
	float: left;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
	padding: 5px 2px 5px 5px;
	color: #fff;
	background: #000;
	position: absolute;
	top: 20px;
	left: 20px;	
	
	}
	
	
/* COMMENTS
----------------------------------------------------------------------------- */

	div.widget-comment {
	
	padding: 29px 20px 20px;
	width: 940px !important;	
	border: 2px solid #C9C9C9;
	border-top: 0;
	margin-top: -9px;

	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;

	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
		
	}
	
	div.widget-comment h3 {
	
	text-align: center;
	
	}
	
	div.widget-comment textarea, div.widget-comment ul.actions {
	
	display: block;
	float: none;
	width: 550px;
	margin: 0 auto 20px auto;
		
	}
	
	div.widget-comment ul.actions {
	
	width: 90px;
	
	}
	
	div.widget-comment a.cancel, div.widget-comment small, div.widget-comment br, div.widget-alert p {
	
	display: none;
	
	}
	
	div.widget-comment p {
	
	font-weight: bold;
	text-align: center;
	margin: 0;
	
	}
	
	div.widget-comment p a {
	
	display: block;
	width: 324px;
	margin: 0 auto;
	color: #fff;
	background-color: #ae1c16;
	padding: 2px;
	text-transform: uppercase;
	
	}

	div.widget-alert {
	
	color: #fff;
	text-align: center;
	
	}
	
	div.widget-alert h3 {
	
	margin-bottom: 0;
	background-color: #ae1c16;
	
	}
