* {
	font-family: Verdana, "Lucida Grande", "Bitstream Vera Sans", Helvetica, Arial, sans-serif; /* set the font of all elements to this */
	font-size: 100%; /* reset all fonts to a common size */
	word-wrap: break-word; /* Stop IE from expanding parent container when word is too long (proprietary IE, new in CSS3) */
}

*, *:before, *:after {
  box-sizing: border-box;
}

h1, h1 *,
h2, h2 *,
h3, h3 *,
h4, h4 *,
h5, h5 *,
h6, h6 * {
	font-family: Helvetica, Arial, sans-serif;
}

pre, pre *, tt, code, kbd, samp {
	font-family: "Lucida Console", Consolas, Monaco, "Courier New", Courier, monospace; /* Monospace fonts only */
}

body {
	margin: 0;
	padding: 0;
	font-size: 76%; /* sets a base font size of 12px/9pt */
	color:#333;
}

html, body {
	margin: 0 !important;
	height:100%;
	background-size: cover;
}

a, a:visited {
color:inherit;
}

a:link {
	text-decoration:none;
}
.accessibility,
.hide { /* For items such as 'skip to content' links */
	position: absolute;
	top: -1000px;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.centre { /*centre text*/
text-align:center;
}

.right { /*right align text*/
text-align:right;
}


#loading
{
	background: url(../images/loader.gif) center no-repeat;
	float:left;
	color:#fff;
	font-size:11px;
	padding:2px;
	margin-top:2px;
	display:none;
}

.ajaxLoading {
	background: url(../../images/wait.gif) no-repeat 100% 0%;
}

.clear { /* All-purpose float clearer. Use as a last resort */
	clear: both !important;
	visibility: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	font-size: 1px !important;
	height: 0px;
	width: 1px !important;
	overflow: hidden !important;
}

img {
	-ms-interpolation-mode: bicubic; /* Resample images in IE7 */
}

i {
	margin-right:5px;
}

a img {
	border: none;
}

big {
	font-size: 133%;
}

.include-move {
	cursor: move;
}


small, sup, sub {
	font-size: 0.7em;
}

.bold, #bold {
	font-weight:bold;
}

label {
	display: inline-block;  /* block float the labels to left column, set a width */
	float: left;
	padding-right: 8px;
	margin: 6px 10px 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	width:30%;
	font-size:1.1em;
}

legend {
	font-weight:bold;
	font-size:1.2em;
	color:#222;
}

option.thm_img {
	height:25px;
	padding-left:45px;
	border-bottom:1px dotted #CACACA;
	color:#333;
}

fieldset {
	margin-top:15px;
	border:1px solid #CCC;
}

fieldset textarea {
	width:50%;
	height:200px;
	visibility: visible !important;
}

textarea.info-textarea {
	float:left; 
	width:50%;
}

fieldset div.fieldsetHeader {
	float:left; 
	padding:5px 0; 
	border-bottom:1px solid #666;  
	border-top:1px solid #666; 
	background:#ccc;
}

.showLogo {
	width:400px;
	height:400px;
	margin:50px auto;
	background:url(../../content/media/cordeiroCrest.png) center no-repeat;	
}

#main_wrapper {
  width: 100%;
  height:100%;
  margin: 0;
  display: grid;
     grid-template-rows: 4em;
	 grid-template-columns: 200px auto;
	
	}
	
.main_wrapper > * {
  /* needed for the floated layout*/
  margin-bottom: 10px;
}


/* =================================== SCROLL TO TOP =================================*/


.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background: rgb(255,153,0);
    background: rgba(255,153,0, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:20;
}
.back-to-top i {
    color: #6B7A8F;
    margin: 0;
    position: relative;
    left: 11px;
    top: 9px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:21;
}
.back-to-top:hover {
    background: rgba(255,153,0, 0.9);
}
.back-to-top:hover i {
    color: #000;
    top: 5px;
}



/* =================================== LAYOUT FOR FORM LOCATION =================================*/


#form-wrap {
	width:100%;
	margin:0;
	padding:0;
	margin-bottom:2em;
}

.form-entry-submit {
	text-align:right;
	padding:2.5em;
	border-bottom:1px solid #CCC;
	margin-bottom:2em;
}

.form-left-col {
	float:left;
	width:80%;
	text-align:center;
	padding:0;
	min-height:300px;
}

.form-right-col {
	float:left;
	width:20%;
	border-left:1px solid #CCC;
	margin-top:-2em;
}

