<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Niki Strbian Valokuvaus Blog &#187; hääkuvaus</title>
	<atom:link href="http://www.nikistrbian.com/blog/tag/haakuvaus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nikistrbian.com/blog</link>
	<description>lapsikuvaus, vauvakuvaus, perhekuvaus, hauska, muistikuvat</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:47:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Remembering summer &#124; Hääkuvaus</title>
		<link>http://www.nikistrbian.com/blog/remembering-summer-haakuvaus/</link>
		<comments>http://www.nikistrbian.com/blog/remembering-summer-haakuvaus/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 23:53:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hääkuvaus]]></category>
		<category><![CDATA[Lappeenranta]]></category>

		<guid isPermaLink="false">http://www.nikistrbian.com/blog/?p=3535</guid>
		<description><![CDATA[Pin itRain and darkness &#8230; there is not much to do outdoors in such weather at the beginning of December. That&#8217;s why we are all indoors, sipping a tea or a hot chocolate and remembering the beauty of last summer. Some people got married then, imagine. And they are still happily together. Haha. I know. [...]]]></description>
			<content:encoded><![CDATA[

	<style type="text/css">
	div#slideshow-thumbs3535 img {
	height: 80px;
	width: auto;
	}

	#slides3535 a {
	width: 80px;
	height: 80px;
	overflow:hidden;
	display:block;
	}

	div#slideshow-thumbs-bg3535, div#slideshow-thumbs-wrapper3535, div#slideshow-thumbs-wrap3535, div#slideshow-thumbs3535,
	div#slideshow-thumbs-prev3535, div#slideshow-thumbs-next3535, div#slideshow-thumbs-prev3535 a, div#slideshow-thumbs-next3535 a {
	height:114px;
	}

	div#ppp-slideshow3535 {height:564px;}
	div#slideshow-nav3535 a, div#slideshow-nav3535 a span, span#slideshow-pause-play3535 {height:450px;}
	
	div#slideshow-nav3535 a.slideshow-prev, div#slideshow-nav3535 a.slideshow-next {width:50px;}
	span#slideshow-pause-play3535, div#slideshow-nav3535 a.pause, div#slideshow-nav3535 a.play {width:650px;}

	div#ppp-slideshow3535, div#slideshow-wrap3535, div#slideshow-thumbs-bg3535, div#slideshow-next3535 {width:750px;}
	div#slideshow-navigator3535 {width:694px;}

	.contenttext div#ppp-slideshow3535 img {
	  margin: 0 auto;
	  max-height: 564px;
	  width: auto;
	}
	.contenttext div#ppp-slideshow3535 img, div#ppp-slideshow3535 .wp-caption {
	  max-width:750px;
	}
	.contenttext div#ppp-slideshow3535 .slideshow-attachment-inner {
	  margin: 0 auto;
	  height: 564px;
	  width: 750px;
	}
	
	
		div#slideshow-wrap3535 {height:auto;}
		div#slideshow-thumbs-div3535 {
			height:114px;
		}
		div#slideshow-nav3535 a, div#slideshow-nav3535 a span, span#slideshow-pause-play3535 {height:564px;}
		
	</style>

	<noscript>
	<style type="text/css">
	div#ppp-slideshow3535, .contenttext div#ppp-slideshow3535 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow3535 img {max-height: none;}
	</style>
	</noscript>


<script type="text/javascript"> 
<!--
	jQuery(document).ready(function($) {
	$(window).load(function() {

		// Fade in/out the text, nav, and thumbs
		var fade_thumb = "true";
		var fade_nav = "";
		var fade_txt = "";
		var thumbBgOpacity = 1;
			fade_thumb = "false";
			
		var navOpacity = '0.8';

		function showThumbs() {
			$('div#slideshow-thumbs-bg3535').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper3535').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg3535').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper3535').stop().fadeTo(400, 0);
		  }
		}

		function showNav() {
			$('div#slideshow-nav3535').stop().fadeTo(400, navOpacity);
		}
		function hideNav() {
		  if (fade_nav == "true") {
			$('div#slideshow-nav3535').stop().fadeTo(400, 0);
		  }
		}

		function showText() {
			$('div#ppp-slideshow-text3535').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text3535').stop().fadeTo(400, 0);
		  }
		}

		$('div.slideshow-thumbs-bg').css('opacity', thumbBgOpacity);
		$('div.ppp-slideshow-text').css('opacity', '0.5');

		$('div.ppp-slideshow-text').fadeIn();
	
		showThumbs();
		
		showNav();
		$('div.ppp-slideshow').fadeIn();
		$('div.slideshow-thumbs').fadeIn();

		// Get the image index from the url hash
		$(function() {
			var index = pppGetStartingSlide();
			// Move the thumbs starting page if not on the first page.
			if ((index >= 6) && (9 > 6)) {
				pppThumbsSetPage(index);
			}
		
		// Start the cycle on the slideshow div on this postid
		$('#ppp-slideshow3535').cycle({
				fx: 'none',
				speed: 0,
				timeout: 0,
				next: '.slideshow-nav3535 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav3535 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides3535',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides3535  li:eq(' + (idx) + ') a'; }
		});


		// Hover effects
		$('div#ppp-slideshow3535,div#slideshow-nav3535,div#slideshow-thumbs-wrapper3535').hover(function() {
			showText();
			showNav();
			showThumbs();
		}, function() {
			hideText();
			hideNav();
			hideThumbs();
		});


		// Enable Pause/Play
		$('div#slideshow-nav3535 a.pause').click(function() { 
			$('#ppp-slideshow3535').cycle('pause');
			$('div#slideshow-nav3535 a.pause').hide().stop();
			$('div#slideshow-nav3535 a.play').show().stop();
		});
		$('div#slideshow-nav3535 a.play').click(function() { 
			$('#ppp-slideshow3535').cycle('resume');
			$('div#slideshow-nav3535 a.play').hide().stop();
			$('div#slideshow-nav3535 a.pause').show().stop();
		});


		// Whip up a carousel for the thumbnail navigation
		function pppThumbsFirst() {
			if ($('#slideshow-thumbs3535').css('margin-left') != '0px') {
				$('#slideshow-thumbs3535').stop().animate({'margin-left':'0px'}, {duration:0});
			}
		}
		function pppThumbsPrev() {
			if ($('#slideshow-thumbs3535').css('margin-left') != '0px') {

				// Figure out the reverse margin
				var offset = (648 + parseInt($('#slideshow-thumbs3535').css('margin-left')));
				offset += 'px';

				$('#slideshow-thumbs3535').stop().animate({'margin-left':offset}, {duration:0});  
			} else {
				pppThumbsLast(8);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs3535').css('margin-left'));
			var page = (((mgnLeft * -1) / 648) + 1);
			if (page == 2) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 648;
				$('#slideshow-thumbs3535').stop().animate({'margin-left':mgnLeft}, {duration:0});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 6);
			var offset = ((page * 648) * -1);
			$('#slideshow-thumbs3535').stop().animate({'margin-left':offset}, {duration:0});
		}
		function pppThumbsGetPage(lastSlide) {
			var page = parseInt(lastSlide / 6);
			var offset = ((page * 648) * -1);
			return offset;
		}
		function pppThumbsSetPage(lastSlide) {
			var offset = pppThumbsGetPage(lastSlide);
			$('#slideshow-thumbs3535').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev3535 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next3535 a').click(function() { 
			pppThumbsNext();
		});


		// Cycle plugin function callbacks
		// ===============================
		// jQuery cycle before callback

		var slideCounter = 0;

		function onBefore(curr,next,opts) {

			/* If this is the initialization run, slideCounter will be null. Update the text and skedaddle. */
			if (slideCounter == null) {
				// Update the slideshow text with the text we tucked away
				$('div#ppp-slideshow-text3535 div').html($('div#ppp-slideshow-text3535'+opts.currSlide).html()).hide().fadeIn(0);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text3535 div').html($('div#ppp-slideshow-text3535'+opts.nextSlide).html()).hide().fadeIn(0);

			/* Update the thumbs for the next slide, if necessary. */

			// WRAP: nextSlide is 0 only when wrapping from the last thumbnail
			// REVERSE WRAP: When nextSlide is equal to the slideCount, and the currSlide = 0, page to the last page.
			// NEXT PAGE: When nextSlide is a multiple of $thumbs_num, and the nextSlide > currSlide, page forward.
			// PREV PAGE: When currSlide is a multiple of $thumbs_num, and the nextSlide < currSlide, page backward.
			if ((opts.currSlide == 0) || 
				(parseInt(opts.nextSlide) % 6 == 0) ||
				(parseInt(opts.currSlide) % 6 == 0)) {
				pppThumbsLast(opts.nextSlide);
			}
		}

		// jQuery cycle onafter callback
		function onAfter(curr,next,opts) {
		var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
		$('#slideshow-info3535').html(caption);
	} }); }); });
