





<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr">
<head>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="https://www.riversidesleaford.org.uk/index.php" />
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<meta name="keywords" content="Riverside, Christian, Church, Sleaford, URC, United Reformed Church," />
	<meta name="description" content="The home page of Riverside Church in Sleaford Lincolnshire" />
	<meta name="generator" content="Joomla! - Open Source Content Management" />
	<title>Home</title>
	<link href="/index.php?format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
	<link href="/index.php?format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
	<link href="/templates/at_enigmainterworks_pro/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
	<link href="https://www.riversidesleaford.org.uk/index.php/component/search/?Itemid=101&amp;format=opensearch" rel="search" title="Search Riverside Church, Sleaford" type="application/opensearchdescription+xml" />
	<link href="/templates/at_enigmainterworks_pro/css/only_j3.css" rel="stylesheet" type="text/css" />
	<link href="/templates/at_enigmainterworks_pro/css/template_j3.css" rel="stylesheet" type="text/css" />
	<link href="/templates/at_enigmainterworks_pro/css/hor_nav.css" rel="stylesheet" type="text/css" />
	<link href="/templates/at_enigmainterworks_pro/css/flexslider.css" rel="stylesheet" type="text/css" />
	<link href="/templates/at_enigmainterworks_pro/css/extensions.css" rel="stylesheet" type="text/css" />
	<link href="/templates/at_enigmainterworks_pro/css/responsive_v1.css" rel="stylesheet" type="text/css" />
	<link href="/templates/at_enigmainterworks_pro/css/template_v1.css" rel="stylesheet" type="text/css" />
	<link href="/templates/at_enigmainterworks_pro/css/typography.css" rel="stylesheet" type="text/css" />
	<link href="/modules/mod_jw_srfr/tmpl/default/css/template.css?v=3.9.0" rel="stylesheet" type="text/css" />
	<link href="/components/com_jevents/views/alternative/assets/css/modstyle.css?v=3.6.38" rel="stylesheet" type="text/css" />
	<link href="/media/com_jevents/css/bootstrap.css" rel="stylesheet" type="text/css" />
	<link href="/media/com_jevents/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
	<style type="text/css">
div.mod_search99 input[type="search"]{ width:auto; }
	</style>
	<script type="application/json" class="joomla-script-options new">{"csrf.token":"c0ee1e2b6da7ee1deceabf82d647db76","system.paths":{"root":"","base":""}}</script>
	<script src="/media/jui/js/jquery.min.js?5c876422e5666c23917059096e3ae0f6" type="text/javascript"></script>
	<script src="/media/jui/js/jquery-noconflict.js?5c876422e5666c23917059096e3ae0f6" type="text/javascript"></script>
	<script src="/media/jui/js/jquery-migrate.min.js?5c876422e5666c23917059096e3ae0f6" type="text/javascript"></script>
	<script src="/media/system/js/caption.js?5c876422e5666c23917059096e3ae0f6" type="text/javascript"></script>
	<script src="/media/jui/js/bootstrap.min.js?5c876422e5666c23917059096e3ae0f6" type="text/javascript"></script>
	<script src="/media/system/js/mootools-core.js?5c876422e5666c23917059096e3ae0f6" type="text/javascript"></script>
	<script src="/media/system/js/core.js?5c876422e5666c23917059096e3ae0f6" type="text/javascript"></script>
	<script src="/media/system/js/mootools-more.js?5c876422e5666c23917059096e3ae0f6" type="text/javascript"></script>
	<script src="/templates/at_enigmainterworks_pro/js/template.js" type="text/javascript"></script>
	<script src="/templates/at_enigmainterworks_pro/js/jquery_no_conflict.js" type="text/javascript"></script>
	<script src="/templates/at_enigmainterworks_pro/js/jquery.flexslider-min.js" type="text/javascript"></script>
	<!--[if lt IE 9]><script src="/media/system/js/html5fallback.js?5c876422e5666c23917059096e3ae0f6" type="text/javascript"></script><![endif]-->
	<script type="text/javascript">
jQuery(window).on('load',  function() {
				new JCaption('img.caption');
			});function fetchMoreLatestEvents(modid, direction)
{        
        jQuery.ajax({
                    type : 'POST',
                    dataType : 'json',
                    url : "https://www.riversidesleaford.org.uk/index.php?option=com_jevents&ttoption=com_jevents&typeaheadtask=gwejson&file=fetchlatestevents&path=module&folder=mod_jevents_latest&token=c0ee1e2b6da7ee1deceabf82d647db76",
                    data : {'json':JSON.stringify({'modid':modid, 'direction':direction})},
                    contentType: "application/x-www-form-urlencoded; charset=utf-8",
                    scriptCharset: "utf-8"
            })                        
                .done(function( data ){                    
                    jQuery("#mod_events_latest_"+modid+"_data").replaceWith(data.html);
                    try {
                        document.getElementById("mod_events_latest_"+modid+"_data").parentNode.scrollIntoView({block: "start", behavior: "smooth"});
                    }
                    catch (e) {
                    }
                })
                .fail(function(x) {
        alert('fail '+x);
                });
}
	</script>

<!-- INCLUDE RSP MENU -->

