/*   
Theme Name: Piqua Ohio Custom Theme
Theme URI: http://www.piquaoh.org/
Description: This is a custom theme built for Piqua Ohio
Author: EC Link
Author URI: http://eclink.com
Version: 1
*/

/* make calendar text wrap and events not stack*/
.ai1ec-month-view .ai1ec-event{
height:auto !important;
}
.ai1ec-month-view .ai1ec-event,
.ai1ec-week-view .ai1ec-event,
.ai1ec-oneday-view .ai1ec-event{
max-height:none !important;
overflow:visible !important;
white-space: normal !important;
}

.ai1ec-event-footer {
display:none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video  {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:1em;
  font:inherit;
  vertical-align: baseline;
}

img {display: block; max-width: 100%;}
a img {border:none;}
a:hover, a:active  { outline: none; }
nav ul, nav li  { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong { font-weight: bold; }

.ie7 img  { -ms-interpolation-mode: bicubic; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* end reset */

/* wordpress defaults */
.alignnone { margin: 5px; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px; }
.alignleft { float: left; margin: 5px; }
a img.alignright { float: right; margin: 5px; }
a img.alignnone { margin: 0px 10px 10px 0; }
a img.alignleft { float: left; margin: 0px 10px 10px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.contentboxlarge ol {
    list-style-position:outside;
}
.contentboxlarge ol li{
margin-left:35px;
} 
.contentboxlarge ul {
    list-style-position:outside;
    list-style-type: disc;
}
.contentboxlarge ul li{
margin-left:40px;
} 
/* end wordpress defaults */


/* table styling */

.entry table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:20px 0;
	padding:0px;

}
.entry th{
 background-color:#12578e;
 color:#fff;
padding:10px 0px;
text-align:left;
padding-left:20px;
 }
.entry th a{
 color:#fff;
 }
.entry tr:nth-child(odd) {
 background-color:#fff;
 }
.entry tr:nth-child(even) {
 background-color:#f3f3f3;
}
.entry td{
	vertical-align:middle;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:1em;
	color:#000000;
}
.entry tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.entry tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.entry tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}


.entry tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.entry tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/* end table styling */



.contentboxlarge {
  position:relative;
  float:center;
  min-height:800px;
  background:#fff;
  margin-bottom:20px;
  padding: 0px;
}
.contentboxlarge h2 {
   font:700 1.4em/1.6 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
}
.contentboxlarge {
   font:400 1em/1.6 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
}
.post {
padding: 8px;
display:block;
/*border: 1px solid fuchsia;
margin-left:250px;*/
}

.post-sidebar {
padding: 8px;
/*border: 1px solid fuchsia;*/
display:block;
margin-left:250px;
}

.entry {
  font:400 1em/1.2 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
}


.entry img {
display:inline;
border:none;
}
.entry p {
font:400 1em/1.2 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
padding:0 0 10px 0;
}
h1 {
font:700 1.4em/1.6 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
padding: 10px 0;
}
h2 {
font:700 1.2em/1.4 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
color:#12578e;
}
h3 {
font:700 1em/1.2 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
color:#f01b1f;
padding: 10px 0;
}
h4 {
font:700 .8em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
}
.entry table {
font:400 1em/1.2 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
}

/* end wordpress defaults */

#menu {
z-index:3000;
}

html,
body {
  margin:0;
  padding:0;
  height:100%;
}
body {
  overflow-x: hidden;
  background: url("images/background.jpg") no-repeat top center fixed #f5f2ed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wrapper {
  min-height:100%;
  position:relative;
}
#header {
  position:relative;
  max-width:960px;
  margin:0 auto;
  background:#fff;
  z-index:999;
}
#content {
  display:block;
  margin:0 auto;
  max-width:960px;
  padding-bottom:104px;    /* Height of the footer element */
}
#footer {
  width:100%;
  height:124px;   /* Height of the footer element */
  position:absolute;
  bottom:0;
  left:0;
  background:#0e5993;
}
#logo {
  width:321px;
  height:109px;
}

