<!DOCTYPE html>
<html class="notie67" lang="pl-PL">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width"><title>Praca Blog</title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<style type='text/css'>

/*************************************************************************
Default CSS served INLINE because wp-content/uploads is not writable.
This will change once wp-content/uploads is writable
**************************************************************************/
/* CSS Grid */

.row, .row5, .lw { width: 960px; margin: 0 auto; } 
.row > div, .row5 > div, .row > nav, .row5 > nav { float: left; position: relative; } 

/* column widths */
.col1 {width:80px}		.col2 {width:160px}		.col3 {width:240px}		.col4 {width:320px}
.col5 {width:400px}		.col6 {width:480px}		.col7 {width:560px}		.col8 {width:640px}
.col9 {width:720px}		.col10 {width:800px}		.col11 {width:880px}		.col12 {width:960px}

/* Source order */
.push1 {left:80px}		.push2 {left:160px}		.push3 {left:240px}		.push4 {left:320px}
.push5 {left:400px}		.push6 {left:480px}		.push7 {left:560px}		.push8 {left:640px}
.push9 {left:720px}		.push10 {left:800px}		.push11 {left:880px}		
.pull1 {right:80px}		.pull2 {right:160px}		.pull3 {right:240px}		.pull4 {right:320px}
.pull5 {right:400px}		.pull6 {right:480px}		.pull7 {right:560px}		.pull8 {right:640px}
.pull9 {right:720px}		.pull10 {right:800px}	.pull11 {right:880px}

/* 5 equal width columns  */
.row5 > div {width:192px}
.row5 .push1 {left:192px}	.row5 .push2 {left:384px}	.row5 .push3 {left:576px}	.row5 .push4 {left:768px}
.row5 .pull1 {right:192px}	.row5 .pull2 {right:384px}	.row5 .pull3 {right:576px}	.row5 .pull4 {right:768px}


/********************************
 720 pixels 
 *******************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* row width */
.row, .row5, .lw {width:720px;}

/* column widths */
.col1 {width:60px}		.col2 {width:120px}		.col3 {width:180px}		.col4 {width:240px}
.col5 {width:300px}		.col6 {width:360px}		.col7 {width:420px}		.col8 {width:480px}
.col9 {width:540px}		.col10 {width:600px}		.col11 {width:660px}		.col12 {width:720px}

/* Source order */
.push1 {left:60px}		.push2 {left:120px}		.push3 {left:180px}		.push4 {left:240px}
.push5 {left:300px}		.push6 {left:360px}		.push7 {left:420px}		.push8 {left:480px}
.push9 {left:540px}		.push10 {left:600px}		.push11 {left:660px}
.pull1 {right:60px}		.pull2 {right:120px}		.pull3 {right:180px}		.pull4 {right:240px}
.pull5 {right:300px}		.pull6 {right:360px}		.pull7 {right:420px}		.pull8 {right:480px}
.pull9 {right:540px}		.pull10 {right:600px}	.pull11 {right:660px}

/* 5 equal width columns */
.row5 > div {width:144px}
.row5 .push1 {left:144px}	.row5 .push2 {left:288px}	.row5 .push3 {left:432px}	.row5 .push4 {left:576px}
.row5 .pull1 {right:144px}	.row5 .pull2 {right:288px}	.row5 .pull3 {right:432px}	.row5 .pull4 {right:576px}
}


/********************************
 Mobile 
 *******************************/
@media only screen and (max-width: 767px) {		
body { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }

.row, .row5, .lw { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; }
.row > div, .row5 > div { margin: 0 !important; float: none !important }

/* Make all columns full width */
.col1, .col2, .col3, .col4, .col5, .col6, 
.col7, .col8, .col9, .col10, .col11, .col12,
.row5 > div	{ width:100% !important; }
	
/* No source ordering on mobile */
.push1, .push2, .push3, .push4, .push5, .push6, 
.push7, .push8, .push9, .push10, .push11, .push12 { left:auto !important; } 
.pull1, .pull2, .pull3, .pull4, .pull5, .pull6, 
.pull7, .pull8, .pull9, .pull10, .pull11, .pull12 { right:auto !important; } 
}

/********************************************************************
	BORDER-BOX
	Browser-support: IE8+
	See also http://paulirish.com/2012/box-sizing-border-box-ftw/
********************************************************************/

* { 
	-moz-box-sizing: 		border-box; 
	-webkit-box-sizing: 	border-box; 
	box-sizing: 			border-box;	
	o-box-sizing: 			border-box;
}

.row, .lw { 
	-moz-box-sizing: 		content-box; 
	-webkit-box-sizing: 	content-box; 
	box-sizing: 			content-box;	
	o-box-sizing: 			content-box;
}


/********************************************************************
	<BODY> for TEXT
********************************************************************/

body {
	margin: 					0; 
	padding: 				0; 
	font-family: 			"Segoe UI", "Lucida Grande", "Helvetica Neue", sans-serif;
	font-size: 				15px;
	opacity: 				0; /* <--- will be turned on ( = set to '1' ) with jQuery 
									after google fonts, if any, have loaded and masonry layout, 
									if any, was applied */
}


/********************************************************************
	HTML5 tags for IE8 and older
********************************************************************/

article, aside, details, 
figcaption, figure, footer, 
header, hgroup, menu, 
nav, section { 
	display: 				block; 
}


/********************************************************************
	<A> LINKS
********************************************************************/

a  { 
	color: 					#0090d3; 
	text-decoration: 		none; 
}

a:hover 	{ 
	text-decoration: 		underline; 
}

a:active { }
a:visited { }

/* These get a fat dotted underline on hover */
.post-bodycopy a,
.widget a,
.singlenav a,
.commentlist a,
.logged-in-as a  { 
	border-bottom: 		dotted 2px transparent; /* "invisible" placeholder for link hover color */
}

.post-bodycopy a:hover,
.widget a:hover,
.singlenav a:hover,
.commentlist a:hover,
.logged-in-as a:hover {
	border-bottom-color: #0090d3;
	text-decoration: 		none;
	color: 					#0090d3;	
}


/********************************************************************
	Animation
	Add all CSS selectors that should be animated on hover
********************************************************************/

a,
.widget > h3, 
.widget > h3 i,
.ed_button,
#submit,
.thumb-shadow,
.firstpart,
#menu1 i,
.commentlist li > div,
.commentlist .avatar {
	transition: 			all 0.5s ease-out;
	-webkit-transition: 	all 0.5s ease-out;
	-moz-transition: 		all 0.5s ease-out;
	-o-transition: 		all 0.5s ease-out;
}	


/********************************************************************
	<H1> - <H6> HEADINGS
********************************************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 			'Yanone Kaffeesatz', sans-serif;
	font-weight: 			normal; 
	margin: 					20px 0 10px 0;
}

h1 { font-size: 40px; line-height: 44px; }
h2 { font-size: 36px; line-height: 40px; }
h3 { font-size: 32px; line-height: 35px; }
h4 { font-size: 28px; line-height: 33px; }
h5 { font-size: 24px; line-height: 27px; }
h6 { font-size: 20px; line-height: 22px; }


/********************************************************************
	<IMG> IMAGES
********************************************************************/

a img { border: none; }

.wp-caption {
}

.wp-caption.alignleft,
.wp-caption.alignnone {
	margin-left: 			-9px;
}

.wp-caption.alignright {
	margin-right: 			-9px;
}

.wp-caption img {
	background: 			#fff; 
	padding: 				10px; 
	border: 					solid 2px #cccccc;
}

.wp-caption-text 	{ 
	color:					#999999;
	font-size: 				14px; 
	text-align: 			center; 
	padding: 				5px; 
	margin-bottom:			0; /* this is a p element, turn off its bottom margin */
}

iframe .player-container {
	border: 					solid 3px #000000;
}

.alignleft { 
	float: 					left; 
	margin: 					5px 15px 10px 0; 
}

.alignright { 
	float: 					right; 
	margin: 					5px 0 10px 15px; 
}

.aligncenter { 
	display: 				block; 
	margin: 					0 auto; 
}

.gallery-caption {
}

/* images inside posts on singular pages */
body.page .hentry img,
body.single .hentry img {
	padding: 				7px;
	border: 					solid 1px #dddddd;
}


/********************************************************************
 Resizing content
********************************************************************/

.widget, .hentry {
	word-wrap: 				break-word;
}

input, 
textarea {
	max-width: 				100%;
}

img { 
	max-width: 				100%; 
	height: 					auto; 
	display: 				block;
	width: 					auto; /* makes IE8 keep aspect ratio, adjusts the height */
}

img.wp-smiley {
	display: 				inline; /* reset display:block for smileys */
}

.wp-caption {
	max-width: 				100% !important; 	/* WP adds 'width="..."' inline to images with .wp-caption, and 
															to embedded videos, adding !important to overwrite that */
	width: 					auto; /* makes IE8 keep aspect ratio, adjusts the height */
	height: 					auto;
}

embed {
	max-width: 				100% !important; 	/* WP adds 'width="..."' inline to images with .wp-caption, 
															and to embedded videos, adding !important to overwrite that */
	border: 					none; 
	height: 					auto;
}



/********************************************************************
	<UL> UNORDERED LISTS in post and comment bodies
********************************************************************/

.hentry ul,
.comment-text ul {
	list-style: 			none; 
	margin: 					10px 0;
	padding-left:			25px;
}

.hentry ul li,
.comment-text ul li {
	padding-left: 			0px;
	margin-bottom: 		2px;
}

.hentry ul li i,
.comment-text ul li i {
	display: 				inline-block;
	width: 					12px; 
	height: 					12px; 
	margin-right: 			10px; 
	margin-left: 			-20px;
	background: 			transparent url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/icons.png) -48px -84px no-repeat;
}

