body {
	margin: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	color: white;
}

.bgcanvas {
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	-ms-transition:all 1s ease;
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bgblur1.jpg) fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.focus {
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	-ms-transition:all 1s ease;
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bgfocus1.jpg) fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

.aperture {
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	-ms-transition:all 1s ease;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 1;
}

.aperture a {
	color: white;
}

.content1 {
	width: 572px;
	position: relative;
	margin-left: -286px;
	right: -50%;
	top: 70px;
}

p {
	font-size: 1.2em;
}

H1 {
	font-weight: 300;
	font-size: 2.5em;
}

H2 {
	font-weight: 700;
	font-size: 1.5em;
}

/* @group iPad Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}



/* @end */

#centerkeys {
	position: relative;
left: 75%;
	width: 80%;
	margin-left: -65%;
	top: 100px;
}

#centerkeys A {
	color: white;
	text-decoration: none;
}

#centerkeys td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

.keypoint {
	border: 1px solid rgba(158,158,158,0.4);
	border-spacing:6px;
	background-color: rgba(0,0,0,0.24);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 0.85em;
	max-width: 350px;
	min-height: 300px;
}

.keypoint H2 {
	margin-left: 20px;
	text-transform: uppercase;
}

.keypoint p {
	text-transform: none;
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
}

.widepoint {
	border: 1px solid rgba(158,158,158,0.4);
	border-spacing:6px;
	background-color: rgba(0,0,0,0.24);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 0.85em;
	max-width: 750px;
	position: relative;
	left: 5%;
	width: 100%;
	margin-left: -10%;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.widepoint a {
	border-bottom: 1px solid rgba(255,255,255,0.65);
}

.widepoint H2 {
	text-transform: uppercase;
}

/* @group Photo titles & captions */

.previous:hover{
	cursor: pointer;
}

.previous {
	background-image: url(../img/arrow_left.png);
	cursor: pointer;
	width: 88px;
	height: 88px;
	left: 10px;
	position: fixed;
	bottom: 50%;
}

.next:hover{
	cursor: pointer;
}

.next {
	background-image: url(../img/arrow_right.png);
	width: 88px;
	height: 88px;
	right: 10px;
	position: fixed;
	bottom: 50%;
}

.caption {
	width: 30%;
	max-width: 400px;
	position: fixed;
	bottom: 10%;
	background-color: rgba(0,0,0,0.4);
	text-align: left;
	font-size: 1.5em;
	visibility: visible;
	right: 0;
	border-top: 1px solid rgba(255,255,255,0.25);
	border-left: 1px solid rgba(255,255,255,0.3);
	padding: 10px;
}

.title {
	width: 70%;
	max-width: 600px;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 2em;
	visibility: visible;
	left: 0;
	top: 10%;
	text-shadow: black 0 1px 0;
	border-bottom: 1px solid rgba(0,0,0,0.24);
	border-right: 1px solid rgba(0,0,0,0.2);
	padding-left: 10px;
}

/* @end */

#centerkeys hr {
	height:1px;
	border:none;
	color:#dcdcdd;
	background-color:#dcdcdd;
	max-width: 800px;
}

b .year {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.koodilaatikko {
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border: 1px solid #fff;
	height: 30px;
	background-color: rgba(0,0,0,0.1);
	padding-left: 10px;
	color: white;
	font: bold 16px 'Open Sans Condensed', sans-serif;
	width: 100px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-align: center;
	padding-right: 10px;
}

.koodinappi {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 0px solid #fff;
	height: 25px;
	background-color: rgba(0,0,0,0.1);
	padding-left: 8px;
	color: white;
	font: bold 14px 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	padding-right: 10px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
}