<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Martin Resorts Travel Log |</title>
<meta name="generator" content="WordPress 3.5" />
<link rel="stylesheet" href="http://martinresortstravellog.com/wp-content/themes/tropic-affair/style.css" type="text/css" media="screen" />


<!--[if lte IE 6]><style>
.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {padding: 2px 0; margin: 1px;}
</style><![endif]-->



<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://martinresortstravellog.com/feed" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http://martinresortstravellog.com/feed/rss" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://martinresortstravellog.com/feed/atom" />
<link rel="pingback" href="http://martinresortstravellog.com/xmlrpc.php" />
	<link rel='archives' title='May 2014' href='http://martinresortstravellog.com/2014/05' />
	<link rel='archives' title='April 2014' href='http://martinresortstravellog.com/2014/04' />
	<link rel='archives' title='March 2014' href='http://martinresortstravellog.com/2014/03' />
	<link rel='archives' title='February 2014' href='http://martinresortstravellog.com/2014/02' />
	<link rel='archives' title='January 2014' href='http://martinresortstravellog.com/2014/01' />
	<link rel='archives' title='December 2013' href='http://martinresortstravellog.com/2013/12' />
	<link rel='archives' title='November 2013' href='http://martinresortstravellog.com/2013/11' />
	<link rel='archives' title='May 2013' href='http://martinresortstravellog.com/2013/05' />
	<link rel='archives' title='April 2013' href='http://martinresortstravellog.com/2013/04' />
	<link rel='archives' title='March 2013' href='http://martinresortstravellog.com/2013/03' />

<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://martinresortstravellog.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://martinresortstravellog.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 3.5" />

<!-- All in One SEO Pack 2.1.4 by Michael Torbert of Semper Fi Web Design[247,279] -->
<meta name="keywords" content="paso robles inn steakhouse, paso robles events, wine and tapas, paso robles wine,paso robles inn,paso robles wine,paso robles, paso robles inn steakhouse, paso robles summer events,paso robles summer events,avila beach, avila lighthouse suites, avila beach surf school,avila beach surf school,avila lighthouse suites, mother\'s day,mother\'s day, easter sunday brunch, paso robles restaurants ,easter sunday brunch,paso robles restaurants, paso robles inn, paso robles 125th anniversary,paso robles 125th anniversary, paso robles wine country, paso robles zinfandel festival,paso robles wine country,paso robles zinfandel festival,central coast events, slo international film festival, pismo beach hotels,slo international film festival,hotels in paso robles,paso robles hotels,kid vacation,parents,pismo beach,pismo beach hotels,travel,vacation deal" />
<link rel='next' href='http://martinresortstravellog.com/page/2?domain=www.sheltercovelodgetravellog.com' />

<link rel="canonical" href="http://martinresortstravellog.com" />
<!-- /all in one seo pack -->
<link href="http://martinresortstravellog.com/wp-content/themes/tropic-affair/quotable.css" type="text/css" rel="stylesheet" />

<!--**********************************************  new head code ********************************************-->

 <script type="text/javascript" src="http://www.martinresorts.com/d/martinresorts/merged/global_f8_2013-03-15-16-09_2349619561.js"></script>
<script type="text/javascript" src="http://www.martinresorts.com/d/martinresorts/merged/fancybox_f1_2013-03-15-16-09_1016605802.js"></script>
<script type="text/javascript" src="http://www.martinresorts.com/d/martinresorts/merged/widget_javascript_f1_2013-03-15-16-09_964567146.js"></script>
<script type="text/javascript" src="http://www.martinresorts.com/templates/main/libs/jquery/jquery-datepicker/lang/jquery.ui.datepicker-en-GB.js"></script>
<script type="text/javascript" src="http://www.martinresorts.com/condor/modules/imageSwitch/javascript.imageSwitch.js"></script>
<link rel="stylesheet" type="text/css" href="http://www.martinresorts.com/condor/modules/imageSwitch/style.imageSwitch.css" />
<!-- needed for image slider -->
 <script type="text/javascript" src="http://www.martinresorts.com/condor//modules/googleAnalytics/javascript.googleAnalytics.js"></script> 

	<script type="text/javascript">
//<![CDATA[
	jQuery(document).ready(function(){
		// BEGIN: onLoadScript
		/* 
		Check if datepicker is available and then remove the date-format-helper element. 
		As of writing (04.05.2011), we cannot use the "create" event that is bundled with jQuery UI as the datepicker does not use the widget factory, 
		being so the event is never triggered. 
		*/

		function addDays(myDate,days) {
							var temp_date = new Date();
							var i = 0;
							var days_to_add = 0;
							while (i < (days)){
								temp_date = new Date(myDate.getTime() +	(days_to_add*24*60*60*1000));
									i+=1;
								days_to_add += 1;
							}
							return new Date(myDate.getTime() + days_to_add*24*60*60*1000);
		}
		
		function comparedate(date1str,date2str){
							var date1 = new Date(date1str);
							var date2 = new Date(date2str);
							if (date1 > date2){
								return true;
							}else if (date1 < date2){
								return false;
							}else{
								return true;
							}
		}
		function trim(stringToTrim) {
							return stringToTrim.toString().replace(/^\s+|\s+$/g,"");
		}

		if(jQuery().datepicker){
			jQuery("#date-format-helper").remove();
		}
		
		jQuery('#booking-form #date-in').datepicker({
			dateFormat: "mm/dd/yy",
			showOn: "both",
			buttonImage: "",
			buttonImageOnly: true,
			buttonText:"",
			firstDay: 0,
			minDate:0,
			onSelect:function(theDate){
						jQuery('#date-out').datepicker('option','minDate',addDays(new Date(theDate),1))
						if((jQuery('#date-out').datepicker( 'getDate' )===null)||(trim(jQuery('#date-out').datepicker( 'getDate' ))=="")||(comparedate(jQuery('#date-in').datepicker( 'getDate' ),jQuery('#date-out').datepicker( 'getDate' )))){
						jQuery('#date-out').datepicker('setDate' ,addDays(new Date(theDate),1))
						}
						}
		});

		jQuery('#booking-form #date-out').datepicker({
			dateFormat: "mm/dd/yy",
			defaultDate: +1,
			showOn: "both",
			buttonImage: "",
			buttonImageOnly: true,
			buttonText:"",
			firstDay:0,
			minDate:0
			
		});
		
		

			gaTracking.tagHyperlinks('default', 'https://reservations.ihotelier.com/areasearch/default.cfm?Portal');
			gaTracking.tagForms('default', 'https://reservations.ihotelier.com/areasearch/default.cfm?Portal');			gaTracking.tagDownloads('default', 'http://martinresorts.devsite-1.com');
		// END: onLoadScript
		
		// fancybox PNG file location fix - Please Do NOT remove the below line.
		fancyboxIEPngLocationFix.fix("http://www.martinresorts.com/templates/main/libs/jquery/fancybox/");

		if(jQuery().fancybox){ //namespace check
			
			var fancyBoxConf = {
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic',
			/*	'easingIn'      : 'easeOutQuint',
				'easingOut'     : 'easeInQuint',	*/
				'speedIn':500,
				'speedOut':500
			};
			
			jQuery(
				"#mod_pukkaGalleries .picture a," +
				"#mod_pukkaPictures .picture a," +
				"#mod_pukkaSimpleRooms a[rel^='lightbox']"
			).fancybox(fancyBoxConf);
			
			jQuery(".groupLinks .viewImagesLink").click(function(){
				jQuery(jQuery(this).parent().parent().find(".mediaImagesRooms")[0]).trigger('click');

				return false;
			});
			
		}	
		
		if(jQuery().cycle){ //check if cycle plugin is available
			//init any custom cycle implementations here
		}
		
		
		// accordion
		$(".carousel").hide();
		$(".selected .carousel").show();
		$(".itemPreviewTitle").click(function(){
			if($(this).parent().hasClass("selected")) return;
			
			$(".carousel").slideUp().parent().removeClass("selected");
			$(this).nextAll(".carousel").slideDown().parent().addClass("selected");
		});
		
		$('.reservations a')
  .attr("target", "_blank");
  
  // accordion
		
			jQuery("#mod_pukkaEvents .allitems,#mod_pukkaPress .allitems").hide();
	jQuery("#mod_pukkaEvents .selected .allitems,#mod_pukkaPress .selected .allitems").show();
	jQuery("#mod_pukkaEvents .allitems.first,#mod_pukkaPress .allitems.first").show().parent().addClass("selected");
	
	jQuery("#mod_pukkaEvents .itemPreviewCategoryTitle,#mod_pukkaPress .itemPreviewCategoryTitle").click(function(){
	if(jQuery(this).parent().hasClass("selected")){
	jQuery(this).nextAll(".allitems").slideUp().parent().removeClass("selected");
	}else{
	jQuery("#mod_pukkaEvents .allitems,#mod_pukkaPress .allitems").slideUp().parent().removeClass("selected");
	jQuery(this).nextAll(".allitems").slideDown().parent().addClass("selected");
	}
	});
		
	});
