/*
Theme Name: spio-minimal
Theme URI: http://spio.ro/prj/wpthemes/
Description: The default WordPress theme changed.
Version: 2.2
Author: spio
Author URI: http://spio.ro/
Tags: minimal, white, two columns, widgets

	spio v2.2
	http://spio.ro/prj/wpthemes/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Helvetica neue", Helvetica, Arial, Sans-Serif;
	font-size: 75%;
	line-height: 18px;
	color: #666;
	background: #f3f3f3;
}
a {
	color: #333;
	outline: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #111;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #111;
}
p {
	padding: 0 0 18px;
}
ul, ol {
	list-style: none;
}
/*---------------------------------------------*/
#page {
	width: 760px;
	width: auto;
	margin: 0 auto;
	padding-left: 50px;
	border-left: 1px solid #ddd;
}
/*---------------------------------------------*/
#header {
	height: 130px;
	line-height: 130px;
	position: relative;
}
#header h1, 
#header span, 
.description {
	float: left;
	color: #171717;
	font-weight: bold;
	font-size: 1.3em;
	margin-right: 2px;
}
.description {
	text-decoration: none;
}
#header h1 a {
	color: #171717;
}
#header h1 a:hover {
	background: #fe0;
}
#header span {
	padding: 0 7px;
}
/*---------------------------------------------*/
#content {
	float: left;
	width: 560px;
}
.navigation {
	height: 40px;
	line-height: 40px;
	padding: 0px 5px;
}
.alignleft {
	float: left;
	line-height: 40px;
}
.alignright {
	float: right;
	line-height: 40px;
}
.post {
	display: block;
	background: #fff;
	width: 500px;
	padding: 35px 30px 40px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.post h2 {
	font-size: 1.8em;
	letter-spacing: -0.04em;
}
.post h2 a {
	color: #111;
}
.post h2 a:hover {
	color: #bbb;
}
.entry {
	padding: 12px 0;
	font-size: 1.1em;
}
.postmetadata {
	font-size: 0.9em;
}
.tags {
	display: block;
	padding: 0 0 5px 0;
}
.tags a {
	padding: 2px 4px;
	text-decoration: none;
	color: #aaa;
	background: #eee;
}
.tags a:hover {
	color: #333;
	background: none;
}
/*---------------------------------------------*/
.commentlist li {
	padding: 20px 15px;
	border-top: 1px solid #eee;
}
.avatar {
	float: left;
	margin-right: 10px;
}
.fn a {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}
.commentmetadata {
	padding: 0px 0px 15px 0px;
}
.commentmetadata a {
	font-size: 0.9em;
	color: #999;
}
.thread-even {
	background: #fafafa;
}
/*---------------------------------------------*/
#sidebar {
	float: left;
	width: 170px;
	padding: 20px 0px 0px 30px;
}
#sidebar h2 {
	padding: 15px 0px 5px 0px;
	color: #ccc;
}
#sidebar li {
	padding: 3px 0px;
}
#sidebar .widget {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	color: #ccc;
	font-size: 1.3em;
	letter-spacing: -0.03em;
	font-weight: bold;
	font-style: italic;
}
#sidebar .widget ul, #sidebar .widget div {
	font-weight: normal;
	font-style: normal;
	font-size: 0.75em;
	letter-spacing: -0.02em;
}
#sidebar .widget_tag_cloud {
	line-height: 30px;
}
#sidebar .widget_tag_cloud a {
	padding: 2px 4px;
	text-decoration: none;
	color: #aaa;
	background: #eee;
}
#sidebar .widget_tag_cloud a:hover {
	color: #333;
	background: none;
}
/*---------------------------------------------*/
#searchform label {
	display: none;
}
#s, input, textarea {
	padding: 4px 2px;
	margin: 5px 0px;
	line-height: 20px;
	background: #ddd;
	border: 1px solid #999;
	border-width: 1px 0px 0px 1px;
}
#comment {
	width: 98%;
}
#submit, #searchsubmit {
	padding: 3px 2px 2px 3px;
	border: 1px solid #333;
	border-width: 0px 1px 1px 0px;
	background: #666;
	color: #fff;
	cursor: pointer;
}
#searchsubmit {
	padding: 3px 4px 2px 5px;
}
/*---------------------------------------------*/
#footer {
	clear: both;
	padding: 30px 0px;
}