/*
Theme Name: Twenty Sixteen Customized
Author: David L. Gorsline
Template: twentysixteen
*/

/* override the theme's styles */
.site-title {
    font-size: 36pt;
    font-family: 'Tangerine', 'Trebuchet MS', 'Verdana', sans-serif;
}

.site-description {
    color: #16569E;
}

.author { display: none; } 

/*#site-info { display:none; }

.comments-link { display: none; } 
.meta-sep { display: none; } 
.nav-previous { font-family: Georgia; }
.nav-next { font-family: Georgia; } */

blockquote {
    font-style: normal;
}

.widget {
	border-top-color: #70DB56;
}

.widget-title {
    color: #22421A;
}

.widget ul {
	list-style-type: none;
}

.widget a {
	box-shadow: unset;	//undo a bad idea
}

.post-navigation {
	border-top-color: #70DB56;
	border-bottom-color: #70DB56;
}

.nav-links .nav-next {
	border-top-color: #70DB56;
}

.pagination {
	border-top-color: #70DB56;
}

.pagination .prev, .pagination .next {
	background-color: #70DB56;
}

.entry-footer a {
	color: #16569E;
}

/* override the override */
blockquote em {
    font-style: italic;
}

/* style my own classes*/
.photoleft {
    float: left;
    padding-right: 5px;
}

.photoright {
    float: right;
    padding-left: 5px;
}

.subspecies {
	font-style: italic;
}

.species {
	font-style: italic;
}

.genus {
	font-style: italic;
}

.foreign {
	font-style: italic;
}

.title {
	font-style: italic;
}

.word {
	font-style: italic;
}

/* some special link(s) */
li a[href="http://www.friendsofthestamp.org/"] {font-weight: bold;}

/* Goodreads */

/* Flickr */
#flickr_badge_uber_wrapper {text-align:center; width:150px;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 10px 10px 10px;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}


