/*
Theme Name: Przejebane
Theme URI: http://www.przejebane.com/
Description: Przejebane 2.0 by Szatan Industries
Version: 2.0
Author: Wojciech Gabryś
Author URI: http://www.wojciechgabrys.com/
Tags: szatan, zuo

	Powered by zuo!

*/


ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, html, p, blockquote, fieldset, input, textarea, img{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code{
	font-size: 1em;
}

ul,ol{
	list-style: none;
}

a img, :link img, :visited img{
	border: none;
}

hr{
	display: none;
}



body{
	margin: 0;
	background: #141212;
	color: #c0b4a5;
	font: 13px Tahoma;
	}

#container{
	margin: auto;
	width: 785px;
	position: relative;
	}
	
	#sidebar{
		position: fixed;
		top: 0;
		margin-left: 620px;
		width: 165px;
		}
		
		#logoContainer{
			width: 165px;
			height: 275px;
			background: url('images/sprites.png') no-repeat;
			text-indent: -9999px;
			}

	#content{
		width: 600px;
		padding-top: 160px;
		}
		
		.archive #archiveTitle{
			height: 160px;
			text-indent: 100px;
			}
			
			#archiveTitle h2{
				display: block;
				height: 160px;
				line-height: 160px;
				font-weight: normal !important;
				color: #423d39;
				}
				
				#archiveTitle h2 em{
					color: #5e5751;
					font-family: Georgia, Times, serif;
				}
			
		#content.archive{
				padding-top: 0px;
				}
		
		.post{
			padding-bottom: 90px;
			background: url('images/postSeparator.png') no-repeat bottom center;
			}
			
			.post.comment{
				background: none !important;
				margin-top: -30px;
				margin-bottom: 30px;
				padding-bottom: 10px;
				}
			
			.post h2, .commentForm h2{
				font: 15px Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif;
				line-height: 20px;
				margin-bottom: 10px;
 				margin-left: 100px;
				margin-top: -30px;
				}
				
				.post h2 a{
					color: #c0b4a5;
					text-decoration: none;
					}
					
					.post h2 a:hover{
						color: #e4dacd;
						}

			.post .content{
				position: relative;
				}				
				.post:hover .content{
					}
					
				.post.comment .content{
					min-height: 21px;
					color: #9e9488;
					}
			
			.post .info{
				font-size: 11px;
				width: 90px;
				text-align: right;
				position: absolute;
				left: 0; top: 0;
				line-height: 20px;
				background: url('images/postInfoBg.png') repeat-y;
				}
				
				.post .info .date{
					margin-top: 1px;
					color: #5e5751;
					}
					
					.info .tags{
						margin-top: 20px;
						}
					
						.info .tags li a{
							height: 19px;
							display: inline-block;
							text-decoration: none;
							color: #423d39;
							border-bottom: 1px solid #272422;
							}
						
							.info .tags li a:hover{
								color: #5e5751;
								}
		
			.post p{
				line-height: 20px;
				margin-left: 100px;
				text-align: justify;
				margin-bottom: 10px;
				}
				
				.post.comment p{
					margin-bottom: 0px;
					}
					
				.post p a{
					color: #b6054f;
					text-decoration: none;
					border-bottom: 1px dotted #650b31;
					}
				
					.post p a:hover{
						color: #b6054f;
						text-decoration: none;
						border-bottom: 1px solid #b6054f;
						}
						
				.post.comment p img{
					display: block;
					margin: 0;
					padding: 0;
					}

				.post p abbr{
					border-bottom: 1px dotted #706961;
					cursor: help;
					}
					
				.post p em{
					padding: 0 3px;
					font-family: Georgia, Times, serif;
					}
						
			.post .footer{
				color: #423d39;
				font-size: 11px;
				margin-left: 100px;
				height: 20px;
				position: relative;
				}
				
				.post.comment .footer{
					margin-bottom: 10px;
					}
				
				.post .footer a{
					color: #423d39;
					text-decoration: none;
					}
					
					.post .footer a:hover{
						color: #5e5751;
						}
				
				.post.comment .footer .music a{
					}
					
					.post .footer .music *{
						color: #423d39;
						height: 20px;
						display: inline-block;
						padding-left: 20px;
						line-height: 20px;
						background: url('images/sprites.png') no-repeat -165px 0;
						}
						
						.post .footer .music a:hover{
							background: url('images/sprites.png') no-repeat -165px -20px;
							}
					
				.post .footer .comment{
					position: absolute;
					top: 0; right: 0;
					line-height: 20px;
					}
					
					.post.comment .footer .comment{
						left: 0 !important;
						}
						
.commentForm{
	padding-top: 90px;
	margin-top: -50px;
	background: url('images/postSeparator.png') no-repeat top center;
	padding-bottom: 60px;
	}
	
	.commentForm .row{
		overflow: auto;
		margin-bottom: 5px;
		}
		
		.commentForm .row label{
			width: 90px;
			margin-right: 10px;
			float: left;
			line-height: 25px;
			font-size: 11px;
			color: #5e5751;
			text-align: right;
			}
			
		.commentForm .row div{
			float: left;
			width: 500px;
			background: #272422;
			overflow: hidden;
			}
			
			.commentForm .row div input,
			.commentForm .row div textarea{
				font: 13px Tahoma !important;
				display: block;
				margin: 1px;
				border: none;
				height: 23px;
				width: 498px;
				background: #141212;
				outline: none;
				color: #c0b4a5;
				font-size: 12px;
				text-indent: 2px;
				}
				
			.commentForm .row div textarea{
				text-indent: 0;
				padding: 3px 2px;
				line-height: 18px;
				height:  148px;
				display: block;
				width: 494px;
				}
				
				.commentForm .row div input:focus,
				.commentForm .row div textarea:focus{
					background: #171514;
					}
					
			.commentForm #submit{
				background: #1d1b1a;
			}
				
.navigation{
	width: 500px;
	font-size: 11px;
	margin-left: 100px;
	height: 20px;
	position: relative;
	padding-bottom: 60px;
	margin-top: -10px;
	}
	
	.navigation a{
		color: #423d39;
		text-decoration: none;
		}
		
		.navigation a:hover{
			color: #5e5751;
		}
			
			a#olderPosts{
				position: absolute;
				right: 0;
				}