//]]>
</script>
	<script type="text/javascript">
	//<![CDATA[
	var _gaq = _gaq || [];
	_gaq.push(['default._setAccount', 'UA-36190838-1'], ['default._setDomainName', 'none'], ['default._setAllowLinker', true], ['default._setAllowHash', false], ['default._setCustomVar', 5, 'tc', 'ih_XXXXX-cms_121-cty_XXXXX-ctr_XXXXX-typ_XXXXX-cat_XXXXX', 3], ['default._trackPageview', '/default-en.html']);
	
	if(!window._masterAnalytics){
			_gaq.push(
			['master._setAccount', 'UA-32962968-1'],
			['master._setDomainName', 'none'],
			['master._setAllowLinker', true],
			['master._setAllowHash', false],
			['master._setCustomVar', 5, 'tc', 'ih_XXXXX-cms_121-cty_XXXXX-ctr_XXXXX-typ_XXXXX-cat_XXXXX', 3],
			['master._trackPageview']
		);
			window._masterAnalytics = true;
	}
	
	(function() {
		if (!window._gaScriptLoaded) {
			var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
			ga.src = 'http://www.google-analytics.com/ga.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
			window._gaScriptLoaded = true;
		}
	})();
	//]]>
</script>



	<!-- ANTI-MSIE FEATURES -->
	<meta name="MSSmartTagsPreventParsing" content="true" />

	<meta http-equiv="imagetoolbar" content="no" />

<!--**********************************************  end new head code *****************************************-->

</head>

<body>




	
	<div id="headerwrapper">
		<div id="header">
		
			<div id="branding">
				<div class="jw-widget jw-widget-2col jw-logotype-2col-flex align-left">
						<img id="logo" src="http://www.martinresorts.com/templates/main/../jw/_common/images/logo.png?5156587649c82" width="284" height="86" title="Martin Resorts" alt="Martin Resorts" /></div><!-- jw-widget -->


			</div><!--END-branding-->
			
				<div id="collectioncoast">
					<p class="collectioncoastp">A Collection of Premier Hotels on California's Central Coast</p>
				</div><!--END-collectioncoast-->
				
					<div id="topnav">
						<div id="jw_navigation-map_1" class="jw-widget jw-widget-3col jw-menu-3col-sm align-center items-separator">
	<ul class="jw-menu">
			<li class="shortcut1 item1 itemr7 level1 home active active-nojs"><a>home</a></li>			
			<li class="shortcut2 item2 itemr6 level1 reservations"><a href="https://reservations.ihotelier.com/areasearch/default.cfm?PortalSymbol=mri">reservations</a	></li>			
			<li class="shortcut3 item3 itemr5 level1 california-central-coast-resorts"><a href="http://www.martinresorts.com/california-central-coast-resorts-en.html">photo gallery</a></li>			
			<li class="shortcut4 item4 itemr4 level1 email-exclusives"><a href="http://www.martinresorts.com/email-exclusives-en.html">email exclusives</a></li>			
			<li class="shortcut5 item5 itemr3 level1 press-room"><a href="http://www.martinresorts.com/press-room-en.html">press room</a></li>			
			<li class="shortcut6 item6 itemr2 level1 san-luis-obispo-resort"><a href="http://www.martinresorts.com/san-luis-obispo-resort-en.html">101 reasons</a></li>			
			<li class="shortcut7 item7 itemr1 level1 gift-cards last"><a href="http://www.martinresorts.com/gift-cards-en.html">gift cards</a></li>		
		</ul>
</div><!-- jw-widget -->
					</div><!--END-topnav-->
		
		</div><!--END-header-->
	</div><!--END-headerwrapper-->	
		<div id="topwrapper">
		
			<div id="main-visual">
			 
			<div id="mainimglogo">
				<img src="http://www.martinresorts.com/templates/main/images/logoheaderimage.png" title="Martin Resorts" alt="Martin Resorts"/>

				</div><!--END-mainimglogo-->
								<div id="slideshow5156587622f97" class="slideshow">
			        <img class="slide" src="http://www.martinresorts.com/d/martinresorts/media/Home/__thumbs_1200_460_crop/homeHeader.jpg?515658764ea8e" alt="" />
		</div>
			</div><!--END-main-visual-->
			
				
				
				<div id="main-nav">
				<div id="jw_menu-main_2" class="jw-widget jw-widget-4col jw-menu-4col-sm align-center items-separator">

	<ul class="jw-menu">
			<li class="shortcut1 item1 itemr7 level1 central-coast-resorts"><a href="http://www.martinresorts.com/central-coast-resorts-en.html">about us</a></li>			
			<li class="shortcut2 item2 itemr6 level1 resorts-in-central-california"><a href="http://www.martinresorts.com/resorts-in-central-california-en.html">hotels</a></li>			
			<li class="shortcut3 item3 itemr5 level1 specials-and-packages"><a href="http://www.martinresorts.com/specials-and-packages-en.html">specials &amp; packages</a></li>			
			<li class="shortcut4 item4 itemr4 level1 meetings-and-social-events"><a href="http://www.martinresorts.com/meetings-and-social-events-en.html">meetings &amp; social events</a></li>			
			<li class="shortcut5 item5 itemr3 level1 ocean-view-hotels-in-california has-submenu"><a href="http://www.martinresorts.com/ocean-view-hotels-in-california-en.html">things to see &amp; do</a>
				<ul class="menuLevel2">
					<li class="shortcut5-1 item1 itemr1 level2 central-coast-spa-resorts last"><a href="http://www.martinresorts.com/central-coast-spa-resorts-en.html">View itineraries</a></li>
				</ul></li>			
			<li class="shortcut6 item6 itemr2 level1 contact-us"><a href="http://www.martinresorts.com/contact-us-en.html">contact us</a></li>			
			<li class="shortcut7 item7 itemr1 level1 hotelmap last"><a href="http://www.martinresorts.com/hotel-map-en.html">hotel map</a	></li>		
		</ul>
</div><!-- jw-widget -->
				</div><!--END-main-nav-->
			
		</div><!--END-topwrapper-->
<!--**********************************************  start slider code ********************************************-->
<div id="holder">
	

		<div id="mscroller">
			
