/** Generic Interactive Styles **/
.cnn-interactive {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	line-height: 1;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}
.cnn-interactive ul {
	list-style: none;	
}
.cnn-interactive p {
	padding: 0;
	font-size: 13px;	
	line-height: 1.2;
}

/** Leading Women Quote Generator **/
#leadingWomenQuoteGenerator {
	font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; 
	color: #333;
}
#leadingWomenQuoteGenerator .sprite {
	display: block;
	background: url('../images/sprite.png') no-repeat transparent;
}
#leadingWomenQuoteGenerator .inner-wrapper {
	position: relative;
	width: 978px;
	height: 489px;
	background: url('../images/main_bg.png') repeat-x;
	border: 1px solid #999;
}
#leadingWomenQuoteGenerator .inner-wrapper > div {
	-webkit-transform: translate3d(0, 0, 0);
}
#leadingWomenQuoteGenerator a {
	color: #333;
	text-decoration: underline;
}

/** Main Content Pane **/
#leadingWomenQuoteGenerator .main-content {
	display: none;
	width: 100%;
	height: 100%;
}
#leadingWomenQuoteGenerator .main-content > div {
	display: none;
}

/** Intro **/
#leadingWomenQuoteGenerator .intro-pane {
	display: block;
	width: 65%;
	padding: 50px;
}
#leadingWomenQuoteGenerator .intro-heading {
	margin: 0 0 30px;
	font-size: 55px;
	font-weight: bold;
	line-height: 1;
}
#leadingWomenQuoteGenerator .intro-text {
	font-size: 19px;
	margin-bottom: 10px;
}
/** Quote **/
#leadingWomenQuoteGenerator .quote-container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#leadingWomenQuoteGenerator .quote-container > img {
	width: 100%;
	height: 100%;
}
#leadingWomenQuoteGenerator .quote-info {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}
#leadingWomenQuoteGenerator .quote-info a {
	color: #333;
}
/** Customise **/
#leadingWomenQuoteGenerator .backgrounds-list {
	display: block;	
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -95px 0 0 -313.5px;
	overflow: hidden;
}
#leadingWomenQuoteGenerator .background-item {
	float: left;
	width: 169px;
	height: 169px;
	margin: 0 20px;
	cursor: pointer;
}
#leadingWomenQuoteGenerator .background-item.bg-0 { background-position: 0 -153px; }
#leadingWomenQuoteGenerator .background-item.bg-1 { background-position: 0 -321px; }
#leadingWomenQuoteGenerator .background-item.bg-2 { background-position: -170px -153px; }
#leadingWomenQuoteGenerator .background-heading {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 130px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}

/** Action Handles **/
#leadingWomenQuoteGenerator .button,
#leadingWomenQuoteGenerator .ribbon {
	position: absolute;
	font-size: 16px;
	display: none;
	text-align: center;
	text-transform: uppercase;
	color: #363635;
	cursor: pointer;
}
#leadingWomenQuoteGenerator .ribbon {
	right: -12px;
	top: 325px;
	width: 181px;
	height: 50px;
	text-indent: 8px;
	line-height: 43px;
	background-position: -174px -337px;
}
#leadingWomenQuoteGenerator .button {
	bottom: 80px;
	background-position: -107px 0;
	width: 198px;
	height: 37px;
	line-height: 40px;
}
#leadingWomenQuoteGenerator .button:active {
	bottom: 79px;
}
#leadingWomenQuoteGenerator .customise-button {
	left: 400px;
}
#leadingWomenQuoteGenerator .show-more-button {
	left: 185px;
}
#leadingWomenQuoteGenerator .sharing-link-list-wrapper {
	display: none;
	position: absolute;
	bottom: 15px;
	left: 180px;
}
#leadingWomenQuoteGenerator .sharing-prompt-heading {
	background-position: -229px -397px;
	width: 126px;
	height: 34px;
	margin: 0 0 10px 4px;
	text-indent: -9999px;
}
#leadingWomenQuoteGenerator .sharing-link-list li {
	float: left;
	margin: 0 4px;
}
#leadingWomenQuoteGenerator .sharing-link-list .facebook { 
	background-position: -126px -57px;
	width: 136px;
	height: 42px;
}
#leadingWomenQuoteGenerator .sharing-link-list .twitter {
	background-position: 0 -102px;
	width: 122px;
	height: 42px;
}
#leadingWomenQuoteGenerator .sharing-link-list .pinterest { 
	background-position: -126px -102px;
	width: 94px;
	height: 42px;
}
#leadingWomenQuoteGenerator .sharing-link-list .tumblr { 
	background-position: 0 -57px;
	width: 122px;
	height: 42px;
}

/** Navigation Arrows **/
#leadingWomenQuoteGenerator .navigation-arrow {
	position: absolute;
	display: none;
	top: 230px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#leadingWomenQuoteGenerator .navigation-arrow:active {
	top: 232px;
}
#leadingWomenQuoteGenerator .navigation-arrow.arrow-left {
	left: -12px;
	background-position: -53px 0;
}
#leadingWomenQuoteGenerator .navigation-arrow.arrow-right {
	right: -12px;
	background-position: 0 0;
}

/** End Notes **/
#leadingWomenQuoteGenerator .credits {
	float: right;
	width: 45%;
	font-size: 11px;
	text-align: right;
	color: #666;
	margin-top: 8px;
}
#leadingWomenQuoteGenerator .credits strong {
	font-weight: bold;
}