

<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns/fb#">

<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


	<meta name="Keywords" content="BLOG,Liz Chalmers Photography" />

	<meta name="Description" content="Liz Chalmers Photography" />

<title>BLOG - Liz Chalmers Photography</title>

	<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
	<script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js" integrity="sha256-HmfY28yh9v2U4HfIXC+0D6HCdWyZI42qjaiCFEJgpo0=" crossorigin="anonymous"></script>

	
	<script>

		

		(function(api, undefined) {

			var app = "",

				appIds = {
					controlpanel: "cpanel",
					corporate: "corporate",
					store: "store"
				},

				isControlPanelApp = function() {

					return app === appIds.controlpanel;

				},

				isCorporateApp = function() {

					return app === appIds.corporate;

				},

				getApplication = function() {

					var app = "store";

					app = appIds[app];

					return app;

				},

				setupGlobalUtils = function() {

					api.utils = {

						getApplication: function() {

							return app;

						},

						triggerCustomEvent: function(eventObj){

							// console.log("triggerCustomEvent called", eventObj);

							api.dom.document.triggerHandler(eventObj);

						},

						// Converts coldfusion json to a more useable format.
						getParsedJson: function(json) {

							var dataArray = [];

							_.each(json.DATA, function(element, index) {

								dataArray[index] = {};

								_.each(element, function(el, i) {

									dataArray[index][json.COLUMNS[i].toLowerCase()] = el;

								});

							});

							return dataArray;

						},

						putCursorAtEnd: function($obj) {

							$obj.each(function() {

								var $this = jQuery(this),
									len;

							    $this.focus();

							    // If this function exists...
							    if (this.setSelectionRange) {
							      // ... then use it (Doesn't work in IE)

							      // Double the length because Opera is inconsistent about whether a carriage return is one character or two. Sigh.
							      len = $this.val().length * 2;

							      this.setSelectionRange(len, len);

							    } else {
							    // ... otherwise replace the contents with itself
							    // (Doesn't work in Google Chrome)

							      $this.val($this.val());

							    }

							    // Scroll to the bottom, in case we're in a tall textarea
							    // (Necessary for Firefox and Google Chrome)
							    this.scrollTop = 999999;

							});

						}

					};

				},

				setupApplication = function() {

					app = getApplication();

					api[app] = {
						path: {},
						pageData: {}
					};

					

						pbiz[app].path["globaljs"] = "../../../../global/js";

					

						pbiz[app].path["forms"] = "/controlpanel/forms";

					

				},

				init = function() {

					setupGlobalUtils();

					setupApplication();

				};

			init();

		})(window.pbiz = window.pbiz || {});

	</script>


		
		<script src="/global/js/pbiz.dom.js"></script>

	

	<script type="text/javascript">jQuery.noConflict();</script>

	
		<script type="text/javascript" src="/store/includes/webfont.js"></script>
	

	<link id="basicCss" rel="stylesheet" type="text/css" href="/store/includes/yui_base.css" media="screen, projection" />

    <link id="global_background" rel="stylesheet" type="text/css" href="/store/includes/styles.cfm?cacheID/25645242/page/425536"/>

	

	
	
	

	<!--[if IE]><style> .layout { height: 0; he\ight: auto; zoom: 1; } </style><![endif]-->
	
<script type="text/javascript">
	var serverVars = {
		layoutType: 'horizontal_navigation',
		alert_window_width: 410,
		alert_window_height: 290,
		share_window_caption: 'Share',
		share_window_width: 410,
		share_window_height: 290,
		slideshow_idle_window_width: 425,
		slideshow_idle_window_height: 290,
		store_frontend_directory: '/store/',
		link_prefix: '?',
		content: { // server content variables
		
			'Miscellaneous.AddFavorite': 'Add to Favorite', 
			'Miscellaneous.RemoveFavorite': 'Remove from Favorite', 
			'Generic.SearchResult': 'Search Result', 
			'Generic.Search': 'Search', 
			'Labels.Featured': 'Featured', 
			'Labels.Favorites': 'Favorites', 
			'Miscellaneous.EnterValidAmount': 'Please enter a valid amount', 
			'Miscellaneous.Checking': 'Checking', 
			'GiftCard.CheckCard': 'Check Balance', 
			'Generic.Loading': 'Loading...', 
			'Generic.Price': 'Price', 
			'Miscellaneous.Sale': 'SALE', 
			'Controls.Fullscreen': 'full screen', 
			'Controls.ExitFullscreen': 'exit full screen', 
			'Generic.More': 'More', 
			'Miscellaneous.outOfStock': 'Out of Stock' 
		},
		welcome_window_width: 600,
		welcome_window_height: 400,
		isMobileLoad: false
	};	
