html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

html {
	min-height: 100%;
}

@font-face {
  font-family: 'Bienvenu';
  src: url('fontit/Bienvenu.eot');
  src: url('fontit/Bienvenu.eot?#iefix') format('embedded-opentype'),
	   url('fontit/Bienvenu.ttf') format('truetype');
}

body { 
	background-color: #2aae41;
	font-family: Arial, Sans-serif;
}

#container {
	width: 1000px;
	margin: 0 auto auto auto;
}

#ylapalkki {
	height: 100px;
	width: auto;
	background-image: url('kuvat/navitausta.png');
	background-repeat: repeat-x;
	font-family: bienvenu, sans-serif;
}

#logo {
	margin-top: 13px;
	margin-left: 60px;
	float: left;
}

#banneri {
	height: 200px;
	background-color: gray;
	overflow: hidden;
}

#sisalto {
	line-height: 140%;
	min-height: 400px;
	background-color: #eeeeee;
	border: 2px solid black;
	padding: 15px;
}

#kirjautumisloota {
	float: right;
	color: #3ae065;
	text-align: center;
	background-color: #005500;
	width: 190px;
	min-height: 40px;
	padding: 5px;
	border: 2px solid black;
}

#kirjautumisloota li {
	text-decoration: none;
	list-style-type: none;
	margin-top: 5px;
}

#kirjautumisloota a {
	color: white;
	text-decoration: none;
	font-family: bienvenu;
}

#kirjautumisloota a:hover {
	text-decoration: underline;
}

#linkit {
	text-align: right;
	margin-top: 20px;
	list-style-type: none;
	float: right;
}

#linkit a {
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	color: #005500;
}

#linkit a:hover {
	font-weight: bold;
}

#kommentit {
	/*border: 2px solid black;
	background-color: #9DA7B2;*/
	padding: 15px;
	margin-left: 15px;
	width: 550px;
	overflow: hidden;
	background-color: #dedede;
	border-radius: 10px;
}

#alapalkki {
	padding: 4px;
	text-align: center;
	color: white;
	margin-bottom: 15px;
	font-family: Bienvenu, Sans-serif;
}

#navi {
	margin-right: 50px;
	font-variant: small-caps;
}

#navi li, #navi a {
	list-style-type: none;
	text-decoration: none;
	font-size: 20px;
	color: white;
	float: right;
	margin-top: 19px;
	padding-right: 15px;
}

#navi a:hover {
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	color: black;
}

#chat {
	float: right;
}

#tietoameista {
	margin-bottom: 20px;
	font-family: bienvenu;
}

#tietoameista a {
	text-decoration: none;
	font-size: 130%;
	color: #005500;
}

#tietoameista a:hover {
	text-decoration: underline;
}

.uutisotsikko {
	font-weight: bold;
	font-family: Bienvenu, Sans-serif;
	font-size: 150%;
}

.uutisotsikko2 {
	font-weight: bold;
	font-family: Bienvenu, Sans-serif;
	font-size: 110%;
}

.palaastriimiin {
	color: black;
	font-size: 150%;
}

.uutinen {
	border: 2px solid black;
	padding: 15px;
	background-color: /*#9DA7B2*/white;
	margin-bottom: 15px;
	width: 720px;
}

.uutinen2 {
	padding: 15px;
	margin-bottom: 15px;
	width: 720px;
}

.otsikkolinkki {
	text-decoration: none;
	color: black;
}

.otsikkolinkki:hover {
	text-decoration: underline;
}

.kommentti {
	margin-bottom: 15px;
	width: 550px;
}

.jasenrivi {
	padding-left: 25px;
}

.kommentti-muokkaus-nappi {
	padding: 1px 5px 1px 5px;
	border-radius: 5px;
	text-decoration: none;
	font-variant: small-caps;
	color: darkred;
}

.kommentti-muokkaus-nappi:hover {
	background-color: #cccccc;
}

.uutisnavnappula {
	text-decoration: none;
	color: #005500;
	border-radius: 5px;
	padding: 0 4px 0 4px;
	font-family: bienvenu;
}

.uutisnavnappula:hover {
	background-color: #cccccc;
}

.vahvistus-nappi {
	font-size: 2em;
	padding: 1px 5px 1px 5px;
	border-radius: 5px;
	text-decoration: none;
	font-variant: small-caps;
	color: darkred;
}

.vahvistus-nappi:hover {
	background-color: #cccccc;
}