/* Pure CSS layout for basic BaRK web pages */

/*******************************************************************************
 * EXTERNAL STYLESHEETS
 *
 * visual_consistencies.css
 *   - sets margins and padding on generic HTML elements so that every browsers
 *     has the same values rather than relying on the default values which vary
 *     between browsers
 */

@import url("visual_consistencies.css");

@charset "UTF-8";


body {
	text-align: center;
	min-width: 700px;
	padding: 0;
	margin: 0;
	background-color: #ddd;
	color: #7d7d7d;
 font-family: Trebuchet, Geneva, "Trebuchet MS", "Lucida Grande", Tahoma, Helvetica, Arial, Verdana, sans-serif;
 font-size: 1em;
 line-height: 1.2;
}

#wrapper {
	text-align: left;
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #ccc;
	border-top-width: 0;
	background-color: #fff;
	padding-top: 5px;
}

.extLnk {
   padding-right: 20px;
   background: transparent url("/img/misc/external.png") no-repeat center right;
}

.pdfLnk {
   padding-right: 20px;
   background: transparent url("/img/misc/pdf16.gif") no-repeat center right;
}

.tm {
 font-size: 83%;
 font-weight: bold;
}


/* */
/* HEADER related definitions */
/* */

#header {
    position: relative;
	margin: 0 1.7em 0.75em 1.7em;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size-adjust: .5;
/*	border: 4px solid #ccc; */
}

/* Rules for the top corners and border */
.bt {
	background: url(/cssjs/img/boxTop.gif) no-repeat 100% 0;
	margin: 0 0 0 6px;
	height: 6px;
}
.bt div {
	height: 6px;
	width: 6px;
	position: relative;
	left: -6px;
	background: url(/cssjs/img/boxTop.gif) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background: url(/cssjs/img/boxTop.gif) no-repeat 100% 100%;
	margin: 0 0 0 6px;
	padding: 0;
	height: 6px;
}
.bb div {
	height: 6px;
	width: 6px;
	position: relative;
	left: -6px;
	background:url(/cssjs/img/boxTop.gif) no-repeat 0 100%;
}

/* Insert the left border */
* html .i1 {
	height: 1%;
}
.i1 {
	margin: 0 0 -4px 0;
	padding: 0 0 0 4px;
	background: url(/cssjs/img/borders1.gif) repeat-y 0 0;
}

/* Insert the right border */
* html .i2 {
	height: 1%;
}
.i2 {
	margin: 0;
	padding: 0 4px 4px 0;
	background: url(/cssjs/img/borders1.gif) repeat-y 100% 0;
}

#branding {
	margin: 0;
	padding: .6em 0 0 .5em;
	float: left;
	font-size: 2em;
}

#branding p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#hdr1 {
	float: left;
	float: right;
	margin: 0;
	padding: .5em 1em 0 1em;
	font-size: 2.5em;
}
* html #hdr1 {
	height: 1%;
}

#hdr1 p {
	margin: 0;
	padding: 0;
	font-family: serif;
 font-family: Georgia, "New York", Times, "Times Roman", serif;
}

#branding ul {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
	font-size: .65em;
}

#branding ul li {
	float: left;
	text-align: left;
	padding: 0 5px 0 0;
	font-size: .83em;
}

#branding ul li a {
	margin: 0;
	padding: 0 5px;
	text-decoration: none;
	color: #7d7d7d;
	display: block;
	background-color: #fff;
}

#branding ul li a:hover {
	text-decoration: none;
	color: #bf2809;
}

.clrboth {
	background-color: #f00;
	clear: both;
	line-height: 0px;
}

/* */
/* BREADCRUMB related definitions */
/* */

#breadcrumb {
	height: 1.5em;
	background-color: #eee;
	color: #666;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: .9em;
	margin: 0 2em 1.5em 2em;
	padding: .4em 1.5em 0 1.5em;
	text-align: left;
}

#bclft {
	float: left;
	width: 75%;
	text-align: left;
}

#bcrgt {
	float: right;
	width: 25%;
	text-align: right;
}

