/*
	File: default.css
	Description: Default stylesheet for piikkilanka.com.
	Version: 1.0
	Created: 2007-04-04
	Updated: 2007-04-04
	Author: Teppo Koivula, teppo@piikkilanka.com
*/

* {
	margin: 0;
	padding: 0;
	float: none !important;
}

body {
	background: white !important;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 150%;
	text-align: center;
	color: black;
}

p {
	margin-bottom: 1.5em;
}

h1 a {
	background: transparent !important;
	position: relative;
	top: 0;
	left: 0;
}

h1 a span {
	display: block !important;
}

h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	border-bottom: 3px solid #b0c357;
	padding-bottom: 0.3em;
	letter-spacing: 0.1em;
	margin: 1.5em 0;
}

h2#slogan {
	font-size: 1.25em;
	letter-spacing: 0.05em;
	color: #a3b430;
	position: relative;
	top: -50px;
	left: 0;
}

#content h2 a {
	color: black !important;
}

#content h2 a:hover {
	text-decoration: none;
}

h3 {
	font-family: Times New Roman, serif;
	font-size: 1.2em;
	border-bottom: 1px solid #b0c357;
	margin: 1.5em 0;
}

a#logo {
	background: transparent;
	padding: 0;
}

a:link, a:visited,  a:active {
		color: blue;
		background: transparent;
		text-decoration: none;
}

a:hover {
		background: transparent;
		text-decoration: underline;
}

a img {
	background: transparent;
	padding: 0;
	border: 0;
}

p.signature {
	padding: 25px 0 15px 0;
}

p.signature img {
	padding: 5px 10px 15px 0;
}

blockquote {
	margin: 2em 0 2em 3em;
	color: #8f9e2a;
}

blockquote:before, blockquote:after {
	color: #b0c357;
	display: block;
	font-size: 6em;
	width: 50px;
}

blockquote:before {
	font-family: Times New Roman, serif;
	content: open-quote;
	height: 0;
	margin: 50px 0 25px 0;
}

blockquote:after {
	font-family: Times New Roman, serif;
	content: close-quote;
	height: 0;
	margin: 50px 0 0 350px;
}

fieldset {
	border: 0;
}

input {
	padding: 0.1em;
}

form#contactForm {
	width: 400px;
	padding: 50px 0 0 50px;
}

form#contactForm p {
	display: block;
	clear: both;
}

form#contactForm label {
	width: 120px;
	padding-bottom: 15px;
}

form#contactForm label.long {
	width: 220px;
}

form#contactForm label.required:after {
	content: " *";
	color: red;
}

form#contactForm input {
	width: 200px;
}

form#contactForm input.button {
	width: auto;
	padding: 0.2em 0.5em;
	margin: 0.5em 0.5em 0 0;
}

form#contactForm select {
	margin: 0 0 10px 0;
}

form#contactForm textarea {
	width: 400px;
	height: 200px;
}

#wrapper {
	background: white;
	width: 100%;
	margin: 0 auto;
}

#tools, #navigation, #wrapperTop, #skipToContent, p.signature img {
	display: none !important;
}

#footer p.print {
	display: block !important;
}

#footer p.default {
	display: none !important;
}

#content {
	width: 100%;
}

#clearer {
	clear: both;
}

#wrapperBottom {
	height: 12px;
	background: url('../images/wrapperBottomBackground.jpg') center bottom no-repeat;
}

#footer {
	margin: 20px 0 0 0;
	font-size: 0.9em;
	clear: both;
	background: url('../images/footerBackground.jpg') left bottom repeat-x;
}

#footer p {
	margin: 0;
	padding: 10px 0 15px 0;
	color: white;
}

#footer a {
	padding: 0;
	background: transparent;
	color: #b7c339;
	font-weight: bold;
}

#footer a:hover {
	padding: 0;
	background: transparent;
	color: white;
}

#footer p span#copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
