/*  
Theme Name: IDEALNIEMIESZKANIE.COM.PL
Theme URI: IDEALNIEMIESZKANIE.COM.PL
Description: Szablon dla IDEALNIEMIESZKANIE.COM.PL
Version: 0.1
Author: talem.eu
Author URI: http://talem.eu
*/



/* General */

body {
	margin: 0;
	background: #CACAC8;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

img.size-full {
	margin: 5px auto 5px auto; border: 1px solid #efefef; padding: 5px; background: #DFDFD1;
	-moz-box-shadow: 2px 2px 2px #777;
	-webkit-box-shadow: 2px 2px 2px #777;
	box-shadow: 2px 2px 2px #777;
}


/* Page */

#page {
	margin: 0 auto;
	width: 936px;
	border-left: 11px solid #B4B4B4;
	border-right: 11px solid #B4B4B4;
}

#page div#topbanner {
   clear:both;
   width:750px;
   height:200px;
   text-align:center;
   padding:0 0 0 90px;
   margin-top:-25px;
}

/* Header */
div#headerBG {
	width: 100%; height: 296px;
	background:url(images/topBG.jpg) repeat-x top center;
	margin: -1px 0;
}
#header {
	width: 1000px; margin: 0 auto;
	height: 296px;
	background: url(images/top.jpg) no-repeat;
	position: relative; overflow: hidden;
}

div#header h1 a {
	display: block;
	width: 320px; height: 95px;
	margin: 155px 0 0 653px;
	font-family: Times, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 29px; color: #fff; text-decoration: none;
}
div#header h1 a span { font-size: 13px; padding: 3px 0 0 5px; }
div#header ul {
	list-style: none;
	float: left;
	margin: 20px 0 0 15px;
}
div#header ul li {
	display: inline; 
}
div#header ul li a {
	float: left; font-size: 11px; font-family: Tahoma, Verdana, Arial;
	color: #fff; text-decoration: none;
}
div#header ul li a:hover {
	text-decoration: underline;
}
div#header ul li span {
	margin: -5px 15px 0 15px; float: left; color: #fff;
}
div#header a.rss { float: left; margin: 13px 0 0 725px; }

