/*
Euran seurakunta
*/

* {
	margin: 0;
	padding: 0;
}

BODY {
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	line-height: 130%;
	background-image: url(layout/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#ylatunniste {
	width: 960px;
	margin: 0 auto;
	background-color: transparent;
}

#tagline {
	width: 460px;
	margin: 0 auto;
	width: auto;
	background-color: transparent;
	display: inline;
	float: left;
}

#haku {
	width: 460px;
	margin: 0 auto;
	width: auto;
	background-color: transparent;
	display: inline;
	float: right;
	text-align: right;
}

#logo {
	margin: 0 auto;
	margin-top: 0;
	width: auto;
	background-color: transparent;
}

#container {
	margin: 0 auto;
	width: 1000px;
	background-color: white;
}

#themepictureetusivu {
	width: 960px;
	height: auto;
	margin: 0 auto;
	background-color: black;
	padding: 0 0 0 0;
	background-image: url(layout/themepicture.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 2px solid #006634;
}

#themepicture {
	width: 960px;
	margin: 0 auto;
	background-color: black;
	padding: 0 0 0 0;
	background-image: url(layout/themepictureb.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 2px solid #006634;
}

#navigation {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: white;
	border-top: 4px solid #006634;
}

#contentcontainer {
	width: 960px;
	margin: 0 auto;
	background-color: transparent;
}

#subnavigation {
	width: 220px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	float: left;
}

#content {
	width: 480px;
	margin: 20px 0 0 20px;
	float: left;
}

#sidebar {
	width: 220px;
	height: auto;
	margin: 20px 0 0 0;
	float: right;
}

#footer {
	margin: 0 auto;
	margin-top: 20px;
	width: 960px;
	clear: both;
	border-top: 2px solid #006634;
}

.box1 {
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
	padding: 10px 10px 0 10px;
	background-color: transparent;
}

.box2 {
	border: 0px solid #cccccc;
	margin: 0 0 20px 0;
	padding: 10px 10px 0 10px;
	background-color: transparent;
}

.fiksaus {
	width: auto;
	height: auto;
	clear: both;
}

h2 {
	margin: 0 0 10px 0;
	color: #333333;
	font-size: 150%;
	font-weight: normal;
	text-transform: none;
	line-height: 120%;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

h3 {
	margin: 20px 0 10px 0;
	color: #333333;
	font-size: 130%;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	margin: 20px 0 10px 0;
	color: #333333;
	font-size: 110%;
	font-weight: normal;
}

#sidebar h3 {
	margin: 0 0 10px 0;
	font-size: 110%;
}

p {
	margin: 0 0 10px 0;
	color: #333333;
	font-size: 90%;
}

#tagline p {
	margin: 0;
	padding: 10px 0 10px ;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #888888;
	font-style: italic;
	font-size: 100%;
}

#haku p {
	margin: 0;
	padding: 10px 0 10px ;
	display: inline;
	float: left;
	font-size: 80%;
}

#haku form {
	float: right;
}

#subnavigation p {
	margin: 0 0 10px 0;
	color: #333333;
	font-size: 90%;
}

#sidebar p {
	margin: 0 0 10px 0;
	color: #333333;
	font-size: 80%;
}

#footer p {
	padding: 20px 0 20px 0;
	color: #777777;
	font-size: 80%;
}

#content ul {
	margin: 0 0 10px 0;
	padding: 0;
}

#content li {
	padding: 0;
	margin: 0 0 10px 40px;
	font-size: 90%;
	list-style-type: disc;
	color: #333333;
}

#navigation ul {
	padding: 12px 0 12px 0;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
	border-right: 1px solid #c0c0c0;
	font-size: 90%;
	line-height: 130%;
}

#subnavigation ul {
	padding: 0 0 0 0;
}

#subnavigation li {
	list-style-type: none;
	padding: 10px;
	margin: 0 0 4px 0;
	font-size: 80%;
	border-bottom: 1px solid #e0e0e0;
}