<div class="jw-widget jw-widget-4col jw-scroller-4col-md-3items" id="jw-scroller3">
		<div class="offers-3col">
	<ul>		<li class="offer0 active">
			<img src="http://www.martinresorts.com/d/martinresorts/mod_pukkaPackages/itemImage_121_thumb.jpg" width="160" height="112" alt="" />
			<div class="offerIntro">
				<h3>Paso Robles Wine Adventure Tour</h3>

				<dfn> Experience the insider's taste of the Paso&hellip;</dfn>
				<a class="jw-scroller-readmore" href="http://www.martinresorts.com/specials-and-packages-en.html" title="READ MORE">Read More</a>
			</div>
		</li>		<li class="offer1">
			<img src="http://www.martinresorts.com/d/martinresorts/mod_pukkaPackages/itemImage_131_thumb.jpg" width="160" height="112" alt="" />
			<div class="offerIntro">
				<h3>Avila Beach Golf Package</h3>

				<dfn> Escape to Avila Beach and spend a relaxing&hellip;</dfn>
				<a class="jw-scroller-readmore" href="http://www.martinresorts.com/specials-and-packages-en.html" title="READ MORE">Read More</a>
			</div>
		</li>		<li class="offer2">
			<img src="http://www.martinresorts.com/d/martinresorts/mod_pukkaPackages/itemImage_51_thumb.jpg" width="160" height="112" alt="" />
			<div class="offerIntro">
				<h3>Kayak Adventure Package</h3>

				<dfn> Thrill seekers beware, our Kayak Adventure&hellip;</dfn>
				<a class="jw-scroller-readmore" href="http://www.martinresorts.com/specials-and-packages-en.html" title="READ MORE">Read More</a>
			</div>
		</li>		<li class="offer3">
			<img src="http://www.martinresorts.com/d/martinresorts/mod_pukkaPackages/itemImage_61_thumb.jpg" width="160" height="112" alt="" />
			<div class="offerIntro">
				<h3>Pismo Hopping Adventure</h3>

				<dfn> Experience the ultimate Pismo Beach Vacation&hellip;</dfn>
				<a class="jw-scroller-readmore" href="http://www.martinresorts.com/specials-and-packages-en.html" title="READ MORE">Read More</a>
			</div>
		</li>		<li class="offer4">
			<img src="http://www.martinresorts.com/d/martinresorts/mod_pukkaPackages/itemImage_41_thumb.jpg" width="160" height="112" alt="" />
			<div class="offerIntro">
				<h3>Pismo Beach Dinner Package for Two</h3>

				<dfn> Enjoy a romance filled Pismo Beach vacation&hellip;</dfn>
				<a class="jw-scroller-readmore" href="http://www.martinresorts.com/specials-and-packages-en.html" title="READ MORE">Read More</a>
			</div>
		</li>		<li class="offer5">
			<img src="http://www.martinresorts.com/d/martinresorts/mod_pukkaPackages/itemImage_11_thumb.jpg" width="160" height="112" alt="" />
			<div class="offerIntro">
				<h3>California Royalty - Hearst Castle Tour</h3>

				<dfn> Visit one of California's most treasured&hellip;</dfn>
				<a class="jw-scroller-readmore" href="http://www.martinresorts.com/specials-and-packages-en.html" title="READ MORE">Read More</a>
			</div>
		</li>		<li class="offer6">
			<img src="http://www.martinresorts.com/d/martinresorts/mod_pukkaPackages/itemImage_31_thumb.jpg" width="160" height="112" alt="" />
			<div class="offerIntro">
				<h3>Wine Adventure Tour</h3>

				<dfn> Whether you're a wine expert or just looking&hellip;</dfn>
				<a class="jw-scroller-readmore" href="http://www.martinresorts.com/specials-and-packages-en.html" title="READ MORE">Read More</a>
			</div>
		</li>	</ul>
</div>	<script type="text/javascript">
	/* <![CDATA[ */
	$(document).ready(function(){
		if(jQuery().jCarouselLite){
			jQuery('#jw-scroller3').append('<a class="prevButton"></a><a class="nextButton"></a>');
			$('#jw-scroller3 .offers-3col').jCarouselLite({
				btnNext: ".nextButton",
				btnPrev: ".prevButton",
				circular:1,
				visible:3,
				auto: 2000,
				speed: 4000 
			});
		}
	});
	/* ]]> */
	</script>
</div><!-- jw-widget -->

		</div><!--END-mscroller-->

			
<!--**********************************************  start blog code ********************************************-->
<!-- navigation start -->
		<div id="navigation">
		    <ul>
				<li style="list-style: none;"><a href="http://martinresortstravellog.com">Blog</a></li>		
				<li class="page_item page-item-58"><a href="http://martinresortstravellog.com/pismo-cam">Pismo Cam</a></li>
			</ul>
		</div>
<!-- navigation end -->

		<div class="endline"></div>
		<h2></h2>

    </div>
<!-- header end -->
</div><!--END-holder-->
<!-- container start -->
	<div id="container">

		<!-- sidebar start -->


		<div id="sidebar">

			
                    	<div id="contright">
				<div class="jw-widget jw-widget-1col jw-booking-mask-1col-lg">
	<form action="https://booking.ihotelier.com/istay/istay.jsp" name="form" method="get" target="_blank" class="jw-booking-mask-fields4  showChildren modifyBooking hotelSelector showNights" onsubmit="return validacion()">
		<fieldset>
			<h3>boutique hotels</h3>
			<input type="hidden" name="languageid" value="1" />

							<div class="jw-booking-mask-hotels choose">

					<label for="hotels">choose a hotel</label>
					<select id="hotels" name="hotelid" >
						<option value="ALL">hotel name</option>
														<option value="6528" class="paso" >Paso Robles Inn</option>
														<option value="6526" class="avila" >Avila Lighthouse Suites</option>
														<option value="6525" class="Pismo" >Pismo Lighthouse suites</option>

											</select>
				</div>
						<div class="jw-booking-mask-date date-in">
				<label for="jw-booking-mask-date-in7">check in</label>
				<input id="jw-booking-mask-date-in7" type="text" class="jw-booking-mask-datepicker" />
				<label class="date-format-helper" for="jw-booking-mask-datesendin7"></label>
				<input type="hidden" name="datein" id="jw-booking-mask-datesendin7" />	
			</div>
							<div class="jw-booking-mask-nights choose">

					<label for="jw-booking-mask-nights7">nights</label>
					<select id="jw-booking-mask-nights7" name="Length">
					<option value="1" selected="selected">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option><option value="10">10</option><option value="11">11</option><option value="12">12</option><option value="13">13</option><option value="14">14</option><option value="15">15</option><option value="16">16</option><option value="17">17</option><option value="18">18</option><option value="19">19</option><option value="20">20</option>					</select>

				</div>
				<div class="jw-booking-mask-adults choose">
					<label for="jw-booking-mask-adults7">adults</label>
					<select id="jw-booking-mask-adults7" name="adults">
					<option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option><option value="10">10</option>					</select>

				</div>
				<div class="jw-booking-mask-children choose">
					<label for="jw-booking-mask-children7">children</label>
					<select id="jw-booking-mask-children7" name="children">
					<option value="0">0</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option><option value="10">10</option>					</select>

				</div>
				<div class="jw-booking-mask-rooms choose">
					<label for="jw-booking-mask-rooms7">rooms</label>
					<select id="jw-booking-mask-rooms7" name="rooms">
					<option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option>					</select>

				</div>
			<button type="submit" class="jw-booking-mask-button" value="" title="BOOK NOW">BOOK NOW</button>
							<div class="jw-booking-mask-modify-booking"><a href="http://martinresorts.devsite-1.com/best-rate-guarantee-en.html" target="_self">best rate guarantee</a></div>
					</fieldset>
	</form>
<script type="text/javascript">
/* <![CDATA[ */

	setTimeout(function(){
		var calIn = jQuery( "#jw-booking-mask-date-in7" ).datepicker({ disabled: false, altField: "#jw-booking-mask-datesendin7", dateFormat: 'mm/dd/yy', altFormat: 'mm/dd/yy', firstDay:0, minDate:0, onSelect: checkCalendarDates});
		calIn.datepicker('setDate', new Date());
		
		var calOut = jQuery( "#jw-booking-mask-date-out7" ).datepicker({ disabled: false, altField: "#jw-booking-mask-datesendout7", dateFormat: 'mm/dd/yy', altFormat: 'mm/dd/yy', firstDay:0, minDate:1, onSelect: checkCalendarDates});
		calOut.datepicker('setDate', new Date());
		
		function checkCalendarDates(date, datePickerO)
		{
			var dateIn = calIn.datepicker("getDate");
			var dateOut = calOut.datepicker("getDate");
			
			if(dateIn >= dateOut && calIn.attr("id") === datePickerO.id)
				calOut.datepicker('setDate', new Date( dateIn.getTime() + (24 * 60 * 60 * 1000) ));
			
			if(dateOut <= dateIn && calOut.attr("id") === datePickerO.id)
				calIn.datepicker('setDate', new Date( dateOut.getTime() - (24 * 60 * 60 * 1000) ));
		}
		
	},9);

/* ]]> */

function validacion(){ 
	if (document.form.hotels.value=="ALL"){ 
		alert("Please select a hotel"); 
		return false;
	} 
}
	
</script>
</div><!-- jw-widget -->
				
				<div id="availability-checker">

					
<span class="check">Best Western Plus Hotels</span>

<form id="booking-form" action="http://book.bestwestern.com/bestwestern/priceAvail.do?propertyCode" method="get" onsubmit="return bookingOnSubmit(this);" target="_blank">


			<input type="hidden" name="disablenav" value="true" />
			<input type="hidden" name="suppressSSLPopup" value="true" />
			<input type="hidden" name="sob" value="P3155" />			



