@charset "ISO-8859-1";
/* eDeus Networking */

body {
	background: #fff url(images/top.png) repeat-x top left;
	margin: 0;
	padding: 0;
}
#lotus {
	position: absolute;
	top: 0; right: 100px;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #492B21;
}
h1 {
	position: absolute;
	top: 29px;
	left: 12%;
	font-size: 40pt;
	margin: 0;
	color: #fae6d4;
}
h1 a {
	color: #fae6d4;
	text-decoration: none;
	border: none;
}
a {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	color: #AC021C;
}
a:hover {
	border-bottom: 1px solid #f29dae;
}
a img { border: 0; }

small {
	font-size: 11px;
}

#topcontent {
	font-size: 9px;
}
#menu {
	position: absolute;
	top: 100px;
	left: 12%;
	right: 4%;
	height: 100px;
	width: 86%;
	
	color: #fae6d4;
	text-align: right;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
	background: url(images/bulletwhite.gif) no-repeat left center;
	padding-left: 10px;
}
#menu a {
	margin: 0 10px 0 10px;
	font-size: 20px;
	color: #fae6d4;
	border: none;
}
#menu a:hover {
	border-bottom: 2px solid #fae6d4;
}
#content {
	margin: 200px 0 0 12%;
}
#sidebar {
	float: right;
	font-size: smaller;
	width: 210px;
	padding-left: 20px;
	margin: 0 0 50px;
}
#sidebar h2, #sidebar h3 {
	position: relative;
	right: 20px;
	margin-bottom: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li { padding: 0; }
#sidebar li li {
	padding: 7px 0 7px 15px;
	background: url(images/bulletred.gif) no-repeat left top;
}
#footer {
	clear: both;
	background-color: #ac0a22;
	padding: 10px 0;
	
	color: #dd5c73;
	text-align: center;
	line-height: 1.7em;
	font-size: 9pt;
}
#footer a {
	color: #f29dae;
}

.left { float: left; }
.right { float: right; }


.componentheading {
	font-size: 14px;
	font-weight:bold;
}
.contentheading {
	font-size: 12px;
	font-weight:bold;
}
.small {
	font-size: 11px;
	font-style:italic;
	color: #555555;
}
.post {
	margin-right: 320px;
}
.post h3, .post h2 {
}
.postmetadata {
	text-align: center;
	padding-bottom: 50px;
	background: url(images/ruler2.gif) no-repeat center bottom;
	font-size: smaller;
}

/* Etusivu */
#post-21 h2 {
	color: #ac021c !important;
	font-size: larger;
}

#author {
	position: relative;
	top: -200px;
	margin-bottom: -150px;
}
h2 sub {
	font-size: 120%;
}

.sananen {
	margin: 40px 0 20px;
	font-size: 80%;
	font-style: italic;
	color: #AC021C;
}

.post input, .post textarea {
	width: 250px;
}
.post textarea {
	height: 200px;
}
.children li a {
	color: #f30;
}
.authorlink a {
	color: #f30;
	font-style: italic;
}
.smallink {
	color: #000;
}
.smallink:hover {
	border-bottom: 1px dotted #ccc;
}