.hentry ul ul li i,
.comment-text ul ul li i {
	background: 			transparent url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/icons.png) 0px -48px no-repeat;
}

.hentry ul ul,
.comment-text ul ul {
	margin-top: 			2px; 
	margin-bottom: 		3px; 
	margin-left: 			0px;
	padding-left:			22px;
}



/********************************************************************
	<OL> ORDERED LISTS in post and comment bodies
********************************************************************/

.hentry ol,
.comment-text ol { 
	margin: 					0; 
	padding: 				0 0 0 35px; 
	list-style: 			decimal;
}

.hentry ol li,
.comment-text ol li { 
	margin-bottom: 		5px; 
}

.hentry ol ol,
.comment-text ol ol { 
	list-style: 			lower-roman; 
}

.hentry ol ol ol,
.comment-text ol ol ol { 
	list-style: 			lower-alpha; 
}


/********************************************************************
	<DL> Definition Lists in post and comment bodies
********************************************************************/

.hentry dl,
.comment-text dl { 
	margin:					20px 0;
}

.hentry dt,
.comment-text dt { 
	font-weight: 			bold; 
	margin:					10px 0;
}

.hentry dd,
.comment-text dd { 
	margin-left:			0;
	padding-left:			20px;
}


/********************************************************************
	<TABLE> in post and comment bodies
********************************************************************/

.hentry table,
.comment-text table {
	border-collapse:		collapse;
	border-bottom:			solid 1px #e7e7e7;
	margin-bottom:			10px;
}

.hentry  table caption,
.comment-text table caption {
	color: 					#707070; 
	font-size: 				14px; 
	letter-spacing: 		1px;
	text-transform: 		uppercase; 
	padding: 				4px;
}

.hentry  table th,
.comment-text table th {
	padding: 				6px 8px 6px 9px; 
	text-align: 			left;
}

.hentry  table td,
.comment-text table td {
	padding: 				5px 8px;
	border-top:				solid 1px #e7e7e7;
}

/* zebra-stripe even table rows. Class 'alternate' added with jQuery */
.hentry  table tr.alternate td,
.comment-text table tr.alternate td {
	background: 			#f7f7f7;
}


/********************************************************************
	<BLOCKQUOTE>
********************************************************************/

blockquote {
	color: 					#777777;
	border-left: 			5px solid #dddddd;
	margin: 					15px 30px 0px 10px;
	padding-left: 			20px;
}

blockquote p {

}

/********************************************************************
	<PRE>
********************************************************************/

pre {
	padding:				10px;
	border:				dashed 1px #cccccc; 
}


/* Uncomment for boxed style,
also uncomment div#container in main templates */
/*
#container {
	display: table;
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	box-sizing: content-box;	
	-o-box-sizing: content-box;	
	margin: 0 auto;
	box-shadow: 0 0 30px -20px #999;
	border: solid 1px #ddd;
}
*/

/* The header area full width background */
#banner-bg 	{ 
}

/* The header area */
#banner {
	position: 				relative;
}

#logo-area {
	margin-left: 			20px;
}

@media only screen and (max-width: 959px) {
	#banner > div, #banner > nav {
		float: none;
		width: 100%;
	}
}


/* The main row, with the #content column and perhaps sidebars left/right */
#main 	{ 
	padding: 				30px 0;
}

/* A sidebar */
#widgetarea-one {  
	padding: 				0 20px;
}	

/* The content column */
#content{ 
	padding: 				0 20px;
}

/* The footer full width background */
#footer-bg { 
	background: 			#fcfcfc; 
	padding: 				30px 0; 
	border-top: 			solid 1px #ddd;
}

/* Footer content area */
#footer { 
	text-align: 			center;
	color:					#666666;
}
/*****************************************
POST Container, contains all post parts
******************************************

/* all post containers = .hentry elements */
.hentry {
	position: 				relative; /* <-- This relative so that child elements can be positioned absolutely */
	padding: 				30px 0 25px 0;
	border-top: 			solid 1px #eee;
}

/* First post container */
.hentry:first-child { 
	border-top: 			none; 
}

/* All links inside post container .hentry */
.hentry a { 
	color: 					#0090d3; 
	text-decoration: 		none; 
}


/*****************************************
POST HEADLINES
<div class="hentry"><h2><span class="post-format"></span>
<a><span class="firstpart">Post</span> Title</a></h2></div>
******************************************/

.hentry > h1, 
.hentry > h2 { 
	margin: 					0; 
	font-weight: 			normal; 
}

.hentry > h2 { 
	font-size: 				40px; 
	line-height: 			38px; 
	margin: 					0 0 15px 0; 
}

/* On single post pages and static pages: */
.hentry > h1 { 
	color: 					#0090d3;
	font-size: 				50px; 
	line-height: 			45px; 
	margin: 					0 0 20px 0; 
}

.hentry h2 a .firstpart,
.hentry h1 .firstpart  { 
	color: 					#000000; 
	text-decoration: 		none; 
}

/* change on .hentry hover */
.hentry:hover h2 a .firstpart {
	color: 					#0090d3;
}

.post-format {
	display: 				none;
	background: 			url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/icons.png) -120px -144px no-repeat;
	width: 					24px; 
	height: 					24px;
	padding: 				5px 13px;
	margin: 					0 10px 0 0; 
	vertical-align: 		8px;
	font-size: 				10px; 

}


/*****************************************
Comment Bubble
******************************************/ 

.hentry .comment-bubble {
	display: 				inline-block;
	height: 					36px; 
	width: 					36px;
	color: 					#999; 
	line-height: 			27px; 
	font-family: 			arial, sans-serif;
	font-size: 				18px;
	font-weight: 			bold; 
	text-align: 			center; 
	background: 			url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/icons.png) -168px -108px no-repeat;
	margin-left: 			8px; 
	vertical-align: 		8px;
}

/* change on .hentry hover */
.hentry:hover .comment-bubble {
	color: 					#fff; 
	background: 			url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/icons.png) -168px -72px no-repeat;
	text-decoration: 		none;
}


/*****************************************
POST THUMBNAIL
<div class="thumb-shadow"><div class="post-thumb"><a><img><span></span></a></div></div>
******************************************/

.thumb-shadow { 
	background: 			#fff url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/shadow.png) center 50px no-repeat;	
	padding-bottom: 		5px;
	margin-top: 			7px;
	margin-left: 			-6px;
}

.hentry:hover .thumb-shadow { 
	background-position: center bottom;
}

.post-thumb { 
	margin: 					0 auto 15px auto; 
	display: 				block; 
	padding: 				6px 6px 5px 6px;
	border: 					solid 1px #ddd;
	border-bottom: 		solid 1px #ccc;
	background: 			#ffffff;
}

.post-thumb a { 
	position: 				relative;
	display: 				block;
}

/* .img_wrapper added  & wrapped around <img> by Javascript */
.post-thumb .img_wrapper{
}

.post-thumb img {
	-webkit-filter: 		grayscale(0);
	opacity: 				0; 
	filter: 					alpha(opacity=0); 
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	display:					block;
}

.post-thumb img.img_grayscale { 
	filter: 					grayscale(100%); /* Current draft standard */
	-ms-filter: 			grayscale(100%); 
	-o-filter: 				grayscale(100%); /* opera */ 
	filter: 					url("http://www.fotoblogueros.com/wp-content/themes/montezuma/images/gray-filter.svg#grayscale"); /* Firefox */
	filter: 					gray; /* IE */
	-webkit-filter: 		grayscale(1); /* Old WebKit */
	-webkit-filter: 		grayscale(100%); /* New WebKit */
}

/* Container for the shadow. Parent is position:relative. Putting it "on top" of image */
.post-thumb span {
	position: 				absolute;
	top: 						0; 
	bottom: 					0;
	left: 					0; 
	right: 					0;
	box-shadow: 			inset 15px 15px 20px -20px #000; /* inner shadow top and left */
	z-index: 				20000;
}


/*****************************************
POST BODYCOPY
******************************************
<div class="post-bodycopy cf"><div class="post-date"></div><a class="comment-bubble">13</a>
	<p>...</p><p>...</p>
</div>
******************************************/

.post-bodycopy { 
	/* text-align: 		justify; */ 
}
.post-bodycopy p {

}


/*****************************************
POST PAGINATION
******************************************/
/*
<div class="post-pagination"><span>Page</span> <a>1</a> 2 <a>3</a></div>
*/

/* Box that contains the pagination links */
p.post-pagination {
	clear: both;
	margin: 20px 0;
}
p.post-pagination ol {
	margin: 15px 0;
}
p.post-pagination a { 

}



.post-edit-link {
	display: 				block;
	margin-top: 			10px;
}


/*****************************************
POST DATE
******************************************
<div class="post-date">
	<p class="post-month">Jul</p>
	<p class="post-day">19</p>
	<p class="post-year">2013</p>
</div>
******************************************/

.post-date {
	border-right: 			solid 1px #999; 
	float: 					left;
	text-align: 			center;
	margin-right: 			10px; 
	margin-top: 			4px;
	margin-bottom: 		8px;
	padding-right: 		10px; 
}

.post-day { 
	font-size: 				20px; 
	line-height: 			20px; 
	margin: 					4px auto 0px auto; 
}

.post-month { 
	font-size: 				14px; 
	line-height: 			14px; 
	margin:					0px auto; 
	text-transform: 		uppercase; 
}
.post-year { 
	font-size: 11px; 
	line-height: 14px; 
	margin: 0px auto; 
}


/*****************************************
POST FOOTER
******************************************
<div class="post-footer">
	<p class="post-categories"><i></i><a>Category Title</a></p>
	<p class="post-tags"><i></i><a>Tag 1</a> <a>Tag 1</a></p>
</div>
 ******************************************/
 