-->
	</script>
	<div class="pin-it-button-wrapper"><a href="javascript:exec_pinmarklet();" id="PinItButton" title="Pin it on Pinterest">Pin it</a></div><p>Rain and darkness &#8230; there is not much to do outdoors in such weather at the beginning of December. That&#8217;s why we are all indoors, sipping a tea or a hot chocolate and remembering the beauty of last summer. Some people got married then, imagine. And they are still happily together. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Haha. I know. But perhaps I can afford mocking this lovely couple just a little. Because I know that they are insanely in love. How do I know that? I have a written proof &#8211; where they both confided the five why&#8217;s regarding their feelings for each other.</p>
<p>I am not going to share those words with you today though. Instead, I will share few images. And perhaps you will feel inspired to leave me a comment with the best declaration of love you have ever heard (or said). Happy Friday to you all! ♥♥♥<strong></strong></p>
<p style="text-align: center;"><strong><div id="slideshow-wrap3535" class="slideshow-wrap"><div id="ppp-slideshow3535" class="ppp-slideshow"><div class="slideshow-attachment-post3535 slideshow-attachment-post slideshow-attachment3544 slideshow-attachment first"><div class="slideshow-attachment-inner3535 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="751" height="564" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/12/Niki-Strbian-haakuvaus.jpg" class="attachment-full" alt="Niki-Strbian-haakuvaus" title="Niki-Strbian-haakuvaus" /></a></div></div><div class="slideshow-attachment-post3535 slideshow-attachment-post slideshow-attachment3538 slideshow-attachment "><div class="slideshow-attachment-inner3535 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="751" height="564" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/12/Niki-Strbian-haakuvaus-03.jpg" class="attachment-full" alt="Niki-Strbian-haakuvaus-03" title="Niki-Strbian-haakuvaus-03" /></a></div></div><div class="slideshow-attachment-post3535 slideshow-attachment-post slideshow-attachment3536 slideshow-attachment "><div class="slideshow-attachment-inner3535 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="751" height="564" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/12/Niki-Strbian-haakuvaus-01.jpg" class="attachment-full" alt="Niki-Strbian-haakuvaus-01" title="Niki-Strbian-haakuvaus-01" /></a></div></div><div class="slideshow-attachment-post3535 slideshow-attachment-post slideshow-attachment3542 slideshow-attachment "><div class="slideshow-attachment-inner3535 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="500" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/12/Niki-Strbian-haakuvaus-07.jpg" class="attachment-full" alt="Niki-Strbian-haakuvaus-07" title="Niki-Strbian-haakuvaus-07" /></a></div></div><div class="slideshow-attachment-post3535 slideshow-attachment-post slideshow-attachment3540 slideshow-attachment "><div class="slideshow-attachment-inner3535 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="500" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/12/Niki-Strbian-haakuvaus-05.jpg" class="attachment-full" alt="Niki-Strbian-haakuvaus-05" title="Niki-Strbian-haakuvaus-05" /></a></div></div><div class="slideshow-attachment-post3535 slideshow-attachment-post slideshow-attachment3537 slideshow-attachment "><div class="slideshow-attachment-inner3535 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="751" height="564" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/12/Niki-Strbian-haakuvaus-02.jpg" class="attachment-full" alt="Niki-Strbian-haakuvaus-02" title="Niki-Strbian-haakuvaus-02" /></a></div></div><div class="slideshow-attachment-post3535 slideshow-attachment-post slideshow-attachment3541 slideshow-attachment "><div class="slideshow-attachment-inner3535 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="500" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/12/Niki-Strbian-haakuvaus-06.jpg" class="attachment-full" alt="Niki-Strbian-haakuvaus-06" title="Niki-Strbian-haakuvaus-06" /></a></div></div><div class="slideshow-attachment-post3535 slideshow-attachment-post slideshow-attachment3539 slideshow-attachment "><div class="slideshow-attachment-inner3535 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="751" height="564" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/12/Niki-Strbian-haakuvaus-04.jpg" class="attachment-full" alt="Niki-Strbian-haakuvaus-04" title="Niki-Strbian-haakuvaus-04" /></a></div></div><div class="slideshow-attachment-post3535 slideshow-attachment-post slideshow-attachment3543 slideshow-attachment "><div class="slideshow-attachment-inner3535 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="500" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/12/Niki-Strbian-haakuvaus-08.jpg" class="attachment-full" alt="Niki-Strbian-haakuvaus-08" title="Niki-Strbian-haakuvaus-08" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text3535, div#slideshow-thumbs-bg3535, div#slideshow-thumbs-wrapper3535 {z-index:3546;}
	div#slideshow-nav3535 {z-index:3547;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text3535"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven3535"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text35350"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text35351"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text35352"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text35353"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text35354"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text35355"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text35356"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text35357"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text35358"></div></div></div><!-- slideshow-wrap --></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikistrbian.com/blog/remembering-summer-haakuvaus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About the Great Adventure (with Ann and Hans) &#124; Helsinki Hääkuvaus</title>
		<link>http://www.nikistrbian.com/blog/about-the-great-adventure-with-ann-and-hans-helsinki-haakuvaus/</link>
		<comments>http://www.nikistrbian.com/blog/about-the-great-adventure-with-ann-and-hans-helsinki-haakuvaus/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 23:42:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beloved]]></category>
		<category><![CDATA[hääkuvaus]]></category>
		<category><![CDATA[Temppeliaukion kirkko]]></category>
		<category><![CDATA[Tuomiokirkko]]></category>

		<guid isPermaLink="false">http://www.nikistrbian.com/blog/?p=3293</guid>
		<description><![CDATA[Pin itIt&#8217;s about time I told you a little more about my GAAH a.k.a. the Great Adventure with Ann and Hans. Act 1: Helsinki major sights After planning this session for about a year and half, after exchanging 234 emails (I actually opened my mailbox and counted them) and one excited phone call from the [...]]]></description>
			<content:encoded><![CDATA[

	<style type="text/css">
	div#slideshow-thumbs3293 img {
	height: 80px;
	width: auto;
	}

	#slides3293 a {
	width: 80px;
	height: 80px;
	overflow:hidden;
	display:block;
	}

	div#slideshow-thumbs-bg3293, div#slideshow-thumbs-wrapper3293, div#slideshow-thumbs-wrap3293, div#slideshow-thumbs3293,
	div#slideshow-thumbs-prev3293, div#slideshow-thumbs-next3293, div#slideshow-thumbs-prev3293 a, div#slideshow-thumbs-next3293 a {
	height:114px;
	}

	div#ppp-slideshow3293 {height:564px;}
	div#slideshow-nav3293 a, div#slideshow-nav3293 a span, span#slideshow-pause-play3293 {height:450px;}
	
	div#slideshow-nav3293 a.slideshow-prev, div#slideshow-nav3293 a.slideshow-next {width:50px;}
	span#slideshow-pause-play3293, div#slideshow-nav3293 a.pause, div#slideshow-nav3293 a.play {width:650px;}

	div#ppp-slideshow3293, div#slideshow-wrap3293, div#slideshow-thumbs-bg3293, div#slideshow-next3293 {width:750px;}
	div#slideshow-navigator3293 {width:694px;}

	.contenttext div#ppp-slideshow3293 img {
	  margin: 0 auto;
	  max-height: 564px;
	  width: auto;
	}
	.contenttext div#ppp-slideshow3293 img, div#ppp-slideshow3293 .wp-caption {
	  max-width:750px;
	}
	.contenttext div#ppp-slideshow3293 .slideshow-attachment-inner {
	  margin: 0 auto;
	  height: 564px;
	  width: 750px;
	}
	
	
		div#slideshow-wrap3293 {height:auto;}
		div#slideshow-thumbs-div3293 {
			height:114px;
		}
		div#slideshow-nav3293 a, div#slideshow-nav3293 a span, span#slideshow-pause-play3293 {height:564px;}
		
	</style>

	<noscript>
	<style type="text/css">
	div#ppp-slideshow3293, .contenttext div#ppp-slideshow3293 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow3293 img {max-height: none;}
	</style>
	</noscript>


