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

<channel>
	<title>Co Co. Sala</title>
	<atom:link href="http://www.cocosala.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cocosala.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 May 2012 16:56:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Spooky Chocolate Sculpture Class</title>
		<link>http://www.cocosala.com/spooky-chocolate-sculpture-class</link>
		<comments>http://www.cocosala.com/spooky-chocolate-sculpture-class#comments</comments>
		<pubDate>Wed, 27 Oct 2010 01:22:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.cocosala.com/spooky-chocolate-sculpture-class</guid>
		<description><![CDATA[Saturday October 30, 2010 &#8211; Saturday October 30, 2010 Map and Directions &#124; Register Description: Create a Spooktacular Edible Sculpture…fun for all ages! In this hands-on class, chocolate comes alive as we transform it into a BOO-tiful Halloween chocolate sculpture. Everyone takes home their own sculpture just in time for Halloween! Class includes hot chocolate [...]]]></description>
			<content:encoded><![CDATA[<p>Saturday October 30, 2010 &#8211; Saturday October 30, 2010</p>
</p>
<p><img style="padding-right: 5px;" src="http://www.cocosala.com/wp-content/plugins/event-espresso.3.0.16//images/map.png" border="0" alt="View Map" /><a href="http://maps.google.com/maps?q=" target="_blank">Map and Directions</a> | <a class="event_espressoter_link" href="http://www.cocosala.com/?page_id=94&#038;regevent_action=register&#038;event_id=3&#038;name_of_event=Spooky+Chocolate+Sculpture+Class">Register</a></p>
<p>Description:
<p>Create a Spooktacular Edible Sculpture…fun for all ages!</p>
<p>In this hands-on class, chocolate comes alive as we transform it into a BOO-tiful Halloween chocolate sculpture. Everyone takes home their own sculpture just in time for Halloween!</p>
<p>Class includes hot chocolate &amp; our Vampire’s Kiss Kupcake!</p>
<p>Class size is limited so please register early &amp; all tickets must be purchased prior to class. Both adults &amp; children welcome! Children must be 8 years or older and accompanied by an adult.<br />
Email events@coco-dc.com to register.</p>
<p>$35 per person</p>
<p><a class="event_espressoter_link" href="http://www.cocosala.com/?page_id=94&#038;regevent_action=register&#038;event_id=3&#038;name_of_event=Spooky+Chocolate+Sculpture+Class">Register</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cocosala.com/spooky-chocolate-sculpture-class/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Events Calendar</title>
		<link>http://www.cocosala.com/events-calendar</link>
		<comments>http://www.cocosala.com/events-calendar#comments</comments>
		<pubDate>Sun, 24 Oct 2010 04:41:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cocosala-dc.com/?p=954</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<script type="text/javascript">

	$jaer = jQuery.noConflict();
	jQuery(document).ready(function($jaer) {
        
            $jaer('#calendar').fullCalendar({
                
				/** 
				* General Display
				* http://arshaw.com/fullcalendar/docs/text/ 
				**/
				
				//Defines the buttons and title at the top of the calendar.
				header: { //Settings: http://arshaw.com/fullcalendar/docs/display/header/
                    left: 'prev, today', center: 'title', right: 'month,agendaWeek,agendaDay,next'                },
				
				/**
				* Theme Settings
				*
				* Once you enable theming with true, you still need to include the CSS file for the theme you want. 
				* For example, if you just downloaded a theme from the jQuery UI Themeroller, you need to put a <link> tag in your page's <head>.
				**/
				
				//Enables/disables use of jQuery UI theming.
				//theme: true, //Settings: http://arshaw.com/fullcalendar/docs/display/theme/
				
				//This option only applies to calendars that have jQuery UI theming enabled with the theme option.
				/*buttonIcons:{ //Settings: http://arshaw.com/fullcalendar/docs/display/buttonIcons/
					prev: 'circle-triangle-w',
					next: 'circle-triangle-e'
				},*/
		
				//The day that each week begins.
				//The value must be a number that represents the day of the week.
				//Sunday=0, Monday=1, Tuesday=2, etc.
				firstDay:0, //Settings: http://arshaw.com/fullcalendar/docs/display/firstDay/
				
				//Displays the calendar in right-to-left mode.
				isRTL: false,
				
				//Whether to include Saturday/Sunday columns in any of the calendar views.
				weekends: true,
				
				//Determines the number of weeks displayed in a month view. Also determines each week's height.
				weekMode:'fixed', //Settings: http://arshaw.com/fullcalendar/docs/display/weekMode/
				
				//Will make the entire calendar (including header) a pixel height.
				height:650, //Settings: http://arshaw.com/fullcalendar/docs/display/height/
				
				//Will make the calendar's content area a pixel height.
				//contentHeight: 600, //Settings: http://arshaw.com/fullcalendar/docs/display/contentHeight/

				//Determines the width-to-height aspect ratio of the calendar.
				//aspectRatio: 2, /?Settings: http://arshaw.com/fullcalendar/docs/display/aspectRatio/
				
				/** 
				* Agenda Options
				* http://arshaw.com/fullcalendar/docs/agenda/ 
				* Note: These ptions that apply to the agendaWeek and agendaDay views, and have beft out intentionally. 
				* Please refer to the URL above to add.manage your agenda views.
				**/

				/** 
				* Text/Time Customization Settings
				* http://arshaw.com/fullcalendar/docs/text/ 
				**/
				
				//Determines the time-text that will be displayed on each event.
				timeFormat:{ //Settings: http://arshaw.com/fullcalendar/docs/text/timeFormat/
					// for agendaWeek and agendaDay
					agenda: 'h:mm{ - h:mm}', // 5:00 - 6:30
				
					// for all other views
					'': 'h(:mm)t'            // 7p
				},
				
				//Determines the text that will be displayed on the calendar's column headings.
				columnFormat:{ //Settings: http://arshaw.com/fullcalendar/docs/text/columnFormat/
					month: 'ddd', week: 'ddd M/d', day: 'dddd M/d'					/*month: 'ddd',    // Mon
					week: 'ddd M/d', // Mon 9/7
					day: 'dddd M/d'  // Monday 9/7*/
				},
				
				//For date formatting options, please refer to: http://arshaw.com/fullcalendar/docs/utilities/formatDate/
				titleFormat:{ //Settings: http://arshaw.com/fullcalendar/docs/text/columnFormat/
					month: 'MMMM yyyy', week: "MMM d[ yyyy]{ '—'[ MMM] d yyyy}", day: 'dddd, MMM d, yyyy'					/*month: 'MMMM yyyy',                             // September 2009
					week: "MMM d[ yyyy]{ '&#8212;'[ MMM] d yyyy}", // Sep 7 - 13 2009
					day: 'dddd, MMM d, yyyy'                  // Tuesday, Sep 8, 2009*/
				},
				
				//Text that will be displayed on buttons of the header.
				buttonText: { //Settings: http://arshaw.com/fullcalendar/docs/text/buttonText/
					left: 'prev, today', center: 'title', right: 'month,agendaWeek,agendaDay,next'					/*prev:     '&nbsp;&#9668;&nbsp;',  // left triangle
					next:     '&nbsp;&#9658;&nbsp;',  // right triangle
					prevYear: '&nbsp;&lt;&lt;&nbsp;', // <<
					nextYear: '&nbsp;&gt;&gt;&nbsp;', // >>
					today:    'today',
					month:    'month',
					week:     'week',
					day:      'day'*/
				},
				
				//Full names of months.
				monthNames: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'/*'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'*/],
				
				//Abbreviated names of months.
				monthNamesShort: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'/*'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'*/],
				
				//Full names of days-of-week.
				dayNames: [/*'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'*/],
				
				//Abbreviated names of days-of-week.
				dayNamesShort: [/*'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'*/],
				
				//Load the events into json srrsy
                events: [{"id":"3","title":"Spooky Chocolate Sculpture Class","start":"2010-10-30T14:30:00+00:00","end":"2010-10-30T15:30:00+00:00","allDay":false,"url":"http:\/\/www.cocosala.com\/?page_id=94&regevent_action=register&event_id=3&name_of_event=Spooky Chocolate Sculpture Class","description":"Create a Spooktacular Edible Sculpture\u2026fun for all ages!\r\n\r\nIn this hands-on class, chocolate comes alive as we transform it into a BOO-tiful Halloween chocolate sculpture. Everyone takes home their own sculpture just in time for Halloween!\r\n\r\nClass includes hot chocolate &amp; our Vampire\u2019s Kiss Kupcake!\r\n\r\nClass size is limited so please register early &amp; all tickets must be purchased prior to class. Both adults &amp; children welcome! Children must be 8 years or older and accompanied by an adult.\r\nEmail events@coco-dc.com to register.\r\n\r\n$35 per person"}],
                loading: function(bool) {
                    if (bool) $('#loading').show();
                    else $jaer('#loading').hide();
                }
                
            });
            
        });
    
</script>
    <div id='calendar'></div>

]]></content:encoded>
			<wfw:commentRss>http://www.cocosala.com/events-calendar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chocolate Spooky Sculpture Class</title>
		<link>http://www.cocosala.com/chocolate-spooky-sculpture-class-2</link>
		<comments>http://www.cocosala.com/chocolate-spooky-sculpture-class-2#comments</comments>
		<pubDate>Sun, 24 Oct 2010 03:48:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.cocosala-dc.com/?p=937</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<h3>This event has expired or is no longer available.</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.cocosala.com/chocolate-spooky-sculpture-class-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/23 queries in 0.385 seconds using disk: basic
Object Caching 439/473 objects using disk: basic

Served from: cocosala.com @ 2012-05-17 05:01:15 -->
