@charset "utf-8";
/* CSS Document */

/* ^_^ */

/* some of these styles are overidden in the plugin. check wp-content/plugins/live-countdown-timer/live-countdown-timer.php around line 65 for how to */

/* Countdown Timer */
/* plugins/live-countdown-timer */

/* Countdown Timer */

/*
.countdown-timer {
	position: absolute;
	z-index: 4;
	top: 150px;
	right: 0;
	width: 500px;
	}
	.countdown-timer h2.widgettitle {
		padding: 5px;
		background: none;
		border: none;
		color: #111
		}
*/	
	#LCTimerWidget_Counter {
		margin: 0;
		padding: 0;
		width: 300px;
		background: #111 !important;
		font-size:16px !important;
		}
	
	/* Wraps the.xLCTTWrapA's if you need it for floats or whatevs. I made this, it didn't come from the plugin, so you might not. */
	.wrap-wrapper {
		clear:left;
		width:300px;
		
		}
	
	.xLCTTWrap {
		float: left;
		margin: 0;
		padding: 10px;
		text-shadow:#000 1px 1px 1px;
		}
		
	
	/* "02", "44", etc. */
	.xLCTTTTopTime {
		margin: 0;
		padding: 0;
		font-size: 16px !important;
		font-weight: bold;
		color: #fefef2;
		text-align: center;
		}
	
	.countdown-timer-colon {
		float: left;
		margin: 0;
		padding: 10px 0;
		font-size: 16px !important;
		font-weight: bold;
		color: #fefef2;
		text-align: center;
		text-shadow: #000 1px 1px 1px;
		}
	
	/* "HOURS", "SECONDS", etc. */
	.xLCTTTTopBottom {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-weight: bold;
		color: #fefef2;
		text-transform: uppercase;
		text-align: center;
		}

/* Featured video pop colours */