<div class="jw-booking-mask-hotels choose">
					<label for="hotelstwo">choose a hotel</label>

					<select id="hotelstwo" name="propertyCode" >
						<option value="ALL">hotel name</option>
														<option value="05203" class="paso" >Best Western Plus Shore Cliff Lodge</option>
														<option value="05455" class="avila" >Best Western Plus Shelter Cove Lodge</option>
											</select>
				</div>
				
			<div class="date-in">
			<label for="date-in">Check in</label>
				<input type="text" id="date-in" name="arrDate" value="03/30/2013" />
				<script type="text/javascript">
				//<![CDATA[
					function bookingOnSubmit(formEl) {
				//Convert Google Analytics data into hidden form fields prior to form submission
		condor.trackLink(formEl); //optional, ensures tracking even before page-wide tracking has loaded
						return true;
					}
				//]]>
				</script>
			</div>

			<div class="date-out">
				<label for="date-out">Check out</label>
				<input type="text" id="date-out" name="depDate" value="03/30/2013" />
				<script type="text/javascript">
				//<![CDATA[
					function bookingOnSubmit(formEl) {
				//Convert Google Analytics data into hidden form fields prior to form submission
		condor.trackLink(formEl); //optional, ensures tracking even before page-wide tracking has loaded
						return true;
					}
				//]]>
				</script>
			</div>

<button type="submit" class="go booking-link tracking-link" value="" title="Check availability">book now</button>
			<div class="Westernbooking" style="font-size:9pt!important;"><a href="http://martinresorts.devsite-1.com/best-rate-guarantee-en.html" target="_self">Best Rate guarantee</a></div>
		</form>
			 
				</div>

							
				<div class="jw-widget jw-widget-1col jw-callout-text-1col-md" id="jw-callout-text6">
	<div class="jw-callout-text-content">
		<h3 style="font-size:16pt;"><a href="http://martinresorts.devsite-1.com/san-luis-obispo-resort-en.html">discover 101</a></h3><h4>reasons to exit highway 101</h4><a class="go-link" href="http://martinresorts.devsite-1.com/san-luis-obispo-resort-en.html"></a>	</div>

</div>

				
				
				<div class="jw-widget jw-widget-1col jw-callout-text-1col-md" id="jw-callout-text7">
	<div class="jw-callout-text-content">
		<h3 style="font-size:16pt;"><a href="http://martinresorts.devsite-1.com/gift-cards-en.html">give a gift card</a></h3><h4>surprise someone special with a unique gift card</h4><a class="go-link" href="http://martinresorts.devsite-1.com/gift-cards-en.html"></a>	</div>
</div>

				
				<div class="jw-widget jw-widget-1col jw-newsletter-1col-md" id="jw_newsletter_8">
    <h3 style="font-size:11pt;padding:8px 0px 5px 15px!important;color:#cf760e;">Sign-up for Email Offers</h3>

    <form action="http://martinresorts.devsite-1.com/email-exclusives-en.html" method="get" class="newsletterForm">
        <div class="email-entry" style="padding-top:-5px!important;">
            <input type="text" class="email-address" id="email-address8" name="email" value="Enter your email address" />
        </div>
    <button type="submit" class="go"  title="GO" >Go</button>
    </form>
</div><!-- jw-widget -->

<script type="text/javascript">
/* <![CDATA[ */
	jQuery(window).load(function () {
	(function(){
		if(jQuery().autoClear){				
			jQuery('#email-address8').autoClear();
		}
	})();
	});
/* ]]> */
</script>

				
					
				</div><!--END-contright-->

			
			<ul>

				<li id="text-4" class="widget widget_text">			<div class="textwidget"></div>
		</li>
<li id="categories-2" class="widget widget_categories"><h2 class="widgettitle">Travel Log Topics</h2>
		<ul>
	<li class="cat-item cat-item-4"><a href="http://martinresortstravellog.com/category/areaattractions" title="View all posts filed under Area Atttractions">Area Atttractions</a>
</li>
	<li class="cat-item cat-item-2"><a href="http://martinresortstravellog.com/category/areaevents" title="View all posts filed under Area Events">Area Events</a>
</li>
	<li class="cat-item cat-item-6"><a href="http://martinresortstravellog.com/category/centralcoastgolf" title="View all posts filed under Central Coast Golf">Central Coast Golf</a>
</li>
	<li class="cat-item cat-item-7"><a href="http://martinresortstravellog.com/category/coastwinetrail" title="View all posts filed under Coast Wine Trail">Coast Wine Trail</a>
</li>
	<li class="cat-item cat-item-1"><a href="http://martinresortstravellog.com/category/communityandglobalpartnerships" title="View all posts filed under Community and Global Partnerships">Community and Global Partnerships</a>
</li>
	<li class="cat-item cat-item-3"><a href="http://martinresortstravellog.com/category/martinresortsnewsandspecials" title="View all posts filed under Martin Resorts News and Specials">Martin Resorts News and Specials</a>
</li>
		</ul>
</li>
			</ul>

			
		</div>
<!-- sidebar end -->
<!-- content start -->
		<div id="content">

							
					<div class="post">
						<h2><a href="http://martinresortstravellog.com/paso-robles-inn-winemaker-dinner-feat-j-lohr-vineyards-and-wines" title="Paso Robles Inn Winemaker Dinner feat. J.Lohr Vineyards and Wines">Paso Robles Inn Winemaker Dinner feat. J.Lohr Vineyards and Wines</a></h2>
						<p class="postmetadata">Posted in <a href="http://martinresortstravellog.com/category/areaevents" title="View all posts in Area Events" rel="category tag">Area Events</a> | May 20th, 2014</p>
						<div class="entry">
							<p>As part of our 3rd Annual <a title="Summer Wine and Tapas at the Paso Robles Inn Steakhouse" href="http://martinresortstravellog.com/summer-wine-and-tapas-at-the-paso-robles-inn-steakhouse">Summer Wine and Tapas series </a>on the patio at the Paso Robles Inn Steakhouse we are excited to announce the addition of Winemaker Dinners!</p>
<p>The new Winemaker Dinner series is an intimate affair showcasing local wines along with Chef Paul Arangorin&#8217;s signature cuisine. Collaborating with the winemakers, Chef Paul will design a menu that highlights the wine selections. The featured winemaker will be in attendance to provide tasting notes during the meal.</p>
<p>Enjoy an educational experience paired with great ambiance and delicious food and wine, select Thursdays, June-August beginning at 6PM.</p>
<p>Tickets are $75 per person. Tickets may be purchased in advance for all events by calling the Paso Robles Inn at 238-2660 and will also be sold at the door.</p>
<p>Guests must be 21 years of age to attend.</p>
<p>Our first Winemaker Dinner of the series kicks off with <a href="http://www.jlohr.com/" target="_blank">J.Lohr Vineyards and Wines</a> on June 12th.</p>
<p>How delicious does this menu look?</p>
<p><a href="http://martinresortstravellog.com/wp-content/uploads/2014/05/J.Lohr_Dinner_8.5x11_Menu.jpg" target="_blank"></p>
<p style="text-align: center;"><img class="aligncenter  wp-image-351" alt="Paso Robles Inn Steakhouse Winemaker Dinner" src="http://martinresortstravellog.com/wp-content/uploads/2014/05/J.Lohr_Dinner_8.5x11_Menu.jpg" width="653" height="845" /></p>
<p></a></p>
							<div class="endline"></div>
							<p class="tags"><strong>Tags:</strong> <a href="http://martinresortstravellog.com/tag/paso-robles-inn" rel="tag">Paso Robles Inn</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-inn-steakhouse" rel="tag">Paso Robles Inn Steakhouse</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-wine" rel="tag">Paso Robles Wine</a></p>							<p class="commentline">
								<a href="http://martinresortstravellog.com/paso-robles-inn-winemaker-dinner-feat-j-lohr-vineyards-and-wines#comments">Read Users' Comments (0)</a>
							</p>
						</div>
					</div>

			    
					<div class="post">
						<h2><a href="http://martinresortstravellog.com/summer-wine-and-tapas-at-the-paso-robles-inn-steakhouse" title="Summer Wine and Tapas at the Paso Robles Inn Steakhouse">Summer Wine and Tapas at the Paso Robles Inn Steakhouse</a></h2>
						<p class="postmetadata">Posted in <a href="http://martinresortstravellog.com/category/martinresortsnewsandspecials" title="View all posts in Martin Resorts News and Specials" rel="category tag">Martin Resorts News and Specials</a> | May 13th, 2014</p>
						<div class="entry">
							<p>Don’t miss the 3rd Annual Summer Wine and Tapas Series on the patio at the Paso Robles Inn Steakhouse. Mark your calendar for select Thursday evenings from 5-7pm from June 19th through September 11th. Meet the featured winemaker, learn about the local winery, and enjoy acoustic music and sumptuous wine and tapas – a great excuse to get out, mingle and enjoy the warm weather among our blooming gardens! Tickets are $18 per person.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-338" alt="Summer Wine and Tapas" src="http://martinresortstravellog.com/wp-content/uploads/2014/05/RoberHall_Revised.jpg" width="576" height="324" /></p>
