/* cmsms stylesheet: a-b-bootstrap modified: 10/06/21 07:41:27 */


/*
/*
 * HTML5 ✰ Boilerplate v3.0.2
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { color:#000000;}
a:visited { color: #551a8b; }
a:hover { color:#ff0000; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * 'border-collapse: collapse;' needs to be overridden in designs having tables with rounded corners and drop shadows.
*/
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* cmsms stylesheet: a-b-layout modified: 01/19/22 08:39:22 */
@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
@media only screen and (max-width: 800px) {
    .Home-Page-Slideshow {
        display: none;
    }
}
@media only screen and (min-width: 721px) {
    .Home-Page-Slideshow-small {
        display: none;
    }
}


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
border:#000000 thin solid;
}
#div1 {
}
#header {
width: 100%;
}
#sub-header {
clear: both;
margin-left: 0;
width: 100%;
}
#nav {
}
#search-bar {

}
#content {
}
#useful-links {
}
#footer {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 94.675%; /* Was 94.675% changed to 98% by KB */
	padding-left: 1%; /* was 1.1625% changed to 1% by KB */
	padding-right: 1%; /* was 1.1625% changed to 1% by KB */
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#header {
width: 100%;
}
#sub-header {
clear: both;
margin-left: 0;
width: 100%;
}
#nav {
}
#search-bar {
}
#content {
}
#useful-links {
}
#footer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 98.5%; /* Was 88.5% changed by KB to 98.5% */
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#header {
width: 49.1525%;
}
#sub-header {
margin-left: 1.6949%;
clear: none;
width: 49.1525%;
}
#nav {
}
#search-bar {
}
#content {
}
#useful-links {
}
#footer {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
/* cmsms stylesheet: a-b-search modified: 10/14/21 07:22:34 */
#search {
	width: 130px;
	height: 0px;
	margin-top: 0px;
	padding-right: 10px;
float:left;
font-size:14px;
}
#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 150px;
	height: 25px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #;

/* padding of text */
	padding: 7px 0px 4px 10px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: bold 0.9em Arial, Helvetica, sans-serif;
/* left input image, set your own here */
	/*background: url(https://barrowuponsoar.org.uk/uploads/NCleanBlue/search-heritage-bu.png) no-repeat left top;*/
}
#search input.search-button {
/* specific size for image, your image may need these adjusted */
/*width: 0px;
	height: 0px;*/	
/* removes default borders, allows use of image */

    border-style: none;	

/* hides text, image has text */
	text-indent: -9999em;
	float: right;
	margin: 0;
/* provides positive hover effect */
	/*cursor: pointer;*/
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(https://barrowuponsoar.org.uk/uploads/NCleanBlue/search-2.png) no-repeat right top;
}
/* cmsms stylesheet: a-b-extra modified: 06/30/25 13:20:04 */
 /* page Links*/
 /* page links*/



body {
background:#ffffff url(https://barrowuponsoar.org.uk/uploads/designs/a-b-design/bg_banner.png) repeat-x left top;
z-index: -1;
}
.TinyMCE {
background-image: none;
}

/* TinyMCE specific rules */
body.mceContentBody { 

   background: #fff; 
   color:#000;
}
.menu-icon:after {
	background:#0000ff;
	box-shadow: 0 7px 0 #0000ff, 0 14px 0 #0000ff;
	content: ""
}
.menu-icon:hover:after {
	background: #ff0000;
	box-shadow: 0 7px 0 #ff0000, 0 14px 0 #ff0000;
}
#header-back {
background:#00a2dd url(https://barrowuponsoar.org.uk/uploads/designs/a-b-design/busca-bg.jpg) no-repeat left top;
  z-index:;
}
#header {
height:150px;
width:400px;
background:#00a2dd url(https://barrowuponsoar.org.uk/uploads/designs/a-b-design/logo-3.jpg) no-repeat left top;
}
#sub-header {
margin-top: 5em;
padding-left: 2em;
}
#nav {
background-color:#dddddd;
border:#000000 thin solid;
z-index: 999;
width:100%;
}
#search-bar {background-color:#dddddd;
border-bottom:#000000 thin solid;
border-left:#000000 thin solid;
border-right:#000000 thin solid;
height: 30px;
padding-top:2px;
}
#useful-links {
background-color:#00a2dd;
}
#footer {
background-color:#a1cbda;
font-size: 0.8em;
height:20px;
}/* h6 used for header sitename only*/
h6 {
font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5rem;
color:#ffffff;
font-weight: bold;
}
h1 {
font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
color:#000000;
font-weight: bold;
}
h2 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.1rem;
color:#000000;
font-weight: bold
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
  color:#000000;
