/*
	Version: 4.2
*/


/* Begin Typography & Colors */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #333333;
	color: #000000;
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 0;
}

#header-container {
	width: 990px;
	margin: 0 auto;
}

#logo {
	margin: 0;
	overflow: hidden;
}

#logo a {
	display: block; 
	text-decoration: none;
}

#logo-leaderboard {
	height: 110px; 
	margin: 0;
	text-indent: -9999em;
	overflow: hidden;
}

#logo-leaderboard a {
	height: 110px; 
	display: block; 
	text-decoration: none;
}

h1#logo {
	margin: 0;
	padding: 0;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* content */

#main {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	float: left;
}

#main-container {
	width: 990px;
	margin: 0 auto;
}

#content {
	margin-top: 20px;
	float: left; 
	width: 660px;
	padding: 5px; 
	overflow: hidden;
	line-height: 1.6em;
	background-color: #FFFFFF;
}

a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}

a:hover {
  color: #CC3300;
  text-decoration: underline;
}


a img {
  border-width: 0;
}

a:hover img {
	text-decoration: none;
}

/* Menu */

#menubar {
	width: 100%;
	height: 50px;
	overflow: visible;

	background-color: #FFFFFF;
	background-image: url('images/menubar-background.png');
	background-repeat: repeat-x;
}

#menubar-container {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

/**** Mega-menu based on: http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/ ****/

ul#topnav {
	margin: 0; 
	padding: 0;
	float:left;
	width: 592px;
	height: 50px;
	list-style: none;
}

ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative; /*--Important--*/
}

ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 50px;
	background: url('images/navbar-sprite.png') no-repeat;
}

/* --- menu items --- */

ul#topnav a.home {
	width: 91px;
	background-position: 0px 0px;
}

ul#topnav li:hover a.home, ul#topnav li a.home:hover {
	background-position: 0px -50px;
}

ul#topnav a.about {
	width: 93px;
	background-position: -93px 0px;
}

ul#topnav li:hover a.about, ul#topnav li a.about:hover {
	background-position: -93px -50px;
}

ul#topnav a.archives {
	width: 116px;
	background-position: -184px 0px;
}

ul#topnav li:hover a.archives, ul#topnav li a.archives:hover {
	background-position: -184px -50px;
}

ul#topnav a.twitter {
	width: 99px;
	background-position: -300px 0px;
}

ul#topnav li:hover a.twitter, ul#topnav li a.twitter:hover {
	background-position: -300px -50px;
}

ul#topnav a.links {
	width: 85px;
	background-position: -399px 0px;
}

ul#topnav li:hover a.links, ul#topnav li a.links:hover {
	background-position: -399px -50px;
}

ul#topnav a.contact {
	width: 108px;
	background-position: -484px 0px;
}

ul#topnav li:hover a.contact, ul#topnav li a.contact:hover {
	background-position: -484px -50px;
}

/* --- /menu items --- */

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 50px; 
	left: 0;
	z-index: 99999;
	background: #ffffee url('images/menu-background.png') repeat-x; /*--Background gradient--*/
	padding: 5px 10px 5px 10px;
	float: left;
	/*border: 1px solid #333333;*/
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	display: none; /*--Hidden for those with js turned off--*/
}

ul#topnav li .sub ul {
	list-style: none;
	margin: 0; 
	padding: 0;
	width: 180px;
	float: left;
}

ul#topnav li .sub ul#about-menu {
	width: 180px;
}

ul#topnav li .sub ul#funds-menu {
	width: 220px;
}

ul#topnav li .sub ul#performance-menu {
	width: 160px;
}

ul#topnav li .sub ul#forms-menu {
	width: 180px;
}

ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #000000;
	line-height: 18px;
}

ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url('images/menu-list.png') no-repeat 0px 10px;
	padding: 4px 5px 4px 10px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

ul#topnav .sub ul li a:hover {
	color: #ff6600;
	background-position: 0px 10px ;/*--Override background position--*/
}

/* headers */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}

h1.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #BDD039;
}

h1.singletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#archives h2, #links h2, #contact h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #BDD039;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.editlink {
	float: right;
	font-size: 10px;
}

/* Posts
----------------------------------------------- */

.postinfo {
	font-size: 11px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #999999;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
	line-height: 160%;
	border-bottom: 1px solid #BDD039;
}

.postmetadata {
	font-size: 11px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #999999;
	padding: 0;
	margin: 0;
	line-height: 160%;
	clear: both;
}



.post {
	margin: 0 0 40px 0px;
	padding: 0 0 0 0;
}

.excerpt {
	margin: 0 10px 50px 20px;
	padding: 0 0 0 0;
}