div.textarea {
	width:70%;
	margin:auto;
	margin-top:1em;
}

form.content {
	margin:0;
	padding:0;
}

form.content .form-right-col label {
	width:100%;
	float:none;
	background:#EFEFEF;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:0;
	padding:0.7em 1em;
	text-align:left;
	margin:2em 0;
	font-weight:700;
}
 
form.content .form-right-col label:first-child {	
	margin-top:0;
}

.form-right-col .right-col-close {
	height:1px;
	margin-top:2em;
}

.form-right-col  .right-col-border {
	border-bottom:1px solid #CCC;
}

.form-right-col a, .form-right-col a:visited {
	color:#6699CC !important;
}

fieldset.navigation-location {
	width:100%; 
	border:none; 
	margin:0;
	padding-left:0 !important;
	padding-bottom:2em;
}

fieldset.navigation-location label {
	background:none !important;
	border:none !important;
	font-weight:700;
}

.form-right-col .radio {
	width:30px;
	float:none;
}

.padding-bottom {
	padding-bottom:2em;
}

.float-left {
	float:left;
}
div.no-right-col {
	width:100% !important;
	margin:10px auto !important;
}

div.no-right-col label {
	text-align:left;
	font-weight:700;
}

.no-right-col form {
	padding:3em;
}

.one_half,
.one_third {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
}
 
.one_half { width: 48%; }
.last_column {
    margin-right: 0 !important;
    clear: right;
}

.one_half input {
	width:100% !important;
	font-size:1.4em !important;
	padding:1em !important;
}

/* =================================== GENERAL CONTENT LAYOUT =================================*/

.content-pages {
	border:1px solid #CCC;
	padding:0;
}
.content-title a {
	font-size:1.1em;
	font-weight:700;
	color: #069;
}

.content-title i {
	margin-right:10px;
}

.bg-white {
	background:#FFF !important;
}

.bg-grey {
	background:#EFEFEF !important;
}

.page-item {
	padding:0.7em 1.1em;
}

.edit-controls {
	color:transparent;
}

.edit-controls:hover {
	color:#36C;
}	

.tblHeader {
	background: rgba(255,255,255,1) !important;
	font-weight:normal;
	border-bottom:1px solid #CCC;
}

.page-title-action,
.page-title-action:active {
	margin-right: 4px;
	padding: 4px 8px;
	position: relative;
	top: -3px;
	text-decoration: none;
	border: 1px solid #0071a1;
	border-radius: 2px;
	text-shadow: none;
	font-weight: 600;
	font-size: 13px;
	line-height: normal; /* IE8-IE11 need this for buttons */
	color: #0071a1; /* use the standard color used for buttons */
	background: #f3f5f6;
	cursor: pointer;
}

h1 {
	color: #23282d;
	font-size: 2em;
	margin: .67em 0;
	font-weight:normal;
}


h1.wp-heading-inline {
	display: inline-block;
	margin-left: 5px;
	margin-right:10px;
}

.standard-text {
	font-size:1.1em;
	padding-top:5px;
	padding-bottom:5px;
}


/* ============================= ALL THE INPUTS ============================ */
#mainContent form input, #loginForm input, #mainContent form select, #mainContent form textarea {
	font-size:1.1em;
	margin:6px 0 1px 0;
	border:1px solid #D9D8D5;
	padding: 0.8em 1.2em;
	-webkit-border-radius: 3x;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#mainContent form textarea {
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
}


.form-entry-submit input.button, input.button {

	background-color:#63b8ee;
	width:auto;
	display:inline-block;
	cursor:pointer;
	color:#14396a;
	margin-right: 4px;
	margin-left: 4px;
	padding: 0px 8px;
	position: relative;
	top: -4px;
	text-decoration: none;
	border: 1px solid #0071a1;
	border-radius: 2px;
	text-shadow: none;
	font-weight: 600;
	font-size: 13px;
	line-height: normal; /* IE8-IE11 need this for buttons */
}

.form-entry-submit input.button:hover, input.button:hover {
/*	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%); */
	background-color:#468ccf;
}

a.preview-button {
	padding:8px 8px !important;
}

form.content input, form.content select {
	width:70%;
}

input.input-title {
	width:70%;
	margin:2em auto !important;
	padding:1em !important;
	font-size:3em !important;
	text-align:center;
	}

.form-right-col input, .form-right-col select {
	margin-left:1.5em !important;
	width:80%;
}

.form-left-col input, .form-left-col select {
	padding:0.8em 1.4em;
}