<script type="text/javascript">
// DOM READY
// $(function() {   to make it work updated to jQuery(function ($) {  see changedlog.txt expl.
jQuery(function ($) {   
// CREATE THE DROPDOWN BASE
$("<select />").appendTo("#hor_nav");
// CREATE DEFAULT OPTION "SELECT A PAGE..."
$("<option />", {
"selected": "selected",
"value"   : "",
text: "Choose your page here -->",
}).appendTo("#hor_nav select");
// POPULATE DROPDOWN WITH MENU ITEMS
$("#hor_nav a").each(function() {
var el = $(this);
$("<option />", {
"value"   : el.attr("href"),
"text"    : el.text()
}).appendTo("#hor_nav select");
});
// MAKE DROPDOWN WORK
$("#hor_nav select").change(function() {
window.location = $(this).find("option:selected").val();
});

});
</script>




<!-- INCLUDE CSS -->

<!-- CSS COMPATIBILITY -->



<style type="text/css">
/* BUTOON JOOMLA 3.x */
/* COLOR 4 */
.btn-primary, .btn-primary:hover, .readmore .btn
{
color: #2237d6;
}
/* COLOR 1 */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a 
{
background-color: #1e1ed1!important; /* PRINT-EMAIL ICON HOVER */
}
</style>
<!-- //CSS COMPATIBILITY -->




<!-- START CUSTOM COLOR -->
<style type="text/css">


/* SEARCH */
.header .search .inputbox, #login_module .plus-button A
{
color: #1e1ed1;
}
.search .inputbox
{
/* border: 1px solid #1e1ed1 !important; */
}

/* SLIDESHOW */
.flex-next, .flex-prev, .flex-caption
{
/* background-color: #1e1ed1 !important; */
}

/* BREADCRUMB */
.container_outer_pathway .container, .container_outer_pathway .container-fluid
{
/* background-color: #1e1ed1; */
}


/* PAGE TITLE */
H2 A
{
color: #1e1ed1;
}


/* NEWSFLASH MODULE  */
a.pl-category, a.pl-title
{
color: #1e1ed1 !important;
}


/* TEMPLATE LINK COLOR  */
a
{
color: #1e1ed1;
}

/*
.site-title, .site-description
{
color: #1e1ed1;
}
*/

/* ARROWS HORIZONTAL NAVIGATION */
#hor_nav .deeper.parent .dropdown-toggle .caret
{
border-top-color: #1e1ed1;
border-bottom-color: #1e1ed1; 
}
/* RESPONSIVE MENU */
#hor_nav SELECT
{
color: #d66666 !important;
}
/* //RESPONSIVE MENU */