<script type="text/javascript"> 
<!--
	jQuery(document).ready(function($) {
	$(window).load(function() {

		// Fade in/out the text, nav, and thumbs
		var fade_thumb = "true";
		var fade_nav = "";
		var fade_txt = "";
		var thumbBgOpacity = 1;
			fade_thumb = "false";
			
		var navOpacity = '0.8';

		function showThumbs() {
			$('div#slideshow-thumbs-bg3293').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper3293').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg3293').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper3293').stop().fadeTo(400, 0);
		  }
		}

		function showNav() {
			$('div#slideshow-nav3293').stop().fadeTo(400, navOpacity);
		}
		function hideNav() {
		  if (fade_nav == "true") {
			$('div#slideshow-nav3293').stop().fadeTo(400, 0);
		  }
		}

		function showText() {
			$('div#ppp-slideshow-text3293').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text3293').stop().fadeTo(400, 0);
		  }
		}

		$('div.slideshow-thumbs-bg').css('opacity', thumbBgOpacity);
		$('div.ppp-slideshow-text').css('opacity', '0.5');

		$('div.ppp-slideshow-text').fadeIn();
	
		showThumbs();
		
		showNav();
		$('div.ppp-slideshow').fadeIn();
		$('div.slideshow-thumbs').fadeIn();

		// Get the image index from the url hash
		$(function() {
			var index = pppGetStartingSlide();
			// Move the thumbs starting page if not on the first page.
			if ((index >= 6) && (6 > 6)) {
				pppThumbsSetPage(index);
			}
		
		// Start the cycle on the slideshow div on this postid
		$('#ppp-slideshow3293').cycle({
				fx: 'none',
				speed: 0,
				timeout: 0,
				next: '.slideshow-nav3293 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav3293 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides3293',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides3293  li:eq(' + (idx) + ') a'; }
		});


		// Hover effects
		$('div#ppp-slideshow3293,div#slideshow-nav3293,div#slideshow-thumbs-wrapper3293').hover(function() {
			showText();
			showNav();
			showThumbs();
		}, function() {
			hideText();
			hideNav();
			hideThumbs();
		});


		// Enable Pause/Play
		$('div#slideshow-nav3293 a.pause').click(function() { 
			$('#ppp-slideshow3293').cycle('pause');
			$('div#slideshow-nav3293 a.pause').hide().stop();
			$('div#slideshow-nav3293 a.play').show().stop();
		});
		$('div#slideshow-nav3293 a.play').click(function() { 
			$('#ppp-slideshow3293').cycle('resume');
			$('div#slideshow-nav3293 a.play').hide().stop();
			$('div#slideshow-nav3293 a.pause').show().stop();
		});


		// Whip up a carousel for the thumbnail navigation
		function pppThumbsFirst() {
			if ($('#slideshow-thumbs3293').css('margin-left') != '0px') {
				$('#slideshow-thumbs3293').stop().animate({'margin-left':'0px'}, {duration:0});
			}
		}
		function pppThumbsPrev() {
			if ($('#slideshow-thumbs3293').css('margin-left') != '0px') {

				// Figure out the reverse margin
				var offset = (648 + parseInt($('#slideshow-thumbs3293').css('margin-left')));
				offset += 'px';

				$('#slideshow-thumbs3293').stop().animate({'margin-left':offset}, {duration:0});  
			} else {
				pppThumbsLast(5);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs3293').css('margin-left'));
			var page = (((mgnLeft * -1) / 648) + 1);
			if (page == 1) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 648;
				$('#slideshow-thumbs3293').stop().animate({'margin-left':mgnLeft}, {duration:0});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 6);
			var offset = ((page * 648) * -1);
			$('#slideshow-thumbs3293').stop().animate({'margin-left':offset}, {duration:0});
		}
		function pppThumbsGetPage(lastSlide) {
			var page = parseInt(lastSlide / 6);
			var offset = ((page * 648) * -1);
			return offset;
		}
		function pppThumbsSetPage(lastSlide) {
			var offset = pppThumbsGetPage(lastSlide);
			$('#slideshow-thumbs3293').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev3293 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next3293 a').click(function() { 
			pppThumbsNext();
		});


		// Cycle plugin function callbacks
		// ===============================
		// jQuery cycle before callback

		var slideCounter = 0;

		function onBefore(curr,next,opts) {

			/* If this is the initialization run, slideCounter will be null. Update the text and skedaddle. */
			if (slideCounter == null) {
				// Update the slideshow text with the text we tucked away
				$('div#ppp-slideshow-text3293 div').html($('div#ppp-slideshow-text3293'+opts.currSlide).html()).hide().fadeIn(0);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text3293 div').html($('div#ppp-slideshow-text3293'+opts.nextSlide).html()).hide().fadeIn(0);

			/* Update the thumbs for the next slide, if necessary. */

			// WRAP: nextSlide is 0 only when wrapping from the last thumbnail
			// REVERSE WRAP: When nextSlide is equal to the slideCount, and the currSlide = 0, page to the last page.
			// NEXT PAGE: When nextSlide is a multiple of $thumbs_num, and the nextSlide > currSlide, page forward.
			// PREV PAGE: When currSlide is a multiple of $thumbs_num, and the nextSlide < currSlide, page backward.
			if ((opts.currSlide == 0) || 
				(parseInt(opts.nextSlide) % 6 == 0) ||
				(parseInt(opts.currSlide) % 6 == 0)) {
				pppThumbsLast(opts.nextSlide);
			}
		}

		// jQuery cycle onafter callback
		function onAfter(curr,next,opts) {
		var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
		$('#slideshow-info3293').html(caption);
	} }); }); });
-->
	</script>
	<div class="pin-it-button-wrapper"><a href="javascript:exec_pinmarklet();" id="PinItButton" title="Pin it on Pinterest">Pin it</a></div><p>It&#8217;s about time I told you a little more about my GAAH a.k.a. the Great Adventure with Ann and Hans.</p>
<p>Act 1: Helsinki major sights</p>
<p>After planning this session for about a year and half, after exchanging 234 emails (I actually opened my mailbox and counted them) and one excited phone call from the cold reception of a Sokos hotel downtown, we finally met on Sunday evening. Chatted and immediately felt like we have known each other for years. Which was almost true, given our long scribling history&#8230; <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ann is a petite beauty with dry sense of humor and quick wit. Hans is protective, kind, intelligent and handsome. Ann says that Hans is an overplanner (and she secretly loves it about him). Hans says <em>I love you</em> with his eyes every time he looks at Ann.</p>
<p>They are two people in love. And I was supposed to take their wedding portraits. Easy&#8230;</p>
<p>Now let me tell you &#8211; in Singapore the temperatures around 20 degrees Celsius are considered remains of the Ice Age. Warm rain showers quickly change with sunshine. Ann&#8217;s and Hans&#8217; arrival to Finland was marked with sudden drop of temperature and start of that cold, bitchy, windy rain that can only lash Finland during October and November. The one that makes you feel like all your flesh is squeezed around your neck while the wind bites on your bare bones.</p>
<p>They were two people who were dressed in many layers and still cold. And I was supposed to take their wedding portraits. Easy?</p>
<p>Easy!</p>
<p>Because despite the misery Ann and Hans were optimistic, cheerful and ready for any kind of adventure.</p>
<p>And so we shot in rain, through falling cats and dogs, thunder-storms, tornadoes and volcano erruptions&#8230; (I might have gotten carried away just a little here.;))</p>
<p>And so we got images with full colors and with raining happiness. Noone caught a cold and we continued our trip on Tuesday to Rovaniemi. I will tell you all about my first time in Lapland on Friday. ♥♥♥</p>
<p style="text-align: center;"><strong><div id="slideshow-wrap3293" class="slideshow-wrap"><div id="ppp-slideshow3293" class="ppp-slideshow"><div class="slideshow-attachment-post3293 slideshow-attachment-post slideshow-attachment3301 slideshow-attachment first"><div class="slideshow-attachment-inner3293 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/10/Niki-Strbian-Valokuvaus-111.jpg" class="attachment-full" alt="Niki Strbian Valokuvaus-11" title="Niki Strbian Valokuvaus-11" /></a></div></div><div class="slideshow-attachment-post3293 slideshow-attachment-post slideshow-attachment3296 slideshow-attachment "><div class="slideshow-attachment-inner3293 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="751" height="564" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/10/Niki-Strbian-Valokuvaus-01.jpg" class="attachment-full" alt="Niki Strbian Valokuvaus-01" title="Niki Strbian Valokuvaus-01" /></a></div></div><div class="slideshow-attachment-post3293 slideshow-attachment-post slideshow-attachment3300 slideshow-attachment "><div class="slideshow-attachment-inner3293 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/10/Niki-Strbian-Valokuvaus-10.jpg" class="attachment-full" alt="Niki Strbian Valokuvaus-10" title="Niki Strbian Valokuvaus-10" /></a></div></div><div class="slideshow-attachment-post3293 slideshow-attachment-post slideshow-attachment3297 slideshow-attachment "><div class="slideshow-attachment-inner3293 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="751" height="564" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/10/Niki-Strbian-Valokuvaus-02.jpg" class="attachment-full" alt="Niki Strbian Valokuvaus-02" title="Niki Strbian Valokuvaus-02" /></a></div></div><div class="slideshow-attachment-post3293 slideshow-attachment-post slideshow-attachment3298 slideshow-attachment "><div class="slideshow-attachment-inner3293 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="751" height="564" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/10/Niki-Strbian-Valokuvaus-03.jpg" class="attachment-full" alt="Niki Strbian Valokuvaus-03" title="Niki Strbian Valokuvaus-03" /></a></div></div><div class="slideshow-attachment-post3293 slideshow-attachment-post slideshow-attachment3299 slideshow-attachment "><div class="slideshow-attachment-inner3293 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="751" height="564" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/10/Niki-Strbian-Valokuvaus-04.jpg" class="attachment-full" alt="Niki Strbian Valokuvaus-04" title="Niki Strbian Valokuvaus-04" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text3293, div#slideshow-thumbs-bg3293, div#slideshow-thumbs-wrapper3293 {z-index:3301;}
	div#slideshow-nav3293 {z-index:3302;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text3293"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven3293"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text32930"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text32931"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text32932"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text32933"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text32934"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text32935"></div></div></div><!-- slideshow-wrap --></strong></p>
