/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Oct 06 2016 | 03:01:56 (pm)
/*
/******* Do not edit this file *******/

/********** Global Settings  **********/
/*Body Font setting  22 Aug 2015 djw*/
body {
  line-height:1.25em; 
}
/********** Global Settings  **********/
/*Strong Font setting  16 Sep 2015 djw*/
strong {
  color:black; 
}

/*Post content paragraph  24 Aug 2015 djw*/
#content p {
  margin-bottom: 1.5em;
}


/*Global Heading Font setting  22 Aug 2015 djw
h1, h2, h3, h4 {
  font-family: "Helvetica";
  font-weight: bold;
}*/

/*Heading Sizes - like the CBC  21 Aug 2015 djw*/
h1 {
  font-size: 32px;
}
h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}

/*Link formatting  21 Aug 2015 djw*/
a {
  font-weight:bold;
}

a:visited
{
 /* color: #440000;*/
  color: #af2c2e;
}

a:hover, a:active
{
  color: #660000;
}

/*Sidebar formatting  22 Aug 2015 djw*/
.widget {
   margin-bottom: 20px;
   padding-bottom: 20px;
}


/*Sidebar - applies to h3 in the recent posts div*/
#recent-posts-2 h3
{
  background-color:#e3e3e3;
	padding: 3px;  
}

#recent-posts-2 
{
  border-bottom-color:#e3e3e3;
	border-bottom:solid 6px #e3e3e3; 
  padding-bottom:0px;
}

/*Sidebar - Applies to unordered list items in the recent posts div*/
#recent-posts-2 ul
{
  /*background-color:olive;*/
  /*border-bottom-color:#d3d3d3 !important ; */
  margin-left: 5px ;
  font-family: "Helvetica";
  /*font-weight: bold ;*/
  font-size: 10pt;
}


/*Sidebar - Applies to unordered list items in the recent posts div*/
#recent-posts-2 ul li a ::after
{
  /*background-color:olive;*/
  border-bottom-color:#d3d3d3 !important ;
  border-bottom:solid 6px #d3d3d3 !important ;
}


/********** Plug-In Settings  *************************************************/
/*Testimonials Plug-In formatting  22 Dec 2015 djw*/
.testimonials-widget-testimonial  {
	font-family: serif;
}
/*Plugin Tablepress formatting  21 Aug 2015 djw*/
.tablepress tbody td {
	vertical-align: middle;
}

.tablepress img {
	width: auto;
}

.tablepress-id-9 .column-5 {
  width: 40%;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #e7797a;
}

/*Plugin Tablepress Button Links   21 Aug 2015 djw*/
/*Padding (enables button alignment)  21 Aug 2015 djw*/
.tablepress-id-19 
.tablepress-id-18 
.tablepress-id-17 
.tablepress-id-16 
.tablepress-id-14  {
	padding-top: 0px;
}

/*Plugin Tablepress Button Links - Border  22 Aug 2015 djw*/
.tablepress-id-14,
.tablepress-id-14 tr,
.tablepress-id-14 tbody td,
.tablepress-id-14 thead th,
.tablepress-id-14 tfoot th {
	border: none;
}

.tablepress-id-16,
.tablepress-id-16 tr,
.tablepress-id-16 tbody td,
.tablepress-id-16 thead th,
.tablepress-id-16 tfoot th {
	border: none;
}

.tablepress-id-17,
.tablepress-id-17 tr,
.tablepress-id-17 tbody td,
.tablepress-id-17 thead th,
.tablepress-id-17 tfoot th {
	border: none;
}

.tablepress-id-18,
.tablepress-id-18 tr,
.tablepress-id-18 tbody td,
.tablepress-id-18 thead th,
.tablepress-id-18 tfoot th {
	border: none;
}

.tablepress-id-19,
.tablepress-id-19 tr,
.tablepress-id-19 tbody td,
.tablepress-id-19 thead th,
.tablepress-id-19 tfoot th {
	border: none;
}

/*Plugin Tablepress Button Links - Column 1  22 Aug 2015 djw*/
.tablepress-id-19 .column-1,
.tablepress-id-18 .column-1,
.tablepress-id-17 .column-1,
.tablepress-id-16 .column-1,
.tablepress-id-14 .column-1 {
	text-align: center;
	width: 20%; 
	background-color: #fafafa;
}

/*Plugin Tablepress Button Links - Column 2  22 Aug 2015 djw*/
.tablepress-id-19 .column-2,
.tablepress-id-18 .column-2,
.tablepress-id-17 .column-2,
.tablepress-id-16 .column-2,
.tablepress-id-14 .column-2 {
	text-align: left;
/*	vertical-align: top; */
	background-color: #fafafa;
  	font-family: "Helvetica";
 	font-weight:bold; 
  	font-size:1.05em;
}

/*Plugin Tablepress Produce Landscape Boxes  21 Aug 2015 djw
.tablepress-id-20 .row-1 td {
	text-align: left;
	vertical-align: top; 
	background-color: #fafafa;
} 

.tablepress-id-20 .row-2 td {
	text-align: left;
	vertical-align: top; 
	background-color: #fafafa;
}

.tablepress-id-20 .row-3 td {
	text-align: none;
	vertical-align: bottom; 
	background-color: #fafafa;
}*/


/*entry-content is the style that appies only to article content*/
/*
.entry-content ol, .entry-content ul
{
background-color:#EEE;
    padding: 10pt;
  margin-left:0.95em;
  margin-right:1em;
  border-style:solid;
  border-width:2px;
  border-color:#DDD;
}
*/



/*For  lists nested in other lists reduce padding and slightly accent background*/
/*
.entry-content ol ul, .entry-content ol ul
{
background-color:#ECECEC;
  border-style:none;
    padding: 0.1em;
  
}
*/

/**Fix bugreporter appeaence*/
#bug-library-filter-priorities
{
  visibility:hidden;
}