<p>As part of our 3rd Annual Summer Wine and Tapas series on the patio at the Paso Robles Inn Steakhouse we are excited to announce the addition of Winemaker Dinners!</p>
<p>The new Winemaker Dinner series is an intimate affair showcasing local wines along with Chef Paul Arangorin&#8217;s signature cuisine. Collaborating with the winemakers, Chef Paul will design a 3-course menu that highlights the wine selections. The featured winemaker will be in attendance to provide tasting notes during the meal.</p>
<p>Enjoy an educational experience paired with great ambiance and delicious food and wine, select Thursdays, June-August beginning at 6PM.</p>
<p>Tickets may be purchased in advance for all events by calling the Paso Robles Inn at 238-2660 and will also be sold at the door.</p>
<p>Guests must be 21 years of age to attend.</p>
<p>The Wine &amp; Tapas Series by the Paso Robles Inn Steakhouse presents the following wineries:</p>
<ul>
<li><a href="http://www.daouvineyards.com/" target="_blank">DAOU Vineyards</a>- June 19</li>
<li><a href="http://www.vinarobles.com/" target="_blank">Vina Robles</a>- July 10</li>
<li><a href="http://www.brokenearthwinery.com/" target="_blank">Broken Earth Winery</a>- August 14</li>
<li><a href="http://www.ancientpeaks.com/" target="_blank">Ancient Peaks Winery</a>- September 11</li>
</ul>
<p>The Winemaker Dinner series presents the following wineries:</p>
<ul>
<li><a href="http://www.jlohr.com/" target="_blank">J. Lohr Vineyards and Wines</a>- June 12</li>
<li><a href="https://www.donatifamilyvineyard.com/" target="_blank">Donati Family Vineyard</a>- July 31</li>
<li><a href="http://www.castorocellars.com/" target="_blank">Castoro Cellars</a>- August 28</li>
</ul>
<p>Follow the <a href="https://www.facebook.com/pasoroblesinnsteakhouse" target="_blank">Paso Robles Inn Steakhouse</a> on Facebook for more information on the summer series!</p>
<p style="text-align: center;">
							<div class="endline"></div>
							<p class="tags"><strong>Tags:</strong> <a href="http://martinresortstravellog.com/tag/paso-robles" rel="tag">Paso Robles</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-inn" rel="tag">Paso Robles Inn</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-summer-events" rel="tag">paso robles summer events</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-wine" rel="tag">Paso Robles Wine</a></p>							<p class="commentline">
								<a href="http://martinresortstravellog.com/summer-wine-and-tapas-at-the-paso-robles-inn-steakhouse#comments">Read Users' Comments (0)</a>
							</p>
						</div>
					</div>

			    
					<div class="post">
						<h2><a href="http://martinresortstravellog.com/surfs-up-with-avila-beach-surf-school" title="Surf&#8217;s Up with Avila Beach Surf School">Surf&#8217;s Up with Avila Beach Surf School</a></h2>
						<p class="postmetadata">Posted in <a href="http://martinresortstravellog.com/category/areaattractions" title="View all posts in Area Atttractions" rel="category tag">Area Atttractions</a> | April 29th, 2014</p>
						<div class="entry">
							<p>Ever wanted to learn how to surf? <a title="Avila Beach Surf School" href="http://www.avilabeachsurfschool.com/" target="_blank">Avila Beach Surf School</a> is San Luis Obispo county&#8217;s premier surf school, offering surf lessons from Pismo Beach to Morro Bay. They have been teaching surf instruction for fifteen years and guarantee to make your experience one to remember. Avila Lighthouse Suites&#8217; Surf&#8217;s Up package includes overnight accomodations, surf board rental, wetsuit rental, photos and a 1.5 hour surf lesson from Avila Beach Surf School. Make reservations <a title="Avila Lighthouse Suites Surf's Up Package" href="https://bookings.ihotelier.com/Avila-Lighthouse-Suites/bookings.jsp?LanguageID=1&amp;__utmk=142415729&amp;__utma=239896659.323425823.1389817417.1398467541.1398798648.36&amp;__utmc=239896659&amp;__utmb=239896659.4.10.1398798648&amp;__utmx=-&amp;__utmv=-&amp;HotelID=6526&amp;__utmz=239896659.1395421302.23.4.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided)&amp;killcookie=1&amp;ProdID=528746" target="_blank">here</a>.</p>
<p>Still worried about learning how to surf? So was recent guest, Jillian K. Read about her first-hand experience below!</p>
<p>&#8220;We all had rocks in our stomachs.  It was the first time any of us would surf and our lesson was quickly approaching.  My four friends and I arrived at Avila Beach with a few minutes to spare, which was spent breathing deeply and feeling nauseous.  One friend had chosen not to participate in the group lesson, and so she was feeling calm and pleased with her decision.  After a few minutes we met Justin, the owner of Avila Beach Surf School and an active local voice in Avila Beach conservation.  He handed out wetsuits and introduced us to John, a UCSC student and our surf lesson instructor.  We squirmed into our wetsuits just as the sun peeked around the clouds—the time had come.  We made our way down to the beach and had a quick safety and technique lesson from John.  He reminded us of the dangers of a ride tide, but assured us that nine years of surfing experience meant he was a pretty strong swimmer.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-321" alt="Avila Beach Surf Lesson" src="http://martinresortstravellog.com/wp-content/uploads/2014/04/IMG_0248.jpg" width="700" height="500" /></p>
<p>&#8220;Both knees, front foot, stand up slowly.” This was all the technique we needed to know for us to surf that morning, and so we practiced this on the sand as John offered advice on our form.  After this quick introduction to surfing we got directly in the water, surf boards in hand.  John demonstrated the most pleasant way to jump over waves, which may have been the most significant skill I learned that day (it turns out that you don’t <i>have </i>to swallow a bunch of salt water every time a wave goes by…).  We all practiced jumping over waves and onto our boards while one person worked with John to ride in a wave and move both knees forward, put our front foot between our hands- at an angle- and then slowly stand up.  In the beginning we all ate a lot of salt water.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-325" alt="IMG_0289" src="http://martinresortstravellog.com/wp-content/uploads/2014/04/IMG_0289.jpg" width="700" height="350" /></p>
<p>Luckily, our friend Maureen, who had opted out of the surf lesson, was our photographer and took some excellent wipe out photos.  Just as we were becoming acclimated to the feeling of the board we noticed that the waves were becoming massive—maybe twice the size of when we had started.  Just as I began to think, “this two-hour lesson might be the end…” Justin threw on his wet suit and came out to provide more instruction.  He assured us that these waves were, in fact, humungous, and provided some adept advice in maneuvering the waves.  With John and Justin in the water instructing us, “both knees, front foot, stand up slowly,” we all stood up on the board for at least a moment!  After a few rounds of waves we were all dragging our feet with exhaustion.  We requested to see the real pros ride some waves, and without hesitation, Justin and John ran out into the water and showed us how it’s done.  Their talent, humility, and positive attitudes left us all with a smile on our faces—even Maureen, who seemed to have just as much fun watching as we did in the water.  On the walk back I learned that Justin has experience instructing lessons for all sorts of folks, and he emphasized the ease with which people with disabilities learn how to surf, given their keen listening skills and ability to overcome fear!  Justin also knows a lot about local ecology and he includes lessons in geology and marine biology during the summer surf camp that Avila Beach Surf School offers.</p>
<p>This surf lesson was <i>the </i>highlight of our trip to the central coast of California.  Even if your trip includes people of varying ages, abilities, and interest level, a surf lesson from Avila Beach Surf School provides a safe opportunity to try a new sport and explore the natural environment in a new capacity!&#8221;</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-322" alt="Avila Beach Surf School Lessons" src="http://martinresortstravellog.com/wp-content/uploads/2014/04/IMG_20140326_112444_194.jpg" width="700" height="400" /></p>
							<div class="endline"></div>
							<p class="tags"><strong>Tags:</strong> <a href="http://martinresortstravellog.com/tag/avila-beach" rel="tag">Avila Beach</a>, <a href="http://martinresortstravellog.com/tag/avila-beach-surf-school" rel="tag">Avila Beach Surf School</a>, <a href="http://martinresortstravellog.com/tag/avila-lighthouse-suites" rel="tag">Avila Lighthouse Suites</a></p>							<p class="commentline">
								<a href="http://martinresortstravellog.com/surfs-up-with-avila-beach-surf-school#comments">Read Users' Comments (0)</a>
							</p>
						</div>
					</div>

			    
					<div class="post">
						<h2><a href="http://martinresortstravellog.com/motherss-day-brunch-at-the-paso-robles-inn-steakhouse" title="Mothers&#8217;s Day Brunch at the Paso Robles Inn Steakhouse">Mothers&#8217;s Day Brunch at the Paso Robles Inn Steakhouse</a></h2>
						<p class="postmetadata">Posted in <a href="http://martinresortstravellog.com/category/martinresortsnewsandspecials" title="View all posts in Martin Resorts News and Specials" rel="category tag">Martin Resorts News and Specials</a> | April 29th, 2014</p>
						<div class="entry">
							<p>Mothers are incredibly special and they deserve to be celebrated, especially on Mother&#8217;s Day. Honor the mother in your life by bringing her to a special Mother&#8217;s Day Brunch at the Paso Robles Inn Steakhouse.</p>