</script>


	<script type="text/javascript" src="/global/mootools1.11.js"></script>

	

	<script type="text/javascript" src="/store/includes/utilities.js?v=1.3"></script>

<script language="javascript" type="text/javascript">
	function changeform(formtarget,formaction) {
		//console.log("top.document.theform.submit()");
		top.document.theform.setAttribute('target',formtarget);
		top.document.theform.setAttribute('action',formaction); 
		top.document.theform.submit();
	}
</script>

	<script type="text/javascript">
	window.addEvent('domready', function() {
	
	}); 
</script>

	<meta name="viewport" content="width=1000">
	

	</head>

	
	<body class=" blog blog fixed_width horizontal_menu templateID_33 fixed_2_column_with_date_fixed_2_column_with_date fixed_2_column_with_date_fixed_2_column_with_date menu_visible page_title_standard icons_designer icons_size_1 icons_greyscale cust_not_logged_in page-id-425536 page-name-blog">

	
	
	<script src="/system/apps/store/dist/js/main-dd930ece.js"></script>

	<div id="fb-root"></div>

	
	<form method="post" action="" name="theform" id="theform"> 
	<script type="text/javascript">
	jQuery(document).ready(function() { //	window.addEvent('domready', function() {
		// console.log($('shareLink'));
		jQuery('#shareLink').text('http://www.lizchalmers.com/blog/blog/');
		jQuery('#eventDetail').text('0');
	});
	</script>
	

<script>

(function($) {

	$(function() {
		$('ul.footer_links li:last-child').css('padding-right','0');
	});

}(jQuery));

</script>



