

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #192056;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4d7e21;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #4d7e21;
}

a:hover {
	text-decoration: none;
        color: #98d33d
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
}

html>body #wrapper {
	height: auto;
}

/* Menu */

#menu {
	width: 778px;
	height: 30px;
	margin: 0 auto;
	background: #000000;
	padding: 0px;

}

#menu ul {
	float: right;
	margin: 0;
	padding-right: 4px;
	list-style: none;
}

#menu li {
	float:left;
    margin:0;
    padding:0 0 0 0px;
}

#menu a {
   display:block;
	float: left;
	height: 20px;
	padding:5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #eeeeee;
}

#menu a:hover {
	background: #333333;
	color: #98d33d;

}

#menu .current a {
    background: #dddddd;
    color: #555555;
    }
    
#menu .current a:hover {
    background: #dddddd;
    color: #000000;
    }    



/* Logo */

#logo {
	width: 778px;
	height: 155px;
	margin: 0 auto;
	background: #ffffff url(images/header.png) no-repeat;
	color: #3E5C0E;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
}

#logo h1 {
	padding: 25px 0 0 20px;
	letter-spacing: -3px;
	font-size: 3em;
}

#logo h2 {
	padding: 36px 0 0 10px;
	letter-spacing: -1px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #3E5C0E;
}

/* Page */

#page {
	width: 778px;
	height: 240px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/backtop.png) top no-repeat;
}

/* Content */

#content {
	float: left;
	width: 494px;
}

.post {
	padding-bottom: 20px;
}

.post .otsikko {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
}

.post .otsikko a {
	text-decoration: none;
}

.post .tekstit {
	padding: 5px 5px 0 20px;
	text-align: left;
}

.post .ingressi {
	height: 15px;
	margin-left: 20px;
	padding: 5px 0px 5px 0px;
	border-top: 0px solid #3E5C0E;
	border-bottom: 1px dashed #3E5C0E;
	font-size: 1.1em;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 10px;
	padding: 5px 20px;
	background: url(images/img09.gif) no-repeat left bottom;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
	background: url(images/img10.gif) no-repeat right bottom;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	border-left: 1px dotted #3E5C0E;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar a:hover {
font-weight: bold;
}

#sidebar h2 {
	height: 20px;
	margin-right: 20px;
	padding: 9px 0 0px 20px;
	border-bottom: 0px solid #3E5C0E;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}

/* Side */

#side form {
	padding: 20px;
}


#side #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	margin: 0px 0;
	font-size: smaller;
	background: transparent url(images/footer.png) no-repeat;
	width: 778px;
	height: 60px;
}

#footer p {
	margin: 0;
	padding-top: 35px;
	text-align: center;
	line-height: normal;
}

#rekisteroidy {
    width: 200px;
    height: 50px;
    background: transparent url(images/button_rekisteroidy.png) top left no-repeat;
    margin-left: 20px;    
    padding: 15px 35px;
    font-weight: bold;
    font-size: 1.1em;
}

#rekisteroidy a {
    font-weight: bold;
    color: #192056;
}       

#kauppa {
   width: 650px;
	margin: 0;
	text-align: left;
	line-height: normal;
}

.submit_button {
        border: 0px dotted #98d33d;
        color: #192056;
        background-color: #ffffff;
        background: transparent url(images/button_submit.png) top left repeat-x;
        height: 38px;
        width: 150px;
        font-size: 1.1em;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align: middle;
    }
    
input[type=submit]
{
        border: 0px dotted #98d33d;
        color: #192056;
        background-color: #ffffff;
        background: transparent url(images/button_submit.png) top left repeat-x;
        height: 38px;
        width: 150px;
        font-size: 1.1em;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align: middle;
}    

.teksti3 {
	border: 1px solid #192056;
}