/*
 Theme Name:   Twenty Fifteen Child for THDC
 Theme URI:    http://tannerhelland.com/
 Description:  Slightly modified version of the default WP theme, with support for various custom THDC requirements
 Author:       n/a
 Author URI:   http://tannerhelland.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/* Music Downloads */

.automatic_music {
	border: 1px dotted #ccc;
	margin-bottom: 20px;
	padding: 15px 0px;
	text-align: center;
}

.download_music {
	color: #f6790a;
	font-size: 23px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0 8px 0 0;
	text-transform: lowercase;
}

.lastfm_link a {
	background: #fff url(images/icon/lastfm.png) no-repeat scroll left center;
	border: 1px solid #fff;
	color: #2266b8;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1em;
	/* padding: 2px 10px 2px 22px; */
	padding: 2px;
}

.lastfm_link a:hover {
	background: #effcff url(images/icon/lastfm.png) no-repeat scroll left center;
	border: 1px solid #bbf1ff;
	color: #0f29c1;
}

.music_link a {
	background: #fff url(images/icon/file_icon_music.png) no-repeat scroll left center;
	border: 1px solid #fff;
	color: #2266b8;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1em;
	padding: 2px;
}

.music_link a:hover {
	background: #effcff url(images/icon/file_icon_music.png) no-repeat scroll left center;
	border: 1px solid #bbf1ff;
	color: #0f29c1;
}

/* Code Downloads */

.download_code {
	margin: 20px 0;
	text-align: center;
}

.download_code a {
	background: #fff url(images/icon/page_white_compressed.png) no-repeat scroll left center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #2266b8;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.1em; 
	padding: 2px;
}

.download_code a:hover {
	background: #effcff url(images/icon/page_white_compressed.png) no-repeat scroll left center;
	border: 1px solid #bbf1ff;
	color: #0f29c1;
}

.download_disclaimer {
	margin: 20px 0;
	text-align: left;
	background: #fff url(images/icon/exclamation.png) no-repeat scroll left top;
	color: #777;
	font-size: 1.0em;
	font-weight: normal;
	padding: 0 0 2px 22px;
}

/* Donations (PayPal) */

.donate_button {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}

.please_donate {
	background-color: #effcff;
	border-top: 1px solid #2266b8;
	border-bottom: 1px solid #2266b8;
	font-size: 0.8em; color: #2266b8;
	margin-bottom: 18px;
	padding: 16px 6px 2px 6px;
	text-indent: 0;
}

.please_donate p {
	text-indent: 0;
}

/* Licenses (BSD, CC, etc) */

.music_license {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	color: #777;
	font-size: 0.9em;
	padding: 12px 12px 0 12px;
}

.music_license a {
	color: #669;
}

.BSD_license {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 1.0em; color: #777;
	padding: 18px 6px 18px 6px;
	text-align: center;
}

.BSD_license a {
	background: #fff url(images/icon/40bsd.png) no-repeat scroll left center;
	color: #777;
	padding: 18px 6px 18px 56px;
}

/* Legacy image caption classes */

.captionleft {
	float: left;
	margin: 0 1.5em 1em 0;
	padding: 0.5em;
	text-align: left;
}

.captionright {
	float: right;
	margin: 0 0 1em 1.5em;
	padding: 0.5em;
	text-align: left;
}

.captionfull {
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
}

.captionleft img,
.captionright img,
.captionfull img {
	display: inline;
	margin: 0;
}
.captionleft p,
.captionright p,
.captionfull p {
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #555;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0;
	padding: 0.5em;
}