@import url(http://fonts.googleapis.com/css?family=Open+Sans|Rochester);

/* LINKIT */
a {
	color:#BAB25F; /* LINKKIEN VÃ„RI */
}
a:hover  {
	color:#aaa;
	text-decoration:none;
	transition: color 1s ease;
}
body,html {height:100%;}
body {
	margin: 0 30px;
	font-size:10pt;
	font-family:"arial narrow",sans-serif;
	text-align:justify;
	background: #2A322A;
	line-height:1.5;
}

/* YLÃ„OSA, NAVI JA ALAOSA */
header {
	text-align:center;
	font-size:100px;
	font-family:"Rochester",cursive;
	color:#BAB25F;
	padding-top:10px;
	padding-bottom:10px;
}
nav {
	max-width:1000px;
	min-width:700px;
	margin: 0 auto;
	text-transform:uppercase;
	text-align:center;
	font-family:oswald,sans-serif;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	letter-spacing:10px;
	padding-top:30px;
	padding-bottom:30px;
}
footer {
	max-width:1000px;
	min-width:700px;
	margin: 0 auto;
	text-transform:uppercase;
	text-align:center;
	font-family:oswald,sans-serif;
	font-size:10px;
	border-top:1px solid #aaa;
	letter-spacing:3px;
	padding-top:10px;
	color:#fff;
	margin-bottom:30px;
}
nav a {
	color:#BAB25F;
	text-decoration:none;
	padding: 20px 40px;
}
nav a:hover {
	background-color:#BAB25F;
	transition: background-color 1s ease;
	color:#2A322A;
}

/* TEKSTIOSIO JA VÃ„LIOTSIKOT */
main {
	max-width:1000px;
	min-width:700px;
	margin: 0 auto;
	color:#fff;
	letter-spacing:1px;
	padding:10px 0;
	line-height:1.6;
	display:block;
}

h1 {
	font-weight:normal;
	font-family:"Rochester",cursive;
	color:#BAB25F;
	letter-spacing:4px;
	font-size:33px;
}
h2 {
	text-transform:uppercase;
	font-weight:normal;
	font-family:oswald,sans-serif;
	color:#72A271;
	letter-spacing:5px;
	font-size:18px;
	margin-top:35px;
}
h3 {
	text-transform:uppercase;
	font-weight:normal;
	font-family:oswald,sans-serif;
	color:#685D53;
	letter-spacing:5px;
	font-size:15px;
	margin-top:35px;
}

/* MUUT TÃ„RKEET */
b, strong {
	color:#BAB25F;
	letter-spacing:2px;

}

ul {
	list-style-type: circle;
}	
img {
	border-radius: 4px;
	border: 3px solid #BAB25F;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}	
hr {
	border: 0;
	border-top: 1px dotted #BAB25F;
}


/* LOOTAT */

.varitonloota {
	width: 100%;
	margin: 0 0;
	border-collapse:collapse;
}
.varitonloota td{
	padding: 4px 8px;
	vertical-align:top;
}
.listaloota {
	width: 100%;
	margin: 0 0;
	border-collapse:collapse;
}
.listaloota td{
	padding: 4px 8px;
	vertical-align:top;
	border-bottom:1px solid #aaa;
}

/* HEVOSEN SIVUT */


#perustiedot, #sukutaulu {
	width:100%;
	border-collapse:collapse;
}
#perustiedot td {
	border-bottom:1px solid #aaa;
	padding: 5px 15px;
	width:30%;
}
#sukutaulu td {
	border-bottom:1px solid #aaa;
	padding: 5px 15px;
	width:25%;
}
#perustiedot td:first-child, #perustiedot td:nth-child(3) {
	text-transform:uppercase;
	font-family:oswald,sans-serif;
	color:#BAB25F;
	letter-spacing:2px;
	font-size:10pt;
	width:15%;
}
#sukutaulu em {
	font-size:11px;	
}
#galleria {
	text-align:center;
	padding: 20px 0;
}
#galleria img {
	border-radius: 4px;
	border: 3px solid #BAB25F;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
#galleria img:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    	transition: opacity 1s ease;
}
