/*  
Owner: Little Alex's
Site URI: http://www.littlealexs.com/
Description: Stylesheet for Little Alex's
Version: landing-page 1.0

Thanks for looking! ;)
*/

/* ----- Global ------------------------- */  

body {
	font-size: 62.5%;
	text-align: center;
	background: #fff url(images/littlealexs.png) no-repeat center 0;
}

p {
	color: red;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;	
}

a {
	text-decoration:none;
	color:#4f7f0d;
}

.thanks {
	font-weight: bold;
	font-size: 1.75em;
}

.location {
	color: #4f7f0d;
	font-size: 1.5em;
	font-weight: bold;
}

/* ----- Tooltip ------------------------- */                           		
#tooltip {
	position:absolute;
	border:2px solid #333;
	background:#4f7f0d;
	padding:5px;
	color:#fff;
	display:none;
	font-size: 1.25em;
}