<div id="page_boundary">

	<div id="global_header" class="layout_global_header layout_page_boundary toggle_for_slideshow">
	
		 <div class="layout_page_boundary">
		 
		 	<div id="social">
				<a href="#" class="icon-social" data-custom="false" onclick="PBUtil.module.Lightbox.open({isAlertType: true, iframe: true, close: true, url: '/store/share.cfm?'}); return false;" title="Share"><img src="/store/templates/33/images/icons/greyscale/share.png"  alt="share_icon.png" /></a><img src="/store/templates/33/images/icons/greyscale/facebook.png" alt="facebook_bw_icon.png"/><img src="/store/templates/33/images/icons/greyscale/twitter.png" alt="twitter_bw_icon.png"/><img src="/store/templates/33/images/icons/greyscale/google_talk.png" alt="google_talk_bw_icon.png"/><img src="/store/templates/33/images/icons/greyscale/pinterest.png" alt="pinterest_bw_icon.png"/><img src="/store/templates/33/images/icons/greyscale/instagram.png" alt="instagram_bw_icon.png"/>
			</div>
	
			
	
				<div class="cart_header toggle_for_slideshow format_for_slideshow">
				
					<div class="max_width_wrapper format_for_slideshow">
						
						<div class="shopping_cart toggle_for_slideshow" id="cartLink">
							

	<table border="0" cellspacing="0" cellpadding="0" align="center">
		<tr>
			<td style="padding-right:5px"><a href="http://www.lizchalmers.com/blog/?load/cart" target="_self" style="text-decoration:none"><img src="/store/images/cart.gif" border="0" id="cartIcon" /></a></td>
			<td><a href="http://www.lizchalmers.com/blog/?load/cart" target="_self" style="text-decoration:none" class="cart-link">View Cart</a></td>
		</tr>
	</table>

	
						</div>
						
						<div class="shopping_cart toggle_for_slideshow" id="signinLink">
							 
		<table border="0" cellspacing="0" cellpadding="0" align="center">
			<tr>
				<td class="sign-in-td">
					
						<a href="https://lchalmers.photobiz.com/blog/?load/customer_login/carry/174376853:6509dbbe00fc0958-D744A708-0962-5569-4008ACA805E6C426~sessionStorageA1" target="_self" style="text-decoration:none">Sign In</a>
					
				</td>
			</tr>
		</table>
			
						</div>
						
						<div class="float_fixer"></div>
						
					</div>
			    
			    </div>
			    
			
			
			<div class="float_fixer"></div>
                
			<div class="custom_header" id="logo">        
				
		<a href="http://www.lizchalmers.com/blog/" target="_self" class="site_logo"><img src="/images/logo_default.png" border="0"></a>
	
			</div>       
	    	
	    </div>
        
    </div>
    
    <div id="menuWrapper" class="format_for_slideshow">
        
    	<div class="layout_page_boundary">
    		
			<div class="layout_navigation_container toggle_for_slideshow" data-center-mode="margin" id="navigation_container">
				
	<script type="text/javascript" src="/store/includes/superfish.js"></script>
	<script>
		(function($){

			// $(function(){

			$(window).bind("load", function(){

				// this code block is to calculate how many nav items fit in available space
				// and to stick the rest into a "more" dropdown

				// this logic has been added to window.load (as opposed to document ready)
				// to ensure the embedded font has been loaded before performing calculations.
				// this prevents visual jerking

				var $navContainer = $(".layout_navigation_container"),
					$tempNav = $("ul.original-nav"), // temp nav
					$topLevelLis = $tempNav.find("> li"),
					$mainNav = $("<ul id='mainNav' class='sf-menu' />"),
					$moreDropdown = $("<ul />"),
					numTopLevelLis = $topLevelLis.length,
					totalTopLevelLiWidth = 0,
					numItemsThatFit = 0,
					allLinksFit = true,
					isVerticalInlineMenu = 0,
					containerWidth = $navContainer.width(),
					menuType = 'horizontal', // "horizontal" or "vertical" menu type
					isVerticalMenu = menuType === 'vertical',
					isHorizontalMenu = menuType === 'horizontal',
					moreText = serverVars.content['Generic.More'];

				$(document).on("mouseout", ".sf-menu li > a", function(){
					var $a = $(this);
					if(!$a.data("selected")){
						$a.removeClass("nav_menu_selected");
					}
				});

				$(document).on("mouseover", ".sf-menu a", function(){
					$(this).addClass("nav_menu_selected");
				});

				$(document).on("click", '.topLink[data-is-dropdown="false"]', function(){
					//alert("ouch!");
					var $link = $(this);
					var $ul = $link.closest("ul");

					$ul.find("a")
						.removeClass("nav_menu_selected")
						.attr("data-selected", false)
						.data("selected", false);

					$link.addClass("nav_menu_selected")
						 .attr("data-selected", true)
						 .data("selected", true);

				});

				// ensures parent link is highlighted while dropdown is being hovered over
				$(document).on("mouseover", ".sfHover > ul", function(){
					$(this).prev().addClass("nav_menu_selected");
				});

				// removes highlight from dropdown parent when leaving dropdown
				$(document).on("mouseout", ".sfHover > ul", function(){
					if(!$(this).prev().data("selected")){
						$(this).prev().removeClass("nav_menu_selected");
					}
				});

				if (isVerticalInlineMenu) {

					$tempNav.addClass("vertical-inline");

					// Can't use Superfish b/c it doesn't support clicks anymore.

					$(document).on("click", ".original-nav li:has('ul') > a", function(e){ // reveal nested links on click (rather than hover)

						var $this = $(this),
							$thisUl = $this.next(),
							$subUls = $this.closest("ul.original-nav").find("ul").not($thisUl);

						$subUls.hide();

						$thisUl.toggle();

						e.preventDefault();

					});

				} else if (isVerticalMenu) {

					setupMenu($tempNav);

				} else { // horizontal nav

					$tempNav.superfish();

					$topLevelLis.each(function(i, el){ // loop through top level li's and figure out total width and if they fit in available space
						thisWidth = $(this).outerWidth(true);
						totalTopLevelLiWidth += thisWidth;
						if(totalTopLevelLiWidth > containerWidth){
							allLinksFit = false;
							return false; // break out of loop
						}
					});

					// Remove this class b/c it was copied over from $tempNav after
					// $tempNav was initialized with Superfish, it will be added
					// back once Superfish is initialized again.
					$topLevelLis.children("a").removeClass("sf-with-ul");

					if(!allLinksFit){ // if all links don't fit, build "more" dropdown

						// build and render more link to tempNav in order to get accurate needed width for "more" link
						// The anchor must have the class sf-with-ul in order for the proper width to be calculated.
						// var $moreLi = $("<li id='more'><a href='#' class='sf-with-ul'>" + moreText + " <span class='sf-sub-indicator'> »</span></a></li>");
						var $moreLi = $("<li id='more'><a href='#' class='sf-with-ul'>" + moreText + " <span class='sf-sub-indicator'></span></a></li>");
						$tempNav.append($moreLi);

						var	spaceNeededForMoreLink = $("#more").outerWidth(true),
							availableSpace = containerWidth - spaceNeededForMoreLink,
							usedSpace = 0;

						// Remove this class now that the width has been saved, it will be added
						// back once Superfish is initialized again.
						$moreLi.find("a").removeClass("sf-with-ul");

						$topLevelLis.each(function(i, el){
							var $el = $(el);
							var thisWidth = $el.outerWidth(true);
							usedSpace += thisWidth;
							var linkFits = usedSpace < availableSpace;

							if(linkFits){
								$mainNav.append($el);
							}
							else{

								$el
									.find("ul")
										.addClass("more-sub-menu")
										.prev()
											// .append("<span class='sf-sub-indicator'> »</span><span class='sf-sub-indicator'> »</span>");
											.append("<span class='sf-sub-indicator'></span><span class='sf-sub-indicator'></span>");

								$moreDropdown.append($el);
								allLinksFit = false;

							}
							// console.log("this item is " + $el.text() + ", with a width of: " + thisWidth + ". we have used " + usedSpace + " of our total available " + availableSpace);

						});

						$moreLi.append($moreDropdown);
						$mainNav.append($moreLi);
					}
					else{
						$mainNav.append($topLevelLis);
					}

					$tempNav.remove(); // the tempNav is only used to perform the calculations, so after they are done, it needs to be removed
					setupMenu($mainNav);
					$mainNav.prependTo($navContainer);
					centerMenu($mainNav);

					/*var $moreLis = $mainNav.find("li#more li:has('ul')"); // grab lis under more link which have nested children
					var $moreLinks = $moreLis.find("> a");
					$moreLis.off(); // turn off default event handlers for these (prevents reveal of dropdown on hover)
					$moreLinks.off();*/

					$(document).on("click", "li#more li:has('ul') > a", function(e){ // reveal nested links on click (rather than hover)

						var $thisUl = $(this).next();

						$thisUl.animate({ height: 'toggle' }, 200);

						e.preventDefault();
					});

				}

				$(document).on("click", ".sf-menu > li > .sf-with-ul", function(e){ // links with dropdowns should not go anywhere when clicked
					e.preventDefault();
				});

				// .sf-with-ul class was not being reliably added, so this is a
				// "double check" to be sure it is in place for all dropdowns.
				// prevents unwanted click on dropdown parent
				$(".sf-menu > li:has('ul') > a").addClass("sf-with-ul");

				function setupMenu($nav){
					console.log("setup menu called");

					$nav.superfish({
						popUpSelector: "ul:not(.more-sub-menu), .sf-mega",
						animation: { opacity: "show" },
						animationOut: { opacity: "hide" }, // just added fitz
						// useClick: isVerticalInlineMenu,
						// dropShadows: false,
						delay: 800,
						speed: 1,
						onBeforeShow: function(){

							// console.log( "before show", this );

							var $this = $(this),
								$moreSubMenuWithSelectedLink = $("li#more > ul > li > a[data-selected=true]~ul");

							$moreSubMenuWithSelectedLink.show();

							// retains hover effect on dropdown parent while hovering over dropdown
							// $this.prev().addClass("nav_menu_selected");

							// add selected class to current page
							// $(".sf-menu a#425536").addClass("nav_menu_selected");

							// keeps "more" sub menu open if one if its children is active link
							// $("li#more > ul > li > a[data-selected=true]~ul").css("display", "block");

						},
						onShow: function(){

							// console.log( "show", this );

							$(this).css({ opacity: 1 });

						},
						onInit: function(){

							var $this = $(this)
								$more = $this.find("#more"),
								$moreSelectedArr = $more.find("[data-selected='true']");

							if($moreSelectedArr.length){
								$more.children("a").addClass("nav_menu_selected").data("selected", true);
							}

						}
					});

				}

				function centerMenu($nav){

					var $navContainer = $nav.parent();
					var navOffset = ($navContainer.width() - $nav.outerWidth(true)) / 2;

					navOffset -= 1; // this offset is necessary as browsers are not measuring the widths of the menu items consistently, causing undesirable wrapping of the "more" nav item
					navOffset = Math.floor(navOffset);

					var centerMode = $navContainer.data("center-mode");
					if(centerMode === "margin"){
						$nav.css({ marginLeft: Math.ceil(navOffset), marginRight: Math.floor(navOffset), opacity: 1 }); // centers navigation within container, Math.ceil and Math.floor prevent decimals from throwing things off, i.e. margin-left: 8.5px
					}
					else{
						$nav.css({ paddingLeft: Math.ceil(navOffset), paddingRight: Math.floor(navOffset), opacity: 1 }); // centers navigation within container, Math.ceil and Math.floor prevent decimals from throwing things off, i.e. padding-left: 8.5px
					}

					var diff = $navContainer.width() - $nav.outerWidth(true);
					if(diff > 0){
						$nav.width($nav.width() + diff);
					}

				}

			});

		}(jQuery));
	</script>

	
	<ul class="original-nav sf-menu "> <!-- expand -->
		<li><a href='http://www.lizchalmers.com/blog/' id='menu_425536' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='blog' class=' nav_menu_selected topLink page-425536 friendly-blog' data-selected='true'>BLOG</a></li> 
	</ul>


				<br style="clear: both;" />
			</div>

		
		</div>
    	
    </div>
    
	<div id="banner"></div>

	<div class="header_n_body_border layout_page_boundary default_border_color format_for_slideshow">
	
        <div class="layout_global_body format_for_slideshow" id="global_body">
        
			<div class="content_area_wrapper">
			
				<div class="layout_content_area_container default_border_color format_for_slideshow" id="content_area_container">
			
					<div class="tabbed_content_area home_tabbed_content_area default_border_color format_for_slideshow">
					
						<div id="tabbed_content_area" class="tabbed-content-area-fix format_for_slideshow">
						
							<div class="event-bar">
								
							</div>						
						
							
			<div class="page_title bar_type_1 highlight_text title_text">
				BLOG 
			<div id="search_form_wrapper">
				<div id="search_form_container">
					<i class="icon-search"></i>
					
						<div id="rss_button_wrapper">
							<a href="http://www.lizchalmers.com/blog/blog_rss.cfm" target="_blank" class="icon-rss"></a>
						</div>
					
					<input type="hidden" name="load" id="load" value="search">
					<input type="hidden" name="mid" id="load" value="425536">
					<input type="hidden" name="pt" id="pageType" value="blog">
					<input name="q" type="text" id="txt_search_keyword" class="txt_search default_border_color" value=""
						onfocus="top.document.theform.action='/blog/'; top.document.theform.target='_self'"
						onblur="top.document.theform.action=''"
					/>
				</div>
			</div>
			
			</div>
		
													
							<div class="content_pad">
							
								<div class="layout_content_area_container" id="tab_area_container">
									
								</div>							
							
								

	<div id="blog-banner">

		
		



	<div class="breadcrumb_header_container default_border_color">

		

		
		


	</div>


	</div>

	<a name="posts"></a>

	<div class="blog-layout">

	



	<div class="content_text_container">
		
	</div>


