﻿span.clear {
  display: block;
  width:100%;
  clear: both;
  height: 1px;
  line-height: 0px;
  margin-bottom: -1px;
}

/**** ACCORDION LEFT NAV ****/
#secondary-nav a {
    text-decoration: none;
}

.accordionButton {	
	background: #f9f9f9;
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px 10px;
	cursor: pointer;
	}
	
.accordionContent {	
	background: #eee;
	}

.on {
	background: #990000;
	}
	
.over {
	background: #f2ae72;
	}

.btn2 {
    display: inline-block;
    color: #666666 !important;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1em;
    line-height: 2.2;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .6);
    /*margin: 12px 0px;*/
    padding: 1px 9px;
    cursor: pointer;
    background-color: #FFFFFF;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .6);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .6);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .6);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
}

.btn2:hover {
    color: #FFFFFF !important;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #f2ae72;
}

.pageTitle {
    margin: 10px 4% 0 4%;
}

.pageContent {
    margin: 10px 4% 0 4%;
}


.breadcrumbs {
    margin: 0px 4% 0 4%;
    padding-top: 10px;
    font-size: .8em;
}

.subCats {
    margin: 10px 4% 0 4%;
    padding: 0px 10px 80px 10px;
}

.articleList {
    margin: 10px 4% 0 4%;
    padding: 0px 0px 80px 0px;
}

.article-body {
    margin: 0 4% 0 4%;
}

#tblArticles_length {
    display: none;
}

#tblArticles_filter {
    display: none;
}

/* Override */
#custom-header {
    margin-top: 25px;
}

.article-body p {
    padding: 0;
}

/*
#sidebar {
    float: left;
}

#blog {
    float: right;
}*/

.postdate {
    float: left;
    width: 300px;
}

.postauthor2 {
    float: right;
    width: 300px;
    text-align: right;
}

    .postauthor2 p {
        padding: 0;
        color: #999999;
        font-size: 0.9em;
        text-shadow: none;
        margin-top: -2px;
        margin-bottom: 6px;
        overflow: hidden;
    }

        .postauthor2 p a {
            color: #999999 !important;
        }

.home-interior {
    padding: 12px 4% 0px 4%;
}

.home-interior-bottom {
    padding-bottom: 20px;
}

.search-results-container {
    padding: 0px 4% 0 4%;
}

    .search-results-container .OutputTitle a {
        font-weight: bold;
    }

#article-detail-left {
    width: 200px;
    float: left;
}

#article-detail-right {
    width: 238px;
    float: right;
}

#article-details {
    margin-bottom: 10px;
}

.holder {
    padding-bottom: 20px;
}

.social-icons {
    display: none;
}

.article-related {
    margin-top: 15px;
}

h5, h6 {
    color: #4f425a;
}

.related-article-container {
    border: 1px solid #ccc;
    /* padding: 0 20px; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.related-article-header {
    background-color: #ccc;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;
}
.related-item {
    padding: 10px 20px 10px 0;
}

.container .menu a,
.container .menu a:link,
.container .menu a:visited {
    color: #000;
}

body {
    color: #000;
}