/* csscolumn2left-m1 created 2016-05-21 from csscolumn2left and tweaked to make pages mobile freindly */ 
/* moved back to production as csscolumn2left on 2017-0408 */

#leftsidebar {
  float: left; 
  min-width: 310px;
/*  border-top: 1px solid #b9d2e3; */
  border-left: 5px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  background-color: wheat;
  color: black;
  margin: 10px;
  padding: 0;
}

#leftsidebar .inner {
  margin:  10px;
}

#leftsidebar p {
  margin: 20px;  
  font-size: 100%;
  color: #666666;
}
#leftsidebar a:link, #leftsidebar a:visited {
  font-size: 90%;
  color: #245185;
  font-weight: bold;
}
#leftsidebar h3 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size:  110%;
}


#content {
 /* position: relative;  */ /* this line must be commented out for menus to work properly in firefox */
/* width: 470px; */
  margin: 10px;
/*    margin: 0 240px 0 170px; */
 /* border: 1px solid #b9d2e3; */
 /* background-color: white; */
  color: black;
}

#mainfeature {
  padding: 2em 2em 1em 2em;
/*  height: 1%; */
}

/* #links { font-size="4"} */

#mainfeature h2 {
  margin: 0;
  font-weight: bold;
  font-size: 140%;
}
#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}

#mainfeature p.more a:link, #mainfeature p.more a:visited {
 /* color: white; */
 /* background-image: url(img/more-bullet.gif); */
  /* background-repeat: no-repeat; */
  /* background-position: center left; */
 /*  padding-left: 14px;  */
}

#content .inner {
  margin: 10px 20px 10px 40px;
}

#content .inner h3 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  text-align: center;
  font-size: 130%;
}

#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content .inner h4 {
  text-align: center;
  font-size: 120%;
}

#content .inner h4 a:link, #content .inner h3 a:visited {
  color: #245185;
}

#content .inner p {
  color: #666666;
  font-size: 90%;
}

#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}

#content .inner p.author {
  font-weight:  bold;
}

#content .inner p.more{
  margin-top: 0;
  text-align: right;
}

#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  /* background-image: url(img/more-bullet.gif); */
  /* background-repeat: no-repeat; */
 /* background-position: center left; */
  padding-left: 14px;
  font-size: 90%;
/*  color: #1e4c82; */
}

/* #sampler {  float: right;  border: 5px solid yellow;} */

#pixsampler img {
 /* float: left; */ 
  border: 0px 2px 4px 2px; 
}

#sampler{
/*  position: relative;
  top: 162px; */
  /*clear: both; */
 margin: 0 0 20% 0; 
}

#sampler img {
  float: none;
/*  border: 0px 2px 4px 2px; */
}

#sampler h3 {
  margin-top: 16px;
  border-top: 3px solid black;
  text-align: left;
  font-size: 120%;
}

#sampler p{
   padding: -2em 2em 3em 2em;
/*	top:-7px; */
}

#sampler a:link, #sampler a:visited {
  color: navy;
  font-size: 120%;
}