.post-footer {
	color: 					#bbbbbb;
	margin-top: 			10px;
}

.post-footer a {
	color: 					#aaaaaa;
	padding: 				2px 10px 4px 10px;
	border-radius: 		3px;
	border: 					none;
}

.hentry:hover .post-footer a {
	color: 					#0090d3;
}

.hentry:hover .post-footer a:hover {
	text-decoration: 		none;
	color: 					#ffffff;
	background: 			#0090d3;
}

/* Post tags and categories: */
.post-tags, 
.post-categories  { 
	margin: 					0; /* Turn off default margins of <p> paragraph element */
	display: 				inline-block;
}

.post-tags  { 
	margin-left: 			20px;

}

/* This <i></i> element is inserted by Javascript, as container for icons */
.post-tags i, 
.post-categories i {
	display: 				inline-block; 
	width: 					12px; 
	height: 					12px;
	margin-right: 			5px;
	background-image: 	url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/icons.png);
}

.post-tags i { 
	background-position: -168px -192px; 
}

.post-categories i { 
	background-position: -12px -228px; 
}

.post-readmore { 
	float: 					right;
	margin-top: 			-5px;
}

/********************************************************************
	Galleries (inserted with the WP [gallery] shortcode:
	The (invalid as per W3C) HTML code pf [gallery] is changed,
	dl/dt/dd replaced with figure/figcaption, and the (invalid because inside a DIV) inline CSS 
	replaced with the styling here:
********************************************************************/

.gallery {
	margin:					20px 0 10px -7px; /* visual adjustment related to padding/border of figure element */ 
}

.gallery figure {
	display:					inline-block;
	padding: 				7px;
	border:					solid 1px #ccc;
	margin:					0 10px 5px 0; /* reset default figure margin */
	box-shadow: 			0 0 10px -5px #ccc;
}

.gallery figure a {
	position:				relative; /* to position child span (shadow) absolute */
	display: 				block;
	border:					0;
	text-decoration:		none;
}

/* Container for the shadow. Parent is position:relative. Putting it "on top" of image */
.gallery figure a span {
	position: 				absolute;
	top: 						0; 
	bottom: 					0;
	left: 					0; 
	right: 					0;
	box-shadow: 			inset 15px 15px 20px -20px #000; /* inner shadow top and left */
	z-index: 				1000;
}
.ie8 .gallery figure a span {
	background:				#fff;
	-ms-filter:				"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* first! */
	filter: 					alpha(opacity=0);
}
.ie8 .gallery figure {
	margin:					0 10px 10px 0; /* +5px more margin-bottom for IE8 */
}


/* adding .hentry to this selector for more "specificity" to be able to overwrite inherited 
strong rules "body.single .hentry img" and "body.page .hentry img": */
.hentry .gallery figure a img {
	border:					0; /* reset possibly inherited border from ".hentry img" */
	padding:					0; /* reset possibly inherited border from ".hentry img" */
}

/* captions currently not displayed on gallery page, only on single image pages */
.gallery figcaption {
}


/********************************************************************
	For single images on image.php:
********************************************************************/
.image-attachment .post-bodycopy img {
	margin-left: -8px;
}
.image-attachment .singlenav {
	margin: 10px 0;
}
.image-attachment .singlenav .older a:before {
	content: '\2039\2039 \00a0'; /* This is ISO numeric code for &larr;. For more see http://www.evotech.net/blog/2007/04/named-html-entities-in-numeric-order/ */ 
}
.image-attachment .singlenav .newer a:after {
	content: '\00a0 \203a\203a'; /* &rarr; */
}


/********************************************************************
	For the colorbox overlays:
********************************************************************/
/* This section should not be changed */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{
	-moz-box-sizing:content-box; -webkit-box-sizing:content-box; 
	box-sizing:content-box; o-box-sizing:content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
	
    #cboxTopLeft{width:25px; height:25px; background:url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/colorbox/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/colorbox/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/colorbox/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/colorbox/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/colorbox/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/colorbox/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/colorbox/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/colorbox/border2.png) repeat-y -25px 0;}
	 
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/colorbox/loading.gif) no-repeat 5px 5px;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/********************************************************************
	WIDGET CONTAINER
	<aside id="categories-3" class="widget widget_categories cf">
********************************************************************/

/* Widget container, contains all parts of a widget */
.widget {
	font-size: 14px;
	line-height: 		1.3;
	color: 				#666666;
	margin-bottom: 	30px;
}

/* Widget container, when hovered */
.widget:hover { 
  	color: 				#000000;
}


/********************************************************************
	Links inside Widgets
********************************************************************/

/* All links inside widgets */
.widget a { 
  	color: 				#000000;
}

/* Links inside widgets, when parent .widget is hovered */
.widget:hover a { 
  	color: 				#0090d3;
}


/********************************************************************
	WIDGET TITLES
	<h3><i></i><span><span class="firstpart">Widget</span> Title</span></h3>
********************************************************************/

/* Widget title h3 container, contains all parts of widget title */
.widget > h3 {
	color: 				#0090d3;
	margin: 				0 0 15px 0; /* turning off default h3 margins, leaving only margin-bottom */
	font-size:			32px;
	line-height: 		29px;
}

/* Widget title h3 container, when parent .widget is hovered */
.widget:hover > h3 { 
  	color: 				#000000;
}

/* Widget title text */
.widget > h3 > span {
}

/* First part of widget title text */
.widget h3 span .firstpart {
	color: 				#000000;
	text-decoration: 	none;
}

/* Global widget title icon */
.widget > h3 i {
	display: 			inline-block;
	width: 				24px;
	height: 				24px;
	margin-right: 		15px;
	background-color: #ffffff;
	background-image: url( http://www.fotoblogueros.com/wp-content/themes/montezuma/images/icons.png );
}

/* Individual widget title icons */ 
.widget > h3 i 						{ background-position: -120px -216px }
.widget_archive > h3 i 				{ background-position: -120px -24px }
.widget_tag_cloud > h3 i 			{ background-position: -120px 0px }
.widget_recent_comments > h3 i 	{ background-position: -120px -72px }
.widget_links > h3 i				{ background-position: -120px -96px }
.widget_pages > h3 i 				{ background-position: -120px -120px }
.widget_recent_entries > h3 i 	{ background-position: -120px -144px }
.widget_meta > h3 i 					{ background-position: -120px -192px }
.widget_categories > h3 i 			{ background-position: -120px -168px }

/* Individual widget title icons, when the parent .widget is hovered */ 
.widget:hover > h3 i 						{ background-position: -96px -216px }
.widget_archive:hover > h3 i 				{ background-position:  -96px -24px }
.widget_tag_cloud:hover > h3 i 			{ background-position:  -96px 0px }
.widget_recent_comments:hover > h3 i 	{ background-position:  -96px -72px }
.widget_links:hover > h3 i 				{ background-position:  -96px -96px }
.widget_pages:hover > h3 i 				{ background-position:  -96px -120px }
.widget_recent_entries:hover > h3 i 	{ background-position:  -96px -144px }
.widget_meta:hover > h3 i 					{ background-position:  -96px -192px }
.widget_categories:hover > h3 i 			{ background-position:  -96px -168px }


/********************************************************************
	"UL" Unordered lists inside WIDGETS
	Widgets displaying lists of something usually print them as "UL" list, e.g. 
	these default WP widgets: Recent Posts, Categories, Recent Comments, Pages...
********************************************************************/

/* All UL lists, including 2nd+ levels */
.widget ul {
	list-style: 			none;
	margin-top: 			0px;
	margin-bottom: 		0px;
	margin-left: 			0px;
	padding-left: 			0;
}

/* Only 1st level UL */
.widget > ul { 
  	border-top: 			solid 1px #eeeeee 
}

/* 2nd+ level UL's */
.widget ul ul {
	padding-left: 			0px;
	margin-left: 			0px;
}

/* LI's of first level UL's */
.widget > ul  > li {
	margin: 					0;
	padding: 				7px 0 8px 0;
	border-bottom: 		solid 1px #eeeeee;
}


/* Uncomment to have a > character in front of LI items. Using CSS ISO codes and 
the :before or :after pseudo selectors. An alternative to images. For other CSS ISO codes 
see http://www.evotech.net/blog/2007/04/named-html-entities-in-numeric-order/ */ 
.widget > ul > li:before {
	content: '\203a \00a0\00a0'; 
	margin-left: -10px;
}
.widget > ul  > li {
	padding-left: 10px;
}


/* All LI's on hover */
.widget li:hover { 
  	background: 			#f7f7f7 
}

/* 2 columns for widgets that usually have rather short links 
and are (or can be: categories) displayed as flat list */
.widget_categories > ul > li, 
.widget_archive li, 
.widget_meta li {
	float: 					left;
	width: 					50%;
}
@media only screen and (max-width: 959px) {	
.widget_categories > ul > li, 
.widget_archive li, 
.widget_meta li {
	float: 					none;
	width: 					auto;
}
}

/********************************
 Uncomment to add icons to list items:
 ********************************/
/*
.widget > ul  > li {
	padding-left: 			20px;
}
.widget ul li i {
	display: 				inline-block;
	width: 					12px;
	height: 				12px;
	background: 			transparent url("http://www.fotoblogueros.com/wp-content/themes/montezuma/images/icons.png") 0 -120px no-repeat; 
	margin-right: 			8px;
	margin-left: 			-20px;
	vertical-align: 		-1px;
}
*/
/********************************************************************
	Tag cloud Widget
********************************************************************/
/* The hardcoded "font-size:..." tags are removed from the tag cloud 
links and tagsize-1 ... tagsize-6 classes are added by Javascript */

.tagcloud a {
	font-size: 			13px;
	padding: 			2px 6px 4px 6px;
	border-radius: 	2px;
	white-space: 		nowrap; 
	margin: 				0 3px 6px 0;
	color: 				#333333; 
	border: 				solid 1px #ddd;
	background: 		#fcfcfc;
	display: 			inline-block;
}
.tagcloud a:hover {
	color: 				#ffffff !important;
	border: 				solid 1px #0090d3;
	background: 		#0090d3;
	text-decoration: 	none;
}
.tagcloud a.tagsize-1 { }
.tagcloud a.tagsize-2 { }
.tagcloud a.tagsize-3 { }
.tagcloud a.tagsize-4 { }
.tagcloud a.tagsize-5 { }
.tagcloud a.tagsize-6 { }

/********************************************************************
	#wp-calendar - The default WordPress Calendar Widget
********************************************************************/

/* DIV wrapping the calendar table */
#calendar_wrap {
}

