/*
Theme Name: Complete, Concrete, Concise
Version: 0.0
Theme URI: http://complete-concrete-concise.com/themes/twentythirteen
Author: Richard Rzepczyk
Author URI: http://complete-concrete-concise.com/
Description: A responsive, clean, HTML5 layout with minimal javascript. 
License: Proprietary
License URI: http://complete-concrete-concise.com
Tags: one-column, right-sidebar
Text Domain: complete-concrete-concise-theme
*/

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*             
    Complete        Concrete        Concise   
  CompleteComp    ConcreteConc    ConciseConci
 CompleteCompl   ConcreteConcr   ConciseConcis
Complet     Co  Concret     Co  Concise     Co
Comple          Concre          Concis        
Compl           Concr           Conci         
Compl           Concr           Conci         
Compl           Concr           Conci         
Compl           Concr           Conci         
Compl           Concr           Conci         
Comple          Concre          Concis        
Complet     Co  Concret     Co  Concise     Co
 CompleteCompl   ConcreteConcr   ConciseConcis
  CompleteComp    ConcreteConc    ConciseConci
    Complete        Concrete        Concise  
*/


* {
  /* make elements behave sensibly / intuitively */
  box-sizing: border-box;
}

/* The general rule is 12pt = 16px = 1em = 100% 
   This may not be true for all browsers.
   Some browsers may be configured with a different default font 
   size (i.e vision impaired users or for very high DPI desktops).
   For development work, we will assume 1em == 16px and later
   convert to em.
*/


body {
  font-family: "noto sans", "Open Sans", sans-serif;
    max-width: 90%;
    margin: auto;
    background: white;
}

p br {
  margin-bottom: 1em;
}

#search-2 {
  margin-bottom: 1em;
}

.article-grid a {
    color: black;
    background-color: aliceblue;
 /*   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
}

.article-grid a .cell .title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px;  
  color: inherit;
  text-align: center;
}

.article-grid a .cell .teaser {
  font-size: 1em;
  margin: 0.625em;  
  color: inherit; #e6d698;*/
}
/*
ease
linear
ease-in
ease-out
ease-in-out
step-start
step-end*/

/* order is important for color inheritance
   see: https://www.w3.org/TR/CSS2/cascade.html#specificity */

.article-grid a:hover {
    color: white;    
    background: linear-gradient(to bottom, #095dd3, blue 80%, black);     
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.article-grid a:hover .cell .category {
  color: inherit;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0;
  background-color: #095dd3;
  border-bottom: 1px solid white;
}



.article-grid a:hover .cell .title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px;  
  color: inherit;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.05em;
}

.article-grid a:hover .cell .teaser {
  font-size: 1em;
  margin: 0.625em;  
  color: inherit; #e6d698;
  text-decoration: none;
}

/* :visited styling is limited to: color, background-color, 
    border-*-color, and outline-color 
    see: https://hacks.mozilla.org/2010/03/privacy-related-changes-coming-to-css-vistited/ */
/*
.article-grid a:visited {
    font-weight: normal;
}
.article-grid a:visited .cell {
  background-color: #d0e0ee;
  font-weight: normal;
}

.article-grid a:visited .category {
  color: 	dimgrey; red; #1fa756; #f4f13c; 
  text-align: center;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #d0e0ee;
  background: #d0e0ee;
}

.article-grid a:visited .title {
  font-size: 1.3em;
  margin: 10px;  
  font-weight: normal;
  color: dimgrey;
  text-align: center;
  text-decoration: none;
}

.article-grid a:visited .teaser {
  font-size: 1em;
  margin: 0.625em;  
  color: dimgrey; #e6d698;
  text-decoration: none;
}
*/

/*
 *Scrolling
 */


header {
  background-color: #095dd3; #536879; #f0f1ff; #3c49f4; /*#4687c1; /*#555555;*/
  width: 100%;
  margin: 0;
  padding: 0;
  display:block;
/*  border: 1px solid #00FF00; /*#3c49f4;*/
/*  height: 10em;*/
    padding: 0.625em 0 0.635em 0;
}

.nav {
/*    width: 110%;
    margin-left: -5%;*/
    height: 2em;
    background: #095dd3;
    margin-bottom: 40px;
    margin-top: 0;
    color: white;
    font-weight: 700;
    padding-top: 5px;
}

header h1 {
  font-weight: bold;
  font-size: 3em;
  color: black; #fff8dc;
/*  text-shadow: 6px 6px 4px #000000;*/
  text-align: center;
  margin: 0;
  font-family: 'PT Sans Narrow', 'arial', sans-serif;
	letter-spacing: -0.01em;
}

header h2 {
  font-size: 1.2em;
  color: black; #fff8dc;
  font-family: 'Inconsolata', 'verdana', 'arial', monospace;
  font-weight: normal;
  font-style: normal; 
  text-align: center;
  margin: 0;
}

/*nav {
  margin-top 0;
  width: 100%;
  height: 2em;
  background-color: aliceblue; 
  margin: 0; 
  padding: 0;
  vertical-align: top;
}*/

footer {
    background-color: #095dd3;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
}

.lattice {
    padding: 0;
    margin:auto;
    float:left;
/*    margin-right: 320px*/

}/*
http://stackoverflow.com/questions/12540436/height-of-parent-div-is-zero-even-if-it-has-child-with-finite-heights - 2nd answer
*/

.main-container {
    margin: auto;
}

.main-container:after { 
    content: " "; 
    display: block;
    clear: both;
} 

.article-grid {
  padding: 0;
/*    background-color: red;*/
  float:left;
  box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.3);
}