/* HORIZONTAL NAVIGATION */
#hor_nav LI.active A
{
background-color: #1e1ed1;
}
#hor_nav LI A
{
border-right: 2px solid #006699 
}
#hor_nav ul li a
{
color: #ffffff}
#hor_nav LI A:hover, #hor_nav LI:hover A, #hor_nav LI.sfHover A

{
background-color: #1e1ed1 !important;
}
#hor_nav LI LI A, #hor_nav LI LI.active A, #hor_nav LI LI A:hover
{
border-top: 1px solid #777777;
border-right: 1px solid #777777;
}
#hor_nav LI LI A, #hor_nav LI LI.active A, #hor_nav LI LI A:hover
{
color: #ffff00}

/* //NAVIGATION */

</style>
<!-- //CUSTOM COLOR -->


<!-- GENERAL CSS -->
<style type="text/css">


/* LOGO */
.header-inner IMG
{
width: 44px;
height: 80px;
}


/* NAVIGATION */
#hor_nav LI A
{
font-size: 14px;
}
#hor_nav
{
background-color: #031685; 
}
#hor_nav
{
background-image: url(/templates/at_enigmainterworks_pro/images/menu_img/nav_bg_default.png);
}


#hor_nav
{
background-image: url(/templates/at_enigmainterworks_pro/images/menu_img/nav_bg_default.png);
}
/* //NAVIGATION */



/* COLOR 2 */
.well
{
border: 1px solid #8e93ed;
}
#page_header_h3
{
/* border-bottom: 1px solid #8e93ed; */
}
/* //COLOR 2 */




/* COLOR 3 */
.footer, .footer A, .footer .well, .footer #page_header_h3, .container_cpanel_outer 
{
color: #6b1f42;
}
.footer #page_header_h3
{
border-bottom: 1px dotted #6b1f42;
}
/* //COLOR 3 */




/* COLOR 5 */
.flex-caption
{
color: #fd7601;
}
.flex-control-paging LI A
{
/* border: 1px solid #fd7601; */
}
.flex-control-paging LI A:hover
{
background-color: #fd7601;
}
.flex-control-paging LI A.flex-active
{
/* background-color: #fd7601; */
}
/* //COLOR 5 */




/* MODULES */
#page_header_h3
{
font-size: 18px;
}
#page_header_h3
{
color: #333399;
}
#page_header_h3
{
background-color: #dddddd;
}
#page_header_h3
{
background-image: url(/templates/at_enigmainterworks_pro/images/backgrounds/module_h3_bg_default.png);
}
#page_header_h3
{
background-image: url(/templates/at_enigmainterworks_pro/images/backgrounds/module_h3_bg_default.png);
}
.well
{
background-color: #cccccc;
}
.well
{
background-image: url(/templates/at_enigmainterworks_pro/images/backgrounds/module_bg_default.png) !important;
}
.well
{
background-image: url(/templates/at_enigmainterworks_pro/images/backgrounds/module_bg_default.png) !important;
}
/* //MODULES */



/* HEADER */
.header
{
background-color: #ffffff 
}
.header
{
background-image: url(/templates/at_enigmainterworks_pro/images/backgrounds/no.png) !important;
}
.header
{
background-image: url(/templates/at_enigmainterworks_pro/images/backgrounds/no.png) !important;
}
/* //HEADER */



/* BODY */
BODY
{
color:  !important;
}
BODY
{
font-size: }
BODY
{
font-family: }
BODY.site, BODY.site.fluid
{
background-color: #ffffff}
BODY.site, BODY.site.fluid
{
background-image: url(/templates/at_enigmainterworks_pro/images/backgrounds/body_bg_default.png) !important;
}
BODY.site, BODY.site.fluid
{
background-image: url(/templates/at_enigmainterworks_pro/images/backgrounds/body_bg_default.png) !important;
}
/* //BODY */



/* FOOTER */
.footer
{
background-color: #3333ff !important;
}
.footer
{
background-image: url(/templates/at_enigmainterworks_pro/images/backgrounds/footer_bg_default.png) !important;
}
.footer
{
background-image: url(/templates/at_enigmainterworks_pro/images/backgrounds/footer_bg_default.png) !important;
}
/* //FOOTER */

</style>
<!-- //GENERAL CSS -->



<!-- STANDARD WEB FONTS -->

<!-- STANDARD WEB FONTS -->



<!-- GOOGLE FONTS -->
<!-- GOOGLE H1,H2,H3,H4,H5,H6, COMPONENT HEADING -->
<!-- //GOOGLE H1,H2,H3,H4,H5,H6, COMPONENTHEADING -->
<!-- GOOGLE FONTS MODULE H3 -->
<!-- GOOGLE FONTS MODULE H3 -->
<!-- GOOGLE FONTS HORIZONTAL NAVIGATION -->
<!-- //GOOGLE FONTS HORIZONTAL NAVIGATION -->
<!-- GOOGLE FONTS SLIDESHOW DESCRIPTION -->
<!-- //GOOGLE FONTS SLIDESHOW DESCRIPTION -->
<!-- //GOOGLE FONTS -->


<!-- MODULE CLASS SUFFIX -->
<style type="text/css">
.well._color1
{
background-color: #fd7601;
}
.well._color2
{
background-color: #ffaa22;
}
.well._color3
{
background-color: #0000cc;
}
.well._color4
{
background-color: #0000cc;
}
.well._color5
{
background-color: #0000cc;
}
</style>
<!-- //MODULE CLASS SUFFIX -->



<style type="text/css">

/* GENERAL */

/* HEADER */
.container_header_outer .container, .container_header_outer .container-fluid
{
border-radius: 10px 10px 0px 0px;
}

.header
{
border-radius: 0px;
}

/* BOTTOM */
.container_bottom_outer .container, .container_bottom_outer .container-fluid
{
border-radius: 0px;
}
.container, .container-fluid
{
border-radius: 0px;
}


/* SEARCH */
.header .search .inputbox
{
border-radius: 0px;
}


/* SLIDESHOW */
.container_slideshow_outer .container
{
border-radius: 0px;
}

/* NAVIGATION */
/* FIRST ACTIVE */
#hor_nav .active.first A
{
border-radius: 0px;
}
/* //FIRST ACTIVE */
#hor_nav
{
border-radius: 0px;
}
.container_nav_outer .container
{
border-radius: 0px;
}
.container_nav_outer .container-fluid
{
border-radius: 0px;
}
.container .navbar
{
border-radius: 0px;
}
#hor_nav LI, #hor_nav LI.active A
{
border-radius: 0px;
}
/* SUBMENU RADIUS DO NOT CHANGE THIS */
#hor_nav .deeper.parent UL LI A
{
border-radius: 0px;
}
/* //NAVIGATION */



/* MODULE STYLE */
.well
{
border-radius: 0px;
}
#page_header_h3
{
border-radius: 0px;
}
.footer #page_header_h3
{
border-radius: 0px;
}



/* TABS */
.well._color LI.tab
{
border-radius: 0px;
}
.well._color LI.tab SPAN
{
border-radius: 0px;
}



/* PATHWAY */
.container_outer_pathway .container, .container_outer_pathway .container-fluid
{
border-radius: 0px;
}


/* FOOTER */
.container_footer_outer .container, .container_footer_outer .container-fluid
{
border-radius: 0px 0px 10px 10px;
}

</style>



<style>
                div#cookieMessageContainer {
                    font: normal 12px/16px Arial,Verdana,sans-serif;
                    position:fixed;
                    z-index:9999;
                    top:0px;
					right:0px;
                    margin:0px auto;
					color: #fff;
					padding: 5px;
                }
                table, tr, td {border:0px !important}
				#cookieMessageText p,.accept{font:normal 12px/16px Arial,Verdana,sans-serif;margin:0;padding:0 0 6px;text-align:left;vertical-align:middle}
				#cookieMessageContainer table,#cookieMessageContainer td{margin:0;padding:0;vertical-align:middle}
                #cookieMessageText, .accept  {font-family:arial,verdana;
                    font-size:12px;}
                #cookieMessageContainer .cookie_button{background: url(https://www.riversidesleaford.org.uk/plugins/system/EUCookieDirectiveLite/EUCookieDirectiveLite/images/continue_button.png);text-shadow: #fff 0.1em 0.1em 0.2em; color: #000; padding: 5px 12px;height: 14px;float: left;}
                #cookieMessageInformationIcon {margin-right:10px;height:29px;}
				#continue_button{vertical-align:middle;cursor:pointer;margin:0 0 0 10px}
                #info_icon {vertical-align:middle;margin-top:5px;}
                #outer table, #outer tr, #outer td {border:none;}
                #outer{padding:2px;}
				.accept {float: left;padding: 5px 6px 4px 15px; color: #fff;}
				a#cookieMessageDetailsLink {color:#fff!important; text-decoration: underline;}
            </style></head>


<body class="site com_content view-featured layout- task- itemid-101  fluid">
<!-- BODY -->
<div class="body">

<!-- BLOCK SLIDEPANEL -->





<!-- BLOCK HEADER -->

<!-- HEADER OUTER -->
<div class="container_header_outer">

<div class="container-fluid">
<div class="row-fluid">

<!-- HEADER -->

<div class="header">
<div class="header-inner">

<!-- SOCIALMEDIA -->

<div id="social_bm_outer">
<ul id="social_bm_nav">

<li class="item_twitter"><a href="https://twitter.com/R_sideChurch" title="Twitter"></a></li>

<li class="item_facebook"><a href="https://www.facebook.com/groups/169598272331/" title="Facebook"></a></li>








</ul>
</div>

<!-- LOGO -->
<a class="brand pull-left" href="/">
<img src="https://www.riversidesleaford.org.uk/images/general/riverside-logo-sm.jpg" alt="Riverside Church, Sleaford" /><div class="site-description">Riverside Church, Sleaford</div></a><!-- SEARCH -->
<div class="header-search pull-right">
<!-- LOGIN MODULE -->
<div id="login_module">

</div>
<!-- //LOGIN MODULE -->
<div class="search mod_search99">
	<form action="/index.php" method="post" class="form-inline" role="search">
		<label for="mod-search-searchword99" class="element-invisible">Search ...</label> <input name="searchword" id="mod-search-searchword99" maxlength="200"  class="inputbox search-query input-medium" type="search" size="20" placeholder="Search ..." />		<input type="hidden" name="task" value="search" />
		<input type="hidden" name="option" value="com_search" />
		<input type="hidden" name="Itemid" value="101" />
	</form>
</div>

</div>

<div class="clearfix"></div>
</div>
</div>
<!-- //HEADER -->

</div>
</div>

</div>
<!-- //HEADER OUTER -->
<!-- BLOCK PATHWAY -->

<!-- BLOCK NAIGATION -->


<!-- NAVIGATION OUTER -->
<div class="container_nav_outer">

<div class="container-fluid">
<div class="row-fluid">

<!-- MAIN NAVIGATION -->
<div id="hor_nav">
 
<ul class="menu" id="hor_nav">
<li class="item-101 current active first"><a href="/index.php" >Home</a></li><li class="item-184 deeper parent"><a class="dropdown-toggle" href="/index.php/about-riverside"  data-toggle="dropdown">About us<b class="caret"></b></a><ul><li class="item-115 first"><a href="/index.php/about-riverside/mission-vision-values" >Mission, vision &amp; values</a></li><li class="item-116"><a href="/index.php/about-riverside/leaders" >Leaders</a></li><li class="item-117"><a href="/index.php/about-riverside/finding-us" >Finding us</a></li><li class="item-118"><a href="/index.php/about-riverside/f-a-q" >F.A.Q</a></li><li class="item-110 deeper parent"><a href="/index.php/about-riverside/about-us" >A short history</a><ul><li class="item-219 first last"><a href="/index.php/about-riverside/about-us/holdich-pipe-organ" >Holdich pipe organ</a></li></ul></li><li class="item-233 last"><a href="/index.php/about-riverside/cookies" >Website privacy</a></li></ul></li><li class="item-185 deeper parent"><a class="dropdown-toggle" href="/index.php/our-ministries"  data-toggle="dropdown">Ministries<b class="caret"></b></a><ul><li class="item-112 deeper parent"><a href="/index.php/our-ministries/youth-children" >Youth &amp; Children</a><ul><li class="item-128 first"><a href="/index.php/our-ministries/youth-children/junior-church" >Junior Church</a></li><li class="item-114"><a href="/index.php/our-ministries/youth-children/boys-brigade" >Boys Brigade</a></li><li class="item-129 last"><a href="/index.php/our-ministries/youth-children/girls-brigade" >Girls Brigade</a></li></ul></li><li class="item-111 deeper parent"><a href="/index.php/our-ministries/ministries" >Other ministries</a><ul><li class="item-122 first"><a href="/index.php/our-ministries/ministries/small-groups" >Small Groups</a></li><li class="item-124"><a href="/index.php/our-ministries/ministries/the-source" >The Source</a></li><li class="item-125 deeper parent"><a href="/index.php/our-ministries/ministries/social-meetings" >Social Meetings</a><ul><li class="item-127 first last"><a href="/index.php/our-ministries/ministries/social-meetings/short-mat-bowls" >Short Mat Bowls</a></li></ul></li></ul></li></ul></li><li class="item-186 deeper parent"><a class="dropdown-toggle" href="/index.php/worship"  data-toggle="dropdown">Worship<b class="caret"></b></a><ul><li class="item-119 first"><a href="/index.php/worship/worship-time" >Worship Times</a></li><li class="item-213"><a href="/index.php/worship/sermons-audio" >Sermons</a></li><li class="item-293"><a href="/index.php/worship/podcast-audio" >Podcasts</a></li><li class="item-315 last"><a href="/index.php/worship/sleaford-keswick" >Sleaford Keswick</a></li></ul></li><li class="item-132"><a href="/index.php/contact-us" >Contact us</a></li><li class="item-202 last"><a href="/index.php/news" >News/Other</a></li></ul></div>
<!-- MAIN NAVIGATION -->

</div>
</div>

</div>
<!-- //NAVIGATION OUTER -->




<!-- BLOCK MAINBODY -->

<div class="container_container_outer">

<div class="container-fluid">
<div class="row-fluid">

<!-- SHOW/HIDE FRONTPAGE -->








<!-- LAYOUT(LEFT-CONTENT-RIGHT) -->
<!-- //LAYOUT(LEFT-CONTENT-RIGHT) -->










<!-- //LAYOUT(LEFT-RIGHT-CONTENT) -->
<!-- //LAYOUT(LEFT-RIGHT-CONTENT) -->







<!-- //LAYOUT(CONTENT-LEFT-RIGHT) -->

<!-- CONTENT -->
<div id="content" class="span9">
<div id="system-message-container">
	</div>


<!-- SLIDESHOW -->


<script type="text/javascript">
    jQuery(window).load(function(){
      jQuery('.flexslider').flexslider({
			namespace: "flex-",								 //{NEW} String: Prefix string attached to the class of every element generated by the plugin
			selector: ".slides > li",						 //{NEW} Selector: Must match a simple pattern. '{container} > {slide}' -- Ignore pattern at your own peril
			animation: "fade",           //String: Select your animation type, "fade" or "slide"
			easing: "swing",								 //{NEW} String: Determines the easing method used in jQuery transitions. jQuery easing plugin is supported!
			direction: "horizontal",			 //String: Select the sliding direction, "horizontal" or "vertical"
			reverse: false,									 //{NEW} Boolean: Reverse the animation direction
			animationLoop: true,							 //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end
			smoothHeight: false,							 //{NEW} Boolean: Allow height of the slider to animate smoothly in horizontal mode
			startAt: 0,										 //Integer: The slide that the slider should start on. Array notation (0 = first slide)
			slideshow: true,								 //Boolean: Animate slider automatically
			slideshowSpeed: "5000", //Integer: Set the speed of the slideshow cycling, in milliseconds
			animationSpeed: 1500,                             //Integer: Set the speed of animations, in milliseconds
			initDelay: 0,									 //{NEW} Integer: Set an initialization delay, in milliseconds
			randomize: false,								 //Boolean: Randomize slide order
		
			// USABILITY FEATURES
			pauseOnAction: true,							 //Boolean: Pause the slideshow when interacting with control elements, highly recommended.
			pauseOnHover: false,							 //Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering
			useCSS: true,									 //{NEW} Boolean: Slider will use CSS3 transitions if available
			touch: true,									 //{NEW} Boolean: Allow touch swipe navigation of the slider on touch-enabled devices
			video: false,									 //{NEW} Boolean: If using video in the slider, will prevent CSS3 3D Transforms to avoid graphical glitches
		
			// PRIMARY CONTROLS
			controlNav: 0,			 //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
			directionNav: 1,		 //Boolean: Create navigation for previous/next navigation? (true/false)
			prevText: "Previous",							 //String: Set the text for the "previous" directionNav item
			nextText: "Next",								 //String: Set the text for the "next" directionNav item
		
			// SECONDARY NAVIGATION
			keyboard: true,									 //Boolean: Allow slider navigating via keyboard left/right keys
			multipleKeyboard: false,						 //{NEW} Boolean: Allow keyboard navigation to affect multiple sliders. Default more than one slider present.
			mousewheel: false,								 //{UPDATED} Boolean: Requires jquery.mousewheel.js - Allows slider navigating via mousewheel
			pausePlay: false,								 //Boolean: Create pause/play dynamic element
			pauseText: "Pause",								 //String: Set the text for the "pause" pausePlay item
			playText: "Play",								 //String: Set the text for the "play" pausePlay item
		
			// SPECIAL PROPERTIES
			controlsContainer: "",							 //{UPDATED} jQuery Object/Selector: Declare which container the navigation elements should be appended too
			manualControls: "",								 //{UPDATED} jQuery Object/Selector: Declare custom control navigation. 
			sync: "",										 //{NEW} Selector: Mirror the actions performed on this slider with another slider. Use with care.
			asNavFor: "",									 //{NEW} Selector: Internal property exposed for turning the slider into a thumbnail nav for another slider
		
			// CAROUSEL OPTIONS
			itemWidth: 0,									 //{NEW} Integer: Box-model width of individual carousel items, including horizontal borders and padding.
			itemMargin: 0,									 //{NEW} Integer: Margin between carousel items.
			minItems: 0,									 //{NEW} Integer: Minimum number of carousel items that should be visible. 
			maxItems: 0,									 //{NEW} Integer: Maxmimum number of carousel items that should be visible. 
			move: 0,										 //{NEW} Integer: Number of carousel items  moveD on animation. If 0, slider will move all visible items.
      });
    });
</script>

<!-- //SLIDESHOW -->

<!-- TABS -->
<!-- //TABS -->
<div class="blog-featured" itemscope itemtype="https://schema.org/Blog">
<div class="items-leading clearfix">
			<div class="leading-0 clearfix"
			itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
			
	<h2 class="item-title" itemprop="headline">
			<a href="/index.php/8-general/4-welcome" itemprop="url">
			Welcome		</a>
		</h2>








<p><span style="background-color: #ffff00; color: #000000; font-size: 12pt;"><strong>Advanced notice :  In the next 2 week this website will be undergoing some significant maintenance and may be unavailable for a period - We'll be back, so don't delete your links. However if you do need to contact us urgently whilst the maintenance is in progress, please contact us by telephone or via our Facebook page - thanks, and apologies for any inconvenience caused.</strong></span></p>
<p> <span style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">Riverside Church is a busy church with something going on every day.  We meet for worship on Sundays at 10:45am in our church building on Southgate, the main shopping street of Sleaford, a market town in Lincolnshire.  You are very welcome to drop in for worship, where you will be made very welcome.</span></p>
<p style="margin: 0px;"><span style="margin: 0px; font-family: 'Arial',sans-serif; font-size: 10pt;">We extend a special welcome to those who are single, married, divorced, gay, filthy rich, dirt poor, or are homeless; to those who may have come to this country recently and only speak a little English*; to those who are crying, to new-borns, to those of you who are skinny as a rake and to those who could afford to lose a few pounds.</span></p>
<p><span style="font-family: Arial, sans-serif; font-size: 10pt;">We welcome you if you can sing like Pavarotti or who can’t carry a note in a bucket. You’re welcome here if you’re ‘just browsing’, just woken up or just got out of prison. We don’t care if you are more Christian than the Archbishop of Canterbury or haven’t been in church since little Jack’s christening.</span></p>
<p><span style="font-family: Arial, sans-serif; font-size: 10pt;">We extend a special welcome to those who are over 60 but not grown up yet, and to teenagers who are growing up too fast. We welcome keep-fit mums, football dads, starving artists, tree-huggers, latte-sippers, vegetarians, junk-food eaters. We welcome those who are in recovery or still addicted. We welcome you if you’re having problems or you’re down in the dumps or if you don’t like ‘organised religion’; we’ve been there too!</span></p>
<p style="margin: 0px;"><span style="font-size: 10pt;"><span style="margin: 0px; font-family: 'Arial',sans-serif;">If you blew all your money on the horses, you’re welcome here. We offer a welcome to those who think the earth is flat, work too hard, don’t work, can’t spell or come simply because grandma is in town and wanted to go to church.</span></span></p>
<p><span style="font-family: Arial, sans-serif; font-size: 10pt;">We welcome those of you who are inked, pierced or both. We offer a special welcome to those who could use a prayer right now, had religion shoved down your throat as a kid or if you simply got lost in Sleaford’s one way system and wound up here by mistake. We welcome tourists, seekers and doubters, bleeding hearts and you!</span></p>
<p style="margin: 0px;"><span style="color: #000030; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.3333px; margin: 0px;"><span style="margin: 0px; color: #222222; font-family: Arial, sans-serif;">(*kas tikai runā nedaudz angliski / </span></span><span style="color: #000030; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.3333px; margin: 0px;"><span style="margin: 0px; color: #222222; font-family: Arial, sans-serif;">kurie kalba tik šiek tiek anglų / </span></span><span style="color: #000030; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.3333px; margin: 0px;"><span style="margin: 0px; color: #222222; font-family: Arial, sans-serif;">którzy tylko mówią trochę po angielsku / </span></span><span style="color: #000030; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.3333px; margin: 0px;"><span style="margin: 0px; color: #222222; font-family: Arial, sans-serif;">которые говорят только немного по-английски</span></span><span style="color: #000030; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.3333px; margin: 0px;"><span style="margin: 0px; color: #222222; font-family: Arial, sans-serif;"> / </span></span><span style="color: #000030; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.3333px; margin: 0px;"><span style="margin: 0px; color: #222222; font-family: Arial, sans-serif;">care vorbesc doar puțin limba engleză)</span></span></p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">As a Christian fellowship our aim is to show God’s love in action by the activities carried out in our building, and through our interaction with our neighbours, both as a church and as individuals.</span></p>
<p style="font-size: 12.16px;"><span style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">Riverside Church is committed to working with the churches in the town wherever possible. We are a part of Churches Together in Sleaford and District (CTSD). Volunteers from the other churches often join us in several of our mission projects.</span></p>
<p><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;">We run a community cafe at the front of our building.  This venture is known as '</span><a style="font-family: arial, helvetica, sans-serif; font-size: 10pt;" href="/index.php/our-ministries/ministries/the-source">The Source</a><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;">' and in addition to the cafe we have several well-equipped meeting rooms available to let (subject to our lettings policy). Further details can be found </span><a style="font-family: arial, helvetica, sans-serif; font-size: 10pt;" href="http://source.riversidesleaford.org.uk/" target="_blank" rel="noopener noreferrer">here.</a> </p>



		</div>
			</div>
	
		
		<div class="items-row cols-3 row-0 row-fluid">
					<div class="item column-1 span4"
				itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
			
	<h2 class="item-title" itemprop="headline">
			<a href="/index.php/about-riverside/mission-vision-values" itemprop="url">
			Mission, vision &amp; values		</a>
		</h2>








<p>We are a broadly evangelical Christian church - which means we place the Word of God&nbsp;as a high&nbsp;authority for what we do and what we believe.</p>
<p>We are also a church committed to sharing the love of God in Christ Jesus to all whom we can. We do this through what we say and what we do. To put it another way, it is not enough just to tell others about Jesus - we want to show it too.</p>
<h1>Our mission statement</h1>
<p>The purpose of Riverside Church is to bring glory to God by proclaiming new life in Jesus Christ, being a welcoming Christian community, growing in maturity and reaching out in service to our neighbours near and far.</p>



	
<p class="readmore">
			<a class="btn" href="/index.php/about-riverside/mission-vision-values" itemprop="url" aria-label="Read more:  Mission, vision &amp; values">
			<span class="icon-chevron-right" aria-hidden="true"></span> 
			Read more ...		</a>
	</p>



			</div>
			
			
	
					<div class="item column-2 span4"
				itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
			
	<h2 class="item-title" itemprop="headline">
			<a href="/index.php/our-ministries/youth-children" itemprop="url">
			Youth &amp; Children		</a>
		</h2>








<p><img src="/images/youth/urc_cfca_logo.jpg" alt="Child Friendly Church Award" width="102" height="72" style="margin-right: 10px; margin-bottom: 0px; float: left;" />Riverside Church, Sleaford, is a church committed to including age-appropriate activities for children and young people. More than this, we have as one of our core values something taken from the United Reformed Church's document, "Towards a charter for children in the Church." One of the points in that charter says, "We will only do things in separate age groups what we cannot in conscience do together."</p>
<p>This means that we expect our children to play a full part in the life of the church. They can minister powerfully to adults, just as adults can minister to them. We expect God to speak to them and God to speak to the whole church through them. We have a range of age-appropriate groups and activities to help their learning and spiritual growth, but it is our intention not to exclude children from any part of our church's life unless there are excellent and compelling reasons for so doing.</p>



	
<p class="readmore">
			<a class="btn" href="/index.php/our-ministries/youth-children" itemprop="url" aria-label="Read more:  Youth &amp; Children">
			<span class="icon-chevron-right" aria-hidden="true"></span> 
			Read more ...		</a>
	</p>



			</div>
			
			
		</div>
		
	


</div>

</div>
<!-- //CONTENT -->

<!-- LEFT COLUMN -->
<!-- //LEFT COLUMN -->

<!-- RIGHT COLUMN -->
<div id="aside" class="span3">
<div class="well "><div class="page-header" id="page_header_h3">Bible verse of the day</div>

<!-- JoomlaWorks "Simple RSS Feed Reader" Module (v3.9.0) starts here -->
<div class="srfrContainer ">

    
        <ul class="srfrList">
                <li class="srfrRow srfrRowIsOdd">
                        <h3><a target="_blank" href="/">Ephesians 1:18</a></h3>
            
            
            
                        <p>
                
                                &ldquo;I pray that the eyes of your heart may be enlightened in order that you may know the hope to which he has called you, the riches of his glorious inheritance in his holy people,&rdquo;                            </p>
            
            
            <div class="clr"></div>
        </li>
            </ul>
    
    
    </div>

<div class="clr"></div>

<!-- JoomlaWorks "Simple RSS Feed Reader" Module (v3.9.0) ends here -->

</div><div class="well "><div class="page-header" id="page_header_h3">What's on</div><table class="mod_events_latest_table jevbootstrap" width="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td class="mod_events_latest_first" style="border-color:#996633"><span class="mod_events_latest_date">Tue Nov  1</span>, <span class="mod_events_latest_date">19:00</span> - <span class="mod_events_latest_date">21:00</span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/01/17957/-/short-mat-bowls?Itemid=1"  target="_top" >Short mat bowls</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#996633"><span class="mod_events_latest_date">Wed Nov  2</span>, <span class="mod_events_latest_date">10:00</span> - <span class="mod_events_latest_date">14:00</span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/02/10417/-/source-cafe?Itemid=1"  target="_top" >Source Cafe</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#330099"><span class="mod_events_latest_date">Wed Nov  2</span>, <span class="mod_events_latest_date">12:00</span> - <span class="mod_events_latest_date"></span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/02/23951/-/wednesday-house-group?Itemid=1"  target="_top" >Wednesday House group</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#660000"><span class="mod_events_latest_date">Wed Nov  2</span>, <span class="mod_events_latest_date">18:15</span> - <span class="mod_events_latest_date">21:00</span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/02/11380/-/boys-brigade?Itemid=1"  target="_top" >Boys Brigade</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#996633"><span class="mod_events_latest_date">Thu Nov  3</span>, <span class="mod_events_latest_date">10:00</span> - <span class="mod_events_latest_date">14:00</span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/03/10418/-/source-cafe?Itemid=1"  target="_top" >Source Cafe</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#330099"><span class="mod_events_latest_date">Thu Nov  3</span>, <span class="mod_events_latest_date">10:30</span> - <span class="mod_events_latest_date"></span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/03/24950/-/home-group-leasingham?Itemid=1"  target="_top" >Home group (Leasingham)</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#660000"><span class="mod_events_latest_date">Thu Nov  3</span>, <span class="mod_events_latest_date">18:00</span> - <span class="mod_events_latest_date">21:00</span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/03/12379/-/girls-brigade?Itemid=1"  target="_top" >Girls Brigade</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#330099"><span class="mod_events_latest_date">Fri Nov  4</span>, <span class="mod_events_latest_date">18:30</span> - <span class="mod_events_latest_date">21:00</span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/04/15256/-/home-group-fortnightly?Itemid=1"  target="_top" >Home group (fortnightly)</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#996633"><span class="mod_events_latest_date">Sat Nov  5</span>, <span class="mod_events_latest_date">10:00</span> - <span class="mod_events_latest_date">14:00</span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/05/10419/-/source-cafe?Itemid=1"  target="_top" >Source Cafe</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#006600"><span class="mod_events_latest_date">Sun Nov  6</span>, <span class="mod_events_latest_date">10:45</span> - <span class="mod_events_latest_date">12:00</span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/06/15674/-/morning-worship-10-45?Itemid=1"  target="_top" >Morning Worship (10:45)</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#006600"><span class="mod_events_latest_date">Mon Nov  7</span>, <span class="mod_events_latest_date">07:30</span> - <span class="mod_events_latest_date"></span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/07/19956/-/prayer-meeting-zoom?Itemid=1"  target="_top" >Prayer Meeting (Zoom)</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#996633"><span class="mod_events_latest_date">Mon Nov  7</span>, <span class="mod_events_latest_date">09:30</span> - <span class="mod_events_latest_date">11:30</span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/07/18957/-/riverside-ducklings-children-s-group?Itemid=1"  target="_top" >Riverside Ducklings Children&#039;s Group</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#996633"><span class="mod_events_latest_date">Mon Nov  7</span>, <span class="mod_events_latest_date">10:00</span> - <span class="mod_events_latest_date">14:00</span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/07/22953/-/source-cafe?Itemid=1"  target="_top" >Source Cafe</a></span></td></tr>
<tr><td class="mod_events_latest" style="border-color:#996633"><span class="mod_events_latest_date">Mon Nov  7</span>, <span class="mod_events_latest_date">19:00</span> - <span class="mod_events_latest_date">21:00</span><br />
<span class="mod_events_latest_content"><a href="/index.php/component/jevents/icalrepeat.detail/2022/11/07/16959/-/short-mat-bowls?Itemid=1"  target="_top" >Short mat bowls</a></span></td></tr>
</table>
</div>
</div>
<!-- //RIGHT COLUMN -->
<!-- //LAYOUT(CONTENT-LEFT-RIGHT) -->









<!-- //SHOW/HIDE FRONTPAGE -->

</div>
</div>

</div>
<!-- BLOCK NEWSFLASH MODULE -->


<!-- BLOCK TOP MODULES -->

<!-- BLOCK BOTTOM MODULES -->


<!-- BOTTOM MODULES OUTER -->
<div class="container_bottom_modules_outer">

<div class="container-fluid">
<div class="row-fluid">

<!-- BOTTOM MODULES -->
<div class="span12">
<div class="well ">
<ul class="breadcrumb">
	<li class="showHere">You are here: </li>	<li class="active">Home</li></ul>
</div>
</div>
<div class="span12">

</div>
<div class="span12">

</div>
<div class="span12">

</div>
<!-- //BOTTOM MODULES -->

</div>
</div>

</div>
<!-- TOP MODULES OUTER -->


<!-- BLOCK GOOGLE MAPS -->

<!-- BLOCK FOOTER -->



<div class="container_footer_outer">

<div class="container-fluid">
<div class="row-fluid">

<!-- FOOTER -->
<div class="footer">


<!-- FOOTER MODULES -->


<!-- //FOOTER MODULES -->

<p class="pull-right"><a href="#top" id="back-top">Back to Top</a></p>
<p>&copy; Riverside Church, Sleaford 2022</p>
</div>

<!-- //FOOTER -->
</div>
</div>

</div>

<!-- BOTTOM -->

<!-- BOTTOM OUTER -->
<div class="container_bottom_outer">

<div class="container-fluid">
<div class="row-fluid">

</div>
</div>

</div>
<!-- //BOTTOM OUTER-->



</div>
<!-- GOOGLE ANALYTICS -->

<!-- ANALYTICS -->
<!-- //ANALYTICS -->




<!-- BOOTSTRAP JS FILES -->

</div>
<!-- //BODY -->
<div id="outer" style="width:100%"><div id="cookieMessageContainer" style="margin-top:-10px;width:100%;background-color:#1D1D1D;"><table width="100%"><tr><td colspan="2"><div id="cookieMessageText" style="padding:15px 10px 0 15px;"><p style="color:#fff;">We use cookies to improve your experience on our website. By browsing this website you agree to our use of cookies although you can disable them via your browser.  To find out more about the cookies we use and how to delete them, see our <a id="cookieMessageDetailsLink" title="View our privacy policy page" href="https://www.riversidesleaford.org.uk/index.php/about-riverside/cookies">privacy policy</a>.</p></div></td></tr><tr><td align="left">&nbsp;&nbsp;<span class="accept"><span class="cookieMessageText">I accept cookies from this site.</span></span> <div border="0" class="cookie_button" id="continue_button" onclick="SetCookie('cookieAcceptanceCookie','accepted',9999);">Agree</div></td><td align="right"><div id="cookieMessageInformationIcon" style="float:right;"><img id="info_icon" src="https://www.riversidesleaford.org.uk/plugins/system/EUCookieDirectiveLite/EUCookieDirectiveLite/images/info_icon.png" alt="EU Cookie Directive plugin by www.channeldigital.co.uk" title="EU Cookie Directive plugin by www.channeldigital.co.uk" border="0" ></div></td></tr></table></div></div><script type="text/javascript" src="https://www.riversidesleaford.org.uk/plugins/system/EUCookieDirectiveLite/EUCookieDirectiveLite/EUCookieDirective.js"></script>
</body>

</html>


