
#homeTop{
	width:100%;
	min-width:1200px;
	height:257px;
	background-color: rgba(255,255,255,0.3);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
	margin:0;
}

#homeHalves{
	width:90%;
	margin:auto;
	margin-top:30px;
}

#homeLeft{
	float:left;
	width:68%;
	position:relative;
}
#homeRight{
	float:left;
	margin-left:1.5%;
	width:30.5%;
	position:relative;
}


/* HOME TOP */
#topLeft {
	float:left;
	height:100%;
}
#topRight {
	float:left;
	height:200px;
	margin-top:25px;
	border-left:dotted 1px rgba(0,0,0,0.3);
}
#homeLogo{
	float:left;
	height:100%;
	width:220px;
}
#heroUnlogged{
	float:left;
	margin-top:40px;
	position:relative;
	margin-right:60px;
	width:70%;
}
#homeHero {
	float:left;
	margin-top:60px;
	position:relative;
	margin-right:60px;
}
#homeSubmitButton {
	width:60%;
	margin-left:20%;
	height:40px;
	margin-top:20px;
	font-size:20px;
}
#homeSubmitButton p{
	margin-top:8px;
	color:#463460;
}
#homeLearnMoreButton{
	width:200px;
	margin-left:40%;
	height:40px;
	margin-top:5px;
	font-size:20px;
}
#homeLearnMoreButton p{
	margin-top:8px;
	color:#463460;
}

#homeTLCard {
	width:100%;
	float:left;
	position:relative;
	overflow: visible;
	margin-top:15px;
}

/* themes and challenges */
#dailyBlock {
	margin-left:20px;
	width:595px;
}
#dailyTheme{
	float:left;
	height:100px;
	width:100%;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.3), 0px 2px 0px rgba(255,255,255,1);
}
#dailyTheme:hover{
	background-color:rgba(255,255,255,0.3);
}
#dailyTheme:hover .dailyDetail{
	display:block;
}
#dailyChallenge{
	width:100%;
	height:100px;
	float:left;
}
#dailyChallenge:hover{
	background-color:rgba(255,255,255,0.3);
}
#dailyChallenge:hover .dailyDetail{
	display:block;
}
.dailyLeft {
	width:270px;
	float:left;
}
.dailyHeader {
	margin-top:10px;
	width: 100%;
	font-size: 16px;
	color: #3B3B3B;	
	margin-left:15px;
}
.dailyContent {
	width: 225px;
	font-size: 24px;
	color: black;
	margin-left:25px;
	line-height: 26px;
	margin-top:5px;
	letter-spacing: 1px;
}
.dailyDetail{
	font-size:11px;
	font-family:Helvetica;
	letter-spacing:0;
	text-shadow: none;
	width:315px;
	float:left;
	color:#3B3B3B;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	line-height:12px;
	display:none;
}
