* {
	font-family: "Myriad Pro", Calibri, Arial, sans-serif;
	color: #39596B;
}

html, body {
	background: #BEC3C6;
}

#beta {
	position: absolute;
	top: 0.3em;
	left: 0.3em;
	font-size: 2em;
	color: #CACFD1;
}

#main {
	width: 34em;
	margin: 3em auto;
	background-color: #F1F1F1;
	-webkit-box-shadow: 0 0.5em 1.5em #aaa;
	-moz-box-shadow: 0 0.5em 1.5em #aaa;
	box-shadow: 0 0.5em 1.5em #aaa;	
}

#header {
	margin-left: 6em;
	padding: 2em 0 0em;
}

#header h1 {
	color: #1E82BC;
	margin: 0 0 0.1em -0.08em;
	font-size: 4.5em;
	font-weight: normal;
	letter-spacing: -0.05em;
	text-shadow:  0 0.03em 0.08em #ccc;
}

#header h1 a {
	color: #1E82BC;
	text-decoration: none;
}

#header h1 a:hover {
	color: #39596B;
}

#header #searchBox {
	position: relative;
	margin-left: -1em;
	background: #BEC3C6;
	height: 2.2em;
	width: 24em;
	border: 0px solid #E68800;
	-webkit-border-radius: 1.1em;
	-moz-border-radius: 1.1em;
	border-radius: 1.1em;
	-webkit-box-shadow: 0 0.2em 0.3em #ddd;
	-moz-box-shadow: 0 0.2em 0.3em #ddd;
	box-shadow: 0 0.2em 0.3em #ddd;
}

#track {
	color: #F1F1F1;
	font-size: 2em;
	height: 1.2em;
	width: 10em;
	margin-left: 0.3em;
	background: transparent;
	border: 0px solid black;
	position: relative;
	left: 0.11em;
/*	top: -0.1em;*/
}


#submit {
	background: #F1F1F1;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	border: none;
	color: #BEC3C6;
	font-size: 1em;
	line-height: 1.7em;
	position: absolute;
	top: 0.2em;
	right: 0.2em;
	width: 1.8em;
	height: 1.8em;
	font-family: "Lucida Sans Unicode", "Myriad Pro", Calibri, Arial, sans-serif;
}

#submit:active {
	background: #FFFFFF;
}

#header #slogan {
	margin-top: -0.3em;
	margin-left: -0.08em;
	font-size: 1.25em;
	line-height: 1.6em;
}

#header #tooltip {
	margin: 4.5em 0 0.3em;
}

#header #sample {
	margin: 0.5em 0 0;
}

#header #sample a {
	color: #90999E;
	border-bottom: 1px dashed #90999E;
	text-decoration: none;
}

#header #first {
	margin-top: 4em;
}

#header .empty {
	color: #CACFD1 !important;
}

#header #test {
	font-size: 2em;
	font-weight: bold;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: auto;
	white-space: nowrap;
}

#content {
	padding: 0 5em 3em 6em;
	background: transparent url("/gradient.png") repeat-x bottom left;
}

#footer {
	margin: 1.1em 0 0 6em;
	padding-bottom: 1em;
}

#footer p {
	color: #90999E;
	font-size: 0.8em;
	line-height: 1.4em;
}

#info {
	padding: 2.3em 0 0;
	margin-bottom: -1em;
}

#info #kind, #info #help {
	font-size: 1.1em;
	line-height: 1.6em;
}

#info #fromTo, #info #help2, #now #location, #header #tooltip, #header #sample {
	color: #90999E;
	font-size: 0.9em;
	line-height: 1.2em;
}

#now {
	padding: 3em 0 0 0;
	margin-left: 0;
	position: relative;
}

#now .date {
	width: 2em;
	height: 1.6em;
	overflow: hidden;
	color: white;
	background-color: #1E82BC;
	-webkit-border-radius: 1.49em;
	-moz-border-radius: 1.49em;
	border-radius: 1.49em;
	text-align: center;
	padding: 0.9em 0.5em 0.5em;
	position: absolute;
	left: -4em;
	top: 2.45em;
	line-height: 0.7em;
	-webkit-box-shadow: 0 0.2em 0.5em #ccc;
	-moz-box-shadow: 0 0.2em 0.5em #ccc;
	box-shadow: 0 0.2em 0.5em #ccc;
}

#now .date .day {
	color: white;
	font-size: 1.5em;
}

#now .date .month {
	color: white;
	font-size: 0.7em;
	position: relative;
	top: 0.1em;
}

#now .date .notfound {
	color: white;
	font-size: 3em;
	position: relative;
	top: 0.12em;
}

#now #state {
	font-size: 2em;
	letter-spacing: -0.02em;
	margin-left: -0.07em;
}

#switcher {
	padding: 1.2em 0 0;
}

#switcher a {
	font-size: 0.9em;
	line-height: 1em;
	color: #1E82BC;
	text-decoration: none;
	border-bottom: 1px dashed #1E82BC;
}

/*#switcher a:hover {
	color: #39596B;
	border-bottom: 1px dashed #39596B;
}*/

#before {
	display: block;
	padding: 1.5em 0 0;
	margin-bottom: -1em;
}

#before li {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 0.4em;
}

#before li .date {
	color: #90999E;
	font-size: 0.82em;
	padding-left: 0.5em;
}

.webkit #track { top: 0em; }
.win.gecko #track { top: -0.1em; }
.ie8 #track { top: -0.1em; }
.opera #track { top: 0.1em; }