<p style="text-align: left;">PS: check out my favorite <a href="http://www.nikistrbian.com/blog/my-favorite-so-far-haakuvaus/" target="_blank">eye-lashes portrait</a> from their first day in Finland</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikistrbian.com/blog/about-the-great-adventure-with-ann-and-hans-helsinki-haakuvaus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My favorite so far &#8230; Hääkuvaus</title>
		<link>http://www.nikistrbian.com/blog/my-favorite-so-far-haakuvaus/</link>
		<comments>http://www.nikistrbian.com/blog/my-favorite-so-far-haakuvaus/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 19:57:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hääkuvaus]]></category>
		<category><![CDATA[simple portraits]]></category>
		<category><![CDATA[Temppeliaukion kirkko]]></category>

		<guid isPermaLink="false">http://www.nikistrbian.com/blog/?p=3257</guid>
		<description><![CDATA[Pin itAs noted on my Facebook page, I have had a fun and trying shoot this week: Assignment: wedding shoot clients from: Singapore and Indonesia duration: Mon 9:00 am &#8211; Thu 2:00 pm images shot: 2749 1st round selection: 954 final selection: 482 so far edited: 88 (note to reader &#8211; I do not edit [...]]]></description>
			<content:encoded><![CDATA[<div class="pin-it-button-wrapper"><a href="javascript:exec_pinmarklet();" id="PinItButton" title="Pin it on Pinterest">Pin it</a></div><p>As noted on <a href="http://www.facebook.com/nikistrbianvalokuvaus" target="_blank">my Facebook page</a>, I have had a fun and trying shoot this week:</p>
<p data-ft="{&quot;type&quot;:1}">Assignment: wedding shoot<br />
clients from: Singapore and Indonesia<br />
duration: Mon 9:00 am &#8211; Thu 2:00 pm<br />
images shot: 2749<br />
1st round selection: 954<br />
final selection: 482<br />
so far edited: 88</p>
<p data-ft="{&quot;type&quot;:1}">
(note to reader &#8211; I do not edit every single photo from the final selection)</p>
<p data-ft="{&quot;type&quot;:1}">This must be my favorite so far. Will share more as I fight my way through the rest. I must be ready by Sat 8.10.2011 7:00 am as clients want to see their images before they flight back home. What will you bet on my success? <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p data-ft="{&quot;type&quot;:1}"><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2011/10/Niki-Strbian-Valokuvaus-12.jpg"><img class="aligncenter size-full wp-image-3259" title="Niki Strbian Valokuvaus-1" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/10/Niki-Strbian-Valokuvaus-12.jpg" alt="" width="900" height="450" /></a></p>
<p data-ft="{&quot;type&quot;:1}">Stay up to date on the current events in casa Niki Strbian Photography and become my <a href="http://www.facebook.com/nikistrbianvalokuvaus" target="_blank">fan on Facebook</a> (occassional special goodies only for my fans are rumored to exist).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikistrbian.com/blog/my-favorite-so-far-haakuvaus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tommi and Pipsa &#8211; beloved session &#124; Beloved valokuvaus</title>
		<link>http://www.nikistrbian.com/blog/tommi-and-pipsa-beloved-session-beloved-valokuvaus/</link>
		<comments>http://www.nikistrbian.com/blog/tommi-and-pipsa-beloved-session-beloved-valokuvaus/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 23:00:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beloved]]></category>
		<category><![CDATA[hääkuvaus]]></category>

		<guid isPermaLink="false">http://www.nikistrbian.com/blog/?p=2883</guid>
		<description><![CDATA[Pin itjust images today&#8230; or not? Ok, I give you a small reading exercise too. Pipsa and Tommi got married a year ago. They are from a small town in Finland, about 2 hours drive from the capital. They called me to ask if I wanted to do a beloved session with them, because they [...]]]></description>
			<content:encoded><![CDATA[

	<style type="text/css">
	div#slideshow-thumbs2883 img {
	height: 80px;
	width: auto;
	}

	#slides2883 a {
	width: 80px;
	height: 80px;
	overflow:hidden;
	display:block;
	}

	div#slideshow-thumbs-bg2883, div#slideshow-thumbs-wrapper2883, div#slideshow-thumbs-wrap2883, div#slideshow-thumbs2883,
	div#slideshow-thumbs-prev2883, div#slideshow-thumbs-next2883, div#slideshow-thumbs-prev2883 a, div#slideshow-thumbs-next2883 a {
	height:114px;
	}

	div#ppp-slideshow2883 {height:564px;}
	div#slideshow-nav2883 a, div#slideshow-nav2883 a span, span#slideshow-pause-play2883 {height:450px;}
	
	div#slideshow-nav2883 a.slideshow-prev, div#slideshow-nav2883 a.slideshow-next {width:50px;}
	span#slideshow-pause-play2883, div#slideshow-nav2883 a.pause, div#slideshow-nav2883 a.play {width:650px;}

	div#ppp-slideshow2883, div#slideshow-wrap2883, div#slideshow-thumbs-bg2883, div#slideshow-next2883 {width:750px;}
	div#slideshow-navigator2883 {width:694px;}

	.contenttext div#ppp-slideshow2883 img {
	  margin: 0 auto;
	  max-height: 564px;
	  width: auto;
	}
	.contenttext div#ppp-slideshow2883 img, div#ppp-slideshow2883 .wp-caption {
	  max-width:750px;
	}
	.contenttext div#ppp-slideshow2883 .slideshow-attachment-inner {
	  margin: 0 auto;
	  height: 564px;
	  width: 750px;
	}
	
	
		div#slideshow-wrap2883 {height:auto;}
		div#slideshow-thumbs-div2883 {
			height:114px;
		}
		div#slideshow-nav2883 a, div#slideshow-nav2883 a span, span#slideshow-pause-play2883 {height:564px;}
		
	</style>

	<noscript>
	<style type="text/css">
	div#ppp-slideshow2883, .contenttext div#ppp-slideshow2883 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow2883 img {max-height: none;}
	</style>
	</noscript>


<script type="text/javascript"> 
<!--
	jQuery(document).ready(function($) {
	$(window).load(function() {

		// Fade in/out the text, nav, and thumbs
		var fade_thumb = "true";
		var fade_nav = "";
		var fade_txt = "";
		var thumbBgOpacity = 1;
			fade_thumb = "false";
			
		var navOpacity = '0.8';

		function showThumbs() {
			$('div#slideshow-thumbs-bg2883').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper2883').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg2883').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper2883').stop().fadeTo(400, 0);
		  }
		}

		function showNav() {
			$('div#slideshow-nav2883').stop().fadeTo(400, navOpacity);
		}
		function hideNav() {
		  if (fade_nav == "true") {
			$('div#slideshow-nav2883').stop().fadeTo(400, 0);
		  }
		}

		function showText() {
			$('div#ppp-slideshow-text2883').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text2883').stop().fadeTo(400, 0);
		  }
		}

		$('div.slideshow-thumbs-bg').css('opacity', thumbBgOpacity);
		$('div.ppp-slideshow-text').css('opacity', '0.5');

		$('div.ppp-slideshow-text').fadeIn();
	
		showThumbs();
		
		showNav();
		$('div.ppp-slideshow').fadeIn();
		$('div.slideshow-thumbs').fadeIn();

		// Get the image index from the url hash
		$(function() {
			var index = pppGetStartingSlide();
			// Move the thumbs starting page if not on the first page.
			if ((index >= 6) && (20 > 6)) {
				pppThumbsSetPage(index);
			}
		
		// Start the cycle on the slideshow div on this postid
		$('#ppp-slideshow2883').cycle({
				fx: 'none',
				speed: 0,
				timeout: 0,
				next: '.slideshow-nav2883 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav2883 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides2883',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides2883  li:eq(' + (idx) + ') a'; }
		});


		// Hover effects
		$('div#ppp-slideshow2883,div#slideshow-nav2883,div#slideshow-thumbs-wrapper2883').hover(function() {
			showText();
			showNav();
			showThumbs();
		}, function() {
			hideText();
			hideNav();
			hideThumbs();
		});


		// Enable Pause/Play
		$('div#slideshow-nav2883 a.pause').click(function() { 
			$('#ppp-slideshow2883').cycle('pause');
			$('div#slideshow-nav2883 a.pause').hide().stop();
			$('div#slideshow-nav2883 a.play').show().stop();
		});
		$('div#slideshow-nav2883 a.play').click(function() { 
			$('#ppp-slideshow2883').cycle('resume');
			$('div#slideshow-nav2883 a.play').hide().stop();
			$('div#slideshow-nav2883 a.pause').show().stop();
		});


		// Whip up a carousel for the thumbnail navigation
		function pppThumbsFirst() {
			if ($('#slideshow-thumbs2883').css('margin-left') != '0px') {
				$('#slideshow-thumbs2883').stop().animate({'margin-left':'0px'}, {duration:0});
			}
		}
		function pppThumbsPrev() {
			if ($('#slideshow-thumbs2883').css('margin-left') != '0px') {

				// Figure out the reverse margin
				var offset = (648 + parseInt($('#slideshow-thumbs2883').css('margin-left')));
				offset += 'px';

				$('#slideshow-thumbs2883').stop().animate({'margin-left':offset}, {duration:0});  
			} else {
				pppThumbsLast(19);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs2883').css('margin-left'));
			var page = (((mgnLeft * -1) / 648) + 1);
			if (page == 4) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 648;
				$('#slideshow-thumbs2883').stop().animate({'margin-left':mgnLeft}, {duration:0});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 6);
			var offset = ((page * 648) * -1);
			$('#slideshow-thumbs2883').stop().animate({'margin-left':offset}, {duration:0});
		}
		function pppThumbsGetPage(lastSlide) {
			var page = parseInt(lastSlide / 6);
			var offset = ((page * 648) * -1);
			return offset;
		}
		function pppThumbsSetPage(lastSlide) {
			var offset = pppThumbsGetPage(lastSlide);
			$('#slideshow-thumbs2883').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev2883 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next2883 a').click(function() { 
			pppThumbsNext();
		});


		// Cycle plugin function callbacks
		// ===============================
		// jQuery cycle before callback

		var slideCounter = 0;

		function onBefore(curr,next,opts) {

			/* If this is the initialization run, slideCounter will be null. Update the text and skedaddle. */
			if (slideCounter == null) {
				// Update the slideshow text with the text we tucked away
				$('div#ppp-slideshow-text2883 div').html($('div#ppp-slideshow-text2883'+opts.currSlide).html()).hide().fadeIn(0);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text2883 div').html($('div#ppp-slideshow-text2883'+opts.nextSlide).html()).hide().fadeIn(0);

			/* Update the thumbs for the next slide, if necessary. */

			// WRAP: nextSlide is 0 only when wrapping from the last thumbnail
			// REVERSE WRAP: When nextSlide is equal to the slideCount, and the currSlide = 0, page to the last page.
			// NEXT PAGE: When nextSlide is a multiple of $thumbs_num, and the nextSlide > currSlide, page forward.
			// PREV PAGE: When currSlide is a multiple of $thumbs_num, and the nextSlide < currSlide, page backward.
			if ((opts.currSlide == 0) || 
				(parseInt(opts.nextSlide) % 6 == 0) ||
				(parseInt(opts.currSlide) % 6 == 0)) {
				pppThumbsLast(opts.nextSlide);
			}
		}

		// jQuery cycle onafter callback
		function onAfter(curr,next,opts) {
		var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
		$('#slideshow-info2883').html(caption);
	} }); }); });
