/**** All tags are alphabetically ordered ****/

a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: gray;
	text-decoration: underline;
}
a.plain {
	text-decoration: none !important;
	color: black !important;
}
body {
	font-family: AGaramond, "Adobe Garamond", "Adobe Garamond Pro", "Garamond BE", "Garamond BE Regular", "Perpetua", "Palatino Linotype", Garamond, Georgia, serif;
	font-size: 0.95em;
	line-height: 1.4em;
	max-width: 65em;
}
body#home ul#menu a#menu-home, 
body#cv ul#menu a#menu-cv,
body#loitsu ul#menu a#menu-loitsu,
body#websites ul#menu a#menu-websites {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-weight: normal;
	font-size: 2.8em;
	line-height: normal;
}
img.right-image {
	float: right;
	margin: 0.3em 0em 2em 2em;
}
div#content {
	margin-left: 19.5em;
	border-left: 1px solid black;
	padding-left: 1.5em;
}
div.cv-section {
	clear: left;
}
div.cv-section h2 {
	font-size: 1em;
	float: left;
	clear: left;
	width: 10em;
	margin-top: 0;
}
div.cv-section p {
	margin-left: 11em;
}
div#left-column {
	float: left;
	width: 18em;
	text-align: right;
}
div#left-column h1 { margin-top: 0px; }
div.reference {
	height: 12em;
	min-height: 170px;
}
div.reference a.screenshot {
	float: left;
	width: 200px;
	height: 150px;
	border: 1px solid silver;
	background-position: center top;
}
div.reference a.screenshot:hover {
	border: 1px solid gray;	
	background-position: center -150px;
}
div.reference h3, div.reference p {
	margin-left: 230px;
}
div.reference a#nixu {
	background-image: url("../images/screen-nixu.gif");	 
}
div.reference a#internetsa {
	background-image: url("../images/screen-internetsa.gif");	 
}
div.reference a#ghv {
	background-image: url("../images/screen-ghv.gif");	 
}
div.reference a#vammaisneuvosto {
	background-image: url("../images/screen-vammaisneuvosto.gif");	 
}
div.reference a#jugendsali {
	background-image: url("../images/screen-jugendsali.gif");	 
}
div.reference a#adaptamat {
	background-image: url("../images/screen-adaptamat.gif");	 
}
div.reference a#tune {
	background-image: url("../images/screen-tune.gif");	 
}
div.reference a#vuorela {
	background-image: url("../images/screen-vuorela.gif");	 
}
h3, h4 {
	margin-bottom: 0em;
}
h3 a, h4 a {
	text-decoration: none !important;
}
h3.date {
	float: right;
	margin-top: 0.3em;
}
ul#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}
ul#menu a {
	text-decoration: none !important;
}
ul#footer {
	clear: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 2em;
	text-align: center;
	color: gray;
	font-size: 0.8em;
}
ul#footer li {
	display: inline;
	margin-right: 1em;
}
ul#footer a {
	color: gray;
}