<p>Enjoy bottomless mimosas, live acoustic music and our special menu on Sunday, May 11, 2014 from 9AM-2PM. View the menu <a title="Mother's Day Brunch Menu" href="http://media.pasoroblesinn.com/d/pasoroblesinn/media/Documents/MothersDayPoster2014_11x17_.pdf" target="_blank">here.</a></p>
<p><img class="aligncenter size-full wp-image-316" alt="Mother's Day in Paso Robles" src="http://martinresortstravellog.com/wp-content/uploads/2014/04/Mothers-Day_Website_Small_Image.jpg" width="300" height="227" /></p>
							<div class="endline"></div>
							<p class="tags"><strong>Tags:</strong> <a href="http://martinresortstravellog.com/tag/mothers-day" rel="tag">Mother's Day</a>, <a href="http://martinresortstravellog.com/tag/paso-robles" rel="tag">Paso Robles</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-inn-steakhouse" rel="tag">Paso Robles Inn Steakhouse</a></p>							<p class="commentline">
								<a href="http://martinresortstravellog.com/motherss-day-brunch-at-the-paso-robles-inn-steakhouse#comments">Read Users' Comments (0)</a>
							</p>
						</div>
					</div>

			    
					<div class="post">
						<h2><a href="http://martinresortstravellog.com/easter-brunch-buffet-at-the-paso-robles-inn-steakhouse" title="Easter Brunch Buffet at the Paso Robles Inn Steakhouse">Easter Brunch Buffet at the Paso Robles Inn Steakhouse</a></h2>
						<p class="postmetadata">Posted in <a href="http://martinresortstravellog.com/category/martinresortsnewsandspecials" title="View all posts in Martin Resorts News and Specials" rel="category tag">Martin Resorts News and Specials</a> | March 31st, 2014</p>
						<div class="entry">
							<p style="text-align: center;">Celebrate Easter with us at the Paso Robles Inn Steakhouse for our delicious Easter Brunch Buffet! Enjoy bottomless champagne or mimosas and live acoustic music, Sunday April 20 from 9AM-2PM. Reservations are highly encouraged: 805-226-4925.</p>
<p><a href="http://martinresortstravellog.com/wp-content/uploads/2014/03/EasterPoster2014_8.5x11.jpg" target="_blank"></p>
<p style="text-align: center;"><img class="size-full wp-image-306 aligncenter" alt="Easter Brunch Buffet" src="http://martinresortstravellog.com/wp-content/uploads/2014/03/EasterPoster2014_8.5x11.jpg" width="612" height="792" /></p>
<p></a></p>
							<div class="endline"></div>
							<p class="tags"><strong>Tags:</strong> <a href="http://martinresortstravellog.com/tag/easter-sunday-brunch" rel="tag">Easter Sunday Brunch</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-inn-steakhouse" rel="tag">Paso Robles Inn Steakhouse</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-restaurants" rel="tag">Paso Robles Restaurants</a></p>							<p class="commentline">
								<a href="http://martinresortstravellog.com/easter-brunch-buffet-at-the-paso-robles-inn-steakhouse#comments">Read Users' Comments (0)</a>
							</p>
						</div>
					</div>

			    
					<div class="post">
						<h2><a href="http://martinresortstravellog.com/125th-anniversary-menus-at-the-paso-robles-inn-steakhouse" title="125th Anniversary Menus at the Paso Robles Inn Steakhouse">125th Anniversary Menus at the Paso Robles Inn Steakhouse</a></h2>
						<p class="postmetadata">Posted in <a href="http://martinresortstravellog.com/category/martinresortsnewsandspecials" title="View all posts in Martin Resorts News and Specials" rel="category tag">Martin Resorts News and Specials</a> | March 6th, 2014</p>
						<div class="entry">
							<p>The <a href="http://www.pasoroblesinn.com/dining-en.html" target="_blank">Paso Robles Inn Steakhouse</a> is celebrating 125 years of <a href="http://www.prcity.com/125/index.html#timeline" target="_blank">Paso Robles History</a> with special lunch and dinner anniversary menus. Enjoy our lunch menu for only $12.50 per person or our dinner menu for two for $125. Tax and gratuity not included. Call 805-226-4925 to make your reservations today!</p>
<p><a href="http://martinresortstravellog.com/wp-content/uploads/2014/03/125_Menu_7.75x9.75.jpg" target="_blank"></p>
<p style="text-align: center;"><img class="aligncenter  wp-image-297" alt="125th Anniversary Menu" src="http://martinresortstravellog.com/wp-content/uploads/2014/03/125_Menu_7.75x9.75.jpg" width="612" height="792" /></p>
<p></a></p>
<p>&nbsp;</p>
							<div class="endline"></div>
							<p class="tags"><strong>Tags:</strong> <a href="http://martinresortstravellog.com/tag/paso-robles" rel="tag">Paso Robles</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-125th-anniversary" rel="tag">Paso Robles 125th Anniversary</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-inn" rel="tag">Paso Robles Inn</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-inn-steakhouse" rel="tag">Paso Robles Inn Steakhouse</a></p>							<p class="commentline">
								<a href="http://martinresortstravellog.com/125th-anniversary-menus-at-the-paso-robles-inn-steakhouse#comments">Read Users' Comments (0)</a>
							</p>
						</div>
					</div>

			    
					<div class="post">
						<h2><a href="http://martinresortstravellog.com/special-zinfandel-festival-menu-at-the-paso-robles-inn-steakhouse" title="Special Zinfandel Festival Menu at the Paso Robles Inn Steakhouse">Special Zinfandel Festival Menu at the Paso Robles Inn Steakhouse</a></h2>
						<p class="postmetadata">Posted in <a href="http://martinresortstravellog.com/category/martinresortsnewsandspecials" title="View all posts in Martin Resorts News and Specials" rel="category tag">Martin Resorts News and Specials</a> | March 5th, 2014</p>
						<div class="entry">
							<p>Enjoy our (Zin)fully delicious 3 course menu in celebration of  Paso Robles Wine Country&#8217;s <a href="http://www.pasowine.com/events/vintage-paso.php" target="_blank">VINTAGE PASO: ZINFANDEL AND OTHER WILD WINES, March 14 &#8211; 16, 2014</a>. The special dinner menu will be served at the Paso Robles Inn Steakhouse in addition to the regular dinner menu from 5-9PM, March 14th-March 16th. Savor the Zinfandel inspired 3 course menu for only $45 or $32 for the entree purchase only. Reservations are strongly encouraged: 805-226-4925.</p>
