@CHARSET "UTF-8";

/**********************
*	LISTA WPISÓW      *
***********************/

#year-filter {
	width: auto;
	height: 30px;
	background-color: #efefef;
	line-height: 30px;
	padding: 0 0 0 5px;
	font-size: 12px;
	overflow-x: hidden;
	white-space:nowrap;
	margin-left:30px;
}

	
.year-pos {
	display: inline;
	width: 50px;
	padding: 3px 7px 3px 7px;
	color: #9a9a9a !important;
	size: 12px;
}

.year-pos.active {
	background-color: #b2b2b2;
	padding: 3px 7px 3px 7px;
	color: white !important;
	size: 12px;
}

#left {
	position: relative;
	height: 25px;
	float: left;
	width: 30px;
	padding-top: 5px;
	background: #efefef;
	cursor: pointer;
}

#right {
	position: relative;
	height: 25px;
	float: right;
	width: 30px;
	padding-top: 5px;
	margin-top: -30px;
	background: #efefef;
	cursor:pointer;
}

.my-icon-left {
    position: relative;
}
.my-icon-left > i {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 10px solid transparent;
    margin-left: -3px;
    border-right: 10px solid #b2b2b2;
    left: 0px;
    top: 0px;
}

.my-icon-right {
    position: relative;
    left:12px;
}
.my-icon-right > i {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #b2b2b2;
    left: 12px;
    top: 0px;
}

#left:hover, #right:hover {
	background: #d3d3d3;
	}


#blog-entries, #blog-entries table {
	width: 100%;
	}

.no_results {
	text-align: center;
}

tr.separator {
	height: 10px;
	border-bottom: 1px dotted #b2b2b2;
	}

tr.item a {
	color: #2b76c1;
}

td.photo-preview, td.photo-preview img {
	width: 100px;
	}

td.title {
	font-size: 15px;
	font-weight: bold;
	width: 70%;
	}

td.lead {
	color: #626262;
	width: 100%;
	font-weight: normal;
	}
td.datetime, td.author {
	font-size: 10px;
	color: silver;
	padding-left: 25px;
	width: 15%;
}

td.author {
	background: url('images/blog/user_icon.png') no-repeat;
	background-position: center left;
	background-size: 22px 22px;
}

td.datetime {
	background: url('images/blog/date_icon.png') no-repeat;
	background-position: center left;
	background-size: 22px 22px;
}

/**********************
*	PODGLĄD WPISU     *
***********************/
#entry_photo {
	display: block;
	width: 100%;
	height: 400px;
}

#entry_title {
	color: white;
	margin-top: -100px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 5px;
	min-height: 100px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.87) 78%, rgba(0,0,0,0.87) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(78%,rgba(0,0,0,0.87)), color-stop(100%,rgba(0,0,0,0.87)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.87) 78%,rgba(0,0,0,0.87) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.87) 78%,rgba(0,0,0,0.87) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.87) 78%,rgba(0,0,0,0.87) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.87) 78%,rgba(0,0,0,0.87) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#de000000',GradientType=0 );
}

#entry_title_nophoto {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 5px;	
	}
#entry_title p {
	position: absolute;
	bottom: 0;
	left:0;
	padding: 5px;
}

#entry_datetime, #entry_author {
	float: left;
	position: relative;
	height: 30px;
	font-size: 10px;
	color: silver;
	padding-left: 25px;
	line-height: 30px;
	margin-right: 10px;
	padding-bottom: 5px;
}

#entry_author {
	background: url('images/blog/user_icon.png') no-repeat;
	background-position: center left;
	background-size: 22px 22px;
}

#entry_datetime {
	background: url('images/blog/date_icon.png') no-repeat;
	background-position: center left;
	background-size: 22px 22px;
}

#entry_lead {
	position: relative;
	font-weight: bold;
	clear: both;
	width: 100%;
	border-top: 1px dotted silver;
	padding-top: 5px;
	margin-bottom: 20px;
	line-height: 20px;
}

#entry_content {
	position: relative;
	width: 100%;
	line-height: 20px;
	margin-bottom: 30px;
}

#entry_links {
	width: 100%;
	height: 30px;
	background-color: #efefef;
	line-height: 30px;
	padding: 0 0 0 5px;
	font-size: 12px;
	margin-bottom: 5px;
}

#entry_gallery {
	width: 100%;
}

#entry_fb {
	float: right;
	height: 30px;
	padding-top: 5px;
}

#entry_share {
	float: right;
	display: inline;
	width: 350px;
	margin-right: 10px;
	}

#direct_link {
	display: none;
	float: right;	
	width:70%;
	margin-top: 5px;
}

div.share_button {
	height: 25px;
	width: 70px;
	background: url('images/blog/share.png') no-repeat left;
	background-position: 0px 3px;
	padding-left: 24px;
	color: #6a6b6c;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
	float: right;
	}

div.share_button:hover {
	background: url('images/blog/share.png') no-repeat left;
	background-position: 0px -21px;	
	color: #414243;
	}
	
#share_hide {
	display: none;
}
.photo {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	text-align: center;
}

.photo img:hover {
	opacity: 0.9;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	}

.photo img {
	height: 150px;	
	}
	
.bigphoto .image img {
	width: 800px;
}

p.photo-title {
	position: absolute;
	font-size: 10px;
	bottom: 0px;
	padding-bottom:3px;
	padding-top: 3px;
}

#likeit-box {
	background: url('images/blog/baby.jpg') no-repeat left top;
	width: 500px;
	height: 200px;
	position: relative;
	padding-top: 40px;
	}

#likeit-box span {
	display: block;
	background: url('images/blog/bubble.png') no-repeat left top;
	width: 300px;
	height: 90px;
	margin-left:160px;	
	padding: 10px 10px 10px 30px;
	font-size: 18px;
	line-height: 33px;
	color: gray;
}

#likeit-box iframe {
	position: absolute;
	margin-top: -60px;
	margin-left: 330px;
}