<div class="blog-posts-widgets-wrapper">


<div id="paging-content">

	

	<div id="post-container" class="bottom_widgets">

		

<div class="gallery_content_container fixed_2_column_with_date" id="gallery_content_container">
	<div class="gallery_thumbnail_container fixed_2_column_with_date" id="gallery_thumbnail_container">

		

			<div class="gallery_thumbnail default_border_color flushed fixed_2_column_with_date" onclick="window.location.href = '/blog/blog/simple-is-the-new-way';">

				<div class="blog-fixed_2_column_with_date-padding">

					<div class="lazy-loading-wrapper">

						

							<div class="lazy-loading"></div>
							<img src="/store/images/placeholder_1px.png"
								alt="Simple is the new way"
								data-src="http://image6.photobiz.com/2456/34_20171212102416_3933467_large.jpg"
								data-focal="0"
								data-focalx="0"
								data-focaly="0"
								data-width="1500"
								data-height="865" />

						

					</div>

					

						<div id="post-date" class="fixed_2_column_with_date" style="text-transform:capitalize">
							
								<p>OCT</p>
								<p>01</p>
								<p>2020</p>
							
						</div>

					

					<div id="post" class="blog-post fixed_2_column_with_date">

						<div id="post-title" class="fixed_2_column_with_date">
							<a href="/blog/blog/simple-is-the-new-way" class="title_text post-title">Simple is the new way</a>
						</div>

						
							<div id="post-text" class="fixed_2_column_with_date">
								Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in  ...
							</div>
						

					</div>

				</div>

				

			</div>

		

			<div class="gallery_thumbnail default_border_color flushed fixed_2_column_with_date" onclick="window.location.href = '/blog/blog/minimal-the-artist';">

				<div class="blog-fixed_2_column_with_date-padding">

					<div class="lazy-loading-wrapper">

						

							<div class="lazy-loading"></div>
							<img src="/store/images/placeholder_1px.png"
								alt="Simple is the new way"
								data-src="http://image6.photobiz.com/2456/34_20171212102416_3933467_large.jpg"
								data-focal="0"
								data-focalx="0"
								data-focaly="0"
								data-width="1500"
								data-height="865" />

						

					</div>

					

						<div id="post-date" class="fixed_2_column_with_date" style="text-transform:capitalize">
							
								<p>SEP</p>
								<p>27</p>
								<p>2020</p>
							
						</div>

					

					<div id="post" class="blog-post fixed_2_column_with_date">

						<div id="post-title" class="fixed_2_column_with_date">
							<a href="/blog/blog/minimal-the-artist" class="title_text post-title">Minimal: The Artist</a>
						</div>

						
							<div id="post-text" class="fixed_2_column_with_date">
								Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in  ...
							</div>
						

					</div>

				</div>

				

			</div>

		

			<div class="gallery_thumbnail default_border_color flushed fixed_2_column_with_date" onclick="window.location.href = '/blog/blog/5-types-of-blog-posts-that-attract-and-keep-customers';">

				<div class="blog-fixed_2_column_with_date-padding">

					<div class="lazy-loading-wrapper">

						

							<div class="lazy-loading"></div>
							<img src="/store/images/placeholder_1px.png"
								alt="Simple is the new way"
								data-src="http://image6.photobiz.com/2456/34_20171212102416_3933467_large.jpg"
								data-focal="0"
								data-focalx="0"
								data-focaly="0"
								data-width="1500"
								data-height="865" />

						

					</div>

					

						<div id="post-date" class="fixed_2_column_with_date" style="text-transform:capitalize">
							
								<p>SEP</p>
								<p>18</p>
								<p>2020</p>
							
						</div>

					

					<div id="post" class="blog-post fixed_2_column_with_date">

						<div id="post-title" class="fixed_2_column_with_date">
							<a href="/blog/blog/5-types-of-blog-posts-that-attract-and-keep-customers" class="title_text post-title">5 Types of Blog Posts That Attract and  ...</a>
						</div>

						
							<div id="post-text" class="fixed_2_column_with_date">
								5 Types of Blog Posts That Attract and Keep Customers&nbsp;Keeping your blog up-to-date is a great way to bring in new business and keep current  ...
							</div>
						

					</div>

				</div>

				

			</div>

		

			<div class="gallery_thumbnail default_border_color flushed fixed_2_column_with_date" onclick="window.location.href = '/blog/blog/why-hire-a-professional';">

				<div class="blog-fixed_2_column_with_date-padding">

					<div class="lazy-loading-wrapper">

						

							<div class="lazy-loading"></div>
							<img src="/store/images/placeholder_1px.png"
								alt="Simple is the new way"
								data-src="http://image6.photobiz.com/2456/34_20171212102416_3933467_large.jpg"
								data-focal="0"
								data-focalx="0"
								data-focaly="0"
								data-width="1500"
								data-height="865" />

						

					</div>

					

						<div id="post-date" class="fixed_2_column_with_date" style="text-transform:capitalize">
							
								<p>SEP</p>
								<p>10</p>
								<p>2020</p>
							
						</div>

					

					<div id="post" class="blog-post fixed_2_column_with_date">

						<div id="post-title" class="fixed_2_column_with_date">
							<a href="/blog/blog/why-hire-a-professional" class="title_text post-title">Why hire a professional?</a>
						</div>

						
							<div id="post-text" class="fixed_2_column_with_date">
								Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in  ...
							</div>
						

					</div>

				</div>

				

			</div>

		

			<div class="gallery_thumbnail default_border_color flushed fixed_2_column_with_date" onclick="window.location.href = '/blog/blog/product-photography';">

				<div class="blog-fixed_2_column_with_date-padding">

					<div class="lazy-loading-wrapper">

						

							<div class="lazy-loading"></div>
							<img src="/store/images/placeholder_1px.png"
								alt="Simple is the new way"
								data-src="http://image6.photobiz.com/2456/34_20171212102416_3933467_large.jpg"
								data-focal="0"
								data-focalx="0"
								data-focaly="0"
								data-width="1500"
								data-height="865" />

						

					</div>

					

						<div id="post-date" class="fixed_2_column_with_date" style="text-transform:capitalize">
							
								<p>SEP</p>
								<p>06</p>
								<p>2020</p>
							
						</div>

					

					<div id="post" class="blog-post fixed_2_column_with_date">

						<div id="post-title" class="fixed_2_column_with_date">
							<a href="/blog/blog/product-photography" class="title_text post-title">Product Photography</a>
						</div>

						
							<div id="post-text" class="fixed_2_column_with_date">
								Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in  ...
							</div>
						

					</div>

				</div>

				

			</div>

		

			<div class="gallery_thumbnail default_border_color flushed fixed_2_column_with_date" onclick="window.location.href = '/blog/blog/special-promotion';">

				<div class="blog-fixed_2_column_with_date-padding">

					<div class="lazy-loading-wrapper">

						

							<div class="lazy-loading"></div>
							<img src="/store/images/placeholder_1px.png"
								alt="Simple is the new way"
								data-src="http://image6.photobiz.com/2456/34_20171212102416_3933467_large.jpg"
								data-focal="0"
								data-focalx="0"
								data-focaly="0"
								data-width="1500"
								data-height="865" />

						

					</div>

					

						<div id="post-date" class="fixed_2_column_with_date" style="text-transform:capitalize">
							
								<p>AUG</p>
								<p>28</p>
								<p>2020</p>
							
						</div>

					

					<div id="post" class="blog-post fixed_2_column_with_date">

						<div id="post-title" class="fixed_2_column_with_date">
							<a href="/blog/blog/special-promotion" class="title_text post-title">Special Promotion</a>
						</div>

						
							<div id="post-text" class="fixed_2_column_with_date">
								Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in  ...
							</div>
						

					</div>

				</div>

				

			</div>

		

	</div>
