/*
Theme Name: Jyväskylän Hoivapalveluyhdistys
Description: Custom Wordpress theme built for Jyväskylän Hoivapalveluyhdistys.
Version: 1.0
Author: Perttu Hänninen
*/

/* general margins and paddings */
form, input, select, textarea, table, tbody, tr, td, img, h1, h2, h3, p, div, span {
	margin: 0px;
	padding: 0px;
}

/* main styles */
html, body {
	height: 100%;
}

body {
	background: #428aca url(images/bg.jpg) repeat-x fixed bottom center;
	margin: 0px;
	padding: 0px;
}

body, h1, h2, h3, p, span, div, tr, td, input, select, textarea {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
}

h1, h2, h3, p, td {
	line-height: 1.5em;
}

h1 {
	border-bottom: 1px solid #909090;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0.5em 0px 1em 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

p {
	margin: 0px 0px 1em 0px;
}

/* id styles */
#contentWrapper {
	margin: 0px auto;
	width: 840px;
}

#contentLeftShadow {
	background: transparent url(images/content_left_shadow.png) repeat-y top right;
	width: 50%;
	vertical-align: top;
}

#contentRightShadow {
	background: transparent url(images/content_right_shadow.png) repeat-y top left;
	width: 50%;
	vertical-align: top;
}

#content {
	padding: 0px 20px;
}

#contentCell {
	background: transparent url(images/white_90.png) repeat top center;
	/* this height attribute is needed, because otherwise IE renders #linksBar height higher than 30px, but it will cause horizontal scrollbar for IE< */
	height: 100%;
	vertical-align: top;
}

#links {
	margin: 2px 0px;
	text-align: center;
	line-height: 30px;
}

#linksBar {
	background: transparent url(images/white_80.png) repeat top left;
	text-align: center;
	vertical-align: top;
	width: 100%;
	height: 30px;
}

#villageTable, #villageTableFixed {
	background: transparent url(images/village.jpg) no-repeat scroll bottom center;
	width: 100%;
	height: 100%;
}

#villageTableFixed {
	background-attachment: fixed;
}

#villageCell {
	text-align: center;
	vertical-align: bottom;
	height: 100%;
}

#villageImg {
	border-style: none;
	display: block;
	margin: 0px auto;
	width: 970px;
	height: 620px;
}

#jariSignature {
	width: 115px;
	height: 75px;
	border-style: none;
	background: transparent url(http://localhost/jklhoiva/wp-content/uploads/2009/01/jari_sig.png) no-repeat top left;
}

#seijaSignature {
	width: 279px;
	height: 75px;
	border-style: none;
	background: transparent url(http://localhost/jklhoiva/wp-content/uploads/2009/01/seija_sig.png) no-repeat top left;
}

/* class styles */
.linksBarShadow {
	background: transparent url(images/top_shadow.png) repeat-x top center;
	height: 11px;
}

.spacer {
	width: 1px;
	height: 1px;
}

/* class styles generated by WordPress text editor */
.alignleft {
	float: left;
	margin: 0px 5px 5px 0px;
}

.aligncenter {
	text-align: center;
	margin: 0px auto;
}

.alignright {
	float: right;
	margin: 0px 0px 5px 5px;
}
