/*
Theme Name: Ofcil
Author: Jani Penttinen
Author URI: http://valontuoja.net
Copyright: http://creativecommons.org/licenses/by-nc-sa/3.0/

Sharing is caring 
*/

body {
	background: #353535;
	color: #333;
	font-family: helvetica, arial;
	font-size: 75%;
}
a, a:visited {
	color: #557386;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#container {
	width: 640px;
	margin: 30px auto 10px auto;
}
#wrapper {
	background: #fff;
	margin: 0 auto;
	padding: 1px 10px 0px 10px;
}
#content {
	background: #fff;
	margin-top: 20px;
	padding: 1px 10px 1px 10px;
	font-size: 1.1em;
	line-height: 1.5em;
}
h2, h3 {
	color: #333;
	font-weight: 200;
}
h2 {
	font-size: 1.7em;
	line-height: 1.4em;
	margin-bottom: 0px;
}
h2#comments {
	font-size: 1.2em !important;
}
h3 {
	font-size: 1.4em;
}
h2 a, h2 a:visited, h1 a, h1 a:visited {
	color: #333;
}
.post {
	margin: 15px 0px 45px 0px;
}
.post img {
	border:0px;
}
.cloud ul li {
	display: inline;
}
#header {
	padding: 0px;
	margin: 0px;
	height: 50px;
	background: transparent url("head.png") no-repeat top left;
}
#header h1 {
	float: left;
	margin: 5px 0px 0px 20px;
	background: transparent url("h1.png") no-repeat top left;
	width: 170px;
	height: 50px;
	color: #000;
	font-size: 2em;
	text-align:center;
	font-weight: 200;
	line-height:190%;
}
#header h1 span {
	color: #fff;
	font-size:1.5em;
	margin: 6px 0 0 5p;
}
#header h1 a {
	display: block;
	height: 50px;
}
.aside h2 {
	display: none;
}
.aside {
	border-top: 1px dashed #d1d1d1;
	border-bottom: 1px dashed #d1d1d1;
	background: #f9f9f9;
	padding: 10px 20px 10px 22px;
	margin: 5px -20px 5px -20px;
}
.aside p {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu {
	float: right;
	margin: 10px 10px 0px 0px;
	width: 430px;
	_width:400px;
}
#menu a, #menu a:visited {
	color: #fff;
	text-shadow: 1px 2px 1px #111;
}
#menu ul {
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
}
#menu ul li {
	display: inline;
	float: left;
}
#menu ul li.page_item {
	border-right: 1px dotted #444;
}
.x {
	border-right: 0px dotted #444 !important;
}
#menu ul li a, #menu ul li a:visited {
	font-size: 1.2em;
	text-decoration: none;
	width: 70px;
	margin: 0px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	display: block;
}
#menu ul li a:hover, #menu ul li a:active {
	background: #333;
	text-shadow: none;
}
.current_page_item a, .current_page_item a:visited {
	background: #333;
}
#footer {
	background: #fff;
	padding: 1px 0 20px 0;
}
#end {
	background: transparent url("end.png") no-repeat top left;
	width: 640px;
	height: 25px;
}
.meta {
	font-size: .9em;
	color: #333;
}
.commentlist {
	background: #eee;
	border-bottom: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	margin: 10px -21px 0 -20px;
	padding: 10px 20px 10px 20px;
	width: 600px;
}
.comment {
	margin: 0px 0px 20px 0px;
	padding: 10px;
}
cite {
	font-size: 1.1em;
	font-style: normal;
}
.commentmetadata a, .commentmetadata a:hover {
	color: #333;
}
#commentform {
	background: #eee;
	border-bottom: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	margin: 10px -21px 0 -20px;
	padding: 10px 0px 10px 20px;
	width: 620px;
}
#commentform label {
	font-size: .9em;
	color: #555;
	margin: 0 0 0 5px;
}
.textarea {
	width: 550px;
	height: 150px;
	background: #fff;
	border: 1px solid #a9a9a9;
	padding: 3px;
}
.textinput {
	border: 1px solid #a9a9a9;
	padding: 3px;
}
.border {
	border:1px solid #999 !important;
}
pre {
	padding:10px;
	background:#f2f2f2;
	font-size:1.1em;
	color:#64203e;
}
code {
	font-size:1.1em;
	color:#64203e;
}
.alignright {
	float:right;
	margin:7px;
}
.alignleft {
	float:left;
	display:inline;
	margin:4px;
}