.france .featured-video { background-image: url('library/images/love_france_featured-video.jpg'); }
.america .featured-video { background-image: url('library/images/love_america_featured-video.jpg'); }
.canada .featured-video { background-image: url('library/images/love_canada_featured-video.jpg'); }
.nz-aus .featured-video { background-image: url('library/images/love_nz-aus_featured-video.jpg'); }
.self-breast-exam .featured-video { background-color: #fc3967; background-image: url('library/images/cure_self-breast-exam_featured-video.jpg'); }
.hair4cancer .featured-video { background-color: #ffd842; background-image: url('library/images/cure_hair4cancer_featured-video.jpg'); }
.you-are-what-you-eat .featured-video { background-color: #fff; background-image: url('library/images/cure_you-are-what-you-eat_featured-video.jpg'); }
.light-up-a-smile .featured-video { background-color: #8CDAE7; background-image: url('library/images/cure_light-up-a-smile_featured-video.jpg'); }
.check-your-balls .featured-video { background-color: #ff8448;  background-image: url('library/images/cure_check-your-balls_featured-video.jpg'); }

	.america .featured-video:hover { -moz-box-shadow: 0px 0px 5px #000; -webkit-box-shadow: 0px 0px 5px #000; box-shadow: 0px 0px 5px #000;  }
	.canada .featured-video:hover {  -moz-box-shadow: 0px 0px 5px #000; -webkit-box-shadow: 0px 0px 5px #000; box-shadow: 0px 0px 5px #000;  }
	.nz-aus .featured-video:hover { -moz-box-shadow: 0px 0px 10px #000; -webkit-box-shadow: 0px 0px 10px #000; box-shadow: 0px 0px 10px #000;  }
	
	/*.love .featured-video:hover {  -moz-box-shadow: 0px 0px 10px #000; -webkit-box-shadow: 0px 0px 10px #000; box-shadow: 0px 0px 10px #000; } */

	.self-breast-exam .featured-video:hover { background-color: #01d0c6; }
	.hair4cancer .featured-video:hover { background-color: #111; }
	.you-are-what-you-eat .featured-video:hover { background-color: #bddfac; }
	.light-up-a-smile .featured-video:hover { background-color: #ffdd61; }
	.check-your-balls .featured-video:hover { background-color: #b6bf00; }

	.cure .big-shadow { -moz-box-shadow: 0px 0px 5px #000; -webkit-box-shadow: 0px 0px 5px #000; box-shadow: 0px 0px 5px #000; }
	.cure .big-shadow:hover { -moz-box-shadow: 0px 0px 10px #000; -webkit-box-shadow: 0px 0px 10px #000; box-shadow: 0px 0px 10px #000; }

.featured-video .play {
	position: absolute;
	top: -5px;
	left: -5px;
	background: url('library/images/dlc_featured-video_play.png') center center no-repeat;
	}
	.featured-video .play:hover { background: url('library/images/dlc_featured-video_play_hover.png') center center no-repeat; }
	
	
	
	/* Featured Store */
	
	.featuredstore {
		width:300px;
		height:163px;
		background-image:url('library/images/dlc_sidebar_calendar_bg.jpg');
		background-position:0 -1px;
		background-color:#000;
		font-family:"atrament-web-1","atrament-web-2",sans-serif;
		font-size:15px;
		text-align:left;
		color:#00CCD0;
		border:1px solid #111111;
	}
	
	.featuredstore a {
		color:#000;
	}
	
	.featuredstore img {
		margin:5px;
	}
	
	.featuredstore img:hover {
		opacity:0.8;
	}
	
	.gotostore {
		float:right;
		background-color:#00CCD0;
		padding:2px;
		display:block;
		font-size:12px;
		color:#000;
		margin-right:5px;
	}
	
	.gotostore:hover {
		background-color:#FDFEEE;
	}
	
	.gotostore img {
		margin:0;
	}
	
	
	.featuredvideowriteup {
		font-size:10px;
		line-height:14px;
		margin-top:40px;
		text-align:justify;
		text-shadow:1px 1px 1px #666;
		color:#FDFEEE;
	
	}
	
/* TWITTER */
	
.aktt_tweets ul li {
	margin:5px 0 !important;
	padding:10px 0 !important;
}

.cure .aktt_tweets ul li.first-child {
	
}

.love .aktt_tweets ul li.first-child {
	
}

.landing .aktt_tweets ul {
			list-style: none;
			padding: 0 2px;
			font-size: 1px;
			font-weight:lighter;
			line-height: 1.1;
			color:#666;
			}
			
.landing .aktt_tweets ul a {
	color:#88E1E6;
}

.landing .aktt_tweets ul a:hover {
	color:#666;
}

.twtr-tweet-text {
	font-size:10px !important;	
}
			
/*///////////////////////*/


.landing h2.widgettitle {
	margin-bottom:10px;
	
}


.fbDarkWidget {	
border-color:#000000 !important;
}

.facebookBackground {
	
	padding:5px;
	width:290px;
	

}

.search .result-content {
	width:auto !important;
}

.search .excerpt {
	width:688px;
}

.search .post-content .searchagain {
	text-align:center;
}



.landing #likebox-frame{
 border:2px solid #111111;
 width:296px;
 z-index:10;
 height: 388px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
 margin-left:2px;
}

.love #likebox-frame{
 border:2px solid #111111;
 width:296px;
 z-index:10;
 height: 388px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
 margin-left:2px;
 margin-top:1px;
}
#likebox-frame iframe{
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-3px;
}

.self-breast-exam #likebox-frame{
 border:2px solid #FF3C6A;
 width:296px;
 z-index:10;
 height: 388px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
 margin-left:2px;
}

.hair4cancer #likebox-frame{
 border:2px solid #ffd842;
 width:296px;
 z-index:10;
 height: 388px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
 margin-left:2px;
}

.you-are-what-you-eat #likebox-frame{
 border:2px solid #8AAC7D;
 width:296px;
 z-index:10;
 height: 388px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
 margin-left:2px;
}

.light-up-a-smile #likebox-frame{
 border:2px solid #5FBBCB;
 width:296px;
 z-index:10;
 height: 388px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
 margin-left:2px;
}

.check-your-balls #likebox-frame{
 border:2px solid #FF7632;
 width:296px;
 z-index:10;
 height: 388px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
 margin-left:2px;
}

a.sidebarOpacity {
	opacity:0.7;
}

a.sidebarOpacity:hover {
	opacity:1;
}


/*PRESS SECTION*/

.person {
float:left;
margin-bottom:12px;
margin-left:0;
margin-right:15px;
margin-top:0;
position:relative;
width:210px;
height:145px;
opacity:0.9;
}

.person img {
	width:210px;
}

.person .name strong {
display:block;
padding-bottom:0;
padding-left:12px;
padding-right:0;
}

.person:hover {
	opacity:1;
	color:#CCC;
}

.person .name {
background-attachment:scroll;
background-clip:border-box;
background:rgba(0,0,0,0.6);
background-origin:padding-box;
background-position:0 0;
background-repeat:repeat;
background-size:auto auto;
bottom:0;
color:#FFFFFF;
left:0;
min-height:35px;
overflow-x:hidden;
overflow-y:hidden;
position:absolute;
width:100%;
z-index:3;
}


/* Swatch
	
	TODO: refactor styles back into the swatch at launch
	
	#8a8a8a	landing page				main menu text, header border-bottom
	#EB8432 "Love Section Links"

	#00ccd0	"Dream"
	#ff7a50	"Love"
	#ffb920	"Cure"
	
	#fc3967	"Self Breast Exam"
	#ffd842	"Hair4Cancer"
	#bddfac	"You Are What You Eat"
	#90deea	"Light Up A Smile"
	#ff8448	"Check Your Balls"
*/