#breadcrumb a {
	color:#333;
	text-decoration:none;
}

#breadcrumb a:hover {
	color:#990000;
}


/* */
/* SIDE BAR related definitions */
/* */

#side {
	float: left;
/* position:fixed;
 top:160px; */
	width: 14em;
	margin: 0 0 1em .8em;
}

#wrapper > #side {
	width: 25%;
	max-width: 14em;
	margin: 0 0 0 1.75em;
	margin: 0 0 0 0.75em;
}

#side .inner {
	padding-top: 1px;
	margin: 0 10px 10px 10px;
}

#lmenu {
	margin: 0;
	padding: 0;
/*	font: bold 1.1em sans-serif;
	border: 4px solid #ccc; */
}
* html #lmenu {
	height: 1%;
}

.mtop {
	background: url("/cssjs/img/submn_top_sls.gif") no-repeat 100% 0;
	margin: 0 0 0 12px;
	height: 12px;
}
.mtop div {
	height: 12px;
	width: 12px;
	position: relative;
	left: -12px;
	background: url("/cssjs/img/submn_top_sls.gif") no-repeat 0 0;
}

.mbtm {
	background: url("/cssjs/img/submn_bt_sls.gif") no-repeat 100% 100%;
	margin: 0 0 0 12px;
	padding: 0;
	height: 12px;
}
.mbtm div {
	height: 12px;
	width: 12px;
	position: relative;
	left: -12px;
	background: url("/cssjs/img/submn_bt_sls.gif") no-repeat 0 100%;
}

#mbody {
	background-color: #ccc;
	margin: 0;
	padding: 0 0.75em 0 0;
	font-weight: bold;
	border: none;
	position: relative;
}
* html #mbody {
	margin: -.6em 0 -.6em 0;
	height: 1%;
}

#mbody ul {
	margin: 0px;
	padding:  0px 0px 5px 30px;
	list-style: disc;
}

#mbody p {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	font-weight: normal;
}

#mbody li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.2;
	color: #fff;
}

#mbody a {
	color: #7d7d7d;
	text-decoration: none;
}

#mbody a:hover {
	text-decoration: none;
	color: #fff;
}

#mbody a:visited a:active {
	color: #7d7d7d;
}

.leftbox {margin-top:1em; margin-left:1em; line-height:normal;}
.leftbox p{margin:0 0 .5em 0;}
.leftbox a{color:#990000; text-decoration:none;}
.leftimage {margin:1em 0 0 1em;}

#mbody li .noLink {
	color: #aaa;
}

#side .hiLite {
	font-weight: bold;
	font-size: 115%;
}

#side hr {
	text-align: center;
	margin-top: 1em;
}

a.grey {
	color: #7d7d7d;
}

a:hover.grey {
	color: #bf2809;
}


/* */
/* CONTENT related definitions */
/* */

#content {
	float: right;
	width: 73%;
	width: 75%;
	margin: 0;
	padding: 0;
}

#content .inner {
	padding-top: .1em;
	margin: 0 1em 1em 1em;
}

.lft {
	float: left;
	margin: 2px 20px 0 -70px;
}

.rgt {
	float: right;
	margin: 2px 20px 0 20px;
}

#content > .inner > .lft {
	margin: 2px 20px 20px 0;
}

#content > .inner > .rgt {
	margin: 2px 20px 20px 20px;
}

#contentWD {
 float:none;
 margin: 0 1em;
 padding: 0;
}

.indent1 {
 margin-left:1em;
}

.indent2 {
 margin-left:2em;
}

.sthru {
 text-decoration:line-through;
 zoom:1;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity: 0.5;
 opacity: 0.5;
}

.section_pic {
 float: left;
 width: 100px;
 height: 100px;
 margin-right: 5px;
 margin-bottom: 5px;
}

.section_pic a:hover {
text-decoration:none;
}

.section_pic img {
margin-top: 0;
}

img {
/* border: none; */
margin-top: 1.5em;
width: auto;
height: auto;
}