<p><a href="http://martinresortstravellog.com/wp-content/uploads/2014/03/Zin-Fest-2014.jpg" target="_blank"></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-290" alt="Zin Fest Menu 2014" src="http://martinresortstravellog.com/wp-content/uploads/2014/03/Zin-Fest-2014.jpg" width="612" height="792" /></p>
<p></a></p>
							<div class="endline"></div>
							<p class="tags"><strong>Tags:</strong> <a href="http://martinresortstravellog.com/tag/paso-robles-inn" rel="tag">Paso Robles Inn</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-inn-steakhouse" rel="tag">Paso Robles Inn Steakhouse</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-wine-country" rel="tag">Paso Robles Wine Country</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-zinfandel-festival" rel="tag">Paso Robles Zinfandel Festival</a></p>							<p class="commentline">
								<a href="http://martinresortstravellog.com/special-zinfandel-festival-menu-at-the-paso-robles-inn-steakhouse#comments">Read Users' Comments (0)</a>
							</p>
						</div>
					</div>

			    
					<div class="post">
						<h2><a href="http://martinresortstravellog.com/film-wine-fun-at-the-slo-international-film-festival" title="Film, Wine, Fun at the SLO International Film Festival">Film, Wine, Fun at the SLO International Film Festival</a></h2>
						<p class="postmetadata">Posted in <a href="http://martinresortstravellog.com/category/areaevents" title="View all posts in Area Events" rel="category tag">Area Events</a> | February 26th, 2014</p>
						<div class="entry">
							<p>Enjoy film, wine and fun at the 20th Annual <a href="http://slofilmfest.org/" target="_blank">San Luis Obispo International Film Festival</a>, March 5-9, 2014. Named &#8220;..one of the best film events in the country&#8221; by MovieMaker Magazine, the five day event showcases contemporary and classic film screenings in a a wide variety of venues, from the city&#8217;s classic art deco Fremont Theatre, to the popular independent Palm Theatre, with a variety of unexpected venues from the wine country of Paso Robles to the seaside town of Avila Beach.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-271" alt="SLOIFF Logo" src="http://martinresortstravellog.com/wp-content/uploads/2014/02/SLOIFF-Logo.jpg" width="246" height="219" /></p>
<p>Variety is the spice of life, and the SLOIFF is proud to embrace that philosophy in its programming. From cutting edge documentaries to cinema classics, the San Luis Obispo International Film Festival celebrates film on the &#8216;big screen&#8217; by offering something for everyone. Experience Red Carpet and other special events, where they welcome everyone from celebrities to filmmakers to sports legends.</p>
<p><strong>Highlight Events:</strong></p>
<p><strong>Opening Night Event- Wednesday, March 5 at 7PM at Fremont Theatre</strong> - Adam West will be here with a new documentary about his life and career and to receive the 2014 Spotlight Award!</p>
<p><strong>Surf Night in SLO- Friday, March 7 at 7PM at Fremont Theatre</strong> -  Featuring Five Summer Stories with HONK in concert</p>
<p><strong>King Vidor and Independent Film Awards- Saturday, March 8 at 7PM at Fremont Theatre</strong> -  The 2014 King Vidor Award for career Achievement will be presented to Academy Award winning actor, Jeff Bridges</p>
<p><strong>Anita- Sunday, March 9 at 1PM at Fremont Theatre -</strong> Sneak Preview of the documentary about Anita Hill sponsored by Women&#8217;s Legacy Fund</p>
<p>Staying the the <a href="http://www.avilalighthousesuites.com/" target="_blank">Avila Lighthouse Suites</a> or the <a href="http://www.pasoroblesinn.com/" target="_blank">Paso Robles Inn</a>? Don&#8217;t worry there are SLO International Film Festival venues and movie screenings near you too! The Avila Beach Community Center in Avila Beach will have various movie screenings from Thursday- Sunday. Park Cinemas and Galaxy Theaters in Paso Robles will have various movie screenings Thursday-Sunday. <a href="http://slofilmfest.files.wordpress.com/2014/02/sloiff-finalschedule.pdf" target="_blank">Click here</a> for the full festival schedule. <a href="http://slofilmfest.org/tickets-passes/" target="_blank">Click here</a> to purchase tickets.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
							<div class="endline"></div>
							<p class="tags"><strong>Tags:</strong> <a href="http://martinresortstravellog.com/tag/avila-lighthouse-suites" rel="tag">Avila Lighthouse Suites</a>, <a href="http://martinresortstravellog.com/tag/central-coast-events" rel="tag">Central Coast Events</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-inn" rel="tag">Paso Robles Inn</a>, <a href="http://martinresortstravellog.com/tag/slo-international-film-festival" rel="tag">SLO International Film Festival</a></p>							<p class="commentline">
								<a href="http://martinresortstravellog.com/film-wine-fun-at-the-slo-international-film-festival#comments">Read Users' Comments (0)</a>
							</p>
						</div>
					</div>

			    
					<div class="post">
						<h2><a href="http://martinresortstravellog.com/the-gardens-are-expanding-at-the-paso-robles-inn" title="The Gardens are Expanding at the Paso Robles Inn">The Gardens are Expanding at the Paso Robles Inn</a></h2>
						<p class="postmetadata">Posted in <a href="http://martinresortstravellog.com/category/martinresortsnewsandspecials" title="View all posts in Martin Resorts News and Specials" rel="category tag">Martin Resorts News and Specials</a> | February 21st, 2014</p>
						<div class="entry">
							<p style="text-align: left;">There is a lush new garden setting to greet arriving guests at the front of the <a href="http://www.pasoroblesinn.com/" target="_blank">Paso Robles Inn</a>.  The Inn recently removed seven parking places and expanded the gardens to the front of the Inn to better connect the Paso Robles Inn with the look of the park across the street and allude to the beautiful gardens that have always been popular with guests, but have been hidden behind the lobby building. The wandering brick path and seating area are designed to be the perfect place to relax and enjoy a specialty coffee.  Yes, also planned for this spring is a new specialty coffee menu from the redesigned Coffee Shop.  The nostalgic coffee shop is getting a face lift, but will retain its classic charm.</p>
<p style="text-align: left;">See the garden expansion transformation here:<a href="http://flipagram.com/f/1VPxRmmSiT" target="_blank"> http://flipagram.com/f/1VPxRmmSiT</a>, or see for yourself by visiting the Paso Robles Inn!</p>
<p><a href="http://martinresortstravellog.com/wp-content/uploads/2014/02/Garden_blog.jpg" target="_blank"></p>
<p style="text-align: center;"><img class="aligncenter  wp-image-257" alt="Paso Robles Inn's Front Gardens " src="http://martinresortstravellog.com/wp-content/uploads/2014/02/Garden_blog.jpg" width="577" height="398" /></p>
<p></a></p>
<p><a href="http://flipagram.com/f/1VPxRmmSiT">&nbsp;</p>
<p></a></p>
							<div class="endline"></div>
							<p class="tags"><strong>Tags:</strong> <a href="http://martinresortstravellog.com/tag/hotels-in-paso-robles" rel="tag">Hotels in Paso Robles</a>, <a href="http://martinresortstravellog.com/tag/paso-robles" rel="tag">Paso Robles</a>, <a href="http://martinresortstravellog.com/tag/paso-robles-hotels" rel="tag">Paso Robles Hotels</a></p>							<p class="commentline">
								<a href="http://martinresortstravellog.com/the-gardens-are-expanding-at-the-paso-robles-inn#comments">Read Users' Comments (0)</a>
							</p>
						</div>
					</div>

			    
					<div class="post">
						<h2><a href="http://martinresortstravellog.com/ultimate-kids-vacation-package-at-pismo-lighthouse-suites" title="Ultimate Kids Vacation Package at Pismo Lighthouse Suites">Ultimate Kids Vacation Package at Pismo Lighthouse Suites</a></h2>
						<p class="postmetadata">Posted in <a href="http://martinresortstravellog.com/category/martinresortsnewsandspecials" title="View all posts in Martin Resorts News and Specials" rel="category tag">Martin Resorts News and Specials</a> | February 20th, 2014</p>
						<div class="entry">
							<h2 style="text-align: center;">Take a vacation where the kids rule and the parents save!</h2>
