/*
Theme Name: TA -- Thinking Anglicans for WordPress
Author: Simon Kershaw
Description: TA -- Thinking Anglicans for Wordpress; derived from Bootstrap Blog template converted to WordPress https://www.taniarascia.com/developing-a-wordpress-theme-from-scratch/
Version: 0.0.2
Tags: TA
*/

/*
 * Globals
 */

body {
  font-family: verdana, sans-serif;
  color: #000;
  font-size: 14px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: Skia, verdana, sans-serif;
  font-weight: normal;
  color:  #CF3322;
}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  word-spacing: -0.2em;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
    color:  #CF3322;
    text-decoration: none;
}

blockquote{
    padding: 0px;
    margin: 0 0 0 40px;
    font-size: inherit;
    border-left:20px;
}

.comment-list {
    list-style: none;
}
.comment-body {
    padding-bottom: 30px;
}

h3.comments-title, h3.comment-reply-title {
    font-size: 18px;
}

.blog-sidebar {
    font-size: x-small;
}

.blog-sidebar h4 {
    font-size: 18px;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 14px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

ul.pager {
  list-style: none;
}

.pager > li {
  display: inline-block;
}
/*
 * copied from version 3.3 of bootstrap (sjk 26 June 2018)
 */


.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/*
 */


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post h3 {
  font-size: 18px;
}
.blog-post h4 {
  font-size: 16px;
}

.blog-post-title {
  margin-bottom: 5px;
  font-size: 20px;
  color:  #CF3322;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

code {
    color: inherit;
}

span.red {color: #FF0000;}
span.blue {color: #0000FF;}

span.col2 {color: #0000FF;} /* blue */
span.col3 {color: #00CC00;} /* lime */
span.col4 {color: #008888;} /* aqua */
span.col5 {color: #FFAA00;} /* orange */
span.col6 {color: #008000;} /* green */
span.col7 {color: #FF00FF;} /* fuchsia */
span.col8 {color: #A000FF;} /* purple */


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
