@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic);

body {
	background: #F8F8F8;
	min-width: 100px;
	width: 100%;
	overflow-x: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
html.noscroll {
	overflow-y: hidden;
}
html.noscroll body {
	overflow: hidden !important;
}

header.fanpop {
	background-color: #25aae1;
	height: 40px;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:9998;
}
header.fanpop h1 {
	position:absolute;
	top: -50px;
}
header.fanpop .title img {
	display:block;
	margin:auto;
	height: 40px;
	width: 137px;
}

header.fanpop .nav-btn {
	display: block;
	position:absolute;
	top:0;
	left:0;
	width: 40px;
	height: 40px;
	padding: 0px;
	border: 0px;
	outline: none;
	background: url(http://www.fanpop.com/images/2011/menu-white-36.png) 50% 7px no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
	/*border-right: 1px solid #B4B4B4;*/
}

header.fanpop .nav-btn:hover {
	background-color: rgba(0,0,0,0.3);
}
header.fanpop .nav-btn:active {
	background-position: 50% 9px;
	background-color: rgba(0,0,0,0.6);
}

header.fanpop .search-btn {
	display: block;
	position:absolute;
	top:0px;
	left:40px;
	width: 40px;
	height: 40px;
	padding: 0px;
	border: 0px;
	outline: none;
	background: url(http://www.fanpop.com/images/2011/search-button.png) 50% 0px no-repeat;
	background-size: 100%;
	background-position: center;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	opacity: 1;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

header.fanpop .search-btn-on {
	background: url(http://www.fanpop.com/images/2011/search-button.png) 50% 0px no-repeat rgba(0,0,0,0.5);
	background-size: 100%;
	background-position: center;
}


header.fanpop .search-btn:hover {
	background: url(http://www.fanpop.com/images/2011/search-button.png) 50% 0px no-repeat rgba(0,0,0,0.5);
	background-size: 100%;
	background-position: center;
}
header.fanpop .search-btn:active {
}

#search-slider {
  position: fixed;
  top: -80px;
  left: 0px;
  width: 100%;
  color: #FFFFFF;
  background-color: #FFFFFF;
  z-index: 100;
  /*transition: top 0.7s ease-in-out;*/
}

.search-slider-form {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.search-slider-form .card-search-text-input {
  width:270px;
  border: 1px solid rgb(0, 174, 239);
  height: 28px;
  margin: 10px 0 10px 10px;
  padding: 0 0 0 0;
  vertical-align: top;
}

.card-search-submit-button {
  width: 30px;
  height: 30px;
  margin: 10px 0 10px -5px;
  vertical-align: top;
}

.card-search-results {
  margin: 0 0 -50px 0;
  padding: 120px 10px 0px 13px;
  font-size: 16px;
  font-family: 'Lato',Arial,sans-serif;
  color: rgb(120, 120, 120);	
  text-align: center;
}

/* Begin Dave's Search Bar Styling */

.contentcard.search-club-card div.search-club-block {
  vertical-align: middle;
  padding: 5px 6px 1px 10px;
  cursor: pointer;
}

.contentcard.search-club-card div.search-card-club-name-count {
  word-wrap: break-word;
  width: 210px;
  display: inline-block;
  vertical-align: middle;
}


.contentcard.search-club-card .search-club-card-logo {
  vertical-align: middle;
}

.contentcard.search-club-card div.search-club-card-body {
  padding-bottom: 14px;
  width: 300px;
}

.contentcard.search-club-card .search-club-card-header {
  color: #25aae1;
  font-size: 18px;
  font-weight: 300;
  margin: 15px 10px 5px 25px;
}

.contentcard.search-club-card .search-club-card-name {
  color: #333333;
  font-weight: 300;
  font-size: 15px;
}

.contentcard.search-club-card .search-club-card-count {
  color: #bcbcbc;
  font-weight: 300;
  font-size: 10px;
}

.contentcard.search-club-card .search-club-card-logo {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 3px 10px 3px 12px;
  
}

.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}    

/* Form wrapper styling */

.form-wrapper {
	padding: 10px;
	margin: 10px auto 10px auto;
	background: #444;
	background: rgba(0,0,0,.2);
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
 
/* Form text input */
 
.form-wrapper input {
	height: 16px;
	padding: 10px 5px;
	float: left;    
	font: 16px 'Lato',Arial,sans-serif;
	font-weight: 400;
	border: 0;
	background: #eee;
	border-radius: 3px 0 0 3px;      
}

@media screen and (max-width:500px) {
	.form-wrapper {
		width: 280px;
	}
	.form-wrapper input {
		width: 234px;
	}
}
@media screen and (min-width:501px) {
	.form-wrapper {
		width: 426px;
	}
	 
	/* Form text input */
	 
	.form-wrapper input {
		width: 380px;
	}
}
 
.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 36px;
    width: 36px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #2caae1;
    border-radius: 0 3px 3px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   
   
.form-wrapper button:hover{     
    background: #dcdcdc;
}   
   
.form-wrapper button:active,
.form-wrapper button:focus{   
    background: #214b7a;
    outline: 0;   
}
 
.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #2caae1 transparent;
    top: 12px;
    left: -6px;
}
 
.form-wrapper button:hover:before{
    border-right-color: #dcdcdc;
}
 
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #214b7a;
}      
 
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

.search-form-btn {
  height: 36px;
  width: 36px;
}

/* End Dave's Search Bar Styling */


header.fanpop, header.fanpop.shadow {
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
body nav {
	font-family: 'Lato',Arial,sans-serif;
	height: 100%;
	width: 260px;
	background: #505050;
	-webkit-box-shadow: inset -10px 0px 10px -5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset -10px 0px 10px -5px rgba(0, 0, 0, 0.25);
	box-shadow: inset -10px 0px 10px -5px rgba(0, 0, 0, 0.25);
	top:58px;
	position:fixed;
	z-index:9998; 
	left: -261px;
	overflow-y:auto;
}

body.shownav nav {
	left:0;
	border-right: 5px solid #F8F8F8;
}
body.hidenav nav {
	left:-261px;
}
body.shownav main, body.shownav.fullslide header.fanpop {
	left:0; /* change to 261px to shift whole main area over when nav open */
}
body.hidenav main, body.hidenav header.fanpop {
	left:0;
}
body nav .nav-title {
	position:absolute;
	left:-100%;
	width: 100%;
}
body nav ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	font-size:16px;
	color: #CCCCCC;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
}
body nav ul a {
	height: 50px;
	line-height: 50px;
	overflow:hidden;
	display:block;
}
body nav ul a, body nav ul a:visited, body nav ul a:link {
	color: #CCCCCC;
}
body nav ul a:hover {
	color: #FFFFFF;
	background-color: rgba(37,170,225, 1);
}

body nav ul li {
	position:relative;
	vertical-align: middle;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
body nav ul li a {
	padding-left:16px;
}
body nav ul.highlight {
	border-top: 1px solid rgba(255,255,255,0.25);
	border-bottom: 1px solid rgba(255,255,255,0.25);
	background-color: rgba(0,0,0,0.25);
}
body nav ul.highlight li a {
	padding-left:60px;
}
body nav ul li.club-name {
	word-wrap: break-word;
	font-weight:700;
	color:#FFFFFF;
}
body nav ul li.club-name img {
	border: 2px solid rgba(255,255,255,0.7);
	border-radius: 50%;
	vertical-align: middle;
	margin: 8px 8px 8px 8px;
	height: 40px;
	width: 40px
	display:inline-block;
}
body nav ul li.club-name div {
	display:inline-block;
	vertical-align:middle;
	width: 180px;
	padding: 4px 0 4px 0;
}
body nav ul li.is-active:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -1px;
	margin-top: -10px;
	border-top: 10px transparent solid;
	border-bottom: 10px transparent solid;
	border-right: 10px #F8F8F8 solid;
}

main {
	font-family: 'Lato',Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 58px 0 50px 0;
	position: relative;
}
body.welcome main {
	margin-top: 40px;
}
header header.club-header {
	position: static;
	background-color: #000000;
	color: #FFFFFF;
	height: 18px;
	text-align: center;
	font-family: 'Lato',Arial,sans-serif;
	font-size: 10px;
	line-height:18px;
}

#cardcontainer-hidden {
	position:absolute;
	right:0px;
}
#cardcontainer {
	height: 150px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-top: 0px;
	height: 500px;
	width:302px;
	position:relative;
}

#cardcontainer.blur {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}

.contentcard {
	font-family: 'Lato',Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 20px 0;
	position:relative;
}
.contentcard.card-border, .contentcard .card-border {
	border: 1px solid rgb(178, 178, 178);
	background: #FFFFFF;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	padding-bottom: 0px;
}

.contentcard h1 {
	font-size:inherit;
	font-weight:inherit;
	margin:inherit;
}

.card-body {
	color: #000000;
	display:block;
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: bottom;
	width:300px;
	overflow:hidden;
}
.card-body .title-bar {
	background-color:#FFFFFF;
	position:relative;
	line-height:1.3;
	min-height:45px;
	text-align:left;
}
.articlecontentcard .card-body .title-bar {
	min-height:0;
}
.card-body .title-bar .title {
	display:block;
	word-wrap: break-word;
	font-family: 'Lato',Arial,sans-serif;
	font-size:15px;
	font-weight:400;
	margin: 0 0 0 0;
	padding: 5px 10px 0 54px;
	text-align: left;
	color: #000000;
}
.card-body .title-bar .submitter-text {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	font-size:11px;
	font-weight:400;
	color:#666666;
	padding:0 0 5px 54px;
}

.card-body .card-body-image {
	position: relative;
	background-color:#303030;
}
.card-body .card-body-image a, body.mobile.tablet .contentcard.videocontentcard .card-body-image a {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
body.mobile .contentcard.videocontentcard .card-body-image a {
	cursor: pointer;
}
.contentcard.videocontentcard .card-body-image iframe {
	display:block;
}
.card-body .card-body-image img {
	display:block;
	margin:auto;
	border: 0 solid #FFFFFF;
}
.card-body .card-body-image img.shadow {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.35), 0 0 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.35), 0 0 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.35), 0 0 1px rgba(0,0,0,.1);
}
.card-body .card-body-image.icon {
	background-color:#303030;
	padding:20px 0 18px 0;
}
.card-body .card-body-image.icon img {
	border: 3px solid #FFFFFF;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.35), 0 0 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.35), 0 0 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.35), 0 0 1px rgba(0,0,0,.1);
}
.card-body .title-bar .submitter-image {
	text-align:left;
	left:10px;
	display:inline-block;
	height:39px;
	width:39px;
	position:absolute;
	top:3px;
	z-index:1;
}
.card-body .title-bar .submitter-image img {
	border: 2px solid rgb(255,255,255);
	padding: 0 0 0 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}