div.no-right-col select, div.no-right-col input {
	width:50%;
}

input[type=text]:focus {
    background-color: #DBE0E6;
}

input.readonlyField, input[type=text].readonlyField:focus {
	background:#F1F5FA;
	font-weight:bold;
}

.galEdit-a { /* used in gallery edit section */
	display:inline-block; 
	width:auto; 
	margin:0 auto; 
	padding-top:5px !important;
}

.galEdit-a img { /* used in gallery edit section */
margin-top:5px !important;
}

/* ====================================== LOGIN FORM ======================================= */

#loginForm .wrapper {
  background: #258dc8; /* Old browsers */
  background: -moz-linear-gradient(top,  #258dc8 0%, #258dc8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #258dc8 0%,#258dc8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #258dc8 0%,#258dc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 400px;
  margin:-200px auto 0 auto;
  overflow: hidden;
}

#loginForm .container {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0;
  height: 400px;
  text-align: center;
}

#loginForm .container form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

#loginForm .container form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  font-weight: 300;
}

#loginForm .container form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

#loginForm .container form input:focus {
  background-color: white;
  width: 300px;
  color: #53e3a6;
}

#loginForm .container form input.submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #53e3a6;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

#loginForm .container form input.submit:hover {
  background-color: #f5f7f9;
}



/* ====================================== PAGE HEADER ======================================= */
#NavHeading {
	color:#FFF;
	width:100%;
	background-color:#565656;
	line-height:34px;
	}

#NavHeading .topNav-wrap {
	margin:0;
	padding:0px 0;
	width:100%;
	background:#000;
}

div.pageTitle {
	font-size:1.1em;
	width:50%;
	margin:0;
	display:inline-block;
	float:left;
	margin:8px 0;
	padding:0 40px;
	background:url(../images/cordeiroCrest.png);
	background-repeat:no-repeat;
	background-size:25px 25px;
	background-position:10px 0px;
}

.topNav-wrap a:hover {
	color:#F7C331;
}

div.topNav {
	width:50%;
	float:left;
	margin:8px 0;
	
}
div.topNav ul {
	list-style:none;
	margin:0;
	padding:0 20px;
}

div.topNav ul li {
	float:right;
}

div.topNav ul li i {
	margin-right:5px;
	margin-left:5px;
}

div.topNav ul li a {
	font-size:1.1em;
	display:block;
	color:#FFF;
	display:block;
	padding:0 6px;
	padding-right:10px;
}



/* =========================================================================== */

#mainContent {
	width:100%; 
	padding:40px 20px 20px 20px; 
	}  	


form.content-images input[type=text], 
form.content-images input[type=file], 
form.content-images select, 
form.content-images textarea {
	float:left;
	width:54% !important;
	padding:0.8em 1em !important;
}

form.content-images input[type=text] {
	margin-bottom:5px;
}


#mainContent ul li {
	padding-left:20px;
	background:url('../../images/bullet_foot.gif') 0px 6px no-repeat;
}

#mainContent a.a_submit {
	margin-top:15px; 
	text-align:center; 
	display:block; 
	float:left;
}

#mainContent .submit:hover, #loginForm input.submit:hover  {
	background-color: #62686E;
}


/* ======================= BOOTSTRAP TABLES ============================ */

.flextable {
	font-size:12px !important;
	width:80%;
	margin:0 auto 2em auto;
}

table thead tr th {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#99a2a8+0,696e77+0,696969+100 */
	background: #99a2a8; /* Old browsers */
	background: -moz-linear-gradient(top,  #99a2a8 0%, #696e77 0%, #696969 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #99a2a8 0%,#696e77 0%,#696969 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #99a2a8 0%,#696e77 0%,#696969 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99a2a8', endColorstr='#696969',GradientType=0 ); /* IE6-9 */
}

table.table-add { 
/* additional styles for table */
background:#FFFFFF !important;
}

li.page-item {
	padding:0 !important;
}

a.dropdown-item {
	font-size:0.8em !important;
}
span.page-size {
	font-size:0.8em !important;
}
a.page-link {
	color:#333333 !important;
	border:none !important;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(110, 110, 110, 0.25);
}

div.fixed-table-pagination {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	padding-left: 0.5em;
	padding-right:0.5em;
}

.pagination > li > a
{
    background-color: white;
    color: #6892AE;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #6892AE !Important;
    border: solid 1px #6892AE !Important;
}

.pagination > .active > a:hover
{
    background-color: #6892AE !Important;
    border: solid 1px #6892AE;
}

a.Edit i, a.Delete i {
	margin-right:25px;
	color:#666;
}

a.Edit i:hover, a.Delete i:hover {
	color: #000;
}

li.editFunc {
	list-style:none; 
	margin-left:0px; 
	padding-left:0; 
	text-align:center;
	margin-bottom:4px;
}

li.editFunc i {
	font-size:1.2em;
	cursor:pointer;
}

a#ansEdit {
	background:url(../images/icon_ansEdit.png) no-repeat;
	width:16px;
	height:16px;
	margin:4px 4px 0 6px;
	display:block;
}