</div>



<script src="/store/includes/itemImageInit.js"></script>

<script>

(function($) {

	var imgHeight = 255;

	

	itemImageInit({
		wrapperHeight: imgHeight
	});

})(jQuery);

</script> 

	</div> 

</div> 



	
	<div id="widget-container" class="bottom_widgets">
		

		<div class="bottom_widgets_single" style="
				width: 49%; margin-right:2%; ">

			
			<div class="page_title bar_type_1 highlight_text title_text">
				Archive 
			</div>
		
			<div style="float:left; margin:0px 30px 0px 10px">
		
			
		<div class="blog_year_title_text archive-widget" style="margin-top:10px;margin-bottom:2px">2020</div>
		
		<div class="archive-widget">
			
			
					
					<a title="1 post"  href="#" onclick="$('month').value=10; $('year').value=2020; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">October</a>
					
					
					<br/>
					
					
					
					<a title="4 posts"  href="#" onclick="$('month').value=9; $('year').value=2020; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">September</a>
					
					
					<br/>
					
					
					
					<a title="1 post"  href="#" onclick="$('month').value=8; $('year').value=2020; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">August</a>
					
					
					<br/>
					
					
			</div>
		</div>

	
	
	<input type="hidden" id="month" name="month" value="">
	<input type="hidden" id="year" name="year" value="">



