/*  
Simplified theme for handhelds

1.1 - UTF-8
1.2 - Korjattu linkit vanhemmat postaukset/uudemmat. Hiukan muita
      kosmeettisia muutoksia.
*/

body {
	font-size: 13px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

img {
	border: 0;
}

.post img {
	margin: 5px;
}

#header {
    padding: 5px;
    margin: 0;
	background: #1e3b8e;
	border-bottom: 6px solid #4e70d2;
	color: #ffffff;
	text-align: left
}

#header h1, #header a {
	text-decoration: none;
	color: #ffffff;
	margin: 0;
}

#header p.description {
	margin: 0;
	color: #ffffff;
	font-size: 1.0em;
}

#content {
	padding: 5px;
	font-size: 1.0em;
	text-align: justify;
}

#content h2 a, #content h2.pagetitle {
	color: #252525;
	border-bottom: 3px solid #4e70d2;	
	text-decoration: none;
	clear:both;
}

#content p.post-meta {
	clear: both;
	background: #dce2f7;
	border: 1px #cccccc solid;
	padding: 0 5px 0 5px;
}

#content p.post-meta img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: 0;
	background: #dce2f7;
}

#content blockquote {
	border-left: 3px solid #cccccc;
	padding-left: 3px;
	color: #4d4d4d;
}

a {
	color: #004487;
	text-decoration: none;
}

a:visited, .post h3 a:visited {
	color: #9c4d4c;
	text-decoration:none;
}

a:hover, .post h3 a:hover {
	text-decoration:underline;
}

.post {
	color: black;
}

.post h3 a, .post h3 {
	color: #2f2f2f;
}

.post pre {
	font-size: 0.7em;
	border: 1px solid #cccccc;
	background: #dce2f7;
}

.post code {
	display: block;
	text-align: left;
	border: 1px solid #cccccc;
	background: #dce2f7;
}

.post em {
	color: #383838;
}

p.date {
	color: #838383;
}

#sidebar {
	padding: 5px;
	background: #e8e8e8;
}

#sidebar h3 {
	margin: 5px 0 5px 0;
	padding: 3px 5px 3px 5px;
	color: #2f2f2f;
	background: #cbd3ec;
}

#footer {
	color: white;
	background: #4e70d2;
	padding: 5px;
	text-align: center;
}

#footer a, #footer a:hover, footer a:visited {
	color: white;
	text-decoration: none;
}

.post-meta ul, .post-meta li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

