/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}

/*default link styles*/
a, a:link a:active {
        font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
	color: #005BB4;
}
a:visited {
/* keeps the underline */
	text-decoration: underline;
	background-color: inherit;
/* a different color is used for visited links */
	color: #005BB4;
}
a:hover {
	background-color: inherit;
	color: #c90000;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
/* default text color for entire site*/
	color: #333;
/* you can set your own image and background color here */
	background: #fff;
}

div#pagewrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff url(https://www.riverchessassociation.co.uk/images/layout/background.png) repeat-y 0 0;
	color: black;
}

div#homeimage {
	background: url(https://www.riverchessassociation.co.uk/images/layout/home-background.jpg) no-repeat 170px 0;
height: 586px;

}

div#main.mainimage {
min-height: 390px;

}

div#content div#homepagetitle h2{
margin: 0 0 0 0;
padding: 1px 0 3px 10px;
background:  transparent url(https://www.riverchessassociation.co.uk/images/layout/h2-background.png) repeat-x 0 0;
width: 34%;
}

div#homepagebox1 {
	background: transparent url(https://www.riverchessassociation.co.uk/images/layout/box-background2.png) repeat 0 0;
width: 499px;
padding: 10px;
color: #fff;
margin: 0 0 0 0;
float: left;
display: inline;
}

div#twothirdswidth {
width: 499px;
}

div#onethirdswidth {
width: 210px;
float: right;
display: inline;
margin:51px 10px 0 0;
}

div#homepagebox2 {
	background: transparent url(https://www.riverchessassociation.co.uk/images/layout/box-background2.png) repeat 0 0;
width: 190px;
padding: 0 10px;
color: #fff;
margin: 29px 0 0 0;
float: right;
display: inline;
}

div#content div#homepagebox2 h2{
	background: transparent url(https://www.riverchessassociation.co.uk/images/layout/box-background2.png) repeat 10px 10px;
width: 200px;
padding: 1px 0 3px 10px;
color: yellow;
margin: 0 0 0 -10px;
}

/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
	height: 150px;
	margin: 0 0 0 10px;
	padding: 0;
border-bottom: 0px solid #ddd;
width: 940px;
}

div#headerlogo {
/* adjust according your image size */
	height: 150px;
	margin: 0;
	padding: 0;
/* you can set your own image here, will go behind h1 a image */
	background: #fff url(https://www.riverchessassociation.co.uk/images/layout/header-page.png) no-repeat 160px 0;
/* border just the bottom */
	border-bottom: 0px solid #ddd;
width: 160px;
float:left;
display:inline;
}

div#headerimage {
	height: 150px;
width: 780px;
	margin: 0 0 0 0;
	padding: 0;
	border-bottom: 0px solid #ddd;
float:left;
display:inline;
}

div#headerlogo h1 a {
/* you can set your own image here */
	background: url(https://www.riverchessassociation.co.uk/images/layout/RCA-logo.png) no-repeat 0 0;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 150px;
        width: 160px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#headerlogo h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(https://www.riverchessassociation.co.uk/images/layout/RCA-logo.png) no-repeat left top;
}


div#header h1 a {
/* you can set your own image here */
	background: url(https://www.riverchessassociation.co.uk/images/layout/RCA-logo.png) no-repeat 0 0;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 150px;
        width: 160px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(https://www.riverchessassociation.co.uk/images/layout/RCA-logo.png) no-repeat left top;
}

div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: -50px 0 0 0;
/* you can set your own image here */

}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: -150px 20px 0 0;
}

div#search label {display:none;}

/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(https://www.riverchessassociation.co.uk/uploads/ngrey/search.gif) no-repeat center center;
}
div#content {
/* some air above and under menu and content */
	margin: 0em auto 2em 0;
	padding: 0px;
width: 940px
}

div#main {
width: 740px;
margin: 0 0 0 30px;
float:left;
display: inline;
}

div#fullwidth {
width: 730px;
}

div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: left;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 160px;
/* FIX IE double margin bug */
	display: inline;
/* the 20px is on the bottom, insures space above footer if longer than content */
	margin: 0px 0px 15px 10px;
	padding: 0px;
/* you can set your own image here */

}

div#footer {
/* this sets 10px on left to balance 10px right on last div */
	padding: 0px 0px 0px 10px;
/* color of text, the link color is set below */
	color: #777;
/* you can set your own image here */
	background: url(https://www.riverchessassociation.co.uk/images/layout/footer2.png) no-repeat 0 0;
height: 90px;
margin-top: 0px;

}

div#social{text-transform: uppercase; margin: 0px; width:940px;display: inline; float:left; clear: both; height: 25px; padding: 0;}

div#copyright {text-transform: uppercase; margin-top: 10px; width:460px;display: inline; float:left;}

div#millipedia {margin: 10px 10px; width:460px; float: right; display: inline; text-align:right;}

div#footer p {
/* sets different font size from default */
	font-size: 0.8em;