-->
	</script>
	<div class="pin-it-button-wrapper"><a href="javascript:exec_pinmarklet();" id="PinItButton" title="Pin it on Pinterest">Pin it</a></div><p>just images today&#8230;</p>
<p>or</p>
<p>not?</p>
<p>Ok, I give you a small reading exercise too. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Pipsa and Tommi got married a year ago. They are from a small town in Finland, about 2 hours drive from the capital. They called me to ask if I wanted to do a beloved session with them, because they don&#8217;t have one useable portrait from their wedding. Of course, I was happy to say yes. I also do not have any portraits from my wedding that I would proudly display, so it was way easy to relate to their situation.</p>
<p>Pipsa and Tommi are two sweet people who were so much in love. It was clear from our first meeting that Tommi would bring the blue back from the sky for Pipsa. And she followed him everywhere with that love-filled gaze that makes you remember your own first date(s). No wonder the beloved session with them felt like dancing in sunlight. And the session had a big fat bonus on top &#8211; as parents of two small children, Pipsa and Tommi rarely get any time for themselves (another experience easy to relate to, isn&#8217;t it?). And a trip or two to Helsinki might just do the trick. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If I could summarize their beloved session, I would say: happiness, deep connection and loads of kissing. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I hope we will stay friends. ♥♥♥</p>
<p style="text-align: center;"><strong><div id="slideshow-wrap2883" class="slideshow-wrap"><div id="ppp-slideshow2883" class="ppp-slideshow"><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2930 slideshow-attachment first"><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-28.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-28" title="Niki Strbian beloved Valokuvaus-28" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2921 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-19.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-19" title="Niki Strbian beloved Valokuvaus-19" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2888 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="562" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-4.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-4" title="Niki Strbian beloved Valokuvaus-4" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2928 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-26.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-26" title="Niki Strbian beloved Valokuvaus-26" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2927 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-25.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-25" title="Niki Strbian beloved Valokuvaus-25" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2887 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="562" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-3.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-3" title="Niki Strbian beloved Valokuvaus-3" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2924 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-22.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-22" title="Niki Strbian beloved Valokuvaus-22" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2925 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-23.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-23" title="Niki Strbian beloved Valokuvaus-23" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2885 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="562" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-1.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-1" title="Niki Strbian beloved Valokuvaus-1" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2922 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-20.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-20" title="Niki Strbian beloved Valokuvaus-20" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2920 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-18.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-18" title="Niki Strbian beloved Valokuvaus-18" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2919 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-17.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-17" title="Niki Strbian beloved Valokuvaus-17" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2889 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="562" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-5.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-5" title="Niki Strbian beloved Valokuvaus-5" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2892 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="562" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-8.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-8" title="Niki Strbian beloved Valokuvaus-8" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2926 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-24.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-24" title="Niki Strbian beloved Valokuvaus-24" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2886 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="562" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-2.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-2" title="Niki Strbian beloved Valokuvaus-2" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2929 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-27.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-27" title="Niki Strbian beloved Valokuvaus-27" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2890 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="562" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-6.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-6" title="Niki Strbian beloved Valokuvaus-6" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2923 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-21.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-21" title="Niki Strbian beloved Valokuvaus-21" /></a></div></div><div class="slideshow-attachment-post2883 slideshow-attachment-post slideshow-attachment2891 slideshow-attachment "><div class="slideshow-attachment-inner2883 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="562" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/07/Niki-Strbian-beloved-Valokuvaus-7.jpg" class="attachment-full" alt="Niki Strbian beloved Valokuvaus-7" title="Niki Strbian beloved Valokuvaus-7" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text2883, div#slideshow-thumbs-bg2883, div#slideshow-thumbs-wrapper2883 {z-index:2905;}
	div#slideshow-nav2883 {z-index:2906;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text2883"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven2883"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text28830"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text28831"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text28832"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text28833"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text28834"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text28835"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text28836"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text28837"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text28838"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text28839"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text288310"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text288311"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text288312"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text288313"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text288314"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text288315"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text288316"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text288317"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text288318"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text288319"></div></div></div><!-- slideshow-wrap --></strong></p>
<p style="text-align: left;">PS: Tommi is also a talented <a href="http://www.tommiulmanen.fi/" target="_blank">portrait photographer</a>. Check out his work.<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikistrbian.com/blog/tommi-and-pipsa-beloved-session-beloved-valokuvaus/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mixtape Monday &#8211; About Satu and OP &#124; Hääkuvaus</title>
		<link>http://www.nikistrbian.com/blog/mixtape-monday-about-satu-and-op/</link>
		<comments>http://www.nikistrbian.com/blog/mixtape-monday-about-satu-and-op/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 22:07:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hääkuvaus]]></category>
		<category><![CDATA[Mixtape Monday]]></category>
		<category><![CDATA[Auroran puisto]]></category>

		<guid isPermaLink="false">http://www.nikistrbian.com/blog/?p=2779</guid>
		<description><![CDATA[Pin itYear 1977 was a regular year, just like any other. Many people were born, many people died and everyone in between had birthday. You need examples? Ok, let me randomly choose. Among the ones who died in 1977 was Anais Nin, a French-Cuban author, best known for her diaries. Her thoughts were interesting: &#8220;Dreams [...]]]></description>
			<content:encoded><![CDATA[

	<style type="text/css">
	div#slideshow-thumbs2779 img {
	height: 80px;
	width: auto;
	}

	#slides2779 a {
	width: 80px;
	height: 80px;
	overflow:hidden;
	display:block;
	}

	div#slideshow-thumbs-bg2779, div#slideshow-thumbs-wrapper2779, div#slideshow-thumbs-wrap2779, div#slideshow-thumbs2779,
	div#slideshow-thumbs-prev2779, div#slideshow-thumbs-next2779, div#slideshow-thumbs-prev2779 a, div#slideshow-thumbs-next2779 a {
	height:114px;
	}

	div#ppp-slideshow2779 {height:564px;}
	div#slideshow-nav2779 a, div#slideshow-nav2779 a span, span#slideshow-pause-play2779 {height:450px;}
	
	div#slideshow-nav2779 a.slideshow-prev, div#slideshow-nav2779 a.slideshow-next {width:50px;}
	span#slideshow-pause-play2779, div#slideshow-nav2779 a.pause, div#slideshow-nav2779 a.play {width:650px;}

	div#ppp-slideshow2779, div#slideshow-wrap2779, div#slideshow-thumbs-bg2779, div#slideshow-next2779 {width:750px;}
	div#slideshow-navigator2779 {width:694px;}

	.contenttext div#ppp-slideshow2779 img {
	  margin: 0 auto;
	  max-height: 564px;
	  width: auto;
	}
	.contenttext div#ppp-slideshow2779 img, div#ppp-slideshow2779 .wp-caption {
	  max-width:750px;
	}
	.contenttext div#ppp-slideshow2779 .slideshow-attachment-inner {
	  margin: 0 auto;
	  height: 564px;
	  width: 750px;
	}
	
	
		div#slideshow-wrap2779 {height:auto;}
		div#slideshow-thumbs-div2779 {
			height:114px;
		}
		div#slideshow-nav2779 a, div#slideshow-nav2779 a span, span#slideshow-pause-play2779 {height:564px;}
		
	</style>

	<noscript>
	<style type="text/css">
	div#ppp-slideshow2779, .contenttext div#ppp-slideshow2779 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow2779 img {max-height: none;}
	</style>
	</noscript>