/* The actual calendar table element */
#wp-calendar {
	border-collapse: 		separate; /* or: "separate" */
	line-height: 			20px; /* instead of padding */
	width: 					100%;
	text-align: 			center;
}

/* Table caption: "February 2012" */
#wp-calendar caption {
	letter-spacing: 		3px;
	border-bottom: 		0;
	line-height: 			25px;
	font-size: 				15px;
	text-transform: 		uppercase;
}

/* Table head with "M T W T F S S" */
#wp-calendar thead {
}

/* Rows inside the thead */
#wp-calendar thead tr {
}

/* Cells inside the thead "M", "T", "W"... */
#wp-calendar thead th {
	border: 					solid 1px #ddd;
	font-weight: 			normal;
}

/* Table body, containing the 31 days "1", "2" ... */
#wp-calendar tbody {
}

/* Each row inside the tbody */
#wp-calendar tbody tr {
}

/* Each cell inside the tbody. Each one contains 
a day 1...31, except a few empty ones, see below */
#wp-calendar tbody td {
	border: 					solid 1px #ddd;
	color: 					#999;
	padding: 				0;
	border-radius: 		3px;
}

/* Each empty cell in the tbody 
There are also empty cells in tfoot, see below */
#wp-calendar tbody .pad {
	border: 					none;
}

/* A linked day  */
#wp-calendar tbody a {
	background: 			#eee;
	display: 				block;
}

/* A linked day when hovered */
#wp-calendar tbody a:hover {
}

/* Table footer */
#wp-calendar tfoot {
}

/* The row inside tfoot */
#wp-calendar tfoot tr {
}

/* Each cell inside tfoot */
#wp-calendar tfoot td {
}

/* Each empty cell inside tfoot */
#wp-calendar tfoot .pad {
}

/* Each link inside tfoot. "<< Jan", "Mar >>" */
#wp-calendar tfoot a {
}

/* Links inside tfoot, hovered */
#wp-calendar tfoot a:hover {
}

/* Cell containing the "<< Jan" link */
#prev {
}

/* Cell containing the "Mar >>" link */
#next {
}
/**************************************************
	Menu Bars 
 *************************************************/
 
.menu-wrapper {
	position: 				relative; /* or else doesn't get mouseover due to pos. relative of #banner */
}

/* General menu mechanics applied on class .menu */
.menu {
	list-style-type: 		none; 
	line-height: 			33px; 
	margin: 					0; 
	padding: 				0;
}

/* 2nd level: "drop down" */
.menu ul {
	float: 					left; 
	height: 					auto; 
	left: 					-999em; 
	position: 				absolute;
}

/* 3rd+ levels: "fly out" */
.menu ul ul {
	margin-top: 			-33px; /* - line-height(.menu ul) */
	margin-left: 			150px; /* width(.menu ul a) */
}

.menu li { 
	float: 					left; 
	padding: 				0; 
	margin: 					0; 
	width: 					auto; 
	display: 				block;
}

.menu ul li { 
	float: 					none; /* reset float for 2nd+ level LI's */
	width: 					100%; 
}

.menu a, 
#menu1-smooth a, 
#menu2-smooth a  { 
	display: 				block; 
	padding: 				0 8px; 
	text-decoration: 		none; 
	white-space: 			nowrap; 
	width: 					auto; /* <-- change this to a px width for fixed width on first level items */ 
}

.menu ul a, 
#menu1-smooth a, 
#menu2-smooth a { 
	width: 					150px; 
	white-space: 			normal; /* 2nd level items we DO want to wrap */
}

/* Make sure grand children are not shown on hover 
Only direct children will be shown, see next CSS rule */
.menu li:hover ul ul ,
.menu li:hover ul ul ul, 
.menu li:hover ul ul ul ul,
.menu li:hover ul ul ul ul ul,
.menu li:hover ul ul ul ul ul ul,
.menu li:hover ul ul ul ul ul ul ul {
	left: 					-999em;
}

/* Show direct children on hover */
.menu li:hover ul, 
.menu li li:hover ul, 
.menu li li li:hover ul,
.menu li li li li:hover ul ,
.menu li li li li li:hover ul,
.menu li li li li li li:hover ul,
.menu li li li li li li li:hover ul,
.menu li li li li li li li li:hover ul {
	left: 					auto; 
	z-index: 				100000; 
}

/***************************************
 Menu 1 
 **************************************/

/* The menu wrapper "bar" */
#menu1-wrapper {
	z-index: 				1000;
	background: 			#ffffff;
	
	/* stick to bottom on 960 */
	position: 				absolute;
	bottom: 					0;
	right:					0;
	
	/* next 2 lines enhance the "smooth-menu" animation slightly, not vital */
	border-bottom: 		solid 1px #cccccc;
	margin-bottom: 		-1px; 
}

@media only screen and (max-width: 959px) {
	#menu1-wrapper {
		position: 			relative;
	}
}

/* 1st level UL */
#menu1, 
#menu1-smooth  {
	display: 				table; /* center without having to specify width */
	margin: 					0 auto; /* center menu, "comment" or delete both 2 lines to left-align menu */
}

#menu1 > li {
	background: 			transparent url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/menuline.png) 0 center no-repeat; 
	box-shadow: 			2px 4px 20px -18px #000;
}

#menu1 > li:first-child {
	background: 			none;
}

/* The <i> tag are inserted with Javascript.
The <i> tags allows adding background images from a "sprite" image = 
background-image with  */
#menu1 > li > a > i { 
	display:					block;
	width: 					24px;
	height: 					24px;
	margin: 					0 auto 5px auto;
	background: 			transparent url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/menu-icons-0090d3.png) 0 0 no-repeat; 
}

#menu1 > li:hover > a > i { 
	background: 			transparent url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/menu-icons-0090d3.png) -24px 0 no-repeat; 
}
	
#menu1 .page-blog > a > i 					{ background-position: 0px 0px ; }
#menu1 .page-contact-us > a > i 			{ background-position: 0px -24px; }
#menu1 .page-features > a > i 			{ background-position: 0px -48px ; }
#menu1 .page-level-1 > a > i 				{ background-position: 0px -72px; }
#menu1 .page-news > a > i 					{ background-position: 0px -96px }
#menu1 .page-parent-page > a > i 		{ background-position: 0px -120px; }
#menu1 .page-support > a > i 				{ background-position: 0px -144px; }
#menu1 .page-wordpress-themes > a > i 	{ background-position: 0px -168px; }

#menu1 .page-blog:hover > a > i 					{ background-position: -24px 0px ; }
#menu1 .page-contact-us:hover > a > i 			{ background-position: -24px -24px; }
#menu1 .page-features:hover > a > i 			{ background-position: -24px -48px ; }
#menu1 .page-level-1:hover > a > i 				{ background-position: -24px -72px; }
#menu1 .page-news:hover > a > i 					{ background-position: -24px -96px }
#menu1 .page-parent-page:hover > a > i 		{ background-position: -24px -120px; }
#menu1 .page-support:hover > a > i 				{ background-position: -24px -144px; }
#menu1 .page-wordpress-themes:hover > a > i 	{ background-position: -24px -168px; }

/* Global link style */
#menu1 a, 
#menu1-smooth a { 
	font-family: 			'Yanone Kaffeesatz', sans-serif;
	font-size: 				22px; 
	font-weight: 			300;
	color: 					#000; 
	padding: 				12px 15px 20px 15px; 
	line-height: 			22px;
}
/* 2nd level link style. With (#menu1-smooth) and without animation */
#menu1 ul a, #menu1-smooth a { 
	font-size: 				18px; 
}

/* 1st level links */
#menu1 > li > a span.firstpart {
	color:					#ccc;
}


#menu1 a:hover, 
#menu1-smooth a:hover,
#menu1 .active a, 
#menu1-smooth .active a { 
	color: 					#0090d3; 
}

/* Line above 1st level menu items on hover */
#menu1 > li { 
	border-top: 			solid 5px transparent; /* placeholder for border "on hover" */
}


#menu1 > li:hover,
#menu1 > li.active ,
#menu1 > li.ancestor { 
	border-top: 			solid 5px #0090d3;
}

/* 2nd+ levels */
#menu1 .sub-menu, 
#menu1-smooth .sub-menu {
	list-style: 			none;
	background:				#ffffff; /* for IE8 */
	background: 			hsla(36, 100%, 100%, 0.95);
	border: 					solid 1px #ddd;
	font-size: 				18px; 
	padding: 				5px 15px;
	box-shadow: 			5px 5px 20px -15px #000;
}

#menu1 .sub-menu a, 
#menu1-smooth .sub-menu a { 
	padding: 				5px 0;
}

#menu1 > ul > li > ul { 
	margin-left: 			-20px;
}

/* border between list items */
#menu1 .sub-menu li, 
#menu1-smooth .sub-menu li { 
	border-top: 			solid 1px #eee;
}
#menu1 .sub-menu li:first-child, 
#menu1-smooth .sub-menu li:first-child { 
	border-top: 			none;
}

