@charset "UTF-8";
/* Yleisiä teksti ja linkkimäärityksiä */
a {
	text-decoration: none;
}
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(../images/logo/pitsi2_harmaa_8bit.png);
	background-repeat: no-repeat;
	background-position: center 500px;
	background-attachment: fixed;
	vertical-align: 16px;/* Jos haluaa pysyvän paikallaan muuta: fixed */
	line-height: 14px;
}
.col_1_3 p {
	margin-bottom: 6px;
	font-size: 12px;
}
.keskitetty {
	text-align: center;
}
/* Sivuston pääelementit */
.main {
	float: left;
	width: 960px;
}
.main.wrapper {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
header.main {
	position: relative;
	margin-bottom: 70px;
}
nav.main {
	border-bottom: 1px solid #656565;
}
#logo {
	text-align: center;
	margin-top: 40px;
}
#pieniLogo {
	position: absolute;
	width: 139px;
	height: 153px;
	top: 139px;
	left: 3px;
	z-index: 1000;
}
section.main {
	width: 500px;
	margin-left: 230px;
	margin-top: 50px;
	min-height: 1000px;
	float: left;
}
.col_1_3 {
	display: block;
	float: left;
	width: 150px;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: center;
}
.col_2_3 {
	display: block;
	float: left;
	width: 325px;
	margin-right: 25px;
	margin-bottom: 25px;
}
.col_full {
	display: block;
	float: left;
	width: 500px;
	margin-bottom: 25px;
	text-align: left;
	line-height: 125%;
}
.colRight {
	margin-right: 0;
}
.colBottom {
	margin-bottom: 0;
}
.colClear {
	clear: both;
}
footer.main {
	position: relative;
	height: 50px;
}
#some {
	display: block;
	float: left;
	margin-left: 125px;
}
/* Navigaatio */
nav.main ul {
	display: block;
	float: left;
	margin-left: 160px;
}
nav.main li {
	display: block;
	float: left;
}
nav.main a {
	display: block;
	float: left;
	text-align: center;
	width: 120px;
	color: #999999;
	font-weight: bold;
	padding: 10px 0;
	line-height: 15px;
	text-transform: uppercase;
}
a:hover {
	text-decoration: none;
	color: #0F0;
}
a:active {
	text-decoration: none;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 40px;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #555555;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 120%;
}
h3 {
	font-size: 16px;
	color: #555555;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: none;
	text-shadow: 0px 0px #000000;
	white-space: normal;
	text-decoration: none;
	vertical-align: sub;
	font-style: normal;
	line-height: 120%;
}
h4 {
	font-size: 16px;
	color: #555555;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 120%;
}
h5 {
	font-size: 14px;
	color: #555555;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
nav.main .current a {
	color: #000000;
}

/* Lomakkeen muotoilut */
label, input {
	display: block;
	padding-right: 4px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	top: 5px;
}
label {
	font-size: 10px;
}
input.texti {
	width: 125%;
	margin-bottom: 10px;
}.page.main .main .col_1_3 {
	text-align: left;
	font-size: small;
}