<script type="text/javascript"> 
<!--
	jQuery(document).ready(function($) {
	$(window).load(function() {

		// Fade in/out the text, nav, and thumbs
		var fade_thumb = "true";
		var fade_nav = "";
		var fade_txt = "";
		var thumbBgOpacity = 1;
			fade_thumb = "false";
			
		var navOpacity = '0.8';

		function showThumbs() {
			$('div#slideshow-thumbs-bg2779').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper2779').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg2779').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper2779').stop().fadeTo(400, 0);
		  }
		}

		function showNav() {
			$('div#slideshow-nav2779').stop().fadeTo(400, navOpacity);
		}
		function hideNav() {
		  if (fade_nav == "true") {
			$('div#slideshow-nav2779').stop().fadeTo(400, 0);
		  }
		}

		function showText() {
			$('div#ppp-slideshow-text2779').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text2779').stop().fadeTo(400, 0);
		  }
		}

		$('div.slideshow-thumbs-bg').css('opacity', thumbBgOpacity);
		$('div.ppp-slideshow-text').css('opacity', '0.5');

		$('div.ppp-slideshow-text').fadeIn();
	
		showThumbs();
		
		showNav();
		$('div.ppp-slideshow').fadeIn();
		$('div.slideshow-thumbs').fadeIn();

		// Get the image index from the url hash
		$(function() {
			var index = pppGetStartingSlide();
			// Move the thumbs starting page if not on the first page.
			if ((index >= 6) && (16 > 6)) {
				pppThumbsSetPage(index);
			}
		
		// Start the cycle on the slideshow div on this postid
		$('#ppp-slideshow2779').cycle({
				fx: 'none',
				speed: 0,
				timeout: 0,
				next: '.slideshow-nav2779 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav2779 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides2779',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides2779  li:eq(' + (idx) + ') a'; }
		});


		// Hover effects
		$('div#ppp-slideshow2779,div#slideshow-nav2779,div#slideshow-thumbs-wrapper2779').hover(function() {
			showText();
			showNav();
			showThumbs();
		}, function() {
			hideText();
			hideNav();
			hideThumbs();
		});


		// Enable Pause/Play
		$('div#slideshow-nav2779 a.pause').click(function() { 
			$('#ppp-slideshow2779').cycle('pause');
			$('div#slideshow-nav2779 a.pause').hide().stop();
			$('div#slideshow-nav2779 a.play').show().stop();
		});
		$('div#slideshow-nav2779 a.play').click(function() { 
			$('#ppp-slideshow2779').cycle('resume');
			$('div#slideshow-nav2779 a.play').hide().stop();
			$('div#slideshow-nav2779 a.pause').show().stop();
		});


		// Whip up a carousel for the thumbnail navigation
		function pppThumbsFirst() {
			if ($('#slideshow-thumbs2779').css('margin-left') != '0px') {
				$('#slideshow-thumbs2779').stop().animate({'margin-left':'0px'}, {duration:0});
			}
		}
		function pppThumbsPrev() {
			if ($('#slideshow-thumbs2779').css('margin-left') != '0px') {

				// Figure out the reverse margin
				var offset = (648 + parseInt($('#slideshow-thumbs2779').css('margin-left')));
				offset += 'px';

				$('#slideshow-thumbs2779').stop().animate({'margin-left':offset}, {duration:0});  
			} else {
				pppThumbsLast(15);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs2779').css('margin-left'));
			var page = (((mgnLeft * -1) / 648) + 1);
			if (page == 3) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 648;
				$('#slideshow-thumbs2779').stop().animate({'margin-left':mgnLeft}, {duration:0});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 6);
			var offset = ((page * 648) * -1);
			$('#slideshow-thumbs2779').stop().animate({'margin-left':offset}, {duration:0});
		}
		function pppThumbsGetPage(lastSlide) {
			var page = parseInt(lastSlide / 6);
			var offset = ((page * 648) * -1);
			return offset;
		}
		function pppThumbsSetPage(lastSlide) {
			var offset = pppThumbsGetPage(lastSlide);
			$('#slideshow-thumbs2779').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev2779 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next2779 a').click(function() { 
			pppThumbsNext();
		});


		// Cycle plugin function callbacks
		// ===============================
		// jQuery cycle before callback

		var slideCounter = 0;

		function onBefore(curr,next,opts) {

			/* If this is the initialization run, slideCounter will be null. Update the text and skedaddle. */
			if (slideCounter == null) {
				// Update the slideshow text with the text we tucked away
				$('div#ppp-slideshow-text2779 div').html($('div#ppp-slideshow-text2779'+opts.currSlide).html()).hide().fadeIn(0);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text2779 div').html($('div#ppp-slideshow-text2779'+opts.nextSlide).html()).hide().fadeIn(0);

			/* Update the thumbs for the next slide, if necessary. */

			// WRAP: nextSlide is 0 only when wrapping from the last thumbnail
			// REVERSE WRAP: When nextSlide is equal to the slideCount, and the currSlide = 0, page to the last page.
			// NEXT PAGE: When nextSlide is a multiple of $thumbs_num, and the nextSlide > currSlide, page forward.
			// PREV PAGE: When currSlide is a multiple of $thumbs_num, and the nextSlide < currSlide, page backward.
			if ((opts.currSlide == 0) || 
				(parseInt(opts.nextSlide) % 6 == 0) ||
				(parseInt(opts.currSlide) % 6 == 0)) {
				pppThumbsLast(opts.nextSlide);
			}
		}

		// jQuery cycle onafter callback
		function onAfter(curr,next,opts) {
		var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
		$('#slideshow-info2779').html(caption);
	} }); }); });
-->
	</script>
	<div class="pin-it-button-wrapper"><a href="javascript:exec_pinmarklet();" id="PinItButton" title="Pin it on Pinterest">Pin it</a></div><p>Year 1977 was a regular year, just like any other. Many people were born, many people died and everyone in between had birthday. You need examples? Ok, let me randomly choose.</p>