<p style="text-align: center;"><a href="http://www.pismolighthousesuites.com" target="_blank">Pismo Lighthouse Suites</a> proudly brings you a vacation package made for the whole family. This package includes: Micro-fiber hooded kids robes, an ice cream voucher, kid&#8217;s book, continental breakfast, and a coupon for dinner at the famous <a href="http://www.klondikepizza.com/" target="_blank">Klondike Pizza</a>!</p>
<p style="text-align: center;"><img class="wp-image-196 aligncenter" alt="" src="http://martinresortstravellog.com/wp-content/uploads/2014/02/kidvacpackage1.jpg" width="379" height="286" /></p>
<p style="text-align: center;"> As always the Pismo Lighthouse Suites&#8217; Play Deck with life sized chess set, ping pong, putting green, and bad mitten will be available. We also offer a plethora of board games available for check-out including: Monopoly, Ticket to Ride, Life, Telestrations, Sorry, Scrabble, and Risk.</p>
<p style="text-align: center;"><img class="aligncenter" style="font-size: 1.5em;" alt="PLS play deckCROPPED" src="http://martinresortstravellog.com/wp-content/uploads/2014/02/PLS-play-deckCROPPED1.jpg" width="400" height="160" /></p>
<p style="text-align: center;"> Be sure to share all your Pismo Beach vacation pictures on our Facebook and Instagram pages using the hash tag #FreeAsAKid.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img class="wp-image-204 aligncenter" alt="" src="http://martinresortstravellog.com/wp-content/uploads/2014/02/facebook_logo.png" width="50" height="50" /></p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://instagram.com/pismolighthouse" target="_blank"><img class="aligncenter  wp-image-248" alt="Instagram" src="http://martinresortstravellog.com/wp-content/uploads/2014/02/Instagram.png" width="50" height="50" /></a></p>
							<div class="endline"></div>
							<p class="tags"><strong>Tags:</strong> <a href="http://martinresortstravellog.com/tag/kid-vacation" rel="tag">Kid Vacation</a>, <a href="http://martinresortstravellog.com/tag/parents" rel="tag">Parents</a>, <a href="http://martinresortstravellog.com/tag/pismo-beach" rel="tag">Pismo Beach</a>, <a href="http://martinresortstravellog.com/tag/pismo-beach-hotels" rel="tag">pismo beach hotels</a>, <a href="http://martinresortstravellog.com/tag/travel" rel="tag">Travel</a>, <a href="http://martinresortstravellog.com/tag/vacation-deal" rel="tag">Vacation deal</a></p>							<p class="commentline">
								<a href="http://martinresortstravellog.com/ultimate-kids-vacation-package-at-pismo-lighthouse-suites#comments">Read Users' Comments (0)</a>
							</p>
						</div>
					</div>

			    
				<div class="wp-pagenavi">
<span class="pages">&#8201;Page 1 of 3&#8201;</span><span class="current">&#8201;1&#8201;</span><a href="http://martinresortstravellog.com/page/2?domain=www.sheltercovelodgetravellog.com" title="2">&#8201;2&#8201;</a><a href="http://martinresortstravellog.com/page/3?domain=www.sheltercovelodgetravellog.com" title="3">&#8201;3&#8201;</a><a href="http://martinresortstravellog.com/page/2?domain=www.sheltercovelodgetravellog.com" >&raquo;</a></div>
				<div class="endline"></div>

					</div>

<!-- content end -->

		<div class="endline"></div>

	</div>
<!-- container end -->

<div id="footer">

	<div id="footernav">
	
		<div id="jw_menu-footer_9" class="jw-widget jw-widget-2col jw-menu-2col-sm align-center items-separator">
	<ul class="jw-menu">
			<li class="shortcut1 item1 itemr4 level1 employment"
				><a href="http://martinresorts.devsite-1.com/employment-en.html">Employment</a			></li>			<li class="shortcut2 item2 itemr3 level1 best-rate-guarantee"
				><a href="http://martinresorts.devsite-1.com/best-rate-guarantee-en.html">Best Rate Guarantee</a			></li>			<li class="shortcut3 item3 itemr2 level1 privacy-policy"
				><a href="http://martinresorts.devsite-1.com/privacy-policy-en.html">Privacy Policy</a			></li>			<li class="shortcut4 item4 itemr1 level1 sitemap last"
				><a href="http://martinresorts.devsite-1.com/sitemap-en.html">Sitemap</a			></li>		</ul>

		<script type="text/javascript">
		//<![CDATA[
			condor.updatePageMenus = condor.updatePageMenus || function() {
				var pageMenus = getElementsByClass('jw-menu', null, 'ul'), nojsList, i, j = pageMenus.length;
				while(j--) {
					nojsList = getElementsByClass('active-nojs', pageMenus[j]);
					i = nojsList.length;
					while(i--) {
						removeClass(nojsList[i], 'active-nojs');
					}
				}
			}
			condor.updatePageMenus();
		//]]>
		</script>
	<script type="text/javascript">
	/* <![CDATA[ */
	jQuery(window).load(function(){
		if(window.MenuHoverManager){
			var mhm = new MenuHoverManager('jw_main-menu-new',1000);
			mhm.init();
		}
	});
	/* ]]> */
	</script>
</div><!-- jw-widget -->
	
	</div><!--END-->
	<div id="directions">
	
			&copy;<script type="text/javascript">

		  var date = new Date();

		  document.write(date.getFullYear());

			 </script>
						Martin Resorts | PO Box 12060, San Luis Obispo,CA 93406 | <a href="mailto:info@martinresorts.com" target="_blank">info@martinresorts.com</a> Designed by&nbsp;<a class="TC" href="http://www.travelclick.com/" title="TravelClick" target="_blank">TravelClick</a>

	</div><!--END-directions-->
	
	<div id="logos">
		<div class="lg"><a href="http://www.pasoroblesinn.com/" title="Paso Robles Inn" target="_blank"><img src="http://martinresorts.devsite-1.com/templates/main/images/PasoRobles.png" width="125px" height="101px" alt="Paso Robles Inn" /></a></div>
		<div class="lg"><a href="http://www.avilalighthousesuites.com/" title="Avila Lighthouse Suites" target="_blank"><img src="http://martinresorts.devsite-1.com/templates/main/images/AvilaLighthouse.png" width="139px" height="101px" alt="Avila Lighthouse Suites" /></a></div>
		<div class="lg"><a href="http://www.pismolighthousesuites.com" title="Pismo Lighthouse Suites" target="_blank"><img src="http://martinresorts.devsite-1.com/templates/main/images/PismoLighthouse.png" width="143px" height="101px" alt="Pismo Lighthouse Suites" /></a></div>
		<div class="lg"><a href="http://www.shorecliff.com" title="BEST WESTERN PLUS Shore Cliff Lodge" target="_blank"><img src="http://martinresorts.devsite-1.com/templates/main/images/BestWesternShore.png" width="181px" height="101px" alt="BEST WESTERN PLUS Shore Cliff Lodge" /></a></div>
		<div class="lg"><a href="http://www.bwsheltercove.com" title="BEST WESTERN PLUS Shelter Cove Lodge" target="_blank"><img src="http://martinresorts.devsite-1.com/templates/main/images/BestWesternShelter.png" width="215px" height="101px" alt="BEST WESTERN PLUS Shelter Cove Lodge" /></a></div>
		</div>
	<div id="logostwo">

		<div class="lgo"><a href="http://www.bestwestern.com/" title="Best Western" target="_blank"><img src="http://martinresorts.devsite-1.com/templates/main/images/BestWestern.png" width="80px" height="75px" alt="Best Western" /></a></div>
		<div class="lgo"><a href="http://www.historichotels.org/" title="Historic Hotels of America" target="_blank"><img src="http://martinresorts.devsite-1.com/templates/main/images/HistoricHotels.png" width="184px" height="75px" alt="Historic Hotels of America" /></a></div>
		<div class="lgo"><a href="http://www.cleantheworld.org/" title="Clean the World" target="_blank"><img src="http://martinresorts.devsite-1.com/templates/main/images/CleanWorld.png" width="110px" height="75px" alt="Clean the World" /></a></div>
	</div>
	</div><!--END-footer-->

</div>
<!-- wrapper end -->

<!-- <script class="javascript" src="http://martinresortstravellog.com/wp-content/themes/tropic-affair/jquery.min.js"></script>
<script class="javascript" src="http://martinresortstravellog.com/wp-content/themes/tropic-affair/scrollto.js"></script>
<script class="javascript" src="http://martinresortstravellog.com/wp-content/themes/tropic-affair/quotable.js"></script>-->
</body>
</html>