#menu1 .sub-menu .sub-menu, 
#menu1-smooth .sub-menu .sub-menu li:first-child {
	margin-top: 			-38px; /* - (line-height + padding) */
}

/***************************************
 Menu 1 on mobile devices  
 **************************************/

.menu1-mobile {
	display: 				none;
	font-size: 				20px;
	padding: 				10px;
	margin:					20px auto 30px auto;
	width:					90%;
}


@media only screen and (max-width: 959px) {
	.hentry .post-thumb img {
		opacity:			1 !important;
		z-index:			1000;
	}
}

@media only screen and (max-width: 767px) {
	/* Hide default menu */
	ul#menu1,
	a.rsslink,
	img.avatar,
	.post-categories i	{
		display: 				none;
	}
	

	.menu1-mobile {
		display:					block;
	}
	
	.commentlist li > div {
		margin-left: 			0 !important;
	}
	.post-footer a {
		padding:				7px 15px;
	}
	a.post-readmore {
		background: 		#f7f7f7;
		border: 				solid 1px #eee;
		color: 				#0090d3;
	}
	.hentry div.thumb-shadow {
		background-image: none !important;
		padding-bottom: 0;
		margin-left: 0;
	}
	div.post-thumb {
		border: none;
		padding: 0 !important;
		background: none;
	}
	.hentry .post-thumb span {
		display: none;
	}

	body {
		font-size:		15px;
	}
	.widget .searchform .field {
		max-width: 		100% !important;
		padding:			10px;
	}
	#content {
		padding:			0 20px 20px 20px;
	}
}
/***************************************
 Menu 2 
 **************************************/
 
#menu2-bg { 
	background: 			#fcfcfc; 
	border-bottom: 		solid 1px #dddddd;
	margin-bottom: 		10px;
}

/* All top level links */
#menu2 > li > a { 
	padding: 				2px 8px;
}

/* all links */
#menu2 a { 
	color: 					#333333; 
}

/* all hovered and active links */
#menu2 a:hover, 
#menu2 .active a,
#menu2 .active a  { 
	color: 					#0090d3; 
}

/* 2nd+ levels */
#menu2  ul {
	background: 			hsla(36, 100%, 100%, 0.95);
	border: 					solid 1px #dddddd;
	padding: 				5px 10px;
	box-shadow: 			5px 5px 20px -15px #000000;
}

#menu2 ul a { 
	padding: 				0;
}

/* border between list items */
#menu2 ul li { 
	border-top: 			solid 1px #eeeeee;
}

#menu2 ul li:first-child { 
	border-top: 			none;
}

#menu2 ul ul {
	margin-top: 			-39px; /* - line-height - padding */
}

.singlenav {
	margin-bottom: 		10px;
}

.singlenav .older {
	float: 					left;
}

.singlenav .newer {
	float: 					right;
}

#singlenav2 {
	border-top: 			3px solid #ededed;
	border-bottom: 		0px none #f5f5f5;
	margin-top: 			18px;
	padding-top: 			13px;
}
/* .multinav = both navigation bars */
.multinav {
	margin: 					20px 0;
	padding-left: 			20px;
}

.multinav a,
.multinav span  {
	padding: 				3px 12px;
	border: 					solid 1px #ddd;
	text-decoration: 		none;
	display: 				inline-block;
	background: 			#fcfcfc;
}

.multinav a:hover {
	background: 			#0090d3;
	border: 					solid 1px #0090d3;
	color: 					#ffffff;
}

.multinav .current {
	background: 			#ffffff;
}

/* #multinav2 = only the 2nd navigation bar */
#multinav1 {
	border-bottom: 		solid 1px #dddddd;
	margin-bottom: 0;
}

#multinav1 a,
#multinav1 span  {
	margin-bottom: 		-1px; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;	
}

#multinav1 .current {
	border-bottom: 		solid 1px #ffffff;
}

/* #multinav2 = only the 2nd navigation bar */
#multinav2 {
	border-top: 			solid 1px #dddddd;
}
#multinav2 a,
#multinav2 span  {
	margin-top: 			-1px; 
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}
#multinav2 .current {
	border-top: 			solid 1px #ffffff;
}
/************************************
 Breadcrumbs
 ***********************************/

.breadcrumbs {
	color: 					#666666;
	font-size: 				13px;
}

.breadcrumbs ol {
	list-style: 			none;
	padding: 				0;
	margin: 					0;
}

.breadcrumbs ol li {
	float:					left;
	line-height:			32px;
}

.breadcrumbs ol li a {
	color: 					#333333;
	margin-left: 			10px;
}

.breadcrumbs ol li a:hover {
	color: 					#0090d3;
	margin-left: 			10px;
}

.breadcrumbs .bc-current, .breadcrumbs .bc-pagenumber {
	margin-left: 			10px;
}

.breadcrumbs ol li.bc-home a {
	display: 				block;
	width: 					12px;
	height: 					12px;
	background: 			transparent url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/icons.png) -36px -108px no-repeat;
	margin: 					8px 15px 0 5px;
}

.breadcrumbs ol li.bc-home a:hover {
	background: 			transparent url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/icons.png) -48px -108px no-repeat;
	text-decoration: 		none;
}

.breadcrumbs ol li i {
	margin: 					0 0 0 5px;
	display: 				block;
	float: 					right;
	width: 					17px;
	height: 					32px;
	background: 			transparent url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/breadcr-arr.png) center left no-repeat;
}

#breadcrumbs1 {
	padding: 				5px 0 5px 30px;
}

#breadcrumbs1-bg {
	border-top: 			solid 1px #cccccc;
	border-bottom: 		solid 1px #cccccc;
	background: 			#f7f7f7;
	position:				relative;
}
/**********************
Whole Comment container and title
**********************/

#comments {
	padding-top: 			20px;
	border-top: 			solid 1px #dddddd;
}

#comments-title {
	color: 					#999999;
	margin: 					0 0 20px 0;
	font-size: 				28px;
}

#comments-title span {
	color: 					#000000;
}


/**********************
Comment List
**********************/
.commentlist {
	background: 			#ffffff;
	padding: 				0;
	list-style: 			none;
	margin: 					20px 0;
}

.commentlist ul {
	list-style: 			none;
}

.commentlist li {
	padding: 				0px; 
}

.commentlist li > div {
	border: 					solid 1px #dddddd;
	background: 			#fcfcfc;
	padding: 				20px 20px 3px 20px; /* bottom padding provided by last <p> paragraph */
	position: 				relative;
	margin-bottom: 		20px;
	margin-left: 			85px;
	border-radius: 		5px;
}

.commentlist .pingback {
	margin-bottom: 		20px;
}

.commentlist li > div:hover {
	background: 			#ffffff;
}

.commentlist li > div:before {
	content: 				url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/commentarrow.png);
	left: 					-17px;
	top: 						25px;
	position: 				absolute;
	z-index: 				1000000;
}

.commentlist li > div:hover:before {
    content: 				url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/commentarrow-white.png);
}


/**********************
Avatar
**********************/

.commentlist .avatar {
	position: 				absolute;
	top: 						3px;
	left: 					-80px;
	border-radius: 		50%;
	box-shadow: 			0 0 0 3px #cccccc; /* this simulates a border. "border" doesn't work/look good in Chrome */
}

/* avatars on 2nd level comments */
.commentlist li li .avatar {
	left: 					-70px;
}


/**********************
Comment Reply Link
**********************/

.comment-reply-link {
	position: 				absolute; 
	top: 						60px; 
	left: 					-80px; 
	font-size: 				13px; 
	width: 					50px; 
	text-align: 			center;
	color: 					#cccccc;
}

/* reply link on 2nd level comments */
li li .comment-reply-link {
	top: 						45px; 
	left: 					-70px; 
}

/* Change reply link color when comment is hovered */
.commentlist li > div:hover > .comment-reply-link {
	color: 					#0090d3;
}


/**********************
Comment Author (link if author has provied URL)
**********************/

.comment-author {
	font-weight: 			bold;
	font-size: 				16px;
}


/**********************
Comment Date Link. 
It is common to make the comment date a "permalink" of the individual comment.
**********************/

.comment-date-link {
	position: 				absolute;
	top: 						5px;
	right: 					10px;
	font-size: 				11px;
	line-height: 			13px;
	text-align: 			right;
}

.comment-date-link a {
	color: 					#aaaaaa;
}

/* Change comment date (which links to comment permalink) color when comment is hovered */
.commentlist li > div:hover .comment-date-link a {
	color: 					#0090d3;
}


/**********************
Some utility links
**********************/

.comment-edit-link { }
.comment-delete-link { }
.comment-spam-link { }


/**********************
Comment text container
**********************/
/* contents inside .comment-text are styled at CSS Files > Content */
.comment-text { }

/**********************
Comment Pagination
Styles for all comment paginations 
(Example: You have 2, one before, one after comment list)
**********************/

.comment-pagination {
	padding-left: 			20px;
	margin-top: 			10px;
}

.comment-pagination a, 
.comment-pagination .current  {
	border: 					solid 1px #dddddd;
	padding: 				3px 12px;
	display: 				inline-block;
	text-decoration: 		none;
}

.comment-pagination a  {
	background: 			#fcfcfc;
}

.comment-pagination a:hover {
	background: 			#0090d3;
	border: 					solid 1px #0090d3;
	color: 					#ffffff;
}


/**********************
Comment Pagination
Specific styles for #comment-pagination-1
**********************/

#comment-pagination-1 {
	border-bottom: 		solid 1px #dddddd;
}

#comment-pagination-1 a, #comment-pagination-1 .current {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin-bottom: 		-1px;
}

#comment-pagination-1 .current {
	border-bottom: 		solid 1px #ffffff;
}


