/* custom stuff */
/* Modifications Ryan Pritchard made to bring the template over to Joomla! 3.8
 are commented and prefixed with Ryan Pritchard -. */

.clr {
  clear: both;
}

div.mosimage_caption {
  font-size: 11px;
}

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

#page_bg {
	height: 100%;
	background: #4d5639;
	padding: 0;
	margin: 0;
	border: 0;
}

#center {
	text-align: center;
}

#main_bg {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background: url(../images/blog_bg.png) repeat-y;
	text-align: left;
}

#content_bg {
	margin: 0px 10px;
}

#header {
	background: #000 url(../images/blog_header.jpg) 0 0 no-repeat;
	width: 750px;
	height: 194px;
}

#newflash {
	float: right;
	background: url(../images/blog_hash.png) 0 0;
	height: 194px;
	width: 193px;
	overflow: hidden;
}

#newflash div {
        padding: 0px 5px 0px 5px;
}

/* Ryan Pritchard - added newflash p to change font color for newsflash */
#newflash p {
	color: #fff;
}

#newflash table.contentpaneopen td {
	color: #ddd;
}

#topmenu, #footer {
	height: 30px;
	background: #000;
	text-align: center;
}

#topmenu ul {
	padding: 0;
	list-style: none;
}

#topmenu li {
	margin: 0;
	float: left;
	height: 30px;
	padding: 0;
}

#topmenu a:link, #topmenu a:visited {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 30px;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 0;
}

#topmenu a:hover {
	background: #b24a2f;
	border-right: 1px solid #fff;
	text-decoration: none;
	border-bottom: 0;
}

#content {
	float: left;
	width: 558px;
	border: 0px solid #c00;
	padding-top: 20px;
}

#navigation {
	float: right;
	width: 190px;
	padding-top: 10px;
	margin: 0px;
	border: 0px solid #00c;
}

.padding {
	width: auto !important;
	width: 100%;
	padding: 0px 15px 40px 15px;
}

/* Ryan Pritchard - added .menupadding to get same look and feel in Joomla! 3.8  -   padding: 0 0px 0px 5px; 
 * 	padding: 0 10px 40px 10px; */
.menupadding {
	width: auto !important;
	width: 100%;
	padding: 0 0px 0px 5px;
}

.highlight {
        background: #ECECE3;
        border: 1px solid #DBDAC4;
        padding: 0px 15px;

}

/* Ryan Pritchard - changes the #footer height to 40px from 30px and line-height to 20px from 30px, 
to accommodate my multi-line footer */

#footer {
        clear: both;
        height: 40px;
        line-height: 20px;
        color: #999;
}

/* Ryan Pritchard - added the .cols - .column entries to fix multicolumn blogs */

.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols-2 .column-1 {
	width:48%;
	float:left;
	margin:0
}

.cols-2 .column-2 {
	width:48%;
	float:right;
	margin:0
}

.cols-3 .column-1 {
	float:left;
	width:29%;
	padding:0px 5px;
	margin-right:4%
}

.cols-3 .column-2 {
	float:left;
	width:29%;
	margin-left:0;
	padding:0px 5px
}

.cols-3 .column-3 {
	float:right;
	width:29%;
	padding:0px 5px
}

.column-1, .column-2, .column-3 {
	padding:5px 5px
}

.column-2 {
	width:50%;
	margin-left:40%;
}

.column-3 {
	width:30%
}
/* Ryan Pritchard - for Search feild on left menu */
.js-finder-search-query.form-control {
	width:90%
}

/* Ryan Pritchard - added .breadcrumb entries to fix look and feel of breadcrumbs. */


.breadcrumb {
background-color: #fff;
		
}

.breadcrumb > li {
        display: inline;
        text-shadow: 0 1px 0 #fff;
}

.breadcrumb > li > .divider {
        padding: 0;
        color: #ccc;
}

.breadcrumb > .active {
        color: #999;
}

/*.breadcrumb-item {
		padding: 0px 0px 0px 0px;
        background: right no-repeat url("../images/arrow.png");
}
*/
.breadcrumb-item::after {
    padding-right: .5em;
    padding-left: .5em;
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider,"/");
}
.breadcrumb-item.active::after {
    padding-right: .5em;
    padding-left: .5em;
    color: var(--bs-breadcrumb-divider-color);
    content: none;
}

/* Ryan Pritchard - added .createdby, .published, and .modified to get the
 old look and feel for content information */
/*
.createdby, .published, .modified {
	line-height: 11px;
	font-size: 8pt;
	color: #666666;
	vertical-align: top;
	padding-bottom: 5px;
	margin-left: 0;
}
*/
/* Ryan Pritchard = originally .modifydate changed to modified */
/*
.modified {
        color: #666666;
        font-weight: normal;
        padding-top: 8px;
        padding-bottom: 5px;
        text-align: left;
}
*/
/* Ryan Pritchard - originally .createdate changed to createdby */

.createdby {
        line-height: 13px;
        font-size: 11px;
        color: #666666;
        font-weight: normal;
        vertical-align: top;
        padding-bottom: 5px;
        padding-top: 0px;
		margin-left: 0;
}

