/**
 * Theme Name: Duet Child
 * Theme URI: http://thethemefoundry.com/duet/
 * Author: The Theme Foundry
 * Author URI: http://thethemefoundry.com
 * Description: A dashing responsive two-column newspaper-style theme designed to highlight long-format writing.
 * Version: 1.0
 * Template: duet
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: responsive-width, two-column, typography, writing
 */
@charset "UTF-8";

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

/* Your changes go here */

/*@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic); */

a:link,
a:visited {
	color: #888;
	
}

#container {
	background: transparent url(images/bg.jpg) repeat;
	border: none;
	color: #c4d5c9;
}

h1 a {
	color: #c4d5c9 !important;	
}

nav, .entry-footer {
	border-top: 1px dotted #555 !important;
	border-bottom: 1px dotted #555 !important;
}

nav#connect {
	border: none !important;
}

 .post-title{
	 
	border-bottom: 1px dotted #555 !important;	 
 }

 .post-title h4{
 background: #555;
 color: #c4d5c9;
 }
 
 .columnize {
	 -webkit-column-rule: 1px dotted #555 !important;
	 
 }

.menu a {
	
	color: #c4d5c9 !important;	
}

/* Additional color schemes
 * ------------------------------------------------------------------ */
body.blue li.bypostauthor .avatar {
  border-bottom: 3px solid #6dcce1;
}
body.blue li.bypostauthor .children .avatar {
  border: 0;
}
body.blue p.subscribe-to-comments a,
body.blue p.comments-rss a {
  background: url(images/colors/blue/comments-rss.svg) no-repeat 0 0;
  height: 18px;
  border-bottom: none;
  font-size: .885em;
  padding: 0 0 0 22px;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
body.blue p.subscribe-to-comments a:hover,
body.blue p.comments-rss a:hover {
  background-position: 0 -14px;
}
body.blue h1:hover {
  color: #6dcce1;
}
body.blue h3 {
  color: #6dcce1;
}
body.blue h3 a:link,
body.blue h3 a:visited {
  color: #6dcce1;
}
body.blue h5 {
  background: #6dcce1;
}
body.blue .entry-footer code {
  background: #6dcce1;
  background: rgba(122, 181, 43, 0.1);
}
body.blue .tag-links {
  background: url(images/tag.svg) no-repeat;
}
body.blue .banner {
  background: url(images/colors/green/mid.svg);
}
body.blue .banner:before {
  content: url(images/colors/green/left-tail.svg);
}
body.blue .banner:after {
  content: url(images/colors/green/right-tail.svg);
}
body.blue .format-gallery .flex-control-nav li a:hover {
  background: #6dcce1;
}
body.blue ::-moz-selection {
  background: #6dcce1;
  color: #fff;
  text-shadow: none;
}
body.blue ::-webkit-selection {
  background: #6dcce1;
  color: #fff;
  text-shadow: none;
}
body.blue ::selection {
  background: #6dcce1;
  color: #fff;
  text-shadow: none;
}
body.blue a:hover {
  color: #6dcce1;
}
body.blue blockquote {
  border-left: 3px solid #6dcce1;
}
body.blue mark {
  background: #6dcce1;
}
body.blue span.story-end {
  color: #6dcce1;
}
body.blue table th {
  color: #2b440a;
}
body.blue table thead th {
  background: #6dcce1;
}
body.blue table tbody tr:nth-child(even) td,
body.blue table tbody tr.even td {
  background: #6dcce1;
  background: rgba(122, 181, 43, 0.1);
}
body.blue nav[role="navigation"] a :hover, body.blue nav[role="navigation"] li :hover {
  color: #6dcce1;
}
body.blue #connect {
  display: inline-block;
  margin: 22px auto 8px;
}
body.blue #connect ul {
  margin: 0;
  text-indent: 0;
}
body.blue #connect ul li:first-child {
  padding-left: 0;
}
body.blue #connect li {
  float: left;
  list-style-type: none;
  padding-left: 0.846em;
}
body.blue #connect li a:link,
body.blue #connect li a:visited {
  display: block;
  width: 18px;
  height: 18px;
  border-bottom: none;
}
body.blue #connect li a:link:hover,
body.blue #connect li a:visited:hover {
  background-position: 0 -18px;
}
body.blue #connect li.twitter a {
  background-image: url(images/twitter.svg);
}
body.blue #connect li.facebook a {
  background-image: url(images/facebook.svg);
}
body.blue #connect li.google a {
  background-image: url(images/google.svg);
}
body.blue #connect li.flickr a {
  background-image: url(images/flickr.svg);
}
body.blue #connect li.rss a {
  background-image: url(images/rss.svg);
}