.article-grid:after { 
    content: " "; 
    display: block;
    clear: both;
} 

.centering-grid {
    margin: auto;
    display: table;
}

.centering-grid:after { 
    content: " "; 
    display: block;
    clear: both;
} 

.sidebar {
    background-color: aliceblue; #fff0f8; cornsilk;
    float: left;
    padding-left: 0.5em;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  width: 20em;
  font-size: 1em;
}

.sidebar a {
	text-decoration: none;  
  color: black; #095dd3;
}

.sidebar a:hover { 
/*  padding: 0.3em;*/
  color: #d3095d;
  font-weight: bold;
/*  box-shadow: 0 0 0.5em 0.125em rgba(0, 0, 0, 0.3);  
  border-radius: 0.25em;*/
}

.sidebar ul {
  list-style-type: square;
  padding-left: 2em;
}

.sidebar > .widget > ul > li {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px dotted #095dd3;
  margin-right: 1.5em;
}

.sidebar .widget .widget-title {
  background: #095dd3;
  margin: 0 1em 0.5em 1em;
  border-radius: 0.25em;
  color: white;
  padding: 0 0 0.2em 1em;
}

.sidebar ul ul {
  padding-left: 1em;
}

.sidebar .widget_categories {
  width: 100%;
}

.nav a {
  color: white;
  text-decoration: none;
  border: 0.25em solid #095dd3;
}

.nav a:hover {
/*  background: #095dd3; #d3095d; #3485f6;
  border: 0.25em solid #095dd3; #d3095d; #3485f6;
  border-radius: 0.5em 0.5em 0 0;*/
  box-shadow: 0.25em 0.25em 1em 0.125em rgba(0, 0, 0, 1);
  padding: 0 0 0 0;
}

.nav a:visited {
  color: inherit;
}

.main {
    margin: auto;
}

.main:after { 
    content: " "; 
    display: block;
    clear: both;
} 

.cell {
    position: relative; /* needed for transition */
    color: inherit;
    background: inherit;
  width: 20em;
  height:20em;
  float: left;
  overflow: hidden;
    border: 2px solid white;
  /*border-right: 0.5em solid aliceblue;
  border-bottom: 0.5em solid aliceblue;*/
  position: relative;   
}

.cell .category {
  color: white; red; #1fa756; #f4f13c; /*#3c49f4;*/
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0;
  background-color: #095dd3;
  border-bottom: 1px solid aliceblue;
}

/* media queries in EMs */
/* seems that Firefox includes the scrollbar in the screen width */
/* calculation is : (# of grids in a row * 20em + 20em sidebar + 1em padding + 1em scrollbar) / 0.9 (width of the body)

/* the default is 8 columns + sidebar */
    .article-grid { max-width: 160em; }

/* 6 columns + sidebar */
@media screen and (max-width: 260em) {
/*    .cell { background-color: slategray;}*/
    .article-grid { max-width: 120em;}
}

/* 4 columns + sidebar */
@media screen and (max-width: 157.8em) {
 /*   .cell { background-color: orange;}*/
    .article-grid { max-width: 80em; }    
}
/* 3 columns + sidebar */
@media screen and (max-width: 113.4em) {
  /*  .cell { background-color: yellow;}*/
    .article-grid { max-width: 60em; }    
}
/* 2 columns + sidebar */
@media screen and (max-width: 91.2em) {
/*    .cell { background-color: green;}*/
    .article-grid { max-width: 40em; }   

}

/* 1 column + sidebar */
@media screen and (max-width: 68.9em) {
/*    .cell { background-color: blue;}*/
/*    .article-grid { max-width: 20em; }    
}

/* single column only */
/* @media screen and (max-width: 46.7em) {
    .cell { background-color: violet;}*/
    .article-grid { 
        max-width: 20em; 
        float: none;
    }
    
    .sidebar {
        background-color: green;
        float: none;
      	margin: auto;
        display:none;
    }
}

@media screen and (min-width: 50em) {
  #banner {
    display: block;
  }

  #banner1 {
    display: none;
  }    
}

@media screen and (max-width: 50em) {
  #banner {
    display: none;
  }

  #banner1 {
    display: block;
  }
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination, .wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; 
}

/* this is the row of buttons */
.pagination ul {
  display: inline-block;
  background-color: #095dd3;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 0.2em; 
  margin-bottom: 1em;
}

.pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2; 
}

.pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: white; 
}
    
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: white;
  color: black; 
}
  
.pagination .current {
  cursor: default;
  background: #d3095d;
  color: white;
  font-weight: bold;
/*  box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.3);*/
}
    
.pagination .current:hover, .pagination .current:focus {
      background-color: white;
      color: #5c6b80; 
}

/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; 
}

.wp-prev-next .next-link {
  float: right; 
}
/* end .wp-prev-next */

/*
 * advertising
*/

/*
 * WordPress Required classes
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}