<p>Among the ones who died in 1977 was Anais Nin, a French-Cuban author, best known for her diaries. Her thoughts were interesting: &#8220;<em>Dreams are necessary for life.</em>&#8221; and &#8220;<em>Life shrinks or expands in proportion to one&#8217;s courage.</em>&#8221; (Before you start thinking deeply about the meaning of these two quotes, you must know her writings were often of a very erotic nature. Part of her life she was also simultaneously married to two men and endlessly explored her sexuality. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Disclaimer &#8211; no offence!)</p>
<p>Among the ones whose birthday left footprint in our recent history was Billy Joel&#8217;s wife Elisabeth, who received the song <em>Just the way you are</em> from her husband as a birthday gift. (Those are the wonders of being a famous and successful musician&#8217;s wife. Should I get a gift from my husband related to his work, it would probably be an MRI scan. Awesome! It&#8217;s much less cool and lot more expensive. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>And among the ones born that year was &#8230; me. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The footprint I hope to have left and continue leaving is capturing your memories. Because you are great, loving and beautiful.</p>
<p>During the heatwave at the beginning of June I had the honor to take wedding portraits of Satu and OP and their best man and maid of honor. We enjoyed our sunny time in Auroran puisto very much! And while taking photos, this is what Satu and OP shared with me about each other.</p>
<p>OP loves Satu because of her smile, calmness, the way she enjoys life, because he can always count on her and because she is the love of his life.</p>
<p>Satu loves OP because he thinks of others before himself, he is kind and caring and because HE LOVES HER JUST THE WAY SHE IS.</p>
<p>Enjoy watching their love and listen to Billy Joel&#8217;s <em>Just the way you are</em>, live recording from the year &#8211; well, of course, 1977. ♥♥♥<br />
<object width="300" height="25"><param name="movie" value="http://www.youtube.com/v/QPiK_yGG8ag?version=3&amp;hl=en_GB&amp;rel=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="300" height="25" src="http://www.youtube.com/v/QPiK_yGG8ag?version=3&amp;hl=en_GB&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: center;"><strong><div id="slideshow-wrap2779" class="slideshow-wrap"><div id="ppp-slideshow2779" class="ppp-slideshow"><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2782 slideshow-attachment first"><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-1.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-1" title="Niki Strbian Hääkuvaus-1" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2783 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-2.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-2" title="Niki Strbian Hääkuvaus-2" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2784 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-3.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-3" title="Niki Strbian Hääkuvaus-3" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2785 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-4.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-4" title="Niki Strbian Hääkuvaus-4" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2786 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-5.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-5" title="Niki Strbian Hääkuvaus-5" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2787 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-6.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-6" title="Niki Strbian Hääkuvaus-6" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2788 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-7.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-7" title="Niki Strbian Hääkuvaus-7" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2789 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-8.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-8" title="Niki Strbian Hääkuvaus-8" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2790 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-9.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-9" title="Niki Strbian Hääkuvaus-9" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2791 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-10.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-10" title="Niki Strbian Hääkuvaus-10" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2792 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-11.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-11" title="Niki Strbian Hääkuvaus-11" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2793 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-12.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-12" title="Niki Strbian Hääkuvaus-12" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2794 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-13.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-13" title="Niki Strbian Hääkuvaus-13" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2795 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="750" height="499" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-14.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-14" title="Niki Strbian Hääkuvaus-14" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2796 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-15.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-15" title="Niki Strbian Hääkuvaus-15" /></a></div></div><div class="slideshow-attachment-post2779 slideshow-attachment-post slideshow-attachment2797 slideshow-attachment "><div class="slideshow-attachment-inner2779 slideshow-attachment-inner "><a href="" class="slideshow-image"><img width="499" height="750" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/06/Niki-Strbian-Hääkuvaus-16.jpg" class="attachment-full" alt="Niki Strbian Hääkuvaus-16" title="Niki Strbian Hääkuvaus-16" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text2779, div#slideshow-thumbs-bg2779, div#slideshow-thumbs-wrapper2779 {z-index:2797;}
	div#slideshow-nav2779 {z-index:2798;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text2779"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven2779"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text27790"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text27791"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text27792"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text27793"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text27794"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text27795"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text27796"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text27797"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text27798"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text27799"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text277910"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text277911"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text277912"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text277913"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text277914"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text277915"></div></div></div><!-- slideshow-wrap --></strong></p>