.menu-button {
  display:none;
}
.searchbox {
  width:500px;
  position:relative;
  float:right;
  top:-152px;
  margin-bottom:-152px;
  z-index:9998;
}
.facebook {
  display:inline-block;
  float:left;
  padding:0 5px 5px 5px;
}
.twitter {
  display:inline-block;
  float:left;
  padding:0 5px 5px 5px;
}
.searchbtn, input.button {
  font:700 1.2em/34px 'Rokkitt','Times New Roman','Times', serif;
  text-decoration:none;
  color:#fff;
  background:url("images/search-bg.png") no-repeat 5px 7px#f01b1f;
  border:none;
  cursor:pointer;
}
input.button {
  background:#f01b1f;
}
.sfield {
    border:1px solid #12578e;
    padding:0px;
    width:250px;
    height:2em;
    font:400 1em/2 'Arial', 'Helvetica','Tahoma', sans-serif;
}
#topbar {
  position:absolute;
  top:0px;
  width:100%;
  height:179px;
  background:url("images/topbar-bg.jpg") top left repeat-x;
}
/* nav */
#menu {
  margin:5px auto; 
  text-align:center;
}
#menu ul ul {
  display: none;
}
  #menu ul li:hover > ul {
    display: block;
}
nav > div > ul {
  background:#f01b1f; 
  list-style: none;
  max-width:960px;
  position: relative;
  margin:0 auto;
  padding:0px;
  word-spacing:-4px; /* get rid of space between li's */
}
nav > div > ul li ul li > a:after {
  content: ' ▶';
  white-space: nowrap;
}
nav > div > ul li ul li > a:only-child:after {
  content: '';
  white-space: nowrap;
} 
  nav > div > ul li {
    display:inline-block;
    text-align:left;
  }
  nav > div > ul > li > a {
    font:700 1.4em/60px 'Rokkitt','Times New Roman','Times', serif;
    text-decoration: none;
    word-spacing:1px;
    border-left:1px solid #e20304;
    border-right:1px solid #f74f56;
  }
  nav > div > ul > li:first-child {
  border-left:1px solid #f74f56;
  }
  nav > div > ul > li:last-child {
  border-right:1px solid #e20304;
  }
    nav > div > ul li:hover {
      
    }
      
    nav > div > ul li a {
      display: block;
      padding:0px 15px;
      color:#fff;
      text-decoration: none;
    }

  nav > div > ul ul {
    background:#f01b1f;
    position: absolute;
    top: 100%;
    margin-top:-1px;
  }
    nav > div > ul ul li {
      display:block;
      border-top: 1px solid #e20304;
      position: relative;
    }
      nav > div > ul ul li a {
        font:700 1.2em/20px 'Rokkitt','Times New Roman','Times', serif;
        color:#fff;
        word-spacing:1px;
        padding:10px 20px;
        min-width:200px;
      } 

  nav > div > ul ul ul {
    position: absolute; left: 100%; top:0;
  }
/* end nav */


.carousel {
  display:block;
  margin:0 auto;
  float:right;
  width:960px;
  background:#fff;
}

.news_content .postDate {
  font-size: .8em;
}



/* subnav */
#subnav {
  position:absolute;
  top:483px;
  width:960px;
  margin:0 auto; 
  text-align:center;
  z-index:99;
}
#subnav > div > ul > li {
  background:url("images/subnav-btn.png") no-repeat 0 0;
  width:238px;
}
#subnav > div > ul > li > a {
  margin-left:15px;
}

#subnav > div ul ul {
  display: none;
}
  #subnav > div ul li:hover > ul {
    display: block;
}
#subnav > div ul {
  background:#f01b1f; 
  list-style: none;
  max-width:960px;
  position: relative;
  margin:0 auto;
  padding:0px;
  word-spacing:-4px; /* get rid of space between li's */
}
#subnav > div ul li ul li > a:after {
  content: ' ▶';
  white-space: nowrap;
}
#subnav > div ul li ul li > a:only-child:after {
  content: '';
  white-space: nowrap;
}  
  #subnav > div ul li {
    display:inline-block;
    text-align:left;
  }
  #subnav > div > ul > li {
    font:700 1.5em/40px 'Rokkitt','Times New Roman','Times', serif;
    word-spacing:1px;
    text-decoration: none;
    border-right:1px solid #f74f56;
  }

    #subnav > div ul li:hover {
      
    }
      
    #subnav > div ul li a {
      display: block;
      padding:0px 15px;
      color:#fff;
      text-decoration: none;
      min-width:150px;
    }

  #subnav > div ul ul {
    background:#f01b1f;
    position: absolute;
    top: 100%;
    margin-top:-1px;
  }
    #subnav > div ul ul li {
      display:block;
      border-top: 1px solid #e20304;
      position: relative;
    }
      #subnav > div ul ul li a {
        font:700 .6em/1 'Rokkitt','Times New Roman','Times', serif;
        word-spacing:1px;
        text-decoration:underline;
        color:#fff;
        padding:10px 20px;
      } 

  #subnav > div ul ul ul {
    position: absolute; left: 100%; top:0;
  }