/**********************
Comment Pagination
Specific styles for #comment-pagination-2
**********************/

#comment-pagination-2 {
	border-top: 			solid 1px #dddddd;
}

#comment-pagination-2 a, #comment-pagination-2 .current {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 			-1px;
}

#comment-pagination-2 .current {
	border-top: 			solid 1px #ffffff;
}

/********************************************************************
	Comment FORM
********************************************************************/

/* #respond HTML structure:
<div id="respond">
	<h3 id="reply-title">
		Leave a Reply
	</h3>
	<form id="commentform">
		...
	</form>
</div>
*/

/* #respond wraps "Leave a Reply" and the actual form element */
#respond {
	margin: 					30px 0 20px 0;
	padding-bottom: 		40px;
	border-bottom: 		solid 1px #eee;
}

#reply-title {
	margin: 					0 0 10px 0;
}

#commentform { }


/* #commentform HTML structure:
<form id="commentform">
	<p><input id="comment-author"> <label for="author"><strong>Author</strong> (required)</label></p>
	<p><input id="comment-email"> <label for="email"><strong>Email</strong>(will not be published)(required)</label></p>
	<p><input id="comment-url"> <label for="url">Website</label></p>
	<p>
		<div id="qt_comment-form_toolbar" class="quicktags-toolbar">
			...
		</div>
		<textarea id="comment-form" tabindex="4" cols="60" rows="10" name="comment">
		</textarea>
	</p>
	<p class="form-submit"><input id="submit" value="Post Comment"></p>
</form>
*/


/**********************
Quicktag buttons
**********************/

/* quicktags container above comment form */
.quicktags-toolbar {
	margin-bottom: 		10px;
}

/* quicktag buttons inside quicktags container */
.ed_button {
	color: 					#333333;
	background: 			#eeeeee;
	border: 					solid 1px #dddddd;
	margin-right: 			5px;
	padding: 				3px 8px;
	border-radius: 		3px;
}

.ed_button:hover {
	color: 					#ffffff;
	background: 			#0090d3;
	border: 					solid 1px #0090d3;
	cursor: 					pointer;
}

/* comment form textarea */
#comment-form {
	width: 100%;
}
#comment-author { }
#comment-url { }
#comment-email { }
.logged-in-as { }
#comment { }
.form-submit { }

#submit {
	display: 				inline-block;
	outline: 				none;
	cursor: 					pointer;
	text-align: 			center;
	text-decoration: 		none;
	font-size: 				14px;
	padding: 				5px 10px;
	border-radius: 		5px;
	color: 					#333333;
	border: 					solid 1px #dddddd;
	background: 			#eeeeee;
}

#submit:hover {
	color: 					#ffffff;
	border: 					solid 1px #0090d3;
	background: 			#0090d3;
}

.button:hover {
	text-decoration: 		none;
}

.button:active {
	position: 				relative;
	top: 						1px;
}
/* This will be a H1 on the front page and something else e.g. H3 on 
other pages, so it should be styled very detailed to avoid being 
altered by default styles of tags, e.g. H1 or H3 tags */
#sitetitle {
	font-family: 			'Yanone Kaffeesatz', sans-serif;
	font-size:				70px; 
	font-weight: 			normal; 
	margin:					25px auto 10px auto;
	line-height:			55px; /* Yanone has a tall default line-height */
	/*
	height: 70px; 
	background: transparent url("http://www.fotoblogueros.com/wp-content/themes/montezuma/images/logo2.png") -10px 0px no-repeat;
	padding-left: 60px; 
	*/
}
@media only screen and (max-width: 959px) {
	#sitetitle {
		display: 				table; /* center without providing width */
	}
}


#sitetitle a .firstpart {
	color: 					#000000;
}

#sitetitle a:hover {
	text-decoration: 		none;
}

#tagline {
	font-family: 			'Yanone Kaffeesatz', sans-serif;
	font-weight: 			200;
	font-size: 				26px; 
	letter-spacing: 		0px;
	color: 					#4f4f4f; 
	margin: 					0 auto 20px auto;
}
@media only screen and (max-width: 959px) {
	#tagline {
		display: 			table; /* center without providing width */
	}
}


a.rsslink {
	position: 				absolute; 
	top: 						60px; 
	right: 					30px;
	width: 					24px; 
	height: 					24px; 
	display: 				block;
	background-image: 	url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/icons.png);
	background-position: -120px -48px;
}

#banner:hover a.rsslink {
	background-position: -96px -48px;
}

a.rsscommentslink {
	float: 					right; 
	margin-top: 			5px; 
	margin-right: 			8px;
}

/* searchform */
.searchform .field {
	padding: 				5px;
	width: 					200px;
	border: 					solid 1px #dddddd;
}

.searchform .submit {
	width: 					28px;
	height: 					28px;
	background: 			url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/searchicon.png) 0 -5px no-repeat;
	overflow: 				hidden;
	border: 					none;
	margin-left: 			3px;
}

#post-0 .searchform {
	position:				relative;
	margin:					30px 0;
	width: 					90%;
}
#post-0 .searchform .field {
	width: 					95%; 
	max-width: 				100%; 
}

/* searchform as widget */
.widget .searchform {
	position: 				relative;
	top: 						0;
	left: 					0;
}

.widget .submit {
	display: 				none;
}

.widget .searchform .field {
	width: 					100%; 
	max-width: 				300px; 
	background: 			url(http://www.fotoblogueros.com/wp-content/themes/montezuma/images/searchicon.png) right center no-repeat;
}

/* Page titles, typically on top of post loop. */
.page-title {
	color: 					#999999; 
	font-size: 				24px; 
	margin: 					10px 0; 
}

.page-title span {
	color: 					#000000;
}

.credit-link {
	font-size: 				13px;
	color:					#aaaaaa;
	margin-top:				30px;
	margin-bottom:			0;
}
.credit-link a {
	color:					#aaaaaa;
	font-weight:			bold;
	text-decoration: 		none;
}

/* Clearfix fixes some floating issues */
.sub-menu:before, .sub-menu:after,
.cf:before, .cf:after,
.row:before, .row:after,
.row20:before, .row20:after,
.row:before, .row:after,
.row:before, .row:after,
.row:before, .row:after,
.lw:before, .lw:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
	}

.sub-menu:after, 
.cf:after, 
.row:after, 
.row20:after, 
.lw:after {
  	clear: both; 
	}

.sub-menu,	
.cf, 
.row, 
.row20, 
.lw {
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
	}

* html .sub-menu,	
* html .cf, 
* html .row, 
* html .row20, 
* html .lw {
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
	}
</style>
<link rel="shortcut icon" href="http://www.fotoblogueros.com/wp-content/themes/montezuma/images/favicon.ico" type="image/ico" />
<link rel="pingback" href="http://www.fotoblogueros.com/xmlrpc.php" />