<input type="hidden" id="dateFilter" name="dateFilter" value="0">


		</div>

	

		<div class="bottom_widgets_single" style="
				width: 49%; ">

			
			<div class="page_title bar_type_1 highlight_text title_text">
				Tags 
			</div>
		

		</div>

		
	</div>

	</div>

</div>	


								
								<div id="eventContainer"></div>
								
							</div>
							
						</div>
						
					</div>					
			
				</div>
				
			</div>
            
        </div>
        
        <div class="float_fixer"></div>
        
    </div>
    
    <div id="global_footer" class="layout_global_footer layout_page_boundary toggle_for_slideshow">	    	
			
		<div class="footer_social" style="width: 33%; margin: 0; text-align: left; float: left; overflow: hidden; ">
			
		<div class="photobiz_brand">
			
			<a href="?load=corporate" target="_blank">crafted by photobiz</a>
		</div>
		
		</div>
	
		<div class="footer_text" style="width: 28%; margin: 0 20px; text-align: center; float: left; overflow: hidden;">
			
		&nbsp;
	
		</div>
	
		<div class="footer_links" style="width: 33%; margin: 0; text-align: right; float: right; overflow: hidden; border:">
			
		<ul class="footer_links" >
		<li class="first"> 
				<a href="http://www.lizchalmers.com/blog/terms-of-use" target="_self">Terms of Use</a>
			
			</li>
		<li> 
				<a href="http://www.lizchalmers.com/blog/privacy-policy" target="_self">Privacy Policy</a>
			
			</li>
		
		</ul>
		
		</div>
		
		

	<div class="float_fixer"></div>
	<div id="shareLink" style="display: none;">.</div>
	<div id="eventDetail" style="display: none;">.</div>


		
	</div>
	
	<div class="float_fixer"></div>
	