.ad-post {
	margin: 0 20px 50px 20px;
	padding: 0 0 40px 0;
	border-bottom: 3px double #CCCCCC;
	text-align: center;
}

/*****************************/
/* Post Entry                */
/*****************************/

.entry {
	margin: 0;
	padding: 0 0 10px 0;
	/*border-bottom: 1px solid #EEEEEE;*/
	text-align: justify;
	line-height: 1.6em;
	clear: both;
}

.entry p {
	text-align: justify;
}

.entry p {
	font-size: 1em;
	line-height: 1.6em;
	padding: 10px 0 10px 0;
	margin: 0;
}

.entry ul, ol {
	margin: 0 0 0 2em;
	padding: 5px 0 5px 0;
}

.entry li {
	padding: 4px 0 3px 0;
	line-height: 160%;
}

.entry h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}

.entry h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.entry h3.comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;	
}


.entry a img {
	color:#000000;
	background: #FFFFFF;
	text-decoration: none;
	border: none;
}

.entry blockquote {
	margin: 10px 20px 10px 20px;
	padding: 5px 10px 0px 10px;
	border: 1px solid #DDDDDD;
	background-color: #F9F9F9;
}

.entry blockquote p {
	padding-top: 0;
	margin: 8px 0 8px 0;
}

.entry dl {
	border: 1px solid #EEEEEE;
	background-color: #F9F9F9;
	padding: 5px;
	margin: 10px 10px 10px 10px;
}

.entry dd {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

/* ------------------------- */



/* ========================== */

.navigation-top {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #EEEEEE;
	line-height: 160%;
}

.navigation-bottom {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
}

.post-navigation {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0 0 40px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Comments
----------------------------------------------- */
#commentform #author, #commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #FFFFFF;
	border: 1px solid #333333;
	padding: 0;
	margin: 0;
}

#commentform textarea {
	width: 90%;
}

.commentlist li {
	line-height: 150%;
}

.commentlist li ul {
	border-left: 1px solid #DDDDDD;
	font-size: 110%;
	list-style-type: none;
}

ol#comments li p {
	font-size: 100%;
}

p.commentby {
  font:85% sans-serif;
  color:#999999;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
}

.commentmetadata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Sidebar Content
----------------------------------------------- */

#sidebar {
	width: 300px;
	float: right;
	margin: 10px 0 10px 10px;
}

#sidebar-container {
	padding: 5px 0 0 0;
	margin: 20px 0 0 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;		
}

#sidebar-info {
	clear: both;
	margin: 0 5px 10px 5px;
	text-align: justify;
}

.sidebar-box {
	margin: 0 10px 20px 10px;
	padding: 0;
}

.sidebar-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 180%;
	border-bottom: 1px solid #BDD039;
	margin: 0 0 5px 0; 
	padding: 0 5px 0 5px;
}  


.sidebar-box div {
	padding: 0 5px 0 5px;
}


.sidebar-box ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: square;
}

.sidebar-box li {
	margin: 0;
	padding: 3px 0 3px 0;
	line-height: 160%;
}


/* Links 
---------------------------*/

.blogroll li {
	margin-bottom: 5px;
	line-height: 140%;
	list-style-type: square;
}


/* Image Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #999999;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 20px 20px 10px 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* fix for WP 5.8? */

.wp-block-image img {
	height: auto;
}

.wp-block-image figcaption {
	color: #333;
	/*font-size: 80%;*/
	text-align: center;
	line-height: 120%;
	font-family: "Droid Sans", sans-serif;

	border: 1px solid #999;
	padding: 4px;
	background-color: #f3f3f3;
	border-radius: 3px;
}

/* End fix */

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
}
/* End captions */

li.cat-item {
	list-style: square;
	/*margin: 3px 5px 3px 5px;*/
	line-height: 160%;
}

/* Tag Cloud */

.tagcloud {
	line-height: 20pt;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 50px;
}


/* Footer */
/*
#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 160%;
	color: #999999;
	margin: 20px 0 10px 0;
	border-top: 1px solid #EEEEEE;
}
*/

/* Footer classes */
#footer {
	background-image: url('images/footer-background.png');
	background-repeat: repeat-x;
	background-color: #333333;
	margin-top: 20px; 
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 140%;
	clear: both;
}

#footer-container {
	color: #FFFFFF;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer ul {
	background-image: none;
	padding: 10px 0 0 0; 
	list-style: none;
	margin: 0;
	display: block;
}

#footer li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: inline;
}

#footer li a {
	color: #FFFFFF; 
	font-size: 11px;
	text-decoration: none;
	margin-left: 6px; 
	margin-right: 6px;
}

#footer li a:hover {
	color: #52caf5;
	text-decoration: underline;
}

