/**
 * Theme Name: Watson Child
 * Theme URI: http://thethemefoundry.com/wordpress/watson/
 * Author: The Theme Foundry
 * Author URI: http://thethemefoundry.com/
 * Description:
 * Version: 1.0
 * Template: watson
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
@charset "UTF-8";

/* Make all custom CSS changes in a Child Theme.  Any custom
changes you make here will not be overridden when you upgrade the parent theme.
-----------------------------------------------------------*/

footer[role="contentinfo"] .byline {
  display: none;
}
footer[role="contentinfo"] .credit-line {
  padding-bottom: 0px;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"],
.widget_tag_cloud a,
.wp_widget_tag_cloud a,
.post-edit-link,
a#cancel-comment-reply-link,
.comment-edit-link,
.index-footer p a {
  background-color: #2d489a;
}
nav[role="navigation"] li a {
  color: #2d489a;
  font-weight:bold;
}
nav[role="navigation"] li a:hover {
  color: #3e63d6;
  font-weight:bold;
}
nav[role="navigation"] li.current-menu-item a,
nav[role="navigation"] li.current-menu-parent a {
  color: #b42e30;
  font-weight:bold;
}
nav[role="navigation"] li.current-menu-item ul li a,
nav[role="navigation"] li.current-menu-parent ul li a {
  color: #b42e30;
  font-weight:bold;
}
nav[role="navigation"] li.current-menu-item ul li a:hover,
nav[role="navigation"] li.current-menu-parent ul li a:hover {
  color: #b42e30;
  font-weight:bold;
}
@media screen and (min-width: 900px) {
  body.single div.wp-caption,
  body.page-template-default div.wp-caption {
    max-width: 622px;
  }
}
@media screen and (min-width: 900px) {
  .entry p,
  .entry ul,
  .entry ol,
  .entry h1,
  .entry h2,
  .entry h3,
  .entry h4,
  .entry h5,
  .entry h6,
  .entry div,
  .entry pre,
  .entry table,
  .entry dl,
  .entry form,
  .entry address,
  .entry details,
  .entry footer.post-footer,
  #comments {
    max-width:622px;
  }
}
aside[role="complementary"] .widget_tag_cloud a,
aside[role="complementary"] .wp_widget_tag_cloud a,
footer[role="contentinfo"] .widget_tag_cloud a,
footer[role="contentinfo"] .wp_widget_tag_cloud a {
  background-color: #f2f2f2;
  color: #858585;
}
aside[role="complementary"] .widget_tag_cloud a:hover,
aside[role="complementary"] .wp_widget_tag_cloud a:hover,
footer[role="contentinfo"] .widget_tag_cloud a:hover,
footer[role="contentinfo"] .wp_widget_tag_cloud a:hover {
  color: #474747;
}
.entry img.alignnone,
.entry img.aligncenter {
    margin-bottom: 10px;
}