.card-body .title-bar .popculture-club-icon img {
	margin: 4px, 0, 0, 4px;
	float: left;
	margin: 4px, 0, 0, 4px;
}

.card-body .title-bar .popculture-club-icon img {
	border: 2px solid rgb(255,255,255);
	margin: 4px, 0, 0, 4px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	margin: 4px, 0, 0, 4px;
	margin-left: 10px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.chatter-text {
  color: rgb(37, 170, 225); 
  text-align: left;
  margin: 12px 15px 15px 15px;
  font-size: 18px;
  word-wrap: break-word;
}  

div.chatter-submitter-text {
  padding:13px 0 5px 54px;
  font-size:14px;
  font-weight:400;	
  white-space:nowrap;
  overflow:hidden;
  color:#666666;
  margin: 10px 0 0 0;
}

.chatter-post-time {
  color: rgb(150, 150, 150);
  text-align: left;
  font-weight: 200;
  margin: 0 15px 18px 15px;
  font-size: 14px;
}

.card-body .card-title {
	display:block;
	text-decoration: none;
	text-align: left;
	margin: 6px 12px;
	font-family: 'Lato',Arial,sans-serif;
	font-size: 17px;
	font-weight: 400;
}
.bigcard .card-body .card-title {
	font-size:20px;
	font-weight:700;
}
.card-body .article_attribution {
	background-color:#FFFFFF;
	position:relative;
	line-height:1.3;
	min-height:29px;
	margin-bottom:6px;
}
.card-body .article_attribution .title {
	display:block;
	word-wrap: break-word;
	font-family: 'Lato',Arial,sans-serif;
	margin: 0 0 0 0;
	padding: 7px 10px 6px 44px;
	font-size: 13px;
	text-align: left;
	color: #000000;
	font-weight:400;
}
.bigcard .card-body .article_attribution .title {
	padding-left:54px;
}
.card-body .article_attribution .title .submitter-text {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	font-size:11px;
	color:#666666;
}
.bigcard .card-body .article_attribution .title .submitter-text {
	font-size:14px;
}
.card-body .article_attribution .submitter-image {
	text-align:left;
	left:12px;
	display:inline-block;
	position:absolute;
	z-index:1;
}
.card-body .article_attribution .submitter-image img {
	border: 1px solid rgb(255,255,255);
	padding: 0 0 0 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}
.bigcard .card-body .article_attribution .submitter-image img {
	width: 35px;
	height: 35px;
}
.card-body .article_body {
	color: #666;
	font-family: 'Lato', Arial,sans-serif;
	font-size:12px;
	font-weight:400;
	display: block;
	margin: 0 12px 12px 12px;
	text-align: left;
	word-wrap: break-word;
}
.card-body .article_body.clickable {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.bigcard .card-body .article_body {
	font-size:14px;
}
.card-body .article_body b {
	font-weight:700;
}
.card-body .article_body .card-article-image-container {
	width:300px;
	left:-12px;
	position:relative;
	margin: 4px 0 8px 0;
}
.bigcardx .card-body .article_body .card-article-image-container {
	max-width:300px;
	width:300px;
}

.card-body .article_body .card-article-image-block {
	margin: 0 auto 0 auto;
}
.bigcardx .card-body .article_body .card-article-image-block {
	max-width:300px;
}
.card-body .article_body img.card-article-image {
	max-width: 300px;
	display: block;
}
.card-body .article_body img.card-article-image.rounded {
	border-radius:5px;
}
.bigcardx .card-body .article_body img.card-article-image.rounded {
	border-radius: 0;
	height: auto;
}
.bigcardx .card-body .article_body img.card-article-image {
	height: auto;
}
.card-body .article_body .left img.card-article-image.rounded {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.card-body .article_body .right img.card-article-image.rounded {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.card-body .article_body .card-article-caption {
	font-family: 'Lato',Arial,sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 10px;
	color: #AAAAAA;
	text-align: center;
	padding:2px 10px 0 10px;
}
.bigcard .card-body .article_body .card-article-caption {
	font-size:12px;
	font-style:normal;
}
.card-body .continue-reading {
	margin: 4px 0;
	display: block;
	background-color: #F0F0F0;
	text-align: center;
	padding: 8px;
	border-radius: 5px;
}
.card-body .continue-reading.original {
	margin: 0 0;
	display: block;
	background-color: transparent;
	text-align: left;
	padding: 0;
	border-radius: 0;
}
.card-body .continue-reading.optimizely2 {
	margin: 12px -12px 0;
	display: block;
	background-color: #F0F0F0;
	text-align: center;
	padding: 8px;
}
.bigcard .card-body .article_body .card-article-image-container {
	width:622px;
}
.bigcard .card-body .article_body .card-article-image-container.right {
	float:right;
	left:auto;
	right:-12px;
	margin-bottom:15px;
}
.bigcard .card-body .article_body .card-article-image-container.left {
	float:left;
	margin-bottom:15px;
}
.bigcard .card-body .article_body img.card-article-image {
	max-width: 622px;
	display: block;
}

.contentcard .clickable {
	cursor:pointer;
}

a.popculture-club-name {
  font-size: 11px;
  color: rgb(90, 90, 90);
  text-decoration: none;
  margin: 0 8px -20px 0;
  font-weight: 400;
  padding: 0 0 0 0;
  line-height: normal;
}

.welcome-top-fan-clubs {
  margin: 12px 0px 12px 15px;
}

.welcome-club-menu-icon {
  border-radius: 50%;
  vertical-align: middle;
  margin: 3px 9px 5px -35px;
}

div.popculture-text {
  color: rgb(140, 140, 140);
  text-align: left;
  font-size: 11px;
  margin: 6px 13px 13px 13px;
}

div.popculture-title {
  padding: 2px 10px 0 73px;
  line-height: normal;
}

.card-footer {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0;
	margin-top: 0;
	width:300px;
	border-top: 1px solid #E5E5E5;
}

.card-footer-name {
	text-align: right;
	text-decoration: none;
	color: #B8B8B8;
	float: right;
	margin-right: 3px;
	font-weight: 100;
	font-size: 14px;
	font-family: 'Lato',Arial,sans-serif;
	vertical-align: top;
}

.card-footer-controls {
	font-family: 'Lato',Arial,sans-serif;
	font-size: 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	vertical-align: bottom;
	background-color: #F7F9F9;
	text-align: left;
	padding:5px 0 5px 0;
	height:21px;
	position:relative;
	z-index:0;
	max-width:300px;
	border-top:1px solid #E5E5E5;
	cursor:default;
}
.card-footer-controls .clickable {
	cursor:pointer;
}
.card-footer-controls .like {
	margin:0 0 0 16px;
	display:inline-block;
	height:16px;
}
.card-footer-controls .like .image {
	background: url(http://images2.fanpop.com/images/cards/cutouts/likestar-cutout-fat.png) no-repeat top center / 16px 16px;
	position:absolute;
	height:16px;
	width:16px;
	opacity:1;
	background-color:#BCBCBC;
	margin-top:0;
}
.card-footer-controls .like.heart .image {
	background: url(http://images2.fanpop.com/images/cards/cutouts/like-cutout-36x32.png) no-repeat top center / 18px 16px;
	width:18px;
}
.card-footer-controls .like.clickable:hover .image {
	background-color:#00AEEF;
}
.card-footer-controls .like.clickable:hover .count {
	color:#00AEEF;
}
.card-footer-controls .like.on .image {
	background-color:#00AEEF;
}
.card-footer-controls .like.self .image, .card-footer-controls .like.clickable.self .image {
	background-color:#00C000;
}
.card-footer-controls .like.self .count, .card-footer-controls .like.clickable.self .image {
	color:#00C000;
}
.card-footer-controls .like .count, .card-footer-controls .comment .count, .card-footer-controls .share .text {
	color: #BCBCBC;
	font-size: 12px;
	font-weight:300;
	vertical-align: top;
	position:relative;
	bottom:2px;
	line-height:22px;
	min-width:20px;
}
.card-footer-controls .like.on .count, .card-footer-controls .comment.on .count, .card-footer-controls .collect.on .count, .card-footer-controls .share.on .text {
	color:#00AEEF;
}
.card-footer-controls .like .count {
	text-indent: 19px;
}
.card-footer-controls .like.heart .count {
	text-indent: 22px;
}
.card-footer-controls .comment {
	margin:0 0 0 16px;
	display:inline-block;
	height:16px;
}
.card-footer-controls .comment .image {
	background: url(http://images2.fanpop.com/images/cards/cutouts/comment-cutout-32x32.png) no-repeat top center / 16px 16px;
	position:absolute;
	height:16px;
	width:16px;
	opacity:1;
	background-color:#BCBCBC;
	margin-top:2px;
}
.card-footer-controls .comment.clickable:hover .image {
	background-color:#00AEEF;
}
.card-footer-controls .comment.clickable:hover .count {
	color:#00AEEF;
}
.card-footer-controls .comment.on .image {
	background-color:#00AEEF;
}
.card-footer-controls .comment .count {
	text-indent:21px;
}
.card-footer-controls .collect {
	margin:0 0 0 16px;
	display:inline-block;
	height:16px;
}
.card-footer-controls .collect .image {
	background: url(/images/cards/cutouts/collectstar-cutout.png) no-repeat top center;
	height:16px;
	width:12px;
	opacity:1;
	background-color:#BCBCBC;
	margin-top:1px;
}
.card-footer-controls .collect.clickable:hover .image {
	background-color:#00AEEF;
}
.card-footer-controls .collect.clickable:hover .count {
	color:#00AEEF;
}
.card-footer-controls .collect.on .image {
	background-color:#00AEEF;
}
.card-footer-controls .share {
	margin:0 16px 0 0;
	display:inline-block;
	height:16px;
	float:right;
}
.card-footer-controls .share .image {
	background: url(http://images2.fanpop.com/images/cards/cutouts/sharing-cutout-40x32.png) no-repeat top center / 20px 16px;
	position:absolute;
	height:16px;
	width:20px;
	opacity:1;
	background-color:#BCBCBC;
	margin-top:2px;
}
.card-footer-controls .share.clickable:hover .image {
	background-color:#00AEEF;
}
.card-footer-controls .share.clickable:hover .text {
	color:#00AEEF;
}
.card-footer-controls .share.on .image {
	background-color:#00AEEF;
}
.card-footer-controls .share .text {
	text-indent:22px;
}

.card-footer-share {
	text-align:center;
	height: 0;
	overflow:hidden;
}
.card-footer-share.open {
	height: 37px;
}
.card-footer-share .share-buttons {
	border-top:1px solid #E5E5E5;
}
.card-footer {
	font-family: 'Lato',Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	border-top:1px solid #E5E5E5;
}
.card-footer b {
	font-weight: 700;
	font-style: normal;
}
.card-footer .card-footer-comments {
	color: #AAAAAA;
}
.card-footer .card-footer-comments .comment-block-container {
	margin:5px 10px;
}
.card-footer .card-footer-likes {
	padding:5px 10px;
	color: #AAAAAA;
}
.card-footer .card-footer-likes .item {
}
.card-footer .card-footer-likes .item .img {
	width:16px;
	height:16px;
	background: left top no-repeat;
	background:url(http://images2.fanpop.com/images/2011/like-blue.png) left top no-repeat;
	display:inline-block;
	vertical-align:top;
}
.card-footer .card-footer-likes .item .text {
	min-height:16px;
	text-align:top;
	max-width: 260px;
	padding-left: 4px;
	text-align:top;
	display:inline-block;
	vertical-align:top;
}
.card-footer .card-footer-comments form {
	border: 1px solid #AAAAAA;
	margin:4px;
}
body.logged-out .card-footer .card-footer-comments form {
	display:none;
}
.card-footer .card-footer-comments form input[type='text'] {
	width: 278px;
	padding: 4px 6px 4px 6px;
	font-size:14px;
	border:0;
}
.card-footer .card-footer-comments .item {
	margin-bottom:8px;
}
.card-footer .card-footer-comments .item .img {
	width:16px;
	height:16px;
	background: left top no-repeat;
	display:inline-block;
	vertical-align:top;
	border-radius:3px;
	cursor:pointer;
}
.card-footer .card-footer-comments .item .text {
	min-height:16px;
	max-width: 260px;
	padding-left: 4px;
	text-align:top;
	display:inline-block;
	vertical-align:top;
	overflow-x:hidden;
}
.card-footer .card-footer-comments .more-link {
	cursor:pointer;
	text-align:center;
	border-radius:3px;
	padding:2px 0 2px 0;
	margin-bottom:8px;
	color:#2068E6;
}
.card-footer .card-footer-comments .more-link:hover {
	background-color:#DCDCDC;
	color:#214b7a;
}
.card-footer .card-footer-comments .more-link-loading {
	margin-bottom:8px;
	text-align:center;
	padding:2px 0 2px 0;
	display:none;
}

#cardcontainer .contentcard div.rectangle-ad {
	width:302px;
}

.tablet .lightbox .close-icon {
	right:5px;
}
.lightbox .close-icon {
	background-image:url('/images/cards/close-button-d.png');
	background-size:25px 25px;
	top:5px;
	right:25px;
	height:25px;
	width:25px;
	position:fixed;
	cursor:pointer;
}
.lightbox .viewport {
	margin: 0;
	padding: 0;
}
.lightbox .viewport .bottom-spacer {
	height:50px;
}
#lightboxcardcontainer {
	margin-left: auto;
	margin-right: auto;
}
#lightboxcardcontainer .contentcard {
	text-align:left;
}
.contentcard.bigcard .card-body {
	width:622px;
}
.contentcard.bigcard .title-bar {
}
.contentcard.bigcard .title-bar .title {
	font-size:20px;
	padding-left:10px;
	font-weight:700;
}
.contentcard.bigcard .title-bar .submitter-text {
	font-size:14px;
	padding:10px 10px 10px 54px;
	position: absolute;
	overflow:inherit;
}
.contentcard.bigcard .title-bar .submitter-image img {
	border-radius: 50%;
}
.contentcard.bigcard .title-bar .submitter-image {
	top: auto;
	bottom: 0;
}
.contentcard .title-bar .source {
	font-size:14px;
	font-weight: 400;
	color: #999999;
	opacity: 0;
	height:0;
}
.contentcard.bigcard .title-bar .source {
	text-align: right;
	padding: 10px 0 12px 220px;
	margin-right: 10px;
	overflow:hidden;
	white-space:nowrap;
	opacity: 1;
	height: auto;
	cursor:default;
}
.contentcard .title-bar .description {
	font-size:14px;
	font-weight: 300;
	color: #666666;
	height: 0;
	max-height: 0;
	opacity: 0;
	cursor:default;
}
.contentcard.bigcard .title-bar .description {
	padding: 0 10px 6px 10px;
	height: auto;
	max-height:100px;
	opacity: 1;
	width:602px;
}
.contentcard .title-bar .tags {
	font-size:12px;
	font-weight: 300;
	color: #FFFFFF;
	height: 0;
	max-height:0;
	opacity: 0;
	cursor:default;
}
.contentcard.bigcard .title-bar .tags {
	opacity: 1;
	height:auto;
	max-height:120px;
	margin: 0 10px 6px 10px;
	width:602px;
}
.contentcard .title-bar .tags .tag {
	background-color: #79B4E3;
	border-radius: 5px;
	display:inline-block;
	padding: 6px 8px 6px 8px;
	margin: 0 4px 2px 0;
	line-height: 1;
	max-width: 200px;
	white-space:nowrap;
	overflow:hidden;
}
.contentcard .title-bar .tags .tag.clickable:hover {
	background-color: #6988A9;
}
.contentcard.bigcard .card-footer-controls {
	height: 31px;
	max-width:622px;
}
.contentcard.bigcard .card-footer-controls .like {
	margin-top: 4px;
	margin-left:35px;
}
.contentcard.bigcard .card-footer-controls .comment,
.contentcard.bigcard .card-footer-controls .collect {
	margin-top: 4px;
	margin-left:65px;
}
.contentcard.bigcard .card-footer-controls .share {
	margin-top: 4px;
}

.contentcard.bigcard .card-footer {
	width:622px;
}
.contentcard.bigcard .card-footer .card-footer-likes .item .text {
	max-width:580px;
	width:580px;
}
.contentcard.bigcard .card-footer .card-footer-comments .item .text {
	max-width:580px;
	width:580px;
}
.contentcard.bigcard .card-footer .card-footer-comments form input[type='text'] {
	width:600px;
}

.contentcard.videocontentcard .video_card_iframe {
	width:300px;
	height:225px;
}
.contentcard.videocontentcard.bigcard .video_card_iframe {
	width:622px;
	height:467px;
}

/* Related Clubs Intra advertising */

.contentcard.related-club-card div.related-club-block {
  vertical-align: middle;
  padding: 5px 6px 1px 10px;
  cursor: pointer;
}

.contentcard.related-club-card div.related-card-club-name {
  word-wrap: break-word;
  width: 210px;
  display: inline-block;
  vertical-align: middle;
}

.contentcard.related-club-card .related-club-card-logo {
  vertical-align: middle;
}

.contentcard.related-club-card div.related-club-card-body {
  padding-bottom: 14px;
  width: 300px;
}

.contentcard.related-club-card .related-club-card-header {
  color: #25aae1;
  font-size: 18px;
  font-weight: 300;
  margin: 15px 10px 5px 25px;
}

.contentcard.related-club-card a.related-club-card-name {
  color: rgb(100, 100, 100);
  font-weight: 300;
  font-size: 15px;
}

.contentcard.related-club-card .related-club-card-logo {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 3px 10px 3px 12px;
  
}
/* End Related Clubs Intra advertising */

.more_cards_link {
	text-align: center;
}
.more_cards_link a {
}
.hasPlaceholder {
	color: #999999;
}

footer {
	display:none;
}

/* Lightbox Support */
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index:9999;
}
.lightbox .viewport {
	overflow-x: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	width:100%;
	height:100%;
}
.lightbox .contents {
	display: inline-block;
	position: relative;
	top: 100px;
	min-height: 20px;
	min-width: 400px;
}
.lightbox .lb_loading {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 36px;
	font-weight: 500;
	color: #000000;
	font-family: 'Proxima Nova',Arial,sans-serif;
	background-image: url(http://www.fanpop.com/images/transition/boxloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#ajax_handler_div {
	display:none;
}

/* Lightbox Slideshow Arrows */
.lightbox-open main .slideshow-arrows {
	opacity:0;
}
body.mobile .slideshow-arrows {
	display:none;
}
body.mobile.tablet .slideshow-arrows {
	display:block;
}
.slideshow-arrows {
	transition:opacity 0.2s ease-in-out;
	opacity:1;
}
.slideshow-arrows .slideshow-right-arrow {
	position:fixed;
	height: 240px;
	width: 80px;
	background: url('/images/cards/right-arrow.png') 70% 50% / 50% no-repeat rgba(0,0,0,0.2);
	cursor:pointer;
	z-index:2;
	right: 0;
	top: 33%;
	opacity:0.7;
	text-indent:5000px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.slideshow-arrows .slideshow-right-arrow.small {
	width:50px;
}
.slideshow-arrows .slideshow-right-arrow:hover, .slideshow-arrows .slideshow-right-arrow.hover {
	opacity:1;
}
.slideshow-arrows .slideshow-left-arrow {
	position:fixed;
	height: 240px;
	width: 80px;
	background: url('/images/cards/left-arrow.png') 30% 50% / 50% no-repeat rgba(0,0,0,0.2);
	cursor:pointer;
	z-index:2;
	left: 0;
	top: 33%;
	opacity:0.7;
	text-indent:5000px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.slideshow-arrows .slideshow-left-arrow.small {
	width:50px;
	background-position:30%;
}
.slideshow-arrows .slideshow-left-arrow:hover, .slideshow-arrows .slideshow-left-arrow.hover {
	opacity:1;
}
.card-body .card-body-image	.slideshow-arrows {
	transition:opacity 0.2s ease-in-out;
	opacity:0;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.card-body .card-body-image	.slideshow-arrows.initial {
	opacity: 1;
}
.card-body .card-body-image	.slideshow-arrows:hover {
	opacity: 1;
}
.card-body .card-body-image .slideshow-arrows .slideshow-left-arrow {
	position: absolute;
	height: 100%;
	width: 140px;
	background: url('/images/cards/left-arrow.png') 30% 50% / 50% no-repeat rgba(0,0,0,0.2);
	cursor: pointer;
	z-index: 2;
	left: 0;
	top: 0;
	opacity: 0.5;
	text-indent: 5000px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	transition: width 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.card-body .card-body-image .slideshow-arrows .slideshow-right-arrow {
	position: absolute;
	height: 100%;
	width: 140px;
	background: url('/images/cards/right-arrow.png') 70% 50% / 50% no-repeat rgba(0,0,0,0.2);
	cursor: pointer;
	z-index: 2;
	right: 0;
	top: 0;
	opacity: 0.5;
	text-indent: 5000px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	transition: width 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
.card-body .card-body-image .slideshow-arrows .slideshow-left-arrow:hover {
	opacity: 1;
}
.card-body .card-body-image .slideshow-arrows .slideshow-right-arrow:hover {
	opacity: 1;
}

/* slideshow optimizely variations */
.card-body .card-body-image .slideshow-arrows.white .slideshow-left-arrow {
	background: url('http://images2.fanpop.com/images/cards/left-white-big.png') 20% 50% / 70px no-repeat;
}
.card-body .card-body-image .slideshow-arrows.white .slideshow-right-arrow {
	background: url('http://images2.fanpop.com/images/cards/right-white-big.png') 80% 50% / 70px no-repeat;
}
.card-body .card-body-image .slideshow-arrows.bgcolor .slideshow-left-arrow,
.card-body .card-body-image .slideshow-arrows.bgcolor .slideshow-right-arrow {
	background-color: rgba(0,0,0,0.2);
}
.card-body .card-body-image .slideshow-arrows.nbgcolor .slideshow-left-arrow,
.card-body .card-body-image .slideshow-arrows.nbgcolor .slideshow-right-arrow {
	background-color: rgba(0,0,0,0);
}
.card-body .card-body-image .slideshow-arrows.opacity5 .slideshow-right-arrow,
.card-body .card-body-image .slideshow-arrows.opacity5 .slideshow-left-arrow {
	opacity: 0.5;
}
.card-body .card-body-image .slideshow-arrows.opacity7 .slideshow-right-arrow,
.card-body .card-body-image .slideshow-arrows.opacity7 .slideshow-left-arrow {
	opacity: 0.7;
}
.card-body .card-body-image .slideshow-arrows.opacity5 .slideshow-left-arrow:hover,
.card-body .card-body-image .slideshow-arrows.opacity7 .slideshow-left-arrow:hover {
	opacity: 1;
}
.card-body .card-body-image .slideshow-arrows.opacity5 .slideshow-right-arrow:hover,
.card-body .card-body-image .slideshow-arrows.opacity7 .slideshow-right-arrow:hover {
	opacity: 1;
}

.card-body .card-body-image .slideshow-arrows.hbgcolor .slideshow-left-arrow:hover {
	background-color: rgba(0,0,0,0.2);
}
.card-body .card-body-image .slideshow-arrows.hbgcolor .slideshow-right-arrow:hover {
	background-color: rgba(0,0,0,0.2);
}
/* slideshow optimizely variations end */

/* End Lightbox Slideshow Arrows */


/* Advertising */
.contentcard.adcard.collapse {
	margin:0;
}
.contentcard.adcard.collapse .card-border {
	visibility:hidden;
	border:none;
}

div.rectangle-ad p,
div#skyscraper-ad p,
div#leaderboard-ad p {
	color: #ababab;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	margin: 2px 5px 0 0;
}
.ad-unit .debug {
	display:none;
	position: absolute;
	background-color: #FFFFC0;
	border: 1px solid #808080;
	padding: 2px 4px;
	width: 270px;
	margin: 10px 10px 0 10px;
	font-size: 12px;
	font-family: Ariel, Helvetica, sans-serif;
	text-shadow:none;
}
.ad-unit:hover .debug {
	display: block;
}
.contentcard .card-body .card-body-ad {
	padding: 6px 0 6px 0;
	max-height: 60px;
	background-color: #303030;
}
.contentcard .card-body .card-body-ad.hidden {
	position:absolute;
}
.invfr {
	border: 0 none;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1;
}
/* End Advertising */

/* Trophies / Caps */
.trophy_display_block {
	position:fixed;
	right:-200px;
}
.trophy_display {
	font-family: 'Lato',Ariel,sans-serif;
	background-color: #E8E8FF;
	padding: 15px;
	margin: 4px;
	width: 180px;
	text-align: center;
	cursor: pointer;
	border-radius: 30px;
	font-size: 11px;
	line-height: 1.3;
}
.trophy_display .x {
	background-color: #FFFFFF;
	position: absolute;
	right: 6px;
	border-radius: 50%;
	font-size: 11px;
	border: 1px solid rgba(0,0,0,0.5);
	top: 6px;
	font-weight: bold;
	color: #D00000;
}
.trophy_display .x div {
	width: 21px;
	height: 21px;
	line-height: 21px;
}
.trophy_display .name {
	font-size:14px;
	font-weight:bold;
}
.trophy_display .name {
	font-size:12px;
	font-weight:normal;
}
.trophy_display .congrats {
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}
.trophy_display .reg {
	font-size:12px;
	font-weight:normal;
	margin-top:8px;
}
/* End Trophies */

/* Outbrain advertising */
.contentcard.adcard.outbrain .outbrain-card-body {
  padding-bottom: 14px;
  width: 300px;
}

.contentcard.adcard.outbrain .outbrain-card-header {
  color: #25aae1;
  font-size: 18px;
  font-weight: 300;
  margin: 15px 10px 5px 25px;
}

.contentcard.adcard.outbrain .outbrain-link-block {
  vertical-align: middle;
  padding: 5px 6px 1px 6px;
}
.contentcard.adcard.outbrain .outbrain-link-block a {
  color: #646464;
  font-weight: 300;
  font-size: 15px;
}
.contentcard.adcard.outbrain .outbrain-link-block img.outbrain-link-logo {
  vertical-align: middle;
  border-radius: 10px;
  height: 50px;
  width: 50px;
  margin: 3px 10px 3px 12px;
}
.contentcard.adcard.outbrain .outbrain-link-block .outbrain-link-name {
  word-wrap: break-word;
  width: 210px;
  display: inline-block;
  vertical-align: middle;
}
.contentcard.adcard.outbrain .outbrain-link-block .outbrain-link-author {
	font-size:10px;
	color:#C0C0C0;
	word-wrap:normal;
	overflow:hidden;
}
/* End Outbrain advertising */

/* Sharethis custom styles */
.contentcard .card-footer-share .st_facebook_custom {
	background: url(http://images2.fanpop.com/images/cards/cutouts/facebook-cutout-52x52.png) no-repeat top center / 26px 26px #42609D;
}
.contentcard .card-footer-share .st_twitter_custom {
	background: url(http://images2.fanpop.com/images/cards/cutouts/twitter-cutout-52x52.png) no-repeat top center / 26px 26px #26AAE1;
}
.contentcard .card-footer-share .st_pinterest_custom {
	background: url(http://images2.fanpop.com/images/cards/cutouts/pinterest-cutout-52x52.png) no-repeat top center / 26px 26px #CB202E;
}
.contentcard .card-footer-share .st_email_custom {
	background: url(http://images2.fanpop.com/images/cards/cutouts/email-cutout-52x52.png) no-repeat top center / 26px 26px #27A9E1;
}
.contentcard .card-footer-share .st_tumblr_custom {
	background: url(http://images2.fanpop.com/images/cards/cutouts/tumblr-cutout-52x52.png) no-repeat top center / 26px 26px #2B4762;
}
.contentcard .card-footer-share .st_google_custom {
	background: url(http://images2.fanpop.com/images/cards/cutouts/google-cutout-52x52.png) no-repeat top center / 26px 26px #DF4B38;
}
.contentcard .card-footer-share .facebook {
	background: url(http://images2.fanpop.com/images/cards/cutouts/facebook-cutout-52x52.png) no-repeat top center / 26px 26px #42609D;
}
.contentcard .card-footer-share .twitter {
	background: url(http://images2.fanpop.com/images/cards/cutouts/twitter-cutout-52x52.png) no-repeat top center / 26px 26px #26AAE1;
}
.contentcard .card-footer-share .pinterest {
	background: url(http://images2.fanpop.com/images/cards/cutouts/pinterest-cutout-52x52.png) no-repeat top center / 26px 26px #CB202E;
}
.contentcard .card-footer-share .email {
	background: url(http://images2.fanpop.com/images/cards/cutouts/email-cutout-52x52.png) no-repeat top center / 26px 26px #27A9E1;
}
.contentcard .card-footer-share .tumblr {
	background: url(http://images2.fanpop.com/images/cards/cutouts/tumblr-cutout-52x52.png) no-repeat top center / 26px 26px #2B4762;
}
.contentcard .card-footer-share .googleplus {
	background: url(http://images2.fanpop.com/images/cards/cutouts/google-cutout-52x52.png) no-repeat top center / 26px 26px #DF4B38;
}
.contentcard .card-footer-share .sharethis_button {
	height:0;
	width:26px;
	display:inline-block;
	margin: 0 5px 0 5px;
	cursor:pointer;
	vertical-align:top; /* removes white space under inline-block */
}
.contentcard .card-footer-share.open .sharethis_button {
	height:26px;
	margin:5px 5px 5px 5px;
}

/* End Sharethis custom styles */

/* Outbrain collapse */
.contentcard.adcard.outbrain.collapse .outbrain-card-body {
	padding:0;
}

/* Taboola collapse */
.contentcard.adcard.taboola .card-border .card-padding {
	padding:8px 10px;
}
.contentcard.adcard.taboola.collapse .card-border .card-padding {
	padding:0;
}
/* End Taboola collapse */

/* Kixer collapse */
.contentcard.adcard.kixer .card-border .card-padding {
	padding:8px;
	width:280px;
}
.contentcard.adcard.kixer.collapse .card-border .card-padding {
	padding:0;
}
/* End Taboola collapse */

/* Sharethrough support */
.contentcard[data-str-native-key] {
	left:-5000px;
	width:302px;
}
.contentcard.adcard.sharethrough {
	left:-5000px;
	width:302px;
}	
/* Sharethrough support */
