/*  
Theme Name: In Ur Feis - Elastic
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, two columns, widgets

1.1 - UTF-8
1.2 - Korjattu linkit vanhemmat postaukset/uudemmat. Hiukan muita
      kosmeettisia muutoksia.
*/

@import url(http://fonts.googleapis.com/css?family=Lobster);

body {
	font-size: 13px;
	margin: 0;
	padding: 0;
	background: #e6e6e6;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

h1 {
    font-size: 3.5em;
    text-shadow: 4px 4px 2px #000000;
    line-height: 1.3em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

h1, h2, h3, p.description {
	font-family: 'Lobster', 'Lucida Grande', Verdana, Arial, sans-serif;
}

img {
	border: 0;
}

.post img {
	margin: 5px;
	padding: 0;
}

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 20px 0 20px;
	padding-top: 20px;
	background: #ffffff;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#header {
	clear:both;
	margin: 0 20px 0 20px;
	padding: 20px 0 15px 10px;
	text-align: left;
	background: #1e3b8e;
	color: #ffffff;
	border-bottom: 8px solid #4e70d2;
}

#header-image {
	margin-left: 10px;
	padding-left: 100px
}

#header h1, #header a {
	text-decoration: none;
	color: #ffffff;
	margin: 0;
}

#header p.description {
	margin: 0;
	color: #ffffff;
	font-size: 1.0em;
}

#content {
	display: inline;
	float: left;
	margin: 0 0 0 1%;
	width: 64%;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.3em;
	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: 10px 0 60px 0;
}

#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: 0 5px 0 5px;
}

#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: 1.0em;
	font-size: 0.9em;
	color: #838383;
}

#sidebar {
	display: inline;
	float: right;
	margin: 0 1% 0 0;
	padding: 10px;
	width: 30%;
	font-size: 0.9em;
	text-align: left;
	border: 1px solid #cbd3ec;
	background: #e8e8e8;
}

#searchform {
    text-align:center;
}
    
#s {
	width: 80%;
}

#sidebar h3 {
	margin: 5px 0 5px 0;
	padding: 5px;
	color: #2f2f2f;
	background: #cbd3ec;
}

#footer {
	clear: both;
	font-size: 0.9em;
	color: white;
	background: #4e70d2;
	margin: 0 20px 20px 20px;
	padding: 10px 0 5px 0;
	text-align: center;
}

#footer a, #footer a:hover, footer a:visited {
	color: white;
	text-decoration: none;
}

/* Rounding */

#footer {
        -moz-border-radius-bottomleft: 4px;
        -khtml-border-bottom-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;

        -moz-border-radius-bottomright: 4px;
        -khtml-border-bottom-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;

}

#sidebar, .post img, #content p.post-meta {
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
}

#sidebar h3 {
        -moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
}

/* 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;
}

