/*
Theme Name: Cameco Events Blog
Theme URI: http://theme.wordpress.com/themes/able/
Author: Automattic/zu
Author URI: http://automattic.com/
Template: able
Description: A multipurpose, traditional blog theme which contains up to a large three-column layout that is clean, responsive, and highly readable.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, gray, white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, rtl-language-support, sticky-post, translation-ready
*/

@import url("../able/style.css");
@import url("../able-child/fonts.css");

body, h1, h2, h4, h6 {
  font-family: "Trade Gothic W01 Roman", Arial, sans-serif;
  font-weight: normal;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}

h3, h5, h1.widget-title, h3.downloads-title {
	color: #444;
	font-family: "Trade Gothic W01 Bold 2", Arial, sans-serif;
	font-style: normal;
}

em, i {
  font-family: "Trade Gothic W01 Obl", "Trade Gothic W01 Roman", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

a {
	color: #005a9c;
}
a:hover {
	color: #008cba;
	text-decoration: none;
	line-height: inherit;
}

/* Header */

#site-introduction {
	padding: 13px;
	min-width: 320px;
	margin: 0 auto;
	max-width: 1280px;
}

#site-logo, .site-description {
	display: inline-block;
	padding: 13px;
}

#site-logo {
	padding-left: 0;
	width: 95px;
}

.site-description {
	color: #444;
	display: inline-block;
	font-family: "Georgia", serif;
	font-size: 28px;
	font-style: normal;
	height: 76px;
	line-height: 76px;
	padding: 32px 0 0 30px;
	margin-bottom: 0;
	vertical-align: top;
}

.site-title {
	display: none;
}

#headimg img {
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	border-radius: 0;
	box-shadow: none;
}

.page .entry-title {
	margin-bottom: 0;
}

/* Nav */

nav .menu a {
	color: #FFF;
	font-size: 15px;
}

.main-navigation, .menu-toggle,
.main-navigation a:focus, .main-navigation li:hover > a, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	background: #005a9c;
	border-radius: 0;
	box-shadow: none;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	font-family: 'Trade Gothic W01 Bold 2', sans-serif;
}

#nav-below {
	border-bottom: 0;
}

/* Downloads */

.downloads-title {
	font-size: 22px;
	font-size: 2.2rem;
	font-style: italic;
	line-height: 26px;
}

.list-with-icons {
	list-style-type: none;
	margin-left: 0;
}

[class^="icon-"]:before, [class*=" icon-"]:before, .accordion h1:before, .mejs-audio .mejs-controls .mejs-button button:before, .forward-looking-statement .fls-icon, .audio-list i:before, .video-list i:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1.2em;
}

.icon-pdf:before {
	content: "\e802";
}

/* Contact form */

div.wpcf7-mail-sent-ok {
	border: 2px solid #005a9c;
}

div.wpcf7-validation-errors {
	border: 2px solid #ff0000;
}

/* Tertiary */

#tertiary aside[id^='recent-posts'] li {
	padding-bottom: 10px;
}

#tertiary aside[id^='recent-posts'] li,
#tertiary aside[id^='recent-posts'] li a {
	line-height: 17px;
}