/*-----------------------------------------------------------------------------
	Intymność WP Theme
	By: Daniel Częstki (hend.pl)
-----------------------------------------------------------------------------*/

#wp_content_container {
	width:920px !important;
	overflow:hidden;
	font-size: 11px;
	margin: auto;
}
#maincontent {
	width:625px;
	float:left;
}
#sidebar {
	width:250px;
	float: right;
}
#sidebar h2 {
	text-indent: -10000px;
	margin-top:40px;
}
#sidebar h2.kat {
	background-image: url("/templates/img/kategorie.png");
	background-repeat: no-repeat;
	display:block;
	width:134px;
	height:31px;
}
#sidebar h2.arch {
	background-image: url("/templates/img/archiwum.png");
	background-repeat: no-repeat;
	display:block;
	width:133px;
	height:33px;
}

#sidebar h2.tag {
	background-image: url("/templates/img/chmura_tagow.png");
	background-repeat: no-repeat;
	display:block;
	width:214px;
	height:36px;
}

ul.wp_category_menu {
	margin:0;
	list-style-type: none;
	line-height: 22px;
	padding:0;
}
ul.wp_category_menu li {
	
}

ul.wp_category_menu li a {
	font-size:15px;
	font-family: arial;
	color: #3f1e48;
	text-decoration: none;
}

div.post
{background-color:#fff; padding:20px; margin-top:25px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; -moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.15); -webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.15); box-shadow:1px 1px 5px rgba(0, 0, 0, 0.15); width:580px; position:relative;}
div.data {position:absolute; top:5px; right:5px; width:200px; font-size:11px; text-align:right; color: #3e1847;font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
a.fb {display:block; background:url('../images/fb.png') no-repeat; width:214px; height:120px; text-indent:-9999px; margin:10px 0;}
a.fb:hover {background-position:right center;}
div.post h2 {
	margin-top:8px;
	font-size: 25px;
	text-decoration: none;
	color: #777770
}

div.post h2 a {
	text-decoration: none;
	color: #ab0f5c;
}

div.entry p a {
	color: #ab0f5c;
	text-decoration: none;
}

div.post h2 a:hover, div.entry p a:hover {
	border-bottom: 1px solid #ab0f5c;;
}
div.entry * {
	font-size: 14px;
	font-family: arial;
	color: #777770;
	line-height:18px;
}

p.small {
	background-image: url("../images/meta-bg.png");
	background-repeat: no-repeat;
	padding-left:15px;
	line-height:39px;
	width:580xp;
	height:39px;
	font-size: 12px;
	color: #3e1847;
	text-shadow:1px 1px #f8f8f7;
	font-family:Arial, Helvetica, sans-serif;
}
p.small a, a {
	color: #ab0f5c;
}

.tags {
	line-height:21px;
}
div#info_body {background:url('/templates/img/tlo-dolne.png') repeat-x;}

img.alignleft {float:left; margin-right:20px; margin-bottom:5px;}
img.alignright {float:right; margin-left:20px; margin-bottom:5px;}