@charset "utf-8";
/*
Theme Name: La Fabrique
Theme URI: http://www.lafabrique.pl/
Description: Temat dedykowany stworzony przez <a href="http://www.worktemple.com">Work Temple</a>.
Version: 1.0
Author: Sebastian Wilczyński
Author URI: http://www.worktemple.com
*/

body
{
	margin:0;
	padding:0;
	background-image:url(images/background-all.gif);
	background-repeat:repeat;
	font-family:Georgia;
	font-size:11px;
	color:#888888;
}
a
{
	color:#888888;
}
a:hover
{
	text-decoration:none;
}
form
{
	display:inline;
}
input,
textarea
{
	font-family:Arial;
	font-size:11px;
	color:#888888;
}
img
{
	border:0;
}
#header
{
	margin:27px 0 27px 49px;
}
#content-container
{
	margin:0 0 0 100px;
	width:878px;
}
#content
{
	width:700px;
	float:left;
	overflow:hidden;
}
#content-posts
{
	background-color:#ffffff;
	padding:35px 25px 25px 25px;
}
#content-posts h1
{
	font-size:28px;
	margin:0;
	padding:0;
	color:#000000;
}
#content-bottom
{
	height:4px;
	background-image:url(images/content-bottom.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#content-posts .post
{
	border-bottom:1px solid #d9d9d9;
	padding:10px 0 5px 0;
}
#content-posts .page
{
	border-bottom:none;
}
#content-posts .post ul
{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
#content-posts .post li
{
	padding:1px;
}
#content-posts .post li a
{
	color:#3f3f3f;
}
#content-posts .post li a:hover
{
	text-decoration:none;
}
#content-posts .post .post-info a,
#comments a
{	
	color:#3f3f3f;
	text-decoration:none;
}
#content-posts .post .post-info a:hover,
#comments a:hover
{	
	color:#888888;
}
#content-posts .post .post-info .author
{
	font-weight:bold;
}
#content-posts .post h1,
#content-posts .post h1 a
{
	color:#111112;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}
#content-posts .post h2,
#content-posts .post h2 a
{
	color:#111112;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}
#content-posts .post h1 a:hover
{
	color:#888888;
}
#content-posts .navigation
{
	padding:15px 0 5px 0;
}
#content-posts .navigation .left
{
	float:left;
}
#content-posts .navigation .right
{
	float:right;
}
#comments h3
{
	font-size:18px;
	padding:10px 0 0 0;
	margin:0;
}
#comments ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#comments li
{
	padding:10px 0 10px 0;
	border-top:1px solid #d9d9d9;
	border:expression(this.previousSibling==null?'none':'-');
}
#comments li:first-child
{
	border:none;
}
#comments li p
{
	padding:10px;
	margin:10px 0 10px 0;
	background-color:#e9e9e9;
	border:1px solid #d9d9d9;
}
#comments li p.message
{
	background-color:#000000;
	border:1px solid #d9d9d9;
	color:#ffffff;
	font-weight:bold;
}
#comments .form-row
{
	padding-top:10px;
}
#comments .form-row textarea
{
	width:100%;
}
#sidebar
{
	float:left;
	margin-left:35px;
	width:143px;
	overflow:hidden;
}
#sidebar form input
{
	vertical-align:middle;
}
#sidebar form input.search-box
{
	border:1px solid #59595a;
	width:105px;
	background:none;
	color:#59595a;
	padding:3px;
}
#sidebar form input.search-button
{
	padding:10px;
}
#sidebar .section ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar .section li
{
	border-top:1px solid #29292a;
	padding:5px 0 5px 2px;
	border:expression(this.previousSibling==null?'none':'-');
}
#sidebar .section li:first-child
{
	border:none;
	padding-top:0;
}
#sidebar .section ul a
{
	color:#888888;
	text-decoration:none;
}
#sidebar .section ul a:hover
{
	color:#ffffff;
}
#sidebar .section .content
{
	margin:10px 0 30px 0;
}
#footer
{
	clear:both;
	padding:20px 0 20px 0;
}
#footer a
{	
	color:#ffffff;
}
#footer a:hover
{	
	color:#888888;
	text-decoration:none;
}
#footer .item
{
	border-top:1px solid #29292a;
	margin:0;
	padding:12px 0 12px 3px;
}
#footer .partners
{
	margin:0;
	padding:12px 0 12px 3px;
	list-style:none;
}
#footer .partners li
{
	display:inline;
	margin:0;
	padding:0 40px 0 0;
}
#footer .item img
{
	float:left;
	padding-top:2px;
}
#footer .item p
{
	float:right;
	margin:0;
	padding:0;
}
#footer .created p
{
	text-align:right;
	margin:0;
	padding:0;
}
.clear
{
	clear:both;
}
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}