/* end subnav */



.bodycontent {
  display:inline-block;
  margin:0 auto;
  background:none;
  font:400 1em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
  letter-spacing:0px;
  min-height: 600px;
}
.bodycontent a{
  color:#f01b1f;
  text-decoration:underline;
  font:700 1em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
}
.content_title {
  padding:5px 0 5px 10px;
  color:#fff;
  font:700 1.4em/1.4 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
  background:#12578e;
}
.leftbox {
  margin-top:0px;
  margin-right:10px;
  max-width:660px;
  float:left;
  margin-bottom:20px;
}
.covid_box {
  margin-top:58px;
  max-width:654px;
  background:#f01b1f;
  border:3px solid #f01b1f;
}
.covid_content {
  border-top:none;
  padding:5px;
  font:400 1em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
  color: white;
}
.covid_content img {
  float:left;
  padding:5px;
}
.covid_content a {
	color:white;
}
.alert_box {
  margin-top:18px;
  max-width:654px;
  background:#fff;
  border:3px solid #f01b1f;
}
.alert_content {
  border-top:none;
  padding:5px;
  font:400 1em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
}
.alert_content img {
  float:left;
  padding:5px;
}
.news_box {
  margin-top:10px;
  max-width:660px;
  background:#fff;
}
.news_content {
  border-top:none;
}
.news_content span{
  display:block;
  background:url("images/news-bg.png") repeat-x;
  padding:10px;
  color:#000;
  font:700 1.2em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
}
.news_content p {
    padding:10px;
  font:400 1em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
}
.right_boxes {
  float:right; 
  width:290px;
}
.calendar_box, .fb_box {
  margin-top:58px;
  float:right; 
  width:290px;
  background:#fff;
  margin-bottom:20px;
}
.calendar_content {
  border:1px solid #dcd0c5;
  border-top:none;
  padding:5px;
}
.calendar_box h2 {
   color:#000;
   font:700 1em/2 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
}

footer {
  width:100%;
  height:140px;  /* Height of the footer element */
  position:absolute;
  bottom:0;
  left:0;
  background:#0e5993;
}
#footernav {
  max-width:960px;
  display:block;
  margin:0 auto;
  padding-top:20px;
  font:400 1.4em/1 'Rokkitt','Times New Roman','Times', serif;
  text-align:center;
}
#footernav li {
  display:inline;
  margin:12px 10px;
}
#footernav a {
  color:#fff;
  text-decoration:none;
}
#footernav a:hover {
  color:#fff;
}
#footernav span {
  color:#fff;
  font:400 1em/1.4em 'Rokkitt','Times New Roman','Times', serif;
}
.nowrap {
white-space: nowrap;
}



/* aside nav */

.contentboxlarge aside ul li{
   margin-left:0;

} 

  aside div ul {
    position:relative;
    top:0px;
    width:250px;
    margin:0px auto;
    float:left;
    display:block;
    padding-bottom:0px;
    background:#f01b1f;
  }

  aside div ul > li {
    background:none;
    width:100%;
    border-top: 1px solid #e20304;
margin-left: 0;
    content: " ";
    display: table;
    clear: both;
    *zoom: 1;
  }
  aside div > ul > li > a {
    margin-left:0px;
  }
  aside div ul ul {
    display: block;
  }
  aside div ul {
    background:#f01b1f; 
    list-style: none;
    max-width:100%;
    position: relative;
    margin:0 auto;
    padding:0px;
  }
  aside div ul li ul li > a:after {
    content: '';
    white-space: nowrap;
  }
  aside div ul li ul li > a:only-child:after {
    content: '';
    white-space: nowrap;
  }  
    aside div ul li {
      display:block;
      text-align:left;
    }
    aside div > ul > li {
      font:700 1.0em/1.6em 'Rokkitt','Times New Roman','Times', serif;
      word-spacing:1px;
      text-decoration: none;
      border-right:none;
      border-left:none;
    }        
      aside div ul li a {
        display: block;
        padding:0px 10px;
        color:#fff;
        text-decoration: none;
      }

    aside div ul ul {
      background:#f01b1f;
      position: relative;
      top: 100%;
      margin-top:0px;
    }

      aside div ul ul li {
        display:block;
        border-top: 1px solid #e20304;
        position: relative;
        width:100%;
      }
        aside div ul ul li a {
          font:700 .8em/30px 'Rokkitt','Times New Roman','Times', serif;
          word-spacing:1px;
          text-decoration:none;
          color:#fff;
          padding:0px 10px;
          max-width:100%;
        } 


    aside div ul ul ul {
      position: relative;
      left:0px;
      top:0px;
    }
    aside div ul ul a{
      margin-left:15px;
      max-width:90%;
    }    
    aside div ul ul ul a {
      position: relative;
      margin-left:30px;
      max-width:80%;
    }
     aside div ul ul ul ul a {
      position: relative;
      margin-left:45px;
    }   
    aside div ul ul ul ul ul a {
      position: relative;
      margin-left:60px;
    }    
    aside div ul ul ul ul ul ul a {
      position: relative;
      margin-left:75px;
      
    }       
    aside div ul ul ul ul ul ul ul a {
      position: relative;
      border:1px solid green;
    }         
    aside div ul ul ul ul ul ul ul ul a {
      position: relative;
      margin-left:105px;
    }             
