/*-- collapsing columns indent control --*/

ul#widget-collapscat-2-top.collapsing.categories.list li {
padding-left: .3em; !important;

/*control space between links and line heights */
  
padding-bottom: 10px !important;
line-height: 1.3;
}


/* =Structure
----------------------------------------------- */

/*change widths here */
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 6.0%;
	/* default value  width: 58.4%; */
	width: 56.4%;
}
/* keep the sidebar - for right sidebar */
 /*   .right-sidebar #main #content {
        margin: 0 29% 0 1%;
        width: 70%;
    }
    .right-sidebar #main #secondary {
        float: right;
clear:none !important;
        margin: 0 1% 0 1%;
        max-width: 19%;
    } */
/*end sidebar code */
/* post title made smaller to avoid some word wrap */
h1.entry-title {
font-size: 1.6em;
}
/* style subcat list, both widgets that could be used */
aside#extended-categories-2 ul li, aside#jcl_widget-3 ul li {
padding-left:0 !important;
  font-size: .7em !important;
}
/*reduce right margin for category list */
/*make secondary widget area wider */
/* OLD setting#secondary
{
  margin-right: 4.6%;
  width: 19.8%;
} */
/*make secondary widget area wider */
#content {
	margin: 0 33% 0 6.0%;
	/* default value  width: 58.4%; */
	max-width: 56.4%;
}
#secondary
{
  margin-right: 1.5%;
  min-width: 24.8%;
  float:right;
  clear:none;
  }
/*adjust size for mobile*/
#page {
  max-width: 1000px;
  min-width: 1000px;
  }
aside#extended-categories-2 ul, aside#jcl_widget-3 ul {
list-style-position:inside !important;
list-style-type:disc;
padding:0 !important;
margin-left:12px !important;
}
aside#extended-categories-2 ul li.aside#jcl_widget-3 ul li  {
padding-left: 0 !important;
background-image:none !important;
background-position: left center;
}
/* Hide older/newer links */

div.nav-previous a, div.nav-next a {
  display:none;
}
/*override ugly theme widget bg images */
.widget-area ul li {
  background-image:none !important;
}
  
/* add in arrows for recent post links*/

div#secondary.widget-area aside#recent-posts-2.widget.widget_recent_entries ul li a {
background-image: url(images/newarrow1.gif);
background-repeat: no-repeat;
background-position: left center;
}
div#secondary.widget-area aside#recent-posts-2.widget.widget_recent_entries ul li a {
padding-left: 14px;
margin-left:0;
font-size: .9em;
}
/* style category counts */
span.jcl_count {
padding-left:3px;
color:blue;
}
/*adjustments for mobile platform resizing of header elements */
/*change to percentages for mobile platform */
/* margin-left: 130px; */
h1#site-title {
margin-left: 13%; 
font-family: 'Della Respira', serif;
}
/*change to percentages for mobile platform */
/* margin-left: 130px; */
h2#site-description {
margin-top: 0; 
margin-left: 14%; 
margin-bottom:7%;
margin-right: 20%;
max-width: 335px;
}
/* remove Soliloquy buttons */
div.soliloquy-pager, div.soliloquy-controls-direction {
display:none;
}
  
/* page bg image control ideally */
#page {
background-size: 100% auto;
}
/*change widths here */
#primary {
	float: left;
	margin: 0 -15% 0 0;
	width: 85%;
  }
#content {
	margin: 0 1% 0 6.0%;
	/* default value  width: 58.4%; */
	width: 56.4%;
  }
/* keep the sidebar - for right sidebar */
    .right-sidebar #content {
        margin: 0 20% 0 6%;
        width: 100%;
      }
    .right-sidebar #main #secondary {
        float: right;
	clear:none !important;
        margin: 0 3% 0 1%;
        max-width: 24%;
      } 