/* some air for footer */
	padding: 1.5em;
/* centered text */
	
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #595959;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	font-family: Georgia, Arial, sans-serif;
	color: #303030;
/*     border-bottom: #ccc 1px solid; */
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.6em;
	text-align: left;
/* some air around the text */
	padding-bottom: 6px;
	padding-top: 10px;
	line-height: 1.5em;
/* and some air under the border */
	margin: 0em 0 0.5em 0;
font-weight: normal;

}
div#content h3 {
	color: #444;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
div#content h4 {
	color: #333;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #333;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #333;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.6em 0;
	line-height: 1.6em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}

/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */


/* CONTACT FORM */

div.contactform {margin: 10px 10px 10px 10px; width: 440px;}

.contactform fieldset {padding: 10px 0 10px 0; background-color: transparent; border: 0;} 
.contactform fieldset legend {font-weight: bold; display: none;} 
.contactform div {width: 440px; padding: 0.25em 0 0.25em 0;} 
.contactform div label {display: block; width: 140px; text-align: right; float: left; margin-right: 8px; height: 22px; line-height: 22px;} 
.contactform div.required {color: #111;} 
.contactform div.required input, textarea {width: 270px;} 
.contactform div.submit { margin: 0px 0px 10px 120px; padding: 10px 0px 10px 0px; width: 220px; 
text-align: right;} 

.contactform div.captcha {margin-left: 150px; width:270px;}
.contactform div.captcha img{border: 1px solid #333; margin: 0px 70px 5px 0px; }
.contactform div.captcha input{width:270px; margin-top: 5px;}


/* Stylesheet: RCA : Layout Modified On 2020-02-08 13:01:23 */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0;
background: url(images/layout/nav-background.png) repeat-x 0 0;
text-transform: uppercase;
font-weight:bold;
font-size: 10px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 0px solid #fff;
   display: block;
}

#menu_vert li.active a{
background-color: transparent;

}


#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */

/* ie6 hack for transparent border*/
html div#menu_vert a {
border-left: 8px solid #005BB4;
}


div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.84em 0.5em 0.86em 1.0em; /* some air for it */
   color: #fff;
   /*background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; */
   background-color: transparent; 
border-left: 8px solid transparent;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}



/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.0em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
background-color: #004180;
border-left: 8px solid #00264d;
}
div#menu_vert a.activeparent:hover {
   background-color: #004180;
   color: #fff;


}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   /*background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
background-color: #004180;
   color: #fff;

}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
This is for current page on first level 
*/
div#menu_vert li.currentpage a{
  background: url(images/layout/nav-hover.png) repeat-x 0 0;
   background-color: #004180;
   display: block; 
  /*border-left: 8px solid #00264d;*/
border-left: 8px solid #000;
  }

div#menu_vert li.activeparent a{
  background: url(images/layout/nav-hover.png) repeat-x 0 0;
   background-color: #004180;
   display: block; 
border-left: 8px solid #00264d;
  }

div#menu_vert li.activeparent a:hover{
border-left: 8px solid #001b36;
  }

div#menu_vert li.currentpage ul li a{
   background: #004f9c;
   display: block; 
   border-left: 8px solid #00264d;
  }

div#menu_vert li.activeparent ul li a{
   background: #004f9c;
   display: block; 
   border-left: 8px solid #00264d;
  }

div#menu_vert li.activeparent ul li.currentpage a{
   background-color: #004180;
   display: block; 
border-left: 8px solid #000;
  }

div#menu_vert li.activeparent ul li.currentpage a:hover{
   background-color: #004180;
   display: block; 
border-left: 8px solid #001b36;
  }

div#menu_vert li.currentpage ul li a:hover{
   background: #004180;
   display: block; 
   border-left: 8px solid #001b36;
  }

div#menu_vert li.activeparent ul li a:hover{
   background: #004180;
   display: block; 
   border-left: 8px solid #001b36;
  }

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #fff;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}



/* Stylesheet: RCA : Nav Modified On 2010-07-06 13:28:38 */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h3 {
	line-height: 2em;
/* you can set your own image here */
	color: #f5f5f5;
	border: none
}


div#homepagebox2 div.NewsSummary h3.h3newssummarylink, div#homepagebox2 div.NewsSummary h3.h3newssummarylink a{
	line-height:1.2em;
/* you can set your own image here */
	color: #f5f5f5;
	border: none;
font-size: 1.1em;
}

div#content div.NewsSummary h3.h3newssummarylink{

	border: none;

}


.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0;
/* margin to the bottom of the news article summary */
	margin: 0 ;
	border-bottom: 1px solid #ccc;
}

div#homepagebox2 .NewsSummary {

	border-bottom:0px solid #ccc;
}

.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
margin: 0 0 4px 0;
}
.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;
        display:none;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
        display:none;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.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;
        display: none;
}
#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 {
}
/* Stylesheet: RCA : News Modified On 2010-07-06 22:38:04 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