.secthd {
	color: #7d7d7d;
	font-weight: 600;
	font-size: 175%;
}

.lighttext {
 color: #aaa;
}

hr {
 width: 50%;
 height: 5px;
 background-color: #7d7d7d;
 margin-top: 1.5em;
 margin-bottom: 1.5em;
}

.hiLite {
	font-weight: bold;
	font-size: 115%;
}

.hiLiteB {
 color: #00f;
}

.hiLiteBriteB {
 color: #00f;
}

.hiLiteG {
 color: #0a0;
}

.hiLiteBriteG {
 color: #0f0;
}

.hiLiteO {
 color: #f80;
}

.hiLiteBriteO {
 color: #f80;
}

.hiLiteR {
 color: #f00;
}

.hiLiteBriteR {
 color: #f00;
}

.hiLiteY {
 color: #dd0;
}

.hiLiteBriteY {
 color: #ff0;
}

.hiLiteT {
color: teal;
}

.hiLiteBl {
color: #000;
}

.aSdRndShdw {
 color:#444;
 margin: 1em 1em 1em 0.5em;
 font-size:1em;
 padding:0.5em;
 background-color:#fff;
 border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

p.quoteB4:before {
 font-size:300%;
 margin-right:4px;
 line-height:0;
 vertical-align:bottom;
 content:"\201C";
 content:open-quote;
 color:#fc6;
 }

p.quoteAft:after {
 font-size:300%;
 margin-left:4px;
 line-height:0;
 vertical-align:bottom;
 content:"\201D";
 content:close-quote;
 color:#fc6;
 }

.msgNews, .msgOp, .msgSafe, .msgQry, .msgPC {
font-style: normal;
text-align: left;
margin: 2em 2em 2em 2em;
padding: 1em;
}

.msgNews {
border: 2px solid #f00;
}
.msgOp {
border: 2px solid #0b2577;
}
.msgSafe {
border: 2px solid #0f0;
}
.msgQry {
border: 2px solid #f0f;
}
.msgPC {
border: 2px solid #0ff;
}

.lnkNews, .lnkOp, .lnkQry, .lnkSafe, .lnkPC {
font-size: 83%;
font-weight: bold;
border-width: thin;
border-style: solid;
padding: 0px 2px;
}

.lnkNews:link, .lnkOp:link, .lnkQry:link, .lnkSafe:link, .lnkPC:link
{ color: #000; text-decoration: none; }
.lnkNews:visited, .lnkOp:visited, .lnkQry:visited, .lnkSafe:visited, .lnkPC:visited
{ color: #000; }
.lnkNews:hover, .lnkOp:hover, .lnkQry:hover, .lnkSafe:hover, .lnkPC:hover
{ color: #aaa; text-decoration: none; }
.lnkNews:active, .lnkOp:active, .lnkQry:active, .lnkSafe:active, .lnkPC:active
{ color: #aaa; }


.lnkNews {
border-color: #f00;
}
.lnkOp {
border-color: #0b2577;
}
.lnkQry {
border-color: #f0f;
}
.lnkSafe {
border-color: #0f0;
}
.lnkPC {
border-color: #0ff;
}

#content a {
	color:#7d7d7d;
	color:#bf2809;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	color:#bf2809;
	color:#7d7d7d;
	text-decoration:underline;
}

.selrow {
	background-color: #eee;
}

.halfFrameBL {
border-bottom-left-radius: 1em;
-moz-border-radius-bottomleft: 1em;
-webkit-border-bottom-left-radius: 1em;
 border-bottom: 3px double #d8d8d8;
 border-left: 3px double #d8d8d8;
 padding-left: .5em;
 margin-bottom: .5em;
 width: 95%;
}

.translang {
background-color: #4f2300;
margin: 1em;
padding: 0.5em;
}


/* garden notes */

.monNotes {
position: relative;
font-size: 83%;
}
.yrNotes {
position: relative;
}
.toggle {
color: #000000;
font-weight: normal;
cursor: s-resize;
}
#gdn_notes h1, #gdn_notes h2, #rek_pcnote h1, #rek_pcnote h2 {
cursor: s-resize;
}
.nav {
text-align: right;
padding-right: 5px;
}


/* Christmas card map */

#contact_xmap #content {
/* float: right; */
 width: 100%;
}

#contact_xmap #list {
 float: left;
 margin: 1px;
 margin-bottom: 2em;
 padding: 3px;
 background-color: #ccc;
 color: #7d7d7d;
 width:200px;
/* height: 500px */
}

#contact_xmap #map {
/* float: right; */
 margin: 3px 3px 3px 225px;
 padding: 3px;
 width: 675px;
 height: 650px;
}
#contact_xmap p.clrbth {
 clear: both;
}
#contact_xmap .address {
 visibility: hidden;
}
#contact_xmap .sectUp {
 visibility: visible;
 position: relative;
 z-index: 99;
}
#contact_xmap .sectDn {
 visibility: hidden;
 position: absolute;
 z-index: 1;
}
#contact_xmap #nav {
    text-align: center;
    font-weight: 900;
}
#contact_xmap .isLink {
 color: blue;
 cursor: pointer;
}
#contact_xmap .noLink {
 color: gray;
 cursor: default;
}


