* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	font: 13px Helvetica, Arial, sans-serif;
}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 350px;
	margin: -250px 0 0 -250px;
}

h1 {
	margin-left: 45px;
	width: 416px;
	height: 167px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}

h1 a {
	display: none;
	color: #5b98e9;
	position: absolute;
	right: -25px;
	top: 14px;
	font-size: 13px;
	
	height: 30px;
	padding: 16px 0 0 8px;
	opacity: 0.5;
}

h1:hover a {
	display: block;
}

h1:active a {
	opacity: 1;
}

h1 span {
	color: rgba(0,0,0,0);
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}


h2 {
	margin-left: 100px;
	width: 300px;
	height: 100px;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;
}

h2 a {
	display: none;
	color: #5b98e9;
	position: absolute;
	right: -25px;
	top: 14px;
	font-size: 13px;
	border-left: 1px solid #dae2e9;
	height: 30px;
	padding: 16px 0 0 8px;
	opacity: 0.5;
}

h2:hover a {
	display: block;
}

h2:active a {
	opacity: 1;
}

h2 span {
	color: rgba(0,0,0,0);
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}




/* 	SEARCH BOX
	----------------------------------------------------- */

#box {
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 30px 40px;
	position: relative;
}

#input {
	background: rgba(255,255,255,0.5);
	padding: 1px;
}

#input input {
	outline: 0;
	border: 0px solid #dae2e9;
	background: white url(field.png) left top repeat-x;
	-webkit-appearance: textfield;
	font: 19px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 300;
	color: #363d42;
	width: 343px;
	padding: 6px 38px 6px 35px;
}

#input input:focus {
	border-color: #cdd6de;
	-webkit-box-shadow: 0 0 20px white;
	-moz-box-shadow: 0 0 20px white;
}



#method {
	text-align: center;
	margin-top: 10px;
}

#method a {
	padding: 3px 6px;
	margin: 0 2px;
	cursor: pointer;
	color: #eee;
	
}

#method a.active,
#method a:hover {
	
	color: #5b98e9;
}

#method a:active {
	background: #939fad;
}



/* 	INFO BOX
	----------------------------------------------------- */

#info {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#toggleInfo {
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 16px;
	height: 16px;
	color: #eee;
	opacity: 0.2;
	cursor: pointer;
}

#toggleInfo:hover {
	opacity: 0.5;
}

#toggleInfo:active {
	opacity: 0.7;
}

#infoBox {
	display: none;
	position: absolute;
	right: 13px;
	bottom: 13px;

	padding: 10px 10px;
	width: 300px;
	font-size: 11px;
	line-height: 16px;
	color: #eee;
	
}

#infoBox h2 {
	font: 19px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 300;
	margin: 3px 0 10px 0;
	color: #939fad;
}

#infoBox strong {
	font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica";
}

#infoBox p {
	margin: 5px 0;
}

#infoBox .source {
	color: #939fad;
}

#infoBox .source a {
	color: #74889e;
	border-bottom: 1px solid #d6e0ea;
}

#infoBox .source a:hover {
	color: #363d42;
	border-bottom: 1px solid #939fad;
}

#infoBox hr {
	margin: 10px -20px;
	border: 0;
	border-top: solid 1px #d6e0ea;
	border-bottom: 1px solid white;
}

#infoBox #corner {
	position: absolute;
	background: url(info_corner.png);
	height: 24px;
	width: 24px;
	right: -13px;
	bottom: -13px;
}



#footer {
margin-top: 40px;
color: #5b98e9;
}

#footer p {
font: 15px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
margin-left:20px;
}

#footer a {
font: 15px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
text-decoration: underline;
color: #5b98e9;
}

#footer a:hover {
font: 15px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
font-decoration: none;
color: #5b98e9;
}