/* @override http://littleeinsteinsacademy.com/style.css */

body {
	background-color: #edf1f4;
}


.clear {
	clear: both;
}

#page-wrap {
	width: 800px;
	margin: 0 auto;
}


h1, h2, h3, h4 {
	font-family: 'Indie Flower', cursive;
}

h2 {
	font-size: 28px;
	color: #08adee;
}

h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #5887aa;
}

p {
	font: 18px 'Handlee', cursive;
	color: #221f1f;
	margin-top: 0;
}

strong {
	color: #eb008b;
}

a {
	color: #00adef;
}


a:hover {
	color: #0090ca;
}

.button {
font: 18px 'Handlee', cursive;
	background-color: #08adee;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: background-color 0.5s ease;
	float: left;
}

.button:hover {
	background-color: #5bc5f7;
	color: #ffffff;
}



a.secondarylink {
	float: left;
	font: 15px 'Handlee', cursive;
	margin-left: 5px;
	margin-top: 10px;
	color: #8eadc3;
}

a.secondarylink:hover {
	color: #5482a3;
}


#left {
	float: left;
	width: 470px;
	padding: 10px 25px;
	background-color: #fafafa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#right {
	width: 255px;
	float: left;
	padding-top: 10px;
	padding-left: 25px;
}

#footer {
	padding: 5px;
	position: relative;
}

#footer p {
	color: #b4adad;
	font-size: 14px;
	float: left;
}

ul#social {
	list-style: none;
	margin-right: 10px;
	float: left;
	
}

#social li  {
	margin-right: 2px;
	opacity: 0.25;
	transition: opacity 0.5s ease;
	float: left;
	position: absolute;
	top: -3px;
	left: 15px;
}

#social li:hover {
	opacity: 1;
} 