/* @override http://www.hbcowensboro.org/css/styles.css */

*{
   background: none !important;
   margin: auto;
}

#nav,
#service-times img,
ul#submenu,
#shelf,
#searchForm,
#home #topcontent,
#home #calendar{
   display: none;
}

#outer-container{
   width: 95%;
}

#header{
   margin-bottom: 20px;
}

#header h1{
   float: none;
   width: auto;
   height: auto;
   padding-bottom: 5px;
   border-bottom: 3px solid #000;
   font-size: 16pt;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
   text-indent: 0;
   text-transform: uppercase;
   letter-spacing: .25em;
   margin-bottom: 10px;
}

#header h1 a{
   display: inline;
   width: auto;
   height: auto;
   text-decoration: none;
   color: #000;
}

#content{
   float: none;
   margin: 0 auto;
   padding: 0;
   width: 90%;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
   font-family: Georgia, Times, "Times New Roman", serif;
   font-weight: normal;
   margin-bottom: 1em;
   line-height: 1.5;
}

#content h2{
   font-size: 1.4em;
}

#content p{
   color: #000;
   font-size: 12pt;
   margin-bottom: 1em;
   line-height: 1.8;
}

#content #text ul,
#content #text ol,
#content #text li{
   list-style-position: inside;
}

#content #text ul{
   margin-bottom: 1em;
   font-size: 10pt;
}

#content a{
   color: #000;
}

#subnav{
   display: none;
}

#footer{
   width: auto;
   height: auto;
   margin: 0;
   padding: 5pt 0 0;
   border-top: 3px solid #000;
   background: none;
   clear: both;
}

#footer p,
#footer li{
   float: none;
   color: #000;
   font-size: 10pt;
}

#footer ul{
   float: left;
   display: inline;
   margin-right: 30px;
}

#footer a{
   color: #000;
}

#footer div#contact{
   float: none;
}

#footer div#contact p a{
   color: #000;
}

#footer a:link:after,
#footer a:visited:after{
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#footer div#contact a:link:after,
#footer div#contact a:visited:after{
   content: "";
}