fieldset select.date {
	width: auto; 
}

div#showAsLinks {
	display:none;
}

.recordPers {
	 border-top:1px solid #CCC; 
	 text-align:left;
}

.recordPers:hover {
	background-color:#EFEFEF;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.28);
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.28);
}




/* SITE AND PERSON IMAGES */

p.callbackMsg {
	width:80%;
	margin:5px auto;
}

p.callbackMsg i {
	font-size:1.3em;
	color:#9AB593;
}

/* ---------------------- */
.imgThumb {
	margin:0.5em; 
	float:left;
	text-align:center;
	padding:0px !important;
}

.imgThumb div.innerImageDiv {
	position:relative;
	width:140px;
	height:140px;
	margin:0 auto 1em auto;
	background:#EFEFEF;
	text-align:center;
	border-left:0;
	padding:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #A9B7C0;
}

.imgThumb .gallery-image a {
	display:inline-block; 
	height: 138px;
	position:relative;
}

.imgThumb img {
	position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);

}

/* ---------------------- */

.toggleBox {
	width:400px; 
	margin-top:5px; 
	position:absolute; 
	text-align:left;
	background:#C7D8C6;
	border:1px solid #A7B3A5;
	padding:10px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	z-index:100;	
}

.toggleBox input[type=text] {
	width:100%;
}

.image-wrap {
	border:1px solid #EFEFEF;
}

span.orderImage-wrap {
	display:inline-block; 
	min-width:66px;
}

.gallery-wrap {
	width:70%;
	margin:0 auto;
	padding:0;
}


.edit-image-wrap {
	margin-bottom:6px; 
	border-bottom:1px solid #EFEFEF; 
	padding-left:10px;
}

span.instructions { /* used in highslide floating window */
	float:left; 
	border:1px solid #D3B996; 
	background:#F1E9DC; 
	padding:5px;
}

span.inplace-input {
	display:inline-block;
	width:70%;
	font-size:1.1em;
	-webkit-border-radius: 3x;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:default;
	margin-top:18px;
	padding:0;
	background:#FFF;
}

span.inplace-input input {
	border:1px solid #D9D8D5;
	padding:18px 20px 18px 15px !important;
	margin-top:-18px !important;
	background:#DBE0E6 !important;
}

/* GALLERY IMAGES */

.galImgEditWrap {
	width:650px; margin:0 auto; padding:0;
}

.galEditImg {
	width:310px; float:left; border:1px dotted #FF6C6C; background:#FFF9F9; margin:5px 3px 5px 0; padding:5px;
}

.galInsertImg {
	width:310px; float:left; border:1px dotted #B4E7B4; background:#F3FCF3; margin:5px 0 5px 3px; padding:5px;
}

.galCheckbox {
	float:left; 	display:block; height:0px; width:20px; padding-right:8px; margin-top:0; padding-top:0;
	width:30px; height:13px;
}


/* LOGIN FORM */
div#loginForm fieldset {
	width:450px; 
	margin:20px auto; 
	border:2px solid #666;
	background:#DCDDE2;
	padding:10px 20px;
}

div#loginForm fieldset legend {
	font-weight:bold;
}

div#loginForm fieldset label {
	width:115px;
}

div#loginForm fieldset input {
	width:150px;
}

wbr:after {
	content: "\00200B"; /* Emulate the <wbr> (word break) tag in modern browsers that don't support it */
}

#wrapper { 
	text-align: left; /* for IE 5.0 */
}

/* NEWSLETTER PREVIEW */

fieldset#newsletterPreview a {
	text-decoration:none;
	font-size:11px;
}

fieldset#newsletterPreview table, fieldset#newsletterPreview tr, fieldset#newsletterPreview td {
	border:0;
	padding:0;
	margin:0;
}

fieldset#newsletterPreview p {
	padding:10px;
	line-height:18px;
	font-size:12px;
}