.published {
        line-height: 13px;
        font-size: 11px;
        color: #666666;
        font-weight: normal;
        vertical-align: top;
        padding-bottom: 5px;
        padding-top: 0px;
		margin-left: 0;
}

.modified {
        line-height: 13px;
        font-size: 11px;
        color: #666666;
        font-weight: normal;
        vertical-align: top;
        padding-bottom: 5px;
        padding-top: 0px;
		margin-left: 0;
}

/* required stuff */

span.pathway {
	display: block;
	margin-bottom: 15px;
	padding: 0px 5px 0px 5px;
}

#content-pane .tab-page {
	
}

table.contentpane {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}


.small {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}

.modifydate {
        font-size: 11px;
        color: #666666;
        font-weight: normal;
        padding-top: 8px;
        padding-bottom: 10px;
        text-align: left;
}

.createdate {
        line-height: 10px;
        font-size: 11px;
        color: #666666;
        font-weight: normal;
        vertical-align: top;
        padding-bottom: 10px;
        padding-top: 0px;
}


.readon {

}

/* Ryan Pritchard - added h2 for formatting reasons */

h2 {
	font-size: 18px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 5px 0 0px 0;
	width: 100%
}

h3, .componentheading {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #9b9a87;
	margin: 10px 0 5px 0;
}

.contentheading {
	height: 40px;
	vertical-align: bottom;
	font-size: 22px;
 	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	width: 100%;
}

div.moduletable {
	margin-bottom: 20px;
	
}

table.moduletable .contentheading {
	height: 30px;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
  padding-top: 5px;
	font-size: 18px;
 	font-weight: normal;
	color: #4971BA;
	text-align: left;
	width: 100%;
}

a.contentpagetitle:hover {
	color: #ff0000;
}


a.mainlevel {
  display: block;
  border-bottom: 1px solid #ddd;
}


a:link, a:visited {
	color: #c23f2d; 
	text-decoration: none;
	border-bottom: 1px dotted #c23f2d;
}

a:hover {
	color: #76261B;
	border-bottom: 1px dotted #76261B;
}

a.category:link, a.category:visited {

}

a.category:hover {

}

a.pagenav, a.pagenav:visited {

}

a.pagenav:hover {

}

.frontpageheader {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

.newsfeedheading {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align:left;
}

.newsfeeddate {

}

.fase4rdf a:link {

}

.fase4rdf a:hover {

}

.componentheading{

}


.sectiontableheader {
  font-weight: bold;
	background: #ECECE3;
	padding: 3px;

}



HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	height: 100%;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #333333;
}

/* Ryan Pritchard - added .ptop p formatting to get the top right hand corner working with a white font. 
.ptop p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #ffffff;
}
*/
ol.mod-breadcrumbs
{
display: block;
list-style-type: decimal;
margin-block-start: 1em;
margin-block-end: 1em;
padding-inline-start: 0px;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Ryan Pritchard - changed padding-left to 0px from 15px for formatting purposes. This
 had the effect of the right menu items lining up with the Menu headings */

ul li
{
	line-height: 20px;
	padding-left: 0px;
	padding-top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}



.button {

}

.inputbox {
  font-size: 12px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;

}


/* ---------------- unedited below here ----------------------*/

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #121A1D;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 0px #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #ff6600;
}
.offtab {
	background-color: #25343B;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 1px #9DA6B3;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cccccc;
}

.tabpadding {
}

.tabheading {
	background-color: #eeeeee;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h4 {

}

h5 {

}

h6 {
	height: 40px;
	font-size: 40px;
 	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	width: 100%;
}

/* Horizontal Line */
hr {
	background: #999999; height:1px; border: 1px solid;
}

hr.separator {

}


/* Content - Sections & Categories */
table.contenttoc {
  margin-left: 5px;
  margin-bottom: 5px;
  background: #ECECE3;
  border: 1px solid #DBDAC4;
}

table.contenttoc th {
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  padding: 2px 8px;
}

table.contenttoc td {
	padding: 2px 8px;
}

.contentdescription {
	text-align: left;
}

/** polls and search results **/
.poll {
	padding: 0px 0px;
	margin: 0px;
}

td.poll b {
  font-weight: normal;
}

table.pollstableborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.pollstableborder td {
  padding: 4px 0px;
}


td.sectiontableentry1 {
  color: #333333;

}

td.sectiontableentry2 {
  color: #333333;
}

tr.sectiontableentry1 td {
  padding-left: 4px;
  padding-right: 4px;
}

tr.sectiontableentry2 td {
  padding-left: 4px;
  padding-right: 4px;
}

.smalldark {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}


.pagenav {
	font-weight: bold;
}

.pagenavbar {

}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

strong {
	color: #333333;
}

a img {border: 0;}
.tool-tip {float: left;background: #ffc;border: 1px solid #D4D5AA;padding: 5px;max-width: 200px;text-align:left;}
.tool-title {padding: 0;margin: 0;font-size: 100%;font-weight: bold;margin-top: -15px;padding-top: 15px;padding-bottom: 5px;background: url(../../system/images/selector-arrow.png) no-repeat;}
.tool-text {font-size: 100%;margin: 0;}