/* tables */

.noborder {
border: none;
}

.noborder td, .noborder th {
border: none;
}

table {
  border: 2px solid #666;
  border-collapse: collapse;
}

td, th {
  border: 2px solid #666;
  margin: 0;
  padding: 3px;
}

.bglrG {
  background-color: #4f2300;
  background-color: #ccc;
}

tr.bglrG a:link {
 color: #e2a85c;
}

.bglrR {
  background-color: #b50021;
}

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#ddd;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

.colour2 {
	background-color: #eee;
}

.warn {
	color: #bf2809;
}

.ques p {
	font-weight: bold;
	font-sytle: italic;
}

/* */
/* FORM related definitions */
/* */

fieldset {
	border-color: #7d7d7d;
	margin-bottom: 1.5em;
}

legend {
	color: #7d7d7d;
	font-weight: bold;
}

/* */
/* FOOTER related definitions */
/* */

#footer {
	clear: both;
	margin-top: 1em;
}

#footer br {
	clear: both;
	line-height: 1;
}

#footer hr {
	text-align: center;
	width: 85%
}

#footer .inner {
	margin: 0;
	padding: 0 0 0 5px;
}

#bottommenu {
	margin: 2em 0 2em 0;
	text-align: center;
	font-size:12px;
	color:#7d7d7d;
	font-weight:bold;
}

#bottommenu a {
	color:#7d7d7d;
	font-weight:normal;
	text-decoration:none;
}

#bottommenu a:hover {
	color:#990000;
	font-weight:normal;
	text-decoration:none;
}

/* */
/* Pop-up CSS definitions */
/* */

.popup  {
	position: absolute;
	left: -150px;
	top: -150px;
	margin: 0;
	padding: 5px;
	border: 2px solid #7d7d7d;
	background-color: #ccc;
	color: #333;
	opacity: .95;
	width: 425px;
	visibility: hidden;
}

.popup p {
 margin: 0;
 margin-bottom: 0.5em;
 padding: 0;
 line-height: 1.25;
}

.fillerUp {
 color: #3cf;
}


/* */
/* OTHER CSS definitions */
/* */

#copy {
	margin: 2em 0 0 0;
	color:#787878;
}

#copy a {
	color:#7d7d7d;
	font-weight:bold;
	text-decoration:none;
}

#copy a:hover {
	color:#bf2809;
}

p.introduction:first-letter {
 font-size: 44px;
 float: left;
color: #D4D4C7;
 line-height: 35px;
 padding-top: 3px;
 padding-right: 3px;
 font-family: Times, serif, Georgia;
}

/* display draft overlay */
.draftnb {
 position: fixed;
 top: 400px;
 left: 350px;
 font-size: 10em;
 color: RGBA(180,180,180,0.33);
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.boxOfloat:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

 down vote


.gm-style-iw{ overflow: hidden !important;}