font-weight: bold;
}

h4 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
color:#ffffff;
font-weight: bold
}
h5 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
color:#e96809;
font-weight: bold
}
.content {
background-color:;
}

hr {
  border: none;
  height: 3px;
  /* Set the hr color */
  color:#00a2dd; /* old IE */
  background-color:#00a2dd; /* Modern Browsers */
}

.search {
	text-align: right;
}


{*input.search-input::-webkit-search-decoration, input.search-input::-webkit-search-results-button, 
input.search-input::-webkit-search-results-decoration {
	-webkit-appearance: none;
}*}

{*.search .icon-search {
	margin-left: -25px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 24px;
	position: relative;
	z-index: 10;
	color: #;
	top: 3px;
}*}

{*.search ::-webkit-input-placeholder,
.search ::-moz-placeholder,
.search input[placeholder] { 
	line-height: normal;
}*}


{*input.search-input {
	border: 1px solid ;
	line-height: normal;
	outline: 0;
	padding: 6px 0 6px .5%;
	font-size: .6875em; 
	color: ;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	max-width: 99.5%;
}*}

{*input.search-input:focus {
	border: 1px solid ;
	box-shadow: 0 0 3px ;
	-webkit-box-shadow: 0 0 3px ;
	-moz-box-shadow: 0 0 3px ;
	-o-box-shadow: 0 0 3px ;
}*}
#social-media {
background-color:#ffffff;
align-content:center;
width: 100%;
}
.statslinks a {
color:#0000ff;
font-weight:800;
}
.statslinks: a hover {
 color:#ff0000;
}

.links {
color:#0000ff;
font-weight:800;
}
.links:hover {
 color:#ff0000;
}

.largetext {
	 color:#000000;
	font-weight:bold;
	font-size: 180%;	
	line-height: 1em;
}
.title {
	 color:#000000;
	font-weight:bold;
	font-size: 140%;	
	line-height: 1em;
  text-decoration: underline;
}
.breadcrumb {

}
xfigcaption {
  display: table-row;
width:auto;
  background-color:#000000;
  color: white;
  font-style: italic;
  text-align: left;
  font-size: 1rem;
}

figure {
  margin: 10px;
}

 .align-right {
  float: right;
}
 .align-left {
  float: left;
}

 .align-center {
  text-align: center;
}
.text-block {
 background-color:#a1cbda;
  color: white;
  padding:10px;
width:25%;
float:right;
font-size: 0.9rem;
margin-left:10px;
}

.text-block-nofloat {
  background-color:#000000;
  color: white;
  padding: 5px;
  width: 100%;
  font-size: 1.0rem;
}

.text-block2-nofloat {
  background-color:#f3f3eb;
  color: black;
  padding: 5px;
  width: 40%;
  font-size: 1.0rem;
}

.text-block-float-left {
  background-color:#f3f3eb;
  color: black;
  padding: 5px;
  width: 25%;
  float: left;
  font-size: 1.0rem;
  margin: 10px;
}

.text-block-keith {
 background-color:#f3f3eb;
  color: #00a2dd;
  padding: 5px;
  width: 40%;
  float: right;
  font-size: 1.0rem;
}
.text-block-2 {
 background-color:#f3f3eb;
  color:#00a2dd;
  padding:5px;
  width:20%;
  float:right;
  font-size: 0.9rem;
}

.text-block-3 {
 background-color:#a1cbda;
  color: white;
  padding:5px;
width:40%;
float:right;
font-size: 0.9rem;
}
.text-block-4 {
 background-color:#a1cbda;
  color: white;
  padding:5px;
width:20%;
float:right;
font-size: 0.9rem;
}
.style-1 {
 background-color:#a1cbda;
 color: white;
  padding:5px;
}
.style-2 {
 background-color: DarkSlateGray;
 color: white;
  padding:5px;
}
.is-dropdown-submenu {
  white-space: nowrap;

}
.backgr-text{
 background-color:#a1cbda;
width 60%;
 padding:5px;
 color:#ffffff;
}
.backgr-text2{
 background-color:#f0ddd9;
 width 60%;
 padding:5px;
 color:#000000;
}
.backgr-text3{
 background-color:#000000;
 width 60%;
 padding:5px;
 color:#ffffff;
}
#slider {
width:60%;
float: right;
 padding-left: 5px;