#subnavigation li ul li {
	list-style-type: none;
	padding: 10px 0 0 10px;
	margin: 0 0 4px 0;
	font-size: 100%;
	border: 0;
}

#haku a, a:active, a:link, a:visited {
	font-style: normal;
	color: #006634;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	background-color: transparent;
	padding: 0;
	font-size: 100%;
	border: 0;
	margin: 0;
}

#haku a:hover {
	text-decoration: underline;
}

#navigation a, a:active, a:link, a:visited {
	font-style: normal;
	color: #006634;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	background-color: transparent;
	padding: 0;
	font-size: 100%;
	border: 0;
	margin: 0;
}

#navigation a:hover {
	text-decoration: underline;
}

#subnavigation a, a:active, a:link, a:visited {
	font-style: normal;
	color: #006634;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	background-color: transparent;
	padding: 0;
	font-size: 100%;
	border: 0;
	margin: 0;
}

#subnavigation a:hover {
	text-decoration: underline;
}

#content a, a:active, a:link, a:visited {
	font-style: normal;
	color: #006634;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	background-color: transparent;
	padding: 0;
	font-size: 100%;
	border: 0;
	margin: 0;
}

#content a:hover {
	text-decoration: underline;
}

#sidebar a, a:active, a:link, a:visited {
	font-style: normal;
	color: #006634;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	background-color: transparent;
	padding: 0;
	font-size: 100%;
	border: 0;
	margin: 0;
}

#sidebar a:hover {
	text-decoration: underline;
}

#footer a, a:active, a:link, a:visited {
	font-style: normal;
	color: #006634;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	background-color: transparent;
	padding: 0;
	font-size: 100%;
	border: 0;
	margin: 0;
}

#footer a:hover {
	text-decoration: underline;
}

#navigation .current_page_item a, a:active, a:link, a:visited {
	font-weight: bold;
	color: #e32200;
}

#navigation .current_page_item a:hover {
	text-decoration: underline;
}

#navigation .current_page_ancestor a, a:active, a:link, a:visited {
	font-weight: bold;
	color: #e32200;
}

#navigation .current_page_ancestor a:hover {
	text-decoration: underline;
}

#subnavigation .page_item a, a:active, a:link, a:visited {
	font-weight: normal;
}

#subnavigation .page_item a:hover {
	text-decoration: underline;
}

#subnavigation .current_page_item a, a:active, a:link, a:visited {
	font-weight: bold;
	color: #e32200;
}

#subnavigation ul li .page_item a, a:active, a:link, a:visited {
	font-weight: normal;
	color: #006634;
}

#subnavigation ul li .page_item a:hover {
	text-decoration: underline;
}

#subnavigation ul li .current_page_item a, a:active, a:link, a:visited {
	font-weight: bold;
	color: #e32200;
}

#subnavigation ul li .current_page_item a:hover {
	text-decoration: underline;
}

#subnavigation ul ul li .page_item a, a:active, a:link, a:visited {
	font-weight: normal;
	color: #006634;
}

#subnavigation ul ul li .page_item a:hover {
	text-decoration: underline;
}

#subnavigation ul ul li .current_page_item a, a:active, a:link, a:visited {
	font-weight: bold;
	color: #e32200;
}

#subnavigation ul ul li .current_page_item a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#logo img {
	padding: 0 0 80px 20px;
}

form {
	margin: 0;
	font-size: 100%;
	color: #333333;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	padding: 0;
}

#content select, input, textarea {
	border-top: 1px solid #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	background-color: White;
	font-size: 100%;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 3px;
	margin-top: 5px;
}

#haku select, input, textarea {
	margin-top: 0;
}

#haku .nappi {
	font-weight: bold;
	text-transform: none;
	padding: 3px;
	font-size: 100%;
	margin: 0;
	background-color: #006634;
	color: white;
}

#content .nappi {
	font-weight: bold;
	text-transform: none;
	padding: 3px;
	font-size: 100%;
	margin: 0;
	background-color: #006634;
	color: white;
}