/* end aside */







@media only screen 
and (max-width: 980px) {

#topbar {
  display:none;
}
#header {
  position:relative;
  top:33px;
}
    #menu > div > ul {
      position:absolute;
      top:0px;
      display:none;
      z-index:3000;
    }
  
    #menu > div ul {
      position:absolute;
      top:0px;
      display:none;
      z-index:3000;
    }

	.menu-button {
      position:absolute;
      display:block;
      top:-33px;
      height:33px;
      background:#f01b1f;
      width:100%;
      z-index:9999;
    }
    .menu-button img {
      position:absolute;
      top:5px;
      right:22px;
      width:23px;
      height:23px;
      background:url(images/menu.png) top left no-repeat;
    }
    #menu.active .menu-button img {
    background:url(images/menu.png) bottom left no-repeat;
    }

	#menu.active > div ul{
		text-align:left;
		width:100%;
		right:0px;
		display:inline-block;
		min-height:100%;
		top:0px;
		background:#f01b1f;
		/*
		-moz-box-shadow:0px 10px 15px 0px #666;
		-webkit-box-shadow:0px 10px 15px 0px #666;
		box-shadow:-10px 0px 15px 0px #666;
		*/
    }

	#menu.active > div > ul{
    text-align:left;
    width:100%;
    right:0px;
    display:inline-block;
    min-height:100%;
    top:0px;
    background:#f01b1f;
    }
  #content.active {
    zoom:1;
    filter: alpha(opacity=80);
    opacity:0.8;
    -webkit-opacity:0.8;
    -moz-opacity:0.8;
    -khtml-opacity:0.8;
    background:#fff;
  }
  #close.active {
    display:visible;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:1001;
    cursor:pointer;
  }

/* nav */
    #menu {
      margin:0 auto; 
      text-align:center;
      font:700 1em/1em 'Rokkitt','Times New Roman','Times', serif;
      background:#f01b1f;
    }

    #menu > div > ul {
      position:absolute;
      top:0px;
      display:none;
      z-index:3000;
    }
    #menu > div ul li ul{
      position:relative;
      display:block;
    }
  #menu > div ul li {
    display: block;
    border-top: 1px solid #e20304;
  }
  #menu > div ul li ul li > a:after {
    content: '';
    white-space: nowrap;
  }
  #menu > div ul li ul li > a:only-child:after {
    content: '';
    white-space: nowrap;
  } 


    #menu > div ul li a {
      display: block;
      padding:0px 10px;
      color:#fff;
      text-decoration: none;
    }
  #menu > div ul ul {
    background:#f01b1f;
    position: absolute;
    top:0;
    margin-top:-1px;
  }
    #menu > div ul ul li {
      display:block;
      position: relative;
    }
      #menu > div ul ul li a {
        font:700 1.2em/1.6em 'Rokkitt','Times New Roman','Times', serif;
        color:#fff;
        padding:0px 25px;
      } 
      #menu > div ul ul ul li a {
        padding:0px 40px;
      }       
      #menu > div ul ul ul ul li a {
        padding:0px 65px;
      }       
        nav ul ul li a:hover {
          color:#fff;
        }
  #menu > div ul ul ul {
    position: relative; left:0; top:0;
  }
/* end nav */
  