fieldset#newsletterPreview h2 {
	font-size:1.3em;
}

fieldset#newsletterPreview #main_table {
	font-size:inherit;
	width:100%;
	margin:0 auto;
	}
	
fieldset#newsletterPreview #topLinks {	
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	padding:5px;
	margin:15px 0 5px 0;
}

fieldset#newsletterPreview #banner_wrap {
	background:url(../banner.jpg) no-repeat;
	height:180px;
}

fieldset#newsletterPreview li a {
	color:#666;
}

fieldset#newsletterPreview ul  {
	list-style:none;
	margin-left:15px;
}

fieldset#newsletterPreview div ul.text li {
	background:url(../images/bullet_foot.gif) 2px 6px no-repeat;
	padding-left:25px;
	height:auto;
}


/* ======================= CONTENT RE-ORDERING ====================== */
fieldset#reorder form {
	width:450px;
	margin:10px auto;
}

fieldset#reorder div {
	float:left;
	width:225px;
}

.reorder_select {
	width:210px !important;
	border:0;
}

.reorder_select option {
	padding: 2px 1px;
}


.reorder_but {
	font-size:1.0em;
	color:#FFF;
	background-color:#50575D;
	font-weight:bold;
	padding:3px 0;
	border:1px solid #484848;  
	cursor:pointer;
}

.reorder_but:hover {
	color: #FF6600;

}

/* ======================= COLUMN WIDTHS ============================ */

.width10, .width15, .width20, .width30, .width40, .width50, .width60, .width70, .width80, .width90, .width100 {
	vertical-align:top;
	float:left;
	padding:4px 0;
}

.width10 {width:10%;} .width15 {width:15%;} .width20 {width:20%;} .width30 {width:30%;} .width40 {width:40%;} .width50 {width:50%;} .width60 {width:60%;} 
.width70 {width:70%;} .width80 {width:80%;} .width90 {width:90%;} .width100 {width:100%;}

.tblHeader {
	background: rgba(212,228,239,1);
	background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
	background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
	background: -o-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
	background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 );
	font-size:1.1em;
	font-weight:bold;
	line-height:26px;
}

div.recordRow {
	line-height:25px;
	font-size:1.1em;
}

div.recordRow:hover {
	background-color:#EFEFEF;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.28);
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.28);
	}

/* GENERAL USE */
.Success, .Warning, .Fail, .Comment {
	width:80%;
	margin:40px auto;
	padding:10px 4px 4px 35px !important;
	color:#333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height:22px;
}

.Success i, .Warning i, .Fail i, .Comment i {
	width:28px;
	height:12px;
	margin-left:-40px;
	padding-left:10px;
	font-size:1.2em;
}

.Success {
	border:1px solid #B6E052; 
	background:#6C3 url(../images/icon_tick.gif) 5px 5px no-repeat;
}

.Warning {
	border:1px solid #FFCD82; 
	background:#FC0;  
}

.Fail {
	border:1px solid #993333; 
	background: #F7D5CE;   
}

.Comment {
	border:1px dashed #BBC0C3; 
	background: #94C9C9; 	
}

.Success ul, .Warning ul, .Fail ul, .Comment ul {
	list-style:circle;
}

.Success ul li, .Warning ul li, .Fail ul li, .Comment ul li {
	line-height:16px;
}

i.fa-check-circle {
	font-size:1.4em;
	color: #4FA468;
}


#footer {
	width:890px; 
	height:20px; 
	padding-top:10px; 
	border-top:1px solid #EFEFEF; 
	border-right:10px solid #26231E; 
	background:#26231E;
	color:#FFFFFF;
}

/* PASSWORD STRENGTH CHECKER */
.password_form fieldset input {
	width:200px;
}


div#checkPwd {
 	display: none;
 	margin: 0px 20px 0px 20px;
 	font-family: Arial, sans-serif;
 	font-size: 1.0em;
}

.is0{background:url(images/progressMetre.png) no-repeat 0 0;width:138px;height:7px;}
.is10{background-position:0 -7px;}
.is20{background-position:0 -14px;}
.is30{background-position:0 -21px;}
.is40{background-position:0 -28px;}
.is50{background-position:0 -35px;}
.is60{background-position:0 -42px;}
.is70{background-position:0 -49px;}
.is80{background-position:0 -56px;}
.is90{background-position:0 -63px;}
.is100{background-position:0 -70px;}