<p>PS: Who knows which famous Czech fairy tale does the first of the black and white photos refer to? If you know +10 points! If you are Czech -10 points. And if you are Czech and you don&#8217;t know &#8211; go hide under a stone, thank you. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikistrbian.com/blog/mixtape-monday-about-satu-and-op/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What I am working on now &#124; Vauvakuvaus</title>
		<link>http://www.nikistrbian.com/blog/what-i-am-working-on-now-vauvakuvaus/</link>
		<comments>http://www.nikistrbian.com/blog/what-i-am-working-on-now-vauvakuvaus/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 08:44:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hääkuvaus]]></category>
		<category><![CDATA[vauvakuvaus]]></category>

		<guid isPermaLink="false">http://www.nikistrbian.com/blog/?p=1949</guid>
		<description><![CDATA[Pin itOh it&#8217;s been a long time since posting a proper photo and I miss it so much! It&#8217;s the time of the year when I am the least inspired and I miss photographing in full sun and without fear that my fingers are going to deepfreeze and fall off my hands. So it&#8217;s better [...]]]></description>
			<content:encoded><![CDATA[<div class="pin-it-button-wrapper"><a href="javascript:exec_pinmarklet();" id="PinItButton" title="Pin it on Pinterest">Pin it</a></div><p>Oh it&#8217;s been a long time since posting a proper photo and I miss it so much! It&#8217;s the time of the year when I am the least inspired and I miss photographing in full sun and without fear that my fingers are going to deepfreeze and fall off my hands. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>So it&#8217;s better to stay inside, with the temperature around the cozy 40 degrees Celsius and a most sleepy newborn I have ever met. ♥♥♥</p>
<p><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2011/01/Niki-Strbian-Valokuvaus-12.jpg"><img class="aligncenter size-full wp-image-1951" title="Niki Strbian vauvakuvaus" src="http://www.nikistrbian.com/blog/wp-content/uploads/2011/01/Niki-Strbian-Valokuvaus-12.jpg" alt="Vastasyntyneen poika valokuvaus." width="750" height="499" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikistrbian.com/blog/what-i-am-working-on-now-vauvakuvaus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Boudoir ja hääkuvaus lahjakortit now available &#124; Boudoir ja hääkuvaaja</title>
		<link>http://www.nikistrbian.com/blog/boudoir-ja-haakuvaus-lahjakortit-now-available-boudoir-ja-haakuvaaja/</link>
		<comments>http://www.nikistrbian.com/blog/boudoir-ja-haakuvaus-lahjakortit-now-available-boudoir-ja-haakuvaaja/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 13:03:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[boudoir]]></category>
		<category><![CDATA[hääkuvaus]]></category>

		<guid isPermaLink="false">http://www.nikistrbian.com/blog/?p=1936</guid>
		<description><![CDATA[Pin itOk my dear readers. I have not been around that much lately, but that&#8217;s just because it&#8217;s been super busy with the häämessut in Wanha Satama and all. It was lovely by the way, I met  loads of new people and even some fans of my Facebook pages. I shared a booth with the [...]]]></description>
			<content:encoded><![CDATA[<div class="pin-it-button-wrapper"><a href="javascript:exec_pinmarklet();" id="PinItButton" title="Pin it on Pinterest">Pin it</a></div><p>Ok my dear readers. I have not been around that much lately, but that&#8217;s just because it&#8217;s been super busy with the <a href="http://www.haamessut.fi/etusivu" target="_blank">häämessut</a> in Wanha Satama and all. It was lovely by the way, I met  loads of new people and even some fans of my Facebook pages. I shared a booth with the awesome <a href="http://mariahedengren.com/" target="_blank">Maria Hedengren</a>, befriended girls from the <a href="http://www.villeroy-boch.com/" target="_blank">Villeroy and Boch</a> booth and found out that one girl from <a href="http://www.iittala.fi/web/Iittalaweb.nsf/fi/etusivu" target="_blank">Iitala </a> stand was a cousing of <a href="http://www.nikistrbian.com/blog/millasamuli-niki-strbian-haamuotokuvaus/" target="_blank">my client</a>. All in all it felt homey and lovely and big thanx goes to Liisa Silla of <a href="http://www.malisilla.fi/" target="_blank">Menään Naimisiin</a> magazine for organizing the whole thing.</p>
<p>My husband and angelitos with friends came to say tsemppiä but they didn&#8217;t stay long. When my daughter and her friend started dancing dangerously near the Villeroy and Boch stand, I quickly asked them to just go have fun in the sunny weather outside. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Apropo sunny weather. Of course the ONLY two sunny days in what must have been weeks now were the weekend of the wedding fair. It feels now like I will never ever see a ray of sunshine again.</p>
<p>But here is a sunshine offer for you! I still have a few of the gift certificates left, so I decided to be extra good right from January. When Joulupukki asks next December how I behaved the whole year, I will be able to tell him:</p>
<p>I gave out 100€ gift certificates for the price of 35€. Ain&#8217;t me good? <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>So for today and tomorrow only &#8211; the 100€ value gift certificate is available for the price of 35€.</p>
<p>On Thursday and Friday they are going to be available for 45€ and during the weekend for 55€. After that they will be back at their regular price 100€ value lahjakortti for 100€ price. Go get them while I have them. ♥♥♥</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikistrbian.com/blog/boudoir-ja-haakuvaus-lahjakortit-now-available-boudoir-ja-haakuvaaja/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>TTD 2… black as midnight, shining as sunshine &#124; Helsinki, Espoo, Vantaa trash the dress kuvaus</title>
		<link>http://www.nikistrbian.com/blog/ttd-2-black-as-midnight-shining-as-sunshine-helsinki-espoo-vantaa-trash-the-dress-kuvaus/</link>
		<comments>http://www.nikistrbian.com/blog/ttd-2-black-as-midnight-shining-as-sunshine-helsinki-espoo-vantaa-trash-the-dress-kuvaus/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 22:40:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hääkuvaus]]></category>

		<guid isPermaLink="false">http://www.nikistrbian.com/blog/?p=1722</guid>
		<description><![CDATA[Pin itYou remember the fun afternoon in early October when I and my friends photographers went out to get some trash the dress images. Jaana had the biggest smile. She smiled and wore her black wedding dress graciously. I enjoyed working with her. She radiated honesty and somewhere behind those blue blue eyes you could [...]]]></description>
			<content:encoded><![CDATA[<div class="pin-it-button-wrapper"><a href="javascript:exec_pinmarklet();" id="PinItButton" title="Pin it on Pinterest">Pin it</a></div><p>You remember the fun afternoon in early October when I and my friends photographers went out to get some <a href="http://www.nikistrbian.com/blog/category/trash-the-dress/" target="_blank">trash the dress images</a>.</p>
<p>Jaana had the biggest smile. She smiled and wore her black wedding dress graciously. I enjoyed working with her. She radiated honesty and somewhere behind those blue blue eyes you could see a tiny devil peaking out. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  You are beautiful! ♥♥♥</p>
<p><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-trash-the-dress-kuvaus-01.jpg"><img class="aligncenter size-full wp-image-1723" title="Niki Strbian trash the dress kuvaus-01" src="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-trash-the-dress-kuvaus-01.jpg" alt="" width="790" height="602" /></a><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-trash-the-dress-kuvaus-02.jpg"><img class="aligncenter size-full wp-image-1724" title="Niki Strbian trash the dress kuvaus-02" src="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-trash-the-dress-kuvaus-02.jpg" alt="" width="790" height="551" /></a>To be continued &#8230; there are still two more brides waiting for their images and I made a promise to deliver them this year. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikistrbian.com/blog/ttd-2-black-as-midnight-shining-as-sunshine-helsinki-espoo-vantaa-trash-the-dress-kuvaus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My beautiful, beautiful Victorine &#124; Helsinki, Espoo, Vantaa trash the dress kuvaus</title>
		<link>http://www.nikistrbian.com/blog/my-beautiful-beautiful-victorine-helsinki-espoo-vantaa-trash-the-dress-kuvaus/</link>
		<comments>http://www.nikistrbian.com/blog/my-beautiful-beautiful-victorine-helsinki-espoo-vantaa-trash-the-dress-kuvaus/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 20:32:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hääkuvaus]]></category>

		<guid isPermaLink="false">http://www.nikistrbian.com/blog/?p=1621</guid>
		<description><![CDATA[Pin itNot long ago me and couple of my colleagues, wedding photographers, arranged a little outing for ourselves in the Suvilahti area and on the Lauttasaari beach. The photography theme of the day was TTD &#8211; trash the dress. Basically a fun session for a bride, who wants to have a little less formal images [...]]]></description>
			<content:encoded><![CDATA[<div class="pin-it-button-wrapper"><a href="javascript:exec_pinmarklet();" id="PinItButton" title="Pin it on Pinterest">Pin it</a></div><p>Not long ago me and couple of my colleagues, wedding photographers, arranged a little outing for ourselves in the Suvilahti area and on the Lauttasaari beach. The photography theme of the day was TTD &#8211; trash the dress. Basically a fun session for a bride, who wants to have a little less formal images of herself in her wedding dress. Who cares that little less formal usually means a little more dangerous for the dress, right? <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  The trash-the-dress session happens after the wedding, so a little dirt here and little rip there don&#8217;t matter much, unless you are planning to sell the dress for more than you bought it or if you are planning to marry your great-granddaughter in it. Hmm, not like that she will want to, they will probably wear silver tubes by then&#8230; or is that just a reflection from some cheap sci-fi I read when I was 15? <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Anyways, we had a blast and our models were fantastic. One of them was Victorine, an absolutely stunning young lady, who I would like to introduce to you today in more than just one photo. Victorine loved the camera and my camera loved her right back. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Don&#8217;t you think so?</p>
<p><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-Valokuvaus-trash-the-dress-05.jpg"><img class="aligncenter size-full wp-image-1626" title="Niki Strbian Valokuvaus trash the dress-05" src="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-Valokuvaus-trash-the-dress-05.jpg" alt="" width="750" height="562" /></a></p>
<p><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-Valokuvaus-trash-the-dress-04.jpg"><img class="aligncenter size-full wp-image-1625" title="Niki Strbian Valokuvaus trash the dress-04" src="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-Valokuvaus-trash-the-dress-04.jpg" alt="" width="750" height="562" /></a></p>
<p><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-Valokuvaus-trash-the-dress-03.jpg"><img class="aligncenter size-full wp-image-1624" title="Niki Strbian Valokuvaus trash the dress-03" src="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-Valokuvaus-trash-the-dress-03.jpg" alt="" width="750" height="642" /></a></p>
<p><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-Valokuvaus-trash-the-dress-01.jpg"><img class="aligncenter size-full wp-image-1622" title="Niki Strbian Valokuvaus trash the dress-01" src="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-Valokuvaus-trash-the-dress-01.jpg" alt="" width="750" height="450" /></a></p>
<p><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-Valokuvaus-trash-the-dress-02.jpg"><img class="aligncenter size-full wp-image-1623" title="Niki Strbian Valokuvaus trash the dress-02" src="http://www.nikistrbian.com/blog/wp-content/uploads/2010/11/Niki-Strbian-Valokuvaus-trash-the-dress-02.jpg" alt="" width="750" height="563" /></a></p>
<p>Thank you, Victorine, and thank you to my wonderful colleagues, whom I have such a good time with &#8230; <a href="http://derekandannablog.com/" target="_blank">Anna Jarske</a>,  <a href="http://mariahedengren.wordpress.com/" target="_blank">Maria  Hedengren</a>, <a href="http://www.nikopaulanne.com/" target="_blank">Niko Paulanne</a>,  <a href="http://www.artoketola.fi/" target="_blank">Arto Ketola</a>, <a href="http://mikkoreinikainen.fi/" target="_blank">Mikko Reinikainen</a> and <a href="http://okamorikawa.com/" target="_blank">Oka Morikawa</a>. ♥♥♥</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikistrbian.com/blog/my-beautiful-beautiful-victorine-helsinki-espoo-vantaa-trash-the-dress-kuvaus/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Romance and Love &#124; Helsinki, Espoo, Vantaa Häämuotokuvaus</title>
		<link>http://www.nikistrbian.com/blog/romance-and-love-helsinki-espoo-vantaa-haamuotokuvaus/</link>
		<comments>http://www.nikistrbian.com/blog/romance-and-love-helsinki-espoo-vantaa-haamuotokuvaus/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 17:36:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hääkuvaus]]></category>

		<guid isPermaLink="false">http://www.nikistrbian.com/blog/?p=1551</guid>
		<description><![CDATA[Pin itThis weekend was as busy for Niki, the photographer, as it can get. In this post I would like to share with you some portraits of a beautiful couple I had the honor meeting yesterday in the very spot where their wedding ceremony took place some weeks back. Lotta and Ninad flew in from [...]]]></description>
			<content:encoded><![CDATA[<div class="pin-it-button-wrapper"><a href="javascript:exec_pinmarklet();" id="PinItButton" title="Pin it on Pinterest">Pin it</a></div><p>This weekend was as busy for Niki, the photographer, as it can get. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  In this post I would like to share with you some portraits of a beautiful couple I had the honor meeting yesterday in the very spot where their wedding ceremony took place some weeks back. Lotta and Ninad flew in from Sweden to have their wedding portraits taken and since their thank you cards are perfectly ready, save the photo, I am sharing some of my favorites from yesterday. Maybe one of these will catch your eye and become the &#8220;official&#8221; one. <img src='http://www.nikistrbian.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Lotta and Ninad, as every freshly married couple you are much in love. Clearly and inevitably. But you also had a special something, the air of a couple that not only loves each other dearly but also has a great respect for each other, respect and understanding. I loved witnessing your conversations. Thank you for sharing the true meaning of romance with me. One could in today&#8217;s world easily forget that even though passion is mighty, romance is everlasting. You are great together and I wish you much happiness in all coming years until you are 99 and beyond. ﻿♥♥♥</p>
<p><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2010/10/sneak-peek-025.jpg"><img class="aligncenter size-full wp-image-1553" title="sneak peek-02" src="http://www.nikistrbian.com/blog/wp-content/uploads/2010/10/sneak-peek-025.jpg" alt="" width="750" height="562" /></a></p>
<p><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2010/10/sneak-peek-24.jpg"><img class="aligncenter size-full wp-image-1554" title="sneak peek-2" src="http://www.nikistrbian.com/blog/wp-content/uploads/2010/10/sneak-peek-24.jpg" alt="" width="750" height="499" /></a></p>
<p><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2010/10/sneak-peek-015.jpg"><img class="aligncenter size-full wp-image-1552" title="sneak peek-01" src="http://www.nikistrbian.com/blog/wp-content/uploads/2010/10/sneak-peek-015.jpg" alt="" width="750" height="562" /></a></p>
<p><a href="http://www.nikistrbian.com/blog/wp-content/uploads/2010/10/sneak-peek-42.jpg"><img class="aligncenter size-full wp-image-1555" title="sneak peek-4" src="http://www.nikistrbian.com/blog/wp-content/uploads/2010/10/sneak-peek-42.jpg" alt="" width="750" height="499" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikistrbian.com/blog/romance-and-love-helsinki-espoo-vantaa-haamuotokuvaus/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