div#adslinki {
   margin: 15px 0 0 60px;
}
	/* Main - Content */
	
	#content {
		float: left;
		width: 650px; background: #CACAC8;
		padding: 6px 16px 0 16px;
		*padding: 0;
	}
	
	h2.pagetitle {
		padding: 0;
		color: #93928C;
		font-size: 20px; font-family: Tahoma;
		font-weight: lighter; float: right;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #ffffff;
		float: left;
		margin-bottom: 16px;
		width: 650px;
		padding: 7px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 625px;
			height: 51px;
			color: #ffffff;
			font: bold 12px "Trebuchet MS", Century Gothic;
		}
		
		#content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url(images/date.jpg) no-repeat top center;
			width: 70px;height: 53px;
			color: #ffffff;
			text-align: center;
			margin: 3px 10px 0 0; text-indent: 1px;
			font-family: Tahoma;
			font-size: 9px;
		}
		
		#content .post .post-title .post-date span {
			margin: 4px 0 2px 0;
			display: block;
			font-size: 24px;
		}
		
		#content .post .post-title h2 {
			padding: 0;
			color: #93928C;
			font-size: 24px; font-family: Tahoma;
			font-weight: lighter;
		}
		
		#content .post .post-title h2 a {
			color: #5F5F5F;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		.post-infos, .post-tags {
			font-weight: normal; font-size: 10px;
			color: #93928C;
		}
		.post-infos span, .post-infos a { color: #160D06 !important; font-weight: bold; }
		.post-tags a { color: #B20300 !important; }
		
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font-size: 11px; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
			color: #000000;
			padding: 0 4px;
			width: 100%; line-height: 16px; letter-spacing: 1px;
			text-align: justify;
		}
		
		#content .post .post-entry a {
			color: #B20300;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Century Gothic;
			color: #ffffff;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 10px 4px 0 4px;
			width: 600px;
			clear: both;
			font: 11px Tahoma, Verdana;
			color: #93928C;
		}
		
		#content .post .post-info a {
			color: #62615D;
			text-decoration: none;
		}
		#content .post .post-info a.respond {
			font-weight: bold;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #ffffff;
			font: bold 17px "Century Gothic", Century Gothic;
			margin: 25px 0 5px 0;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post .comments {
			padding: 0 4px;
			width: 546px;
			font: normal 12px/18px "Trebuchet MS", Century Gothic;
			color: #ffffff;
		}
		
		#content .post .comments a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #ffffff;
		}
		
		#content .post .comments ol li cite {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Century Gothic;
			color: #ffffff;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post #commentform a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
		div.entrythumbwrapper{
			
			background: url(images/picture.jpg) no-repeat top center;
			width: 143px; height: 121px; overflow: hidden; margin: 0 5px 5px 0;
			float: left; 
		}
		#content .entrythumb {
			width: 125px; height: 105px;
			overflow: hidden; padding: 8px 0 0 8px;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 250px;
		color: #ffffff; overflow: hidden;
		margin: 15px 0 0 -20px;
	}
	
	.sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 18px;
			font: bold 15px/34px "Century Gothic", Century Gothic;
			text-transform: lowercase;
			color: #000000;
			height: 46px;
			width: 189px;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		.sidebar h3.categories {
			background: url(images/sidebarCats.jpg) no-repeat top center;
			width: 247px; height: 37px;
			text-indent: -10000px;
		}
		.sidebar h3.search {
			background: url(images/sidebarSearch.jpg) no-repeat top center;
			width: 246px; height: 39px;
			text-indent: -10000px;
			margin: 20px 0 0 0;
		}
		.sidebar h3.lastPost {
			background: url(images/sidebarLast.jpg) no-repeat top center;
			width: 246px; height: 39px;
			text-indent: -10000px;
			margin: 20px 0 0 0;
		}
		.sidebar h3.recommended {
			background: url(images/sidebarPolecamy.jpg) no-repeat top center;
			width: 246px; height: 39px;
			text-indent: -10000px;
			margin: 20px 0 0 0;
		}
		.sidebar h3.tags {
			background: url(images/sidebarTags.jpg) no-repeat top center;
			width: 246px; height: 40px;
			text-indent: -10000px;
			margin: 20px 0 0 0;
		}
		.sidebar h3.archive {
			background: url(images/sidebarArchive.jpg) no-repeat top center;
			width: 246px; height: 40px;
			text-indent: -10000px;
			margin: 20px 0 0 0;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0 0 0 10px;
			overflow: hidden;
			padding: 2px 0 0 0;
			list-style-type: none;
		}
		
		.sidebar ul.cats li {
			color: #ffffff;
			font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
			height: 24px; font-size: 11px;  line-height: 20px;
			text-indent: 35px;
		}
		
		.sidebar ul.cats li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			background: url(images/sidebarListSprite.jpg) no-repeat top center;
			height: 24px;
		}
		
		.sidebar ul.cats li a:hover, .sidebar ul.cats li.current-cat a {
			text-decoration: underline;
			background: url(images/sidebarListSprite.jpg) no-repeat center -26px;
		}
		
		.sidebar ul.cats {
			background: url(images/sidebarCatsBG.jpg) repeat-y top center;
			width: 247px; margin: 0 0 0 9px;
		}
		.sidebar div.catsBottom {
			width: 247px; height 12px; float: left;
			display: block; overflow: hidden; margin: 0 0 0 9px;
			background: url(images/sidebarCatsBottom.jpg) no-repeat top center;
		}
		.sidebar ul.search {
			background: url(images/w_center.jpg) repeat-y top center;
			width: 246px; clear: both; margin: 0 0 0 9px;
		}
		.sidebar div.searchBottom {
			width: 247px; height 12px; float: left;
			display: block; overflow: hidden; margin: 0 0 0 9px;
			background: url(images/sidebarSearchBottom.jpg) no-repeat top center;
		}
		.sidebar ul.tags {
			background: url(images/t_center.jpg) repeat-y top center;
			width: 246px; clear: both; margin: 0 0 0 9px;
		}
		.sidebar ul.archive {
			background: url(images/a_center.jpg) repeat-y top center;
			width: 246px; clear: both;	margin: 0 0 0 9px;
		}
		ul.tags .wrapper {
			width: 220px; margin: 0 0 0 20px;
		}
		ul.tags li a {
			color: #5F5F5F; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		}
		ul.lastPost li, ul.recommended li {
			font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px;
			padding: 0 0 10px 10px;
		}
		ul.lastPost li a, ul.recommended li a {
			font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px;
			padding: 0 0 0 10px;
			font-weight:bold;
		}
		.sidebar div.tagsBottom {
			width: 246px; height 12px; float: left;
			display: block; overflow: hidden; margin: 0 0 0 9px;
			background: url(images/sidebarTagsBottom.jpg) no-repeat top center;
		}
		.sidebar div.archiveBottom {
			
			width: 246px; height 12px; float: left;
			display: block; overflow: hidden; margin: 0 0 0 9px;
			background: url(images/sidebarArchiveBottom.jpg) no-repeat top center;
		}
		.sidebar ul.archive li {
			text-indent: 35px; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 11px; font-weight: bolder;
		}
		.sidebar ul.archive li a {
			color: #5F5F5F;
			background: url(images/a_arrow.jpg) no-repeat 0 6px;
			padding-left: 10px;
		}
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			width: 219px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 219px; height: 28px;
			background: url(images/w_input.jpg) no-repeat top center;
			border: 0; text-indent: 30px;
			margin: 2px;
		}
		.sidebar #searchsubmit { float: right; }
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 5px auto 20px auto;
			width: 120px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 10px 20px 10px;
		}