.imgFloatRight, .imgFloatLeft {
	padding: 6px; 
	display: block;
	border: 1px solid #ddd;
	text-align:center;
	background-color: #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.imgFloatRight {
	margin: 3px 0px 3px 5px; 
	float: right; 
}

.imgFloatLeft {
	margin: 3px 5px 3px 0px;
	float: left; 
}

.imgFloatRight p, .imgFloatLeft p {
	text-align:center !important;
	font-size:0.8em;
	padding-bottom:0 !important;
}

.imgFloatCentre {
	text-align:center;
	display:block;
}

.imgFloatCentre img {
	padding:6px;
	border: 1px solid #D5D6DA;
}
/************************************************
/* MESSAGE BOX for user availability			*
************************************************/

.messagebox{
	position:absolute;
	width:100px;
	margin-left:20px;
	margin-top:-3px;
	/*border:1px solid #c93;
	background:#ffc;*/
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:20px;
	/*border:1px solid #349534;
	background:#C9FFCA;*/
	padding:3px;
	/*font-weight:bold;*/
	color:#008000;
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:20px;
	/*border:1px solid #CC0000;
	background:#F7CBCA;*/
	padding:3px;
	/*font-weight:bold;*/
	color:#CC0000;
}

/* end MESSAGE BOX */

/* ======================================= FOR USE WITH LIST ORDERING ======================= */
#order-callback {
	text-align:center;
    margin:10px auto;	
	font-weight:bold;
    text-transform:uppercase;
	display:none;
}

ul, ul#order-persimgs  {
	list-style: none;
}

#order-galimgs, #order-article, #order-news, #order-charts, #order-gathering, #order-faqs, #order-menu, #order-gallery { /* ======= NEW ======== */
	padding:0;
	margin-top:0;
}

#order-galimgs div.galImage-item, #order-gallery div.galImage-item,  ul#order-persimgs li {
	display: block;
	padding: 6px 10px; 
	margin-bottom: 3px;
	background-color: #efefef;
	background-image:none;
}

ul#order-gallery li:hover, ul#order-persimgs li:hover  {
	background-color: #F9FDFF;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.28);
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.28);
}

#order-gallery li img.handle, #order-persimgs li img.handle  {
	margin-right: 20px; 
	cursor: move;
	margin-right:5px;
}


#order-article div.handle, #order-news div.handle, 
#order-faqs div.handle, #order-charts div.handle, #order-menu div.handle, 
#order-gathering div.handle,  
#order-galimgs img.handle, #order-gallery img.handle  {  
	cursor:move;
}

div.width20 img, .dropshadow {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	-webkit-box-shadow: 1px 1px 2px 1px #999;
	-moz-box-shadow: 1px 1px 2px 1px #999;
	box-shadow: 1px 1px 2px 1px #999; 
}

.padding-10 {
	padding-left:10px;
}

.padding-bottom {
	padding-bottom:2em;
}

.margin-right {
	margin-right:1.5em;
}

/* ============================= Editing ============================= */

.edit-icons i.fa-pencil-alt {
	color:#A9B7C0;
}

.edit-icons i.fa-trash-alt {
	color:#B90000;
}

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

  /* no grid support? */
  #leftCol {
	height:100%;
    float: left;
    width: 9.1489%;
  }

  #rightCol {
    float: right;
    width: 89.7872%;
  }

  #main_wrapper {
    margin: 0 auto;
    grid-template-columns: 200px auto;
  }
  
  #NavHeading {
    grid-column: 1 / -1;
    /* needed for the floated layout */
    clear: both;
  }

}

@supports (display: grid) {
  #main_wrapper > * {
    width: auto;
    margin: 0;
  }
}

.mobile-device-msg {
	display:none;
}

span.galleryTitle-editField {
	display:inline-block;
	width:50%;
	margin-top:-2em;
}
span.galleryTitle-editField input {
	width:50% !important;
	padding:1.2em !important;
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	
	body {
		background-color:#FFF;
	}
	
.mobile-device-msg {
	display:block;
	border:1px solid #CCC; 
	margin:40px auto; 
	width:60%;
	padding:1.5em;
}

#main_wrapper {
  width: 100%;
  height:100%;
  margin: 0;
  display: block;
	}

#leftCol {
	min-height:300px;
    float: left;
    width:5%;
  }
 
 #rightCol {
	float:left;
    width:95%;
	margin:0;
 }

.arrowlistmenu h3 a, .arrowlistmenu h3 span {
	display:none;
}

.arrowlistmenu ul {
	width:150px;
	position:relative;
}
  



	
}


/* END */