#siteby {
	margin: 10px 0 0 0;
	padding: 0 5px 0 5px;
}

#othersites {
	margin: 10px 0 50px 0;
	padding: 0 5px 0 5px;	
}

/* Contact */

#contact td {
	padding: 10px 0 10px 0;	
}

.contact-error {
	font-weight: bold; 
	color: #FF0000;
	line-height: 160%;
	margin-top: 5px;
}

/* Tags */

#tags {
	font-size: 11px;
	color: #999999;
	padding: 0;
	margin: 0;
	line-height: 160%;
	clear: both;	
}

/* Adsense */

#adsense-header-links {
	text-align: left; 
	margin: 20px 10px 0 10px;
}

#adsense-sidebar-rectangle {
	width: 300px;
	padding: 0;
	margin: 0;
}

#adsense-loop-first-post {
	text-align: center; 
	margin: 10px 0 40px 0;
}

#adsense-below-post {
	text-align: center;
	margin: 10px 0 0 0;
}

#adsense-header-leaderboard {
	margin: 0;
	width: 728px;
	height: 90px;
	background-color: #FFFFFF;
}

/* Social Media */

#social-media {
	float: right;
	height: 50px; 
	margin: 0;
	padding: 0;
	text-align: center;
}

#social-media ul {
	list-style: none;
	height: 50px;
	width: 398px;
	margin: 0;
	padding: 0;
}

#social-media ul li {
	margin: 9px 6px 9px 0;
	float: left;
	padding: 0;
	position: relative;
}

#social-media ul li a {
	float: left;
	text-indent: -9999em;
	width: 32px;
	height: 32px;
	background: url('images/navbar-sprite.png') no-repeat;
}

#social-media a.facebook {
	background-position: 0 -100px;
}

#social-media li:hover a.facebook, #social-media li a.facebook:hover {
	background-position: 0 -132px;
}

#social-media a.linkedin {
	background-position: -32px -100px;
}

#social-media li:hover a.linkedin, #social-media li a.linkedin:hover {
	background-position: -32px -132px;
}

#social-media a.twitter {
	background-position: -64px -100px;
}

#social-media li:hover a.twitter, #social-media li a.twitter:hover {
	background-position: -64px -132px;
}

#social-media a.rss {
	background-position: -96px -100px;
}

#social-media li:hover a.rss, #social-media li a.rss:hover {
	background-position: -96px -132px;
}

/* Search box */

#searchbox {
	float: right;
	width: 246px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: right;
	overflow: hidden;
}

#searchbox input#s {
	height: 22px;	
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

#searchbox input#searchsubmit.search-image {
    background: url('images/navbar-sprite.png') no-repeat;
    background-position: 0 -164px;
    border: none;
	margin: 0;
	padding: 0;
    cursor:pointer;
    height: 30px;
    text-indent:-9999px;
    width: 32px;
}

#searchbox input#searchsubmit.search-image:hover {
	background-position: -36px -164px;
}


/* Social Links */

.social-links {
	height: 35px;	
	padding-top: 5px;
}

.social-links-post {

}

.social-links-page {
	padding-bottom: 5px;
}

.social-links-twitter-button {
	float: left;
	line-height: 35px;
}

.social-links-facebook-button {
	float: left;
	text-align: left;
}

/* Monthly post archives */

.monthly-post-archives li {
	list-style-type:none;
	color: #666666;
	font-size: 11px;
	line-height: 150%;
}

.monthly-post-archives li a:link, .monthly-post-archives li a:visited {
	text-decoration: none;
}

.monthly-post-archives li a:hover {
	text-decoration: underline;
}
 
/* Recent Comments */

ul.recent-comments {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}

ul.recent-comments li {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}

/* Word Cloud */

.wordcloud {
	margin: 30px 0 10px 0;
	padding: 0 20px 0 20px;	
	line-height: 180%;
	text-align: justify;
}

.word {
	font-family: Tahoma;
	padding: 4px 4px 4px 4px;
	letter-spacing: 2px;
}

span.size1 {
	color: #000;
	font-size: 2.6em;
}
span.size2 {
	color: #111;
	font-size: 2.4em;
}
span.size3 {
	color: #333;
	font-size: 2.2em;
}
span.size4 {
	color: #555;
	font-size: 2.0em;
}
span.size5 {
	color: #777;
	font-size: 1.8em;
}
span.size6 {
	color: #999;
	font-size: 1.6em;
}
span.size7 {
	color: #aaa;
	font-size: 1.3em;
}
span.size8 {
	color: #bbb;
	font-size: 1.2em;
}
span.size0 {
	color: #ccc;
	font-size: 1.0em;
}

/* Hack Check plugin */

.url-list ul {
	list-style: disc;
	margin-left: 20px;
}


