/* this file inlcudes custom changes to the template css */

/* the moduletable custom css creates the borders for the sidebar modules */

.moduletable{
margin-bottom:1em;
padding: 0 5px 5px 5px; /*padding for inside text*/ 
border-right:1px #6b2d8b solid; 
border-left:1px #6b2d8b solid;
border-bottom:1px #6b2d8b solid;
-border-radius: 0px 0px 7px 7px;
-webkit-border-radius: 0px 0px 7px 7px;
-moz-border-radius: 0px 0px 7px 7px; 
font-size: 0.8em;
}
.moduletable li {font-size: 0.9em;}

/* the moduletable h3 codes create the headers for the sidebar modules */

.moduletable h3{
background:#899b25;
color:/*#6b2d8b*/ white;
padding:0.25em 0;
text-align:center;
font-size:1.1em;
font-weight: bold;
margin:0 -5px 0.5em -5px;
border: 1px #899b25 solid;
}


/* custom typeface and appearance for the website */

body {font-family: Helvetica, sans-serif; font-weight: normal; font-size: 1rem; margin-bottom:.7em; color: #000050; line-height: 115%;}
li {font-family: Helvetica, sans-serif; font-weight: normal; font-size: 1rem; color: #000050; }
h1    {font-family:"Trebuchet MS", sans-serif; font-weight: normal; font-size: 2.5em; color: #899b25;}
h2    {font-family:"Trebuchet MS", sans-serif; font-weight: normal; font-size: 1.6em; color: #899b25;}
h3    {font-family:"Trebuchet MS", sans-serif; font-weight: normal; font-size: 1.3em; color: #899b25;}
h4    {font-family:"Trebuchet MS", sans-serif; font-weight: normal; font-size: 1.2em; color: #899b25;}
a    {color: #6b2d8b; text-decoration: none;}
a:hover  {background: white; color: red;}

/* this code makes sure the article titles are green and still work as links */
h2 a {color: #899b25;}

/* this code insures that the slideshow in the header/top module position doesn't have a border like the modules in the sidebars */

.moduleheader {border: 0;}

/* Code for the breadcrumbs line */
.breadcrumb {font-size: 0.5rem;}
.breadcrumb ul li{
  float: left;
  display: inline;
}
/* code to float images left, right, or center */
.pull-left {float: left;}
.pull-right {float: right;}