body,html,* {
	margin:0;
	padding:0;
}
html {
	height: 100%;
	overflow: auto;
}

@font-face {  
	font-family: HelveticaLight;  
	src: local("Helvetica Neue Light"),  
	local("HelveticaNeue-Light");
	font-weight: light;
	}

body {
	overflow: hidden;
	background-color: #eee;
	font-size: 18px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	background: #ddd;
}

#menu {
	position: fixed;
	bottom: 0;
	background: #e1e1e1;
	color: #9f9f9f;
	border-top: 1px solid black;
	width: 100%;
	text-align: center;
	padding: 14px 0px 17px 0px;
	z-index: 1;
	text-shadow: #dfdfdf 0 0 1px;
}
a {
	color: #797979;
}
#menu p {
	color: #797979;
}
#menu a {
	padding: .3em;
}

h1 {
	font-size: 34px;
	font-weight: normal;
}
h1 a {
	text-decoration: none;
}

#wrapper {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 10px;
	margin-bottom: 100px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #4f4f4f;
	width: 100%;
	text-shadow: #eee 0 0 1px;
	background: #ddd;
	position: relative;
	z-index: 5;
	background:
		-webkit-gradient(
			linear, left top, left bottom,
			from(rgb(241, 241, 241)),
			to(rgb(221, 221, 221)));
	/* alapalkin feidaus geckolla */
	-moz-box-shadow: 0px 25px 25px #ddd;
}
#wrapper:after {
	/* alapalkin feidaus pienellä ikkunakoolla webkitillä */
	position: absolute;
	margin-top: 10px;
	z-index: 4;
	display: block;
	width: 100%;
	height: 20px;
	content: "";
	background:
		-webkit-gradient(
			linear, left top, left bottom,
			from(rgb(221, 221, 221)),
			color-stop(0.8, rgba(221, 221, 221, .6)),
			color-stop(0.9, rgba(221, 221, 221, .4)),
			to(rgba(221, 221, 221, 0)));
}

#start_timer {
	margin: auto;
	margin-bottom: 3px;
	padding: 1px 14px 1px 13px;
	padding: 0.2em 0.8em;
	display: block;
	color: #fff;
	font-size: 48px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #90cc51;
	border: 1px solid #607a40;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background: -webkit-gradient(
					linear, left top, left bottom,
					from(#a1d364),
					to(#85b743)
				);
}
#start_timer:hover {
	border: 2px solid #000;
	padding: 0px 13px 0px 12px;
	padding: 0.18em 0.78em;
}
#start_countdown {
	padding: 1px 5px 0px 6px;
	margin-top: 5px;
	color: #4e4e4e;
	font-size: 18px;
	background: #d9d9d9;
		font-family: HelveticaLight, Helvetica Neue, Helvetica, Arial, sans-serif;
	border: 1px solid #b6b6b6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: -webkit-gradient(
				linear, left top, left bottom,
				from(#f0f0f0),
				to(#c1c1c1)
				);
}
#start_countdown:hover, input:hover {
	border: 1px solid #000;
}

#timer {
	font-size: 48px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #1a1a1a;
	margin-bottom: 2px;
}
/*
#url {
	margin-top: 8px;
	padding: 4px 4px 4px 3px;
	font-size: 14px;
	color: #4f4f4f;
	background: #e7e7e7;
	font-family: Helvetica Neue;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: #e7e7e7 0 0 1px;
	text-align: center;
	background:
		-webkit-gradient(
			linear, left top, right top,
			from(rgba(0,0,0,.4)),
			color-stop(0.30, rgba(0,0,0,.15)),
			color-stop(0.50, rgba(0,0,0,.06)),
			to(rgba(0,0,0,.00))),
		-webkit-gradient(
			linear, left top, left bottom,
			from(rgba(0,0,0,.4)),
			color-stop(0.05, rgba(0,0,0,.15)),
			color-stop(0.25, rgba(0,0,0,.06)),
			color-stop(0.4, rgba(0,0,0,.0)),
			to(rgba(0,0,0,.00)));
	-webkit-background-size: 5px;
	background-repeat: repeat-y;

}*/
#url {
    margin-top: 8px;
    padding: 4px 4px 4px 3px;
    font-size: 14px;
    color: #4F4F4F;
    background: #E7E7E7;
    font-family: Helvetica Neue;
    border: 1px solid #BBB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: #E7E7E7 0 0 1px;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .15);
}

#about, #feedback {
	width: 360px;
	margin: auto;
}
#about a {
	color: #1a1a1a;
}
#about h1 {
	font-size: 48px;
	color: #1a1a1a;
	text-align: left;
	font-weight: normal;
	font-family: HelveticaLight, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	margin-bottom: 2px;
}
#about h2 {
	text-align: left;
	font-weight: normal;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	margin-top: 2px;
}
#about h2 a {
	color: #1a1a1a;
}
#about div, #about h2, #about p {
	line-height: 20px;
}
#about p {
	margin: auto;
	margin-top: 1em;
	font-size: 14px;
	font-style: normal;
	text-align: justify;
}

#about h2 {
	text-align: center;
	font-size: 90%;
	padding-top: 1em;
}
#feedback_input {
	width: 340px;
	height: 10em;
	padding: 0.2em;
	margin:0;
	font-size: 110%;
}

input#feedback_submit {
	margin-top: 1em;
	border: 1px solid #bbb;
	padding: 0.4em;
	font-size: 110%;
	cursor: pointer;
}
input#feedback_submit:hover {
	border-color: #555;
}

