/*
Theme Name: Dahr Jamail 2014
Version: 1.0
Description: A Canvas Child Theme
Author: David Hirschi
Author URI: http://www.hirschiprojects.com
Template: canvas
*/
 
@import url("../canvas/style.css");

/* add Merriweather font */
body, .entry, .entry p	{
	font: 300 14px/22px "Merriweather", serif;
	color: #000;
	}
	
#logo .site-title, #logo .site-title a, #logo .site-description {
	font-family: "Merriweather", serif;
	font-weight: 300;
	color: #383e50;
	}
	
#logo .site-description	{
	color: #999;
	font-size: 16px;
	}
	
.page-title, .post .title, .page .title, .post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited	{
	font: 700 24px/1.2em "Merriweather", serif;
	color: #383e50;
	}
	
p, #navigation, .widget h3	{
	font-family: "Merriweather", serif;
	}
	
.widget h3	{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	}
	
/* add Lato font */
.read-more, .post-meta, #copyright, .entry .wp-caption-text	{
	font-family: "Lato", sans-serif;
	}
	
.post-meta	{
	font-size: 14px;
	}
	
#copyright	{
	color: #999;
	font-size: 12px;
	}
	
.archive_header	{
	color: #999;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	}
	
/* change link and menu colors */
a:hover, .read-more a:hover, .post-meta a:hover	{
	color: #3865aa;
	}
	
#navigation	{
	border: 1px solid #383e50 !important;
	border-radius: 3px !important;
	background: #383e50 !important;
	text-transform: uppercase;
	}
	
#navigation ul.rss li a	{
	color: #fff !important;
	}
	
ul.nav li a	{
	color: #fff;
	}
	
ul.nav li a:hover	{
	background: #fff !important;
	color: #383e50;
	}
	
ul.nav li.current_page_item a,
ul.nav li.current_page_parent a,
ul.nav li.current-menu-ancestor a,
ul.nav li.current-cat a,
ul.nav li.current-menu-item a {
  background: #fff;
  color: #383350;
}

	
/* hide elements not used */
#connect p, .more-link	{
	display: none;
	}
	
/* misc typography */
	
.category-intro	{
	margin-bottom: 1.5em;
	}
	
abbr	{
	border-bottom: none !important;
	cursor: none !important;
	}
	
#text-7	{	/* join mailing list */
	font-size: 14px;
	}
	
#text-7 a:link, #text-7 a:visited	{
	color: #000;
	}
	
#text-7 a:hover	{
	color: #428bca;
	text-decoration: none;
	}
	
.icon-envelope-alt	{
	font-size: 18px;
	}
	
.entry .wp-caption	{
	background: #fff;
	}