@charset "UTF-8";

/* Media Queries: Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}

/* Media Queries: Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
}

body {
	background-color: #333;
}
#top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
}
#tekstia {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	padding: 5px;
	font-weight: normal;
}
.cv {
	text-align: left;
	margin-left: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-bottom: 20px;
}
.cvots {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#tekstia2 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#content {
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 5px;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 0px;
}
#content table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
}
#content table tr td p .pikkuteksti {
	font-weight: bold;
}
#etukuva {
	width: 50%;
	height: auto;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
#otsikko {
	width: auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: 30px;
	margin-top: 5px;
}

#mainmenu {
    width: auto;
    height: 30px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin-top: 20px;
}
.pikkuteksti {
	width: auto;
	height: 30px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	padding-top: 30px;
	margin-bottom: 20px;
}

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}