.contentboxlarge {
	top: 50px;
}
.post, .post-sidebar {
padding: 8px;
display:block;
margin-left:0px;
}
.searchbox {
  top:-50px;
  width:320px;
  margin-bottom:-110px;
}
.facebook {
  display:inline-block;
  float:left;
  padding:0 5px 5px 5px;
}
.twitter {
  display:inline-block;
  float:left;
  padding:0 5px 5px 5px;
}
.searchbtn {
  font:700 1.2em/34px 'Rokkitt','Times New Roman','Times', serif;
  text-decoration:none;
  color:#fff;
  background:url("images/search-bg.png") no-repeat 5px 7px#f01b1f;
  border:none;
  cursor:pointer;
}

.sfield {
    border:1px solid #f01b1f;
    padding:0px;
    width:100px;
    height:2em;
    font:700 1em/2em 'Rokkitt','Times New Roman','Times', serif;
}

  #content {
    padding:0 10px;
    padding-bottom:100px;
  }

/* left nav */
  #subnav {
    position:relative;
    top:-100px;
    width:100%;
    margin:0px auto;
    float:none;
    display:block;
    padding-bottom:0px;
    background:#f01b1f;
  }

  #subnav > div > ul > li {
    background:none;
    width:100%;
    border-top: 1px solid #e20304;
  }
  #subnav > div > ul > li > a {
    margin-left:0px;
  }
  #subnav div ul ul {
    display: block;
  }
  #subnav div ul {
    background:#f01b1f; 
    list-style: none;
    max-width:100%;
    position: relative;
    margin:0 auto;
    padding:0px;
  }
  #subnav div ul li ul li > a:after {
    content: '';
    white-space: nowrap;
  }
  #subnav div ul li ul li > a:only-child:after {
    content: '';
    white-space: nowrap;
  }  
    #subnav div ul li {
      display:block;
      text-align:left;
    }
    #subnav > div > ul > li {
      font:700 1.5em/40px 'Rokkitt','Times New Roman','Times', serif;
      word-spacing:1px;
      text-decoration: none;
      border-right:none;
      border-left:none;
    }        
      #subnav div ul li a {
        display: block;
        padding:0px 10px;
        color:#fff;
        text-decoration: none;
      }

    #subnav div ul ul {
      background:#f01b1f;
      position: relative;
      top: 100%;
      margin-top:0px;
    }

      #subnav div ul ul li {
        display:block;
        border-top: 1px solid #e20304;
        position: relative;
        width:100%;
      }
        #subnav div ul ul li a {
          font:700 .8em/30px 'Rokkitt','Times New Roman','Times', serif;
          word-spacing:1px;
          text-decoration:none;
          color:#fff;
          padding:0px 10px;
          max-width:100%;
        } 


    #subnav div ul ul ul {
      position: relative;
      left:0px;
      top:0px;
    }
    #subnav div ul ul a{
      margin-left:15px;
      max-width:90%;
    }    
    #subnav div ul ul ul a {
      position: relative;
      margin-left:30px;
      max-width:80%;
    }
     #subnav ul ul ul ul a {
      position: relative;
      margin-left:45px;
    }   
    #subnav ul ul ul ul ul a {
      position: relative;
      margin-left:60px;
    }    
    #subnav div ul ul ul ul ul ul a {
      position: relative;
      margin-left:75px;
      
    }       
    #subnav div ul ul ul ul ul ul ul a {
      position: relative;
    }         
    #subnav div ul ul ul ul ul ul ul ul a {
      position: relative;
      margin-left:105px;
    }             
/* end new leftnav */

  .carousel {
    display:block;
    margin:0 auto;
    float:none;
    width:100%;
    background:#fff;
  }

  .bodycontent {
    display:inline-block;
    margin:0 auto;
    background:none;
    font:400 1em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
    letter-spacing:0px;
  }
  .bodycontent a {
    color:#f01b1f;
    text-decoration:underline;
    font:700 1em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
  }
  .content_title {
    padding:5px 0 5px 10px;
    color:#fff;
    font:700 1.4em/1.4 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
    background:#12578e;
  }
  .leftbox {
    display:block;
    margin-top:0px;
    margin-right:0px;
    max-width:100%;
    float:none;
  }
