/*  
Theme Name: In Ur Feis
Theme URI: http://charni.org/
Description: Inspired by the blue colors of Facebook.
Version: 1.2
Author: Juha Louhiranta
Author URI: http://charni.org/
Tags: facebook look-alike, fixed width, two columns, widgets

1.1 - UTF-8
1.2 - Korjattu linkit vanhemmat postaukset/uudemmat. Hiukan muita
      kosmeettisia muutoksia.

*/

body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	
	background: #f8f8f8;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

img {
	border: 0;
}

.post img {
	margin: 5px;
	padding: 4px;
	border: 1px solid #cccccc;
	background: #ffffff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

#sivuwrapper {
	margin: 0 auto;
	width: 798px;
	background: #ffffff;

	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#header {
	clear: both;
	margin: 0;
	background: #1e3b8e;
	color: #ffffff;
	border-bottom: 6px solid #4e70d2;
	padding-top: 0;
	text-align: center;
}

#header h1, #header a {
	text-decoration: none;
	font-size: 1.8em;
	color: #ffffff;
	margin-bottom: 0;
	padding-top:10px;
	margin: 0;
}
#header p.description {
	margin: 0;
	color: #ffffff;
	font-size: 1.0em;
}

#content {
	float: left;
	width: 558px;
	margin: 0;
	padding: 20px;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: justify;
}

#content h2 a, #content h2.pagetitle {
	color: #252525;
	border-bottom: 4px solid #4e70d2;	
	text-decoration: none;
	clear:both;
}

#content .navigation {
	display: block;
	clear:both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
#content .alignright {
	float: right;
	}
	
#content .alignleft {
	float: left
	}

#content p.tag {
	font-size: 0.9em;
}

#content p.post-meta {
	clear: both;
	font-size: 0.9em;
	background: #dce2f7;
	border: 1px #cccccc solid;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;

	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#content p.post-meta img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: 0;
	background: #dce2f7;
}

#content blockquote {
	border-left: 5px solid #cccccc;
	padding-left: 5px;
	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;
	font-size: 0.8em;
	border: 1px solid #cccccc;
	background: #dce2f7;
}

.post em {
	color: #383838;
}

p.date {
	margin-top:0;
	line-height: 1em;
	font-size: 0.9em;
	color: #838383;
	}

#sidebar {
	margin-top: 10px;
	padding: 10px;
	width: 168px;
	margin-left:600px;

	font-size: 0.9em;
	text-align: left;
	border: 1px solid #cbd3ec;
	background: #e8e8e8;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#s {
	width: 100px;
}

#sidebar h3 {
	margin: 5px 0 5px 0;
	padding: 5px;
	color: #2f2f2f;
	background: #cbd3ec;

	-moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
}

#footer {
	clear: both;
	font-size: 0.9em;
	color: white;
	background: #4e70d2;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	width: 800px;
	text-align: center;

	-moz-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-webkit-border-radius-bottomleft: 4px;
	border-radius-bottomleft: 4px;

	-moz-border-radius-bottomright: 4px;
	-khtml-border-radius-bottomright: 4px;
	-webkit-border-radius-bottomright: 4px;
	border-radius-bottomright: 4px;
}

#footer a, #footer a:hover, footer a:visited {
	color: white;
	text-decoration: none;
}

/* SIDEBAR judui*/

/* GLUE */

#glue {
	clear:both;
	padding-bottom:10px;
}

html>body #content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 
html>body #content li {
	margin: 7px 0 8px 10px;
	}

#content ul li:before, #sidebar ul li:before {
	content: "\00BB \0020";
	}

#content ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#content li {
	margin: 0;
	padding: 0;
	}
#sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

.post-meta ul, .post-meta li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ol, #sidebar p, #sidebar select {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol {
	margin: 0 0 0 10px;
	}

#content ol li, #sidebar ol li {
	list-style: decimal outside;
	}

#sidebar ul li, #sidebar ol li {
	margin: 0;
	padding: 0;
	}

