/*
Theme Name: Hamilton Airey
Template: hamilton
Author: David Airey
Author URI: https://www.davidairey.com
Description: Hamilton is one of the nicest WordPress portfolio themes available. Much respect to Anders Noren for his design and development skills.
Version: 1.11.1503395682
Updated: 2017-08-22 10:54:42

*/

.site-header .site-title{
	font-family: 'GalanoGrotesque-Regular', sans-serif;
	font-size: 24px;
}

.title{
	font-family: Alegreya, Georgia, serif;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -0.025em;
	line-height: 1.35;
}

.title a{
	text-decoration: none;
}

.section-inner{
	font-family: Alegreya, Georgia, serif;
}

.section-inner.thin { max-width: 650px; }

p a { border-bottom: 1px solid rgba( 0, 0, 0, 1 ); }
p a:hover { 
	border-bottom-color: rgba( 0, 0, 0, .4 ); 
	color: rgba( 0, 0, 0, .4 );
	text-decoration: none;
}

.dark-mode p a { border-bottom-color: rgba( 255, 255, 255, 1 ); }
.dark-mode p a:hover { 
	border-bottom-color: rgba( 255, 255, 255, .5 ); 
	color: rgba( 255, 255, 255, .5 ); 
}

blockquote{
	font-family: Alegreya, Georgia, serif;
	font-style: normal;
	font-weight: normal;
    padding: 0;
}

blockquote span.source{
	display: block;
	margin-top: 8px;
	padding-left: 20px;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
}

span.imgcredit{
	color: #8e8e8e;
	font-family: Alegreya, Georgia, serif;
	font-size: 18px;
	font-style: italic;
	display: block;
	text-align: center;
	padding-top: 10px;
}
span.imgcredit a{
	text-decoration: none;
	border-bottom: solid 1px #ccc;
	color: #8e8e8e;
}
span.imgcredit a:hover {
	color: #333;
}

img, a img {
	height: auto; /* Make sure images are scaled correctly. */
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bypostauthor .comment-author {
	text-transform: none;
}

iframe {
	display: block;
	margin: 0 auto;
}

.carbon-wrap {
    display: block;
    background: #ebebeb;
    padding: 10px;
    min-height: 95px;
}

.carbon-wrap a {
    display: block;
}

.carbon-img {
    float: left;
    margin: 0 30px 30px 0;
    padding: 0 0 15px 0;
}

.carbon-text, a.carbon-text {
    color: #484848;
    font-size: 75%;
    line-height: 140%;
    text-align: left;
    max-width: 340px;
    min-width: 100px;
    text-decoration: none;
    border: 0;
}

.carbon-poweredby, a.carbon-poweredby {
    color: #484848;
    border-bottom: 0;
    font-size: 65%;
    font-style: normal;
    text-align: left;
    display: block;
    background: #ebebeb;
    padding: 0 0 10px 0;
    margin: 0;
}