<!-- SEO Ultimate (http://www.seodesignsolutions.com/wordpress-seo/) -->
<!-- /SEO Ultimate -->

<link rel="alternate" type="application/rss+xml" title="Praca Blog &raquo; Kanał z wpisami" href="http://www.fotoblogueros.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Praca Blog &raquo; Kanał z komentarzami" href="http://www.fotoblogueros.com/comments/feed/" />
<link rel='stylesheet' id='contact-form-7-css'  href='http://www.fotoblogueros.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-pagenavi-css'  href='http://www.fotoblogueros.com/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' />
<script type='text/javascript' src='http://www.fotoblogueros.com/wp-includes/js/jquery/jquery.js?ver=1.8.3'></script>
<script type='text/javascript' src='http://www.fotoblogueros.com/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.9.2'></script>
<script type='text/javascript' src='http://www.fotoblogueros.com/wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.9.2'></script>
<script type='text/javascript' src='http://www.fotoblogueros.com/wp-includes/js/jquery/ui/jquery.ui.effect.min.js?ver=1.9.2'></script>
<script type='text/javascript' src='http://www.fotoblogueros.com/wp-content/themes/montezuma/javascript/smooth-menu.js?ver=3.5.1'></script>
<script type='text/javascript' src='http://www.fotoblogueros.com/wp-content/themes/montezuma/admin/default-templates/javascript/javascript.js?ver=3.5.1'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.fotoblogueros.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.fotoblogueros.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 3.5.1" />
</head>
<body class="home blog">
			
	<!--<div id="container">-->

<div id="banner-bg" class="cf">
	<div id="banner" class="row">
		<div id="logo-area" class="col5">
			<h1 id="sitetitle">
				<a href="http://www.fotoblogueros.com">Praca Blog</a>
			</h1>
			<p id="tagline"></p>
		</div>
		<nav id="menu1-wrapper" class="menu-wrapper col7">
<ul id="menu1" class="cf menu"><li class="page-kontakt"><a href="http://www.fotoblogueros.com/kontakt/">Kontakt</a></li>
<li class="page-mapa-strony"><a href="http://www.fotoblogueros.com/mapa-strony/">Mapa strony</a></li>
</ul></nav>

	</div>
</div>

<a href="http://www.fotoblogueros.com/feed/" class="rsslink" title="Subscribe to RSS Feed"></a>
		

<div id="breadcrumbs1-bg">
	<nav id="breadcrumbs1" class="breadcrumbs lw">
		<ol><li class="bc-home"><a href="http://www.fotoblogueros.com">&nbsp;</a></li><li><span class="bc-current">Blog</span></li></ol>
	</nav>
</div>




<div id="main" class="row">

	<div id="content" class="cf col8">
		
		
	
	<nav class="multinav" id="multinav1">
		<span class='page-numbers current'>1</span>
<a class='page-numbers' href='http://www.fotoblogueros.com/page/2/'>2</a>
<a class='page-numbers' href='http://www.fotoblogueros.com/page/3/'>3</a>
<a class="next page-numbers" href="http://www.fotoblogueros.com/page/2/">Następne &raquo;</a>	</nav>

	
		
				
		<div class="post-list">
			<div id="post-107" class="post-107 post type-post status-publish format-standard hentry category-praca tag-cv tag-list-motywacyjny tag-oferty-pracy tag-praca-2 cf">

	<h2>
		<span class="post-format"></span>
		<a href="http://www.fotoblogueros.com/humanisci-na-rynku-pracy-czesc-2/" title="Humaniści na rynku pracy – część 2" rel="bookmark">Humaniści na rynku pracy – część 2</a>
		
	</h2>

	
	
	<div class="post-bodycopy cf">
	
		<div class="post-date">		
			<p class="post-month">mar</p>
			<p class="post-day">8</p>
			<p class="post-year">2014</p>				
		</div>

		Humanistom jest również ciężko znaleźć jakąkolwiek inną pracę, niekoniecznie wymagającą wyższego wykształcenia. Gdzie więc szukają pracy po studiach? Wielu z nich chciałoby wykonywać pracę biurową, szuka jednak również zatrudnienia w działach sprzedaży czy w telemarketingu. Gdzie zdaniem eksportów powinni szukać pracy? Może to być branża HR, administracja biurowa, marketing czy public relations. Inne specjalizacje dla ...
		
	</div>

	<div class="post-footer">
		<a class="post-readmore" href="http://www.fotoblogueros.com/humanisci-na-rynku-pracy-czesc-2/" title="Humaniści na rynku pracy – część 2">
		read more &rarr;</a>
		<p class="post-categories"><a href="http://www.fotoblogueros.com/kategoria/praca/">Praca</a></p>
		<p class="post-tags"><a href="http://www.fotoblogueros.com/tag/cv/" rel="tag">CV</a><a href="http://www.fotoblogueros.com/tag/list-motywacyjny/" rel="tag">list motywacyjny</a><a href="http://www.fotoblogueros.com/tag/oferty-pracy/" rel="tag">oferty pracy</a><a href="http://www.fotoblogueros.com/tag/praca-2/" rel="tag">praca</a></p>
	</div>
	
</div>

<div id="post-106" class="post-106 post type-post status-publish format-standard hentry category-praca tag-cv tag-list-motywacyjny tag-oferty-pracy tag-praca-2 cf">

	<h2>
		<span class="post-format"></span>
		<a href="http://www.fotoblogueros.com/humanisci-na-rynku-pracy-czesc-1/" title="Humaniści na rynku pracy – część 1" rel="bookmark">Humaniści na rynku pracy – część 1</a>
		
	</h2>

	
	
	<div class="post-bodycopy cf">
	
		<div class="post-date">		
			<p class="post-month">lut</p>
			<p class="post-day">10</p>
			<p class="post-year">2014</p>				
		</div>

		Na rynku pracy wciąż przeważającą liczbę stanowią absolwenci studiów humanistycznych. Co roku to oni „zasilają” szereg bezrobotnych. Takie kierunki jak dziennikarstwo, europeistyka, kulturoznawstwo czy socjologia wciąż cieszą się niesłabnącą popularnością wśród młodych ludzi. Wyrastające jak grzyby po deszczu prywatne uczelnie oferują zazwyczaj nowe, modne kierunki, po których ciężko znaleźć pracę. Polska znajduje się w czołówce ...
		
	</div>

	<div class="post-footer">
		<a class="post-readmore" href="http://www.fotoblogueros.com/humanisci-na-rynku-pracy-czesc-1/" title="Humaniści na rynku pracy – część 1">
		read more &rarr;</a>
		<p class="post-categories"><a href="http://www.fotoblogueros.com/kategoria/praca/">Praca</a></p>
		<p class="post-tags"><a href="http://www.fotoblogueros.com/tag/cv/" rel="tag">CV</a><a href="http://www.fotoblogueros.com/tag/list-motywacyjny/" rel="tag">list motywacyjny</a><a href="http://www.fotoblogueros.com/tag/oferty-pracy/" rel="tag">oferty pracy</a><a href="http://www.fotoblogueros.com/tag/praca-2/" rel="tag">praca</a></p>
	</div>
	
</div>

<div id="post-105" class="post-105 post type-post status-publish format-standard hentry category-praca tag-cv tag-list-motywacyjny tag-oferty-pracy tag-praca-2 cf">

	<h2>
		<span class="post-format"></span>
		<a href="http://www.fotoblogueros.com/chroniczne-bezrobocie-czesc-3/" title="Chroniczne bezrobocie – część 3" rel="bookmark">Chroniczne bezrobocie – część 3</a>
		
	</h2>

	
	
	<div class="post-bodycopy cf">
	
		<div class="post-date">		
			<p class="post-month">sty</p>
			<p class="post-day">12</p>
			<p class="post-year">2014</p>				
		</div>

		Skutki: Długookresowo bezrobotni są narażeni na wiele negatywnych skutków. Stres związany z brakiem zajęcia powoduje zaniżenie samooceny, brak motywacji i chęci do działania. Powoduje to zniechęcenie do poszukiwania pracy. Bezrobotni często cierpią na syndrom bezradności oraz czują się ofiarami, ponieważ ich czynności nie prowadzą do pozytywnych rezultatów. Odczuwają także frustrację, ponieważ nie dostrzegają żadnych szans ...
		
	</div>

	<div class="post-footer">
		<a class="post-readmore" href="http://www.fotoblogueros.com/chroniczne-bezrobocie-czesc-3/" title="Chroniczne bezrobocie – część 3">
		read more &rarr;</a>
		<p class="post-categories"><a href="http://www.fotoblogueros.com/kategoria/praca/">Praca</a></p>
		<p class="post-tags"><a href="http://www.fotoblogueros.com/tag/cv/" rel="tag">CV</a><a href="http://www.fotoblogueros.com/tag/list-motywacyjny/" rel="tag">list motywacyjny</a><a href="http://www.fotoblogueros.com/tag/oferty-pracy/" rel="tag">oferty pracy</a><a href="http://www.fotoblogueros.com/tag/praca-2/" rel="tag">praca</a></p>
	</div>
	
</div>

<div id="post-104" class="post-104 post type-post status-publish format-standard hentry category-praca tag-cv tag-list-motywacyjny tag-oferty-pracy tag-praca-2 cf">

	<h2>
		<span class="post-format"></span>
		<a href="http://www.fotoblogueros.com/chroniczne-bezrobocie-czesc-2/" title="Chroniczne bezrobocie – część 2" rel="bookmark">Chroniczne bezrobocie – część 2</a>
		
	</h2>

	
	
	<div class="post-bodycopy cf">
	
		<div class="post-date">		
			<p class="post-month">gru</p>
			<p class="post-day">14</p>
			<p class="post-year">2013</p>				
		</div>

		Pracodawcy niechętnie zatrudniają osoby chronicznie bezrobotne, ponieważ obawiają się, że przez ten czas mogły utracić pewne umiejętności, kwalifikacje. Kolejnym powodem jest brak środków z Urzędów Pracy na aktywizację długotrwale bezrobotnych. Potrzebne są finanse na szkolenia, zasiłki pomagające poszukującym pracy czy dotacje umożliwiające otworzyć własną działalność. Inną przyczyną chronicznego bezrobocia jest również prawo, które zabrania pracodawcom ...
		
	</div>

	<div class="post-footer">
		<a class="post-readmore" href="http://www.fotoblogueros.com/chroniczne-bezrobocie-czesc-2/" title="Chroniczne bezrobocie – część 2">
		read more &rarr;</a>
		<p class="post-categories"><a href="http://www.fotoblogueros.com/kategoria/praca/">Praca</a></p>
		<p class="post-tags"><a href="http://www.fotoblogueros.com/tag/cv/" rel="tag">CV</a><a href="http://www.fotoblogueros.com/tag/list-motywacyjny/" rel="tag">list motywacyjny</a><a href="http://www.fotoblogueros.com/tag/oferty-pracy/" rel="tag">oferty pracy</a><a href="http://www.fotoblogueros.com/tag/praca-2/" rel="tag">praca</a></p>
	</div>
	
</div>

<div id="post-103" class="post-103 post type-post status-publish format-standard hentry category-praca tag-cv tag-list-motywacyjny tag-oferty-pracy tag-praca-2 cf">

	<h2>
		<span class="post-format"></span>
		<a href="http://www.fotoblogueros.com/chroniczne-bezrobocie-czesc-1/" title="Chroniczne bezrobocie – część 1" rel="bookmark">Chroniczne bezrobocie – część 1</a>
		
	</h2>

	
	
	<div class="post-bodycopy cf">
	
		<div class="post-date">		
			<p class="post-month">lis</p>
			<p class="post-day">16</p>
			<p class="post-year">2013</p>				
		</div>

		Chroniczne bezrobocie dotyczy osoby pozostające bez pracy powyżej 12 miesięcy. Osoby, które długo szukają zatrudnienia tracą poprzednią pracę z przyczyn niezależnych od nich samych. Często ze względu na rosnącą konkurencję nie mają szans na znalezienie nowego zajęcia. Liczba osób chronicznie bezrobotnych wciąż wzrasta. Dane resortu pracy podają, że przekracza już ponad milion. Przyczyny: Przyczyną chronicznego ...
		
	</div>

	<div class="post-footer">
		<a class="post-readmore" href="http://www.fotoblogueros.com/chroniczne-bezrobocie-czesc-1/" title="Chroniczne bezrobocie – część 1">
		read more &rarr;</a>
		<p class="post-categories"><a href="http://www.fotoblogueros.com/kategoria/praca/">Praca</a></p>
		<p class="post-tags"><a href="http://www.fotoblogueros.com/tag/cv/" rel="tag">CV</a><a href="http://www.fotoblogueros.com/tag/list-motywacyjny/" rel="tag">list motywacyjny</a><a href="http://www.fotoblogueros.com/tag/oferty-pracy/" rel="tag">oferty pracy</a><a href="http://www.fotoblogueros.com/tag/praca-2/" rel="tag">praca</a></p>
	</div>
	
</div>

<div id="post-94" class="post-94 post type-post status-publish format-standard hentry category-praca cf">

	<h2>
		<span class="post-format"></span>
		<a href="http://www.fotoblogueros.com/praca-na-budowie/" title="Praca na budowie" rel="bookmark">Praca na budowie</a>
		
	</h2>

	
	
	<div class="post-bodycopy cf">
	
		<div class="post-date">		
			<p class="post-month">lip</p>
			<p class="post-day">29</p>
			<p class="post-year">2013</p>				
		</div>

		Wśród zawodów, które długo będą jeszcze niezbędne i wiele dekad minie, zanim jakiekolwiek maszyny zastąpią przy nich ludzi, jest praca Zduńska Wola na budowie. Budynki różnego rodzaju powstają od lat. Kiedy jeszcze ludzie radzili sobie sami, a jedyni prawdziwi inżynierowie niezbędni byli w kasztelach, praca ta była dość prestiżowa. Dzisiaj budowlanka nie cieszy się aż ...
		
	</div>

	<div class="post-footer">
		<a class="post-readmore" href="http://www.fotoblogueros.com/praca-na-budowie/" title="Praca na budowie">
		read more &rarr;</a>
		<p class="post-categories"><a href="http://www.fotoblogueros.com/kategoria/praca/">Praca</a></p>
		
	</div>
	
</div>

<div id="post-90" class="post-90 post type-post status-publish format-standard hentry category-praca cf">

	<h2>
		<span class="post-format"></span>
		<a href="http://www.fotoblogueros.com/praca-umyslowa/" title="Praca umysłowa" rel="bookmark">Praca umysłowa</a>
		
	</h2>

	
	
	<div class="post-bodycopy cf">
	
		<div class="post-date">		
			<p class="post-month">lip</p>
			<p class="post-day">25</p>
			<p class="post-year">2013</p>				
		</div>

		Przeglądając oferty pracy można natknąć się na takie, gdzie z miejsca powiedziane jest, że wymagany jest człowiek o wielkich mięśniach i silnym kręgosłupie, i to nie tylko moralnym. Oferty pracy Wrocław mogą być także z rodzaju tych, które oferują pracę umysłową. Istnieje wielu ludzi, którzy wracają po ciężkim dniu na placu budowy, z magazynu, sortowni ...
		
	</div>

	<div class="post-footer">
		<a class="post-readmore" href="http://www.fotoblogueros.com/praca-umyslowa/" title="Praca umysłowa">
		read more &rarr;</a>
		<p class="post-categories"><a href="http://www.fotoblogueros.com/kategoria/praca/">Praca</a></p>
		
	</div>
	
</div>

<div id="post-74" class="post-74 post type-post status-publish format-standard hentry category-praca cf">

	<h2>
		<span class="post-format"></span>
		<a href="http://www.fotoblogueros.com/pora-sie-usamodzielnic/" title="Pora się usamodzielnić" rel="bookmark">Pora się usamodzielnić</a>
		
	</h2>

	
	
	<div class="post-bodycopy cf">
	
		<div class="post-date">		
			<p class="post-month">lip</p>
			<p class="post-day">22</p>
			<p class="post-year">2013</p>				
		</div>

		Czas nikogo nie oszczędza, nawet wtedy, kiedy jeszcze uważamy się za młode bóstwa, którym niestraszny świat i wyzwania dorosłości. Jednak kiedy kończy się szeroko pojęte dzieciństwo, kiedy kieszonkowe od rodziców przestaje spływać wartkim strumieniem, każdy z nas musi powiedzieć sobie: Szukam pracy, pora się usamodzielnić i zarobić na swoje utrzymanie. Nikt nigdy nie nabrał szacunku ...
		
	</div>

	<div class="post-footer">
		<a class="post-readmore" href="http://www.fotoblogueros.com/pora-sie-usamodzielnic/" title="Pora się usamodzielnić">
		read more &rarr;</a>
		<p class="post-categories"><a href="http://www.fotoblogueros.com/kategoria/praca/">Praca</a></p>
		
	</div>
	
</div>

<div id="post-98" class="post-98 post type-post status-publish format-standard hentry category-praca cf">

	<h2>
		<span class="post-format"></span>
		<a href="http://www.fotoblogueros.com/praca-za-granica/" title="Praca za granicą" rel="bookmark">Praca za granicą</a>
		
	</h2>

	
	
	<div class="post-bodycopy cf">
	
		<div class="post-date">		
			<p class="post-month">lip</p>
			<p class="post-day">19</p>
			<p class="post-year">2013</p>				
		</div>

		Rynek pracy w Polsce stanowi trudny temat nie tylko dla młodych, pełnych wigoru i energii ludzi, którzy właśnie skończyli liceum, technikum, studia i nie ma dla nich zarobku. Niestety, praca Tomaszów Mazowiecki jest dziś pewnego rodzaju dobrem, luksusem, którego uzyskanie wiąże się albo z wytrwałością, albo ze szczęściem, albo ze znajomościami. A jak już praca ...
		
	</div>

	<div class="post-footer">
		<a class="post-readmore" href="http://www.fotoblogueros.com/praca-za-granica/" title="Praca za granicą">
		read more &rarr;</a>
		<p class="post-categories"><a href="http://www.fotoblogueros.com/kategoria/praca/">Praca</a></p>
		
	</div>
	
</div>

<div id="post-78" class="post-78 post type-post status-publish format-standard hentry category-praca cf">

	<h2>
		<span class="post-format"></span>
		<a href="http://www.fotoblogueros.com/profile-na-stronach-internetowych/" title="Profile na stronach internetowych" rel="bookmark">Profile na stronach internetowych</a>
		
	</h2>

	
	
	<div class="post-bodycopy cf">
	
		<div class="post-date">		
			<p class="post-month">lip</p>
			<p class="post-day">16</p>
			<p class="post-year">2013</p>				
		</div>

		Jeśli poszukiwana przez ciebie praca Toruń wciąż nie może wpaść w twoje ręce, może wykorzystujesz nie wszystko, co można wykorzystać. Istnieje cała masa udogodnień, jakie oferuje w tej materii na przykład Internet. Przede wszystkim sieć stała się głównym medium, w jakim łatwo znaleźć kontakt z masą pracodawców oraz samą pracę. Jeśli jednak wykorzystujesz Internet jako ...
		
	</div>

	<div class="post-footer">
		<a class="post-readmore" href="http://www.fotoblogueros.com/profile-na-stronach-internetowych/" title="Profile na stronach internetowych">
		read more &rarr;</a>
		<p class="post-categories"><a href="http://www.fotoblogueros.com/kategoria/praca/">Praca</a></p>
		
	</div>
	
</div>

		</div>
		
	
		
		
	
	<nav class="multinav" id="multinav2">
		<span class='page-numbers current'>1</span>
<a class='page-numbers' href='http://www.fotoblogueros.com/page/2/'>2</a>
<a class='page-numbers' href='http://www.fotoblogueros.com/page/3/'>3</a>
<a class="next page-numbers" href="http://www.fotoblogueros.com/page/2/">Następne &raquo;</a>	</nav>

	
		
	</div>
	
	<div id="widgetarea-one" class="col4">
		<aside id="search-2" class="widget widget_search cf"><h3><span>Szukaj</span></h3><form method="get" class="searchform" action="http://www.fotoblogueros.com/">
	<input type="text" class="field" name="s" value="" />
	<input type="submit" class="submit" name="submit" value="" />
</form>
</aside>		<aside id="recent-posts-2" class="widget widget_recent_entries cf">		<h3><span>Nowe wpisy</span></h3>		<ul>
					<li>
				<a href="http://www.fotoblogueros.com/humanisci-na-rynku-pracy-czesc-2/" title="Humaniści na rynku pracy – część 2">Humaniści na rynku pracy – część 2</a>
						</li>
					<li>
				<a href="http://www.fotoblogueros.com/humanisci-na-rynku-pracy-czesc-1/" title="Humaniści na rynku pracy – część 1">Humaniści na rynku pracy – część 1</a>
						</li>
					<li>
				<a href="http://www.fotoblogueros.com/chroniczne-bezrobocie-czesc-3/" title="Chroniczne bezrobocie – część 3">Chroniczne bezrobocie – część 3</a>
						</li>
					<li>
				<a href="http://www.fotoblogueros.com/chroniczne-bezrobocie-czesc-2/" title="Chroniczne bezrobocie – część 2">Chroniczne bezrobocie – część 2</a>
						</li>
					<li>
				<a href="http://www.fotoblogueros.com/chroniczne-bezrobocie-czesc-1/" title="Chroniczne bezrobocie – część 1">Chroniczne bezrobocie – część 1</a>
						</li>
				</ul>
		</aside>
	</div>

</div>
	
<div id="footer-bg">
	<div id="footer" class="lw">
	
		<p>&copy; 2014 Praca Blog &mdash; All Rights Reserved.</p>
				
		<!-- 
		<p>45 queries in 2,808  seconds.</p>
		-->	
		
	</div>
	

</div>


<!--</div>-->	
	<div id="su-footer-links" style="text-align: center;"></div><script type='text/javascript' src='http://www.fotoblogueros.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.32.0-2013.04.03'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _wpcf7 = {"loaderUrl":"http:\/\/www.fotoblogueros.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Trwa wysy\u0142anie..."};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.fotoblogueros.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.4.1'></script>

</body>
</html>
