/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

/* Restores links to their former glory of underlining. */
.entry-content a:link {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: underline;
}
.entry-content a:visited {
    text-decoration: underline;
}
.widgetcontainer a {
    font-weight: 700;
    text-decoration: underline;
}

/*This bit adjusts the title font "visited" color in the Featured Content Gallery slideshow. */
.jdGallery .slideInfoZone h2 a {
	color: #ffffff;
}

/* This bit edits the subtitle for the page.  I increased the size to 12px here. */
.blog-description {
    color: #7D716D;
    font-size: 12px;
}

/* This bit edits the fonts of the menu items.  I adjusted padding and the font size and weight. */
#nav .sf-menu a {
    color: #AAAAAA;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 8px 11px;
    text-decoration: none;
}

/* This bit edits the hover effects of the menu items. */
#nav .sf-menu a:hover, #nav .sf-menu li:hover, #nav .sf-menu li.sfHover, #nav .sf-menu ul li {

}

/*This bit edits the fonts of the drop-down menus. */
#nav .sf-menu li li a {
    font-size: 12px;
    height: auto;
    width: auto;
    line-height: 1;
    padding: 7px 10px;
}


/* This bit edits the size of the top menu.  I increased the width. */
#nav .sf-menu {
    float: left;
    line-height: 1.1;
    max-width: 900px;
}

/* This bit edits the header that holds the top menu and the RSS icon.*/
#nav-content {
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

/* This bit gets rid of the date/comment meta-data from the "featured posts" */
.posts-default .entry-meta {
  display: none;
}

/* This bit edits the font for the "featured posts" summaries.  No changes here. */
.posts-default .entry-summary {
    line-height: 1.4em;
}
/* This bit edits the box that contains the "featured posts" summaries.  I made the height taller to display more words, and reduced vertical spacing to compensate. */
.posts-default li {
    height: auto;
}
.posts-default {
    margin: 0;
}
.posts-default .entry-summary {
    padding-bottom: 0px;
}
/* Hide bullets by Tweets */
.hl_recent_tweets li {
list-style-type: none;
}
/* Hide share widget ad */
.mr_social_sharing .linksalpha_button {
display: none !important;
}
/* More space under slideshow */
#myGallery {
margin-bottom:20px;
}