/* Footer */
#footerBG {
	background: url(images/footerBGall.jpg) repeat-x top center;
	width: 100%; height: 62px; margin: 0 auto;
}
#footer {
	margin: 0 auto;
	width: 1000px; height: 62px;
	background: url(images/footerBG.jpg) no-repeat top center;
	color: #fff; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; text-align: center;
}

#footer a {
	color: #fff; font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* comments */
h3#comments {
	
	padding: 0;
	color: #444 !important;
	font-size: 18px !important; font-family: Tahoma !important;
	font-weight: normal !important;
}
div.comments, div.comments cite {
	color: #222 !important; font-size: 12px;
}
div.comments a {
	color: #444 !important;
}
h3#respond {
	padding: 0;
	color: #444 !important;
	font-size: 24px !important; font-family: Tahoma !important;
	font-weight: lighter !important;
}
#commentform { color: #160D06 !important;}
#commentform a { 
	color: #B20300 !important;
}
textarea#comment {
	
	border: 1px solid #333; background: #efefef; font-family: Tahoma; font-size: 14px;
	width: 650px; height: 200px;
}
form#commentform input#submit {
	
	padding: 3px 5px 3px 5px; text-align: center; background: #fefefe; border: 1px solid #222; color: #222;
	cursor: pointer;
	
}
ol.comments_list li {
	border: 1px solid #333; margin: 3px 0;
	background: #efefef;
}

/* navi */
.navigationwp { 
	width:650px;
	margin:auto;
	text-align:left;
}
ul.nav-wrapper {
	position:relative;left:50%;margin:0;padding:0;
}
ul.nav-wrapper li { float: left; list-style: none; }
.wp-pagenavi { 
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}
a.previouspostslink { 
	display: block; width: 17px; height: 18px;
	background: url(images/navi_arrow_left.jpg) no-repeat top center;
	text-indent: -10000px;
}
.wp-pagenavi a, .wp-pagenavi span.current { 
	height: 32px; display: block;
	line-height: 32px; color: #fff; font-family: Tahoma; font-size: 12px; 
	text-decoration: none; font-weight: bold; float: left; position:relative;
	text-align: center; margin: 0 5px;
}
a.nextpostslink { 
	display: block; width: 15px; height: 17px;
	background: url(images/navi_arrow_right.jpg) no-repeat top center;
	text-indent: -10000px;
}
a.nextpostslink, a.previouspostslink { margin-top: 10px; }
span.current {
	width: 45px; height: 32px;
	background: url(images/navi_red.jpg) no-repeat top center;
	display: block;
}
a.page {
	width: 45px; height: 32px;
	background: url(images/navi_grey.jpg) no-repeat top center;
	display: block;
}
a.page:hover {
	background: url(images/navi_red.jpg) no-repeat top center;
}
/* other */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