.covid_content a {
   color: white !important;
}
	.alert_box {
    display:block;
    margin-top:10px;
    max-width:100%;
    background:#fff;
    border:3px solid #f01b1f;
  }
  .alert_content {
    min-height:60px;
    border-top:none;
    padding:5px;
    font:400 1em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
  }
  .alert_content img {
    float:left;
    padding:5px;
  }
  .news_box {
    display:block;
    margin-top:10px;
    max-width:100%;
    background:#fff;
  }
  .news_content {
    border-top:none;
    padding:0px;
  }
  .news_content span{
    display:block;
    background:url("images/news-bg.png") repeat-x;
    padding:10px;
    color:#000;
    font:700 1.2em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
  }
  .news_content p {
      padding:10px;
    font:400 1em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
  }  
   .calendar_box, .fb_box {
    display:inline-block;
    margin-top:-10px;
    float:none; 
    width:100%;
    background:#fff;
    margin-bottom:110px;
  }
  .calendar_content {
    border:1px solid #dcd0c5;
    border-top:none;
    padding:5px;
  } 


/* aside nav */

.contentboxlarge aside ul li{
   margin-left:0;
} 

  aside div ul {
    position:relative;
    top:0px;
    width:100%;
    margin:0px auto;
    float:left;
    display:block;
    padding-bottom:0px;
    background:#f01b1f;
  }
          
/* end aside */

} 







@media only screen 
and (max-width: 680px) {

    #content {
      padding-bottom:180px;    /* Height of the footer element */
    }
    #footer {
      height:180px; 
    }
  #logo {
    width:200px;
    height:68px;
  }
  .searchbox {
  top:-20px;
  }
}  


@media only screen 
and (max-width: 530px) {

  .searchbox {
  float:none;
  top:40px;
  margin:0 auto;
  margin-bottom:50px;
  }

}




/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin:0 auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  background: #000;
}


/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

#bx-pager {
  position:relative;
  margin:0 auto;
  top:0px;
  right:0px;
}
#bx-pager li {
  display:inline-block;
  height:113px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity:0.6;
  -khtml-opacity:0.6;
}
#bx-pager li:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
  opacity:1;
  -moz-opacity:1;
  -khtml-opacity:1;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left:20px;
  background: url(images/controls.png) no-repeat 0 -57px;
}

.bx-wrapper .bx-next {
  right:20px;
  background: url(images/controls.png) no-repeat -29px -57px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -29px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom:22px;
  margin-top:-126px;
  outline:0;
  width:29px;
  height:57px;
  text-indent: -9999px;
  z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom:0;
  left:0;
  background:#333\9;
  background:rgba(0, 0, 0, 0.6);
  width:100%;
}

.bx-wrapper .bx-caption span {
  color:#fff;
  font:700 2em/80px 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
  display:block;
  text-align:center;
  padding:10px;
}

@media only screen 
and (max-width: 1080px) {



.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom:12px;
}
  .bx-wrapper .bx-caption span {
    color:#fff;
    font:700 1.4em/60px 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
    display:block;
    text-align:center;
    padding:10px;
  }
} 

@media only screen 
and (max-width: 680px) {

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom:2px;
}
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom:0;
    left:0;
    background:#333\9;
    background:rgba(0, 0, 0, 0.6);
    width:100%;
  }

.bx-wrapper .bx-caption span {
  color:#fff;
  font:700 1.2em/40px 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
  display:block;
  text-align:center;
  padding:10px;
}

} 


@media only screen 
and (max-width: 460px) {


  .bx-caption{
    display:none;
  }

}




@media print {

.alert_box {
    display:block;
    margin-top:10px;
    max-width:100%;
    background:#fff;
    border:3px solid #f01b1f;
  }
  .alert_content {
    min-height:60px;
    border-top:none;
    padding:5px;
    font:400 1em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
  }
  .alert_content img {
    float:left;
    padding:5px;
  }
  .news_box {
    display:block;
    margin-top:10px;
    max-width:100%;
    background:#fff;
  }
  .news_content {
    border-top:none;
    padding:0px;
  }
  .news_content span{
    display:block;
    background:url("images/news-bg.png") repeat-x;
    padding:10px;
    color:#000;
    font:700 1.2em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
  }
  .news_content p {
      padding:10px;
    font:400 1em/1 'Droid Sans', 'Arial', 'Helvetica', sans-serif;
  }  
   .calendar_box {
    display:inline-block;
    margin-top:-10px;
    float:none; 
    width:100%;
    background:#fff;
    margin-bottom:110px;
  }
  .calendar_content {
    border:1px solid #dcd0c5;
    border-top:none;
    padding:5px;
  }

#subnav {
display:none;
}
.navcontainer{
display:none;
}

.leftnav{
display:none;
}

a:link:after,
a:visited:after {
content: "" !important;

}
nav a {
    font:700 .8em/1 'Rokkitt','Times New Roman','Times', serif;
color:red;
}

 
}
