/*
Theme Name: LahtiTheme
Theme URI: http://neuger.com
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.9
Author: Neuger Communications Group
Author URI: http://neuger.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #57644a;
	font-size: 13px;
	line-height: 1.5em;
	color: #333300;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	margin: 0.25em 0 1em 0;
	border-top: 1px solid #9dab8f;
}

#container {
	width: 800px;
	margin: 10px auto;
	background: #fff;
}

#header img {
	padding: 20px 20px 0 0;
}

#header #nav {
	border-top: 3px solid #57644a;
	width: 650px;
}		

#header #nav ul {
	padding: 2px 0 5px 40px;
	font-size: 13px;	
}

#header #nav ul li {
	list-style-type: none;
	display: inline;
	padding: 3px 8px 3px 12px;
	background: url(images/divider.gif) no-repeat left;
}

#header #nav ul li:first-child {
	padding-left: 0;
	background: none;
}

#header #nav ul li a:link, #header #nav ul li a:visited {
	color: #333300;
	text-decoration: none;
	text-transform: uppercase;	
}

#header #nav ul li a:hover {
	color: #990000;
}

#header #nav li a.active:link, #header #nav li a.active:visited {
	color: #990000;
	cursor: default;
}

#content {
	min-height: 300px;
	padding: 10px 130px 20px 78px;
}

#content p {
	margin: 0 0 1em 0;
}

#content ul {
	margin: 1em 30px;
}

#content ul li {
	padding-left: 5px;
	margin: 0.25em 0;
}

#footer p {
	padding: 8px 0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #57644a;
	color: #fff;
}

#footer p a:link, #footer p a:visited {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	color: #ccc;
}


h2,h3,h4 {

}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	padding: 70px 0 5px 40px;
	color: #57644a;
	font-style: italic;
	font-weight: normal;
}

h1 a:link, h1 a:visited {
	color: #990000;
	padding-right: 5px;
	text-transform: uppercase;
	font-style: normal;
}

h1 a:hover {
	color: #660000;
	text-decoration: none;
}

h2 {
	/* color: #57644a; */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333300;
/*	text-transform: uppercase;*/
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	margin: 1em 0 0.125em 0;
}

h2 img {
	padding-left: 4px;
}

h2 span {
	font-size: 14px;
}

h3 {
	/* color: #57644a; */
	color: #333300;
	font-size: 13px;
	font-weight: bold;
	padding: 0.5em 0 0.125em 0;
}

h3 span {
	font-weight: normal;
	color: #57644a;
}

blockquote {
	margin: 0.25em 40px;
}

.right {
	float: right;
}

p.feed {
	float: right;
}

#sidebar {
	float: right;
	width: 200px;
}

div#current {
	border-top: 1px solid #57644a;
}

div#current .entry {
	border-bottom: 1px solid #9dab8f;
	padding: 0px 10px;
}

div#current .entry p {
	margin: 0 0 0.35em 0;
}
div#current .entry p strong {
	color: #57644a;
	font-size: 13px;
}

div#current .entry p em {
	font-size: 12px;
}

div#current .entry p span {
	color: #57644a;
}

div#current .entry .info {
	font-size: 12px;
	color: #666;
}
.post h3 {
	font-size: 14px;
	margin-bottom: 0.5em;
}

.page-id-18 #content p {
	padding-left: 10px;
}
.page-id-18 #content #current p {
	padding-left: 0;
}