</div>



<script>
		
	(function($) {
	
		$('.blog-post a.view-more').each(function() {
		
			var $this = $(this);
		
			$this.text(
				$this.text().replace(/\.\.\./, '')
			);
		
		});
	
	})(jQuery);

</script> <!--  ========== BUY PRINTS DROP PANEL =========== -->
<div id="dropPanel_Container" class="dropPanel_Container default_border_color" style="display:none">
	<div id="scroll_container" class="misoScrollerContainer">
		<div class="misoScrollerContent" id="dropPanel_Content">
			Loading ...
		</div>
		<div class="misoScrollerTrackContainer">
			<div class="misoScrollerUpArrow"></div> <!-- optional -->
			<div class="misoScrollerTrack">
				<div class="misoScrollerBar"></div>
			</div>
			<div class="misoScrollerDownArrow"></div> <!-- optional -->
		</div>
	 </div>
	 <div id="dropPanel_SubContent" style="margin-top:3px;">
	 </div>	 
 </div> </form>

	<!-- ================================== RPC Interaction ================================= -->
	<iframe name="hidden" src="/global/blank.html" width="0" height="0" scrolling="yes" style="border:0px solid #000000;"  frameborder="0" id="ifr_hidden"></iframe> <script type="text/javascript">

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var rightClickDisabled = typeof window.rightClickDisabled !== 'undefined' ? window.rightClickDisabled : true;
if (rightClickDisabled) {

	document.oncopy=new Function("return false");

	function clickIE4() {

		if (event.button == 2) {
			return false;
		}

	}

	function clickNS4(e) {

		if (document.layers || document.getElementById &&! document.all) {
			if (e.which == 2 || e.which == 3) {
				return false;
			}
		}

	}

	if (document.layers) {
		document.captureEvents(Event.MOUSEDOWN);
		document.onmousedown=clickNS4;
	} else if (document.all &&! document.getElementById) {
		document.onmousedown = clickIE4;
	}

	document.oncontextmenu = new Function("return false");

}

</script> 
	</body>
	</html>

	<!-- Functional / Global JS Code Here -->
	

	<script type="text/javascript" src="/store/includes/class.drowMenu.js?v=1.3"></script>


	<script type="text/javascript" src="/store/includes/class.stretchLayout.js?v=1.3"></script>


	<script type="text/javascript" src="/store/includes/class.modalWindow.js?v=1.3"></script>


	<script type="text/javascript" src="/store/includes/functions.js?v=1.3"></script>


	
	<script type="text/javascript">
		
	</script>


