/*	Reset
-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}




/*	Yleiset
-----------------------------------------------------------*/

	/* Koko sivu */

html {
	font-size: 100%;
}

body {
	background: #ffffff;
	color: #000000;
	font: normal normal 1em/1.5em Arial, sas-serif;
}


	/* Yleiset */

a:link, a:visited {
	color: #619f3f;
	text-decoration: underline;
}

a:hover, a:active {
	color: #aed76f;
	text-decoration: none;
}

blockquote, cite, em {
	font-style: italic;
}

h1, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active, h2, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h3, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 1.5em 0;
	text-decoration: none;
}

img, a img {
	border: 1px solid #dbd5c7;
	max-width: 100%;
	height: 100px;
	width: 100px;
}

p {
	margin: 1.5em 0;
}

small {
	font-size: 0.75em;
}

strong {
	font-weight: bold; 
}

table {
	border: 1px solid #dbd5c7;
	border-collapse: collapse;
	margin: 1.5em 0;
	width: 100%;
}

table td, table th {
	border: 1px solid #dbd5c7;
	border-width: 1px 0;
	padding: 0.75em;
	text-align: left;
}

ul {
	margin: 1.5em 0;
}

ul li {
	margin: 0 0 0 1.5em;
}




/*	Luokat ja ID:t
-----------------------------------------------------------*/


	/* Etusivu */

div.yhteystiedot {
	background: #eff8e2;
	margin: 1.5em 0;
	padding: 0.75em;
}

.yhteystiedot img {
	display: none;
}

.yhteystiedot p {
	margin: 0;
}


	/* Astutustaulukko */

table.pennut {
	border: 0;
}

table.pennut td {
	color: #000000;
	border: 0;
	padding: 0 0.75em 0 0;
	width: 50%;
}

table.pennut img {
	max-width: 100%;
}


	/* Blogipostaus */

p.metadata {
	color: #a1927b;
	line-height: 1.5em;
	margin: -1.5em 0 1.5em 0;
}




/*	Ulkoasun rakenne
-----------------------------------------------------------*/

	/* Wrapper */

#wrapper {
}


	/* Header */

#header {
	background: #ffffff;
}

#header h1 {
	margin: 1.5em 0.75em;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
}

#header img {
	display: none;
}


	/* Navigaatio */

#nav ul {
	border-top: 1px solid #dbd5c7;
	border-bottom: solid 1px #dbd5c7;
	list-style-type: disc;
	margin: 0;
	padding: 0.75em;
}

#nav ul li {
}


	/* Content */

#content {
	background: #ffffff;
	clear: both;
	padding: 0.75em;
}


	/* Footer */

#footer {
	background: #ffffff;
	border-top: 1px solid #dbd5c7;
	clear: both;
	color: #a1927b;
	padding: 0.75em;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #a1927b;
}

#footer p {
	margin: 0;
}

#footer img {
	display: none;
}