z-index: -999;
  position:relative;
}
.Home-Page-Slideshow {
  float: right;
  margin-left: 5px;
  z-index: -5;
  position:relative;

}
.update-page { float: right;}

.Home-Page-Slideshow-small {
  float: right;
  margin-left: 5px;
  z-index: -5;
  position:relative;
}
.nav {
  z-index: 9999;
}
#gallerylist {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#EventCategorylist {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #0000ff;
  font-weight: bold;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #ff0000;
}

#nav a {
  color: #0000ff;
  font-weight: normal;
  transition: all 0.2s ease;
}

 #nav a:hover, #nav a.menuactive {
  color: #ff0000;
}
/* cmsms stylesheet: a-b-extra-original modified: 10/12/21 14:07:04 */
 /* page Links*/
 /* page links*/

h2 {
	color:#00a2dd;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1em;
	text-align: left;
        text-decoration: underline;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 0px;
/* set borders around header */
	border-bottom: 1px solid #0079a9;
	border-left: 1.1em solid #0079a9;
/* a larder than h1 line height */
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.1em 0;
}
 h3 {
	color:#00a2dd;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 0.5em;
	margin: 0 0 0.3em 0;
/* set borders around header */
	border-bottom: 1px solid #0079a9;
	border-left: 0.9em solid #0079a9;

}
h4 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.1em;
padding-left: 0.5em;
	margin: 0 0 0.5em 0;
/* set borders around header */
	border-bottom: 1px solid #0079a9;
	border-left: 0.7em solid #0079a9;
}
h5 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.1em;
	margin: 0 0 0.25em 0;
}
/* cmsms stylesheet: a-b-calendar modified: 10/07/21 17:53:31 */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/



/* make all links red */
.calendar tr td a
{
  color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

/* Format the upcoming list table in the Village Diary - KB */
#cal-village_diary {
  border: 1px solid grey;
  width: 95%;
}
#cal-village_diary th {
  background-color: grey;
  font-size: 12px;
  height: 20px;
  line-height: 1.2em;
  border: 1px solid grey;
}
#cal-village_diary td {
  background-color: lightgrey;
  font-size: 12px;
  height: 30px;
  line-height: 1.3em;
  border: 1px solid grey;
}
#cal-village_diary a {
  font-size: 12px;
}

/* Format the upcoming list table on the Home Page - KB */
#home_page_events {
  width: 45%;
  float: right;
  border: 1px solid grey;
  background-color: #F3F5F5;
  line-height: 1.3em;
  margin-top: 2em;

}
#home_page_events h2 {
  line-height: 2em;
  background: {* url(https://barrowuponsoar.org.uk/uploads/VColour/purplenav.png) repeat-x left center;*}
  color: #000;  
  border: none
}
.cal-upcominglist .calendar-event {
  border: 1px solid lightgrey;
  padding-left : 5px;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/* Make sure the calendar floats to the right of the menu */
#fullcalendar {
float: right;
width: 95%;
}

/* put some space around the event date */
.calendar-date-from {
margin: 10px 0px 10px 0px;
}

/* put some space around the event summary */
.calendar-summary {
margin: 10px 0px 10px 0px;
font-weight: bold;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
  width: 95%;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#cal-calendar td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 105px;
  width: 105px;
  word-break: break-all;
/*  word-wrap: break-word; */
/*  hyphens: auto; */
}

/* ensure that the font size and leading is correct for the day number and events - KB */
/* Day Number */
#cal-calendar .calendar-daylist {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
}
/* Events */
#cal-calendar .calendar-event {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
}

/* format summaries nicely in #cal-calendar */
/* this is now not used, as the un-ordered list has been replaced by line breaks - KB */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#cal-calendar li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: silver;
}

#cal-calendar .calendar-day
{
  background-color: #80ff80;
}

#cal-calendar .calendar-today
{
  font-weight: normal;
  background-color: white;
}

#cal-calendar .calendar-lbl,
#cal-calendar .calendar-prev,
#cal-calendar .calendar-next
{
  font-size: 16px;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* cmsms stylesheet: a-b-news modified: 10/07/21 17:37:13 */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 0;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background:  {*url(https://barrowuponsoar.org.uk/uploads/VColour-2017/purplenav.png) repeat-x left center;*}
	color: #000;
	border: none
}

/* Make the width of the news div on the home page half-screen */
.home_page_news {
  width: 49%;
  float: left;
}

.NewsSummary {
/* padding for the news article summary ( bottom changed from 1em to 0.5em KB) */
	padding: 0.5em 0.5em 0.5em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
/* add some room at the top - KB */
	padding-top: 0.2em;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
