/*
 Theme Name: 2017 Child Theme
 Theme URI: https://rustydogg.com
 Author: Rusty Dogg
 Author URI: https://rustydogg.com
 Template: twentyseventeen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child
 */
 
 
 /*
You can add your own CSS here.

Click the help icon above to learn more.
*/
img.bdr {border: 1px solid #ccc; padding: 8px; background-color:#e2e2e2;}

ul {
    margin-left:10%;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style:normal;
}

blockquote {
	margin-left:7%;
	font-family: "Gill Sans", "Trebuchet MS", arial, sans-serif;
}

/* custom footer class */

.cfooter {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size:10pt;
	font-style:italic;
	color:#948881;
}

.link2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none; }

a.link2:link { color: #005364; }
a.link2:visited { color: #0E5558;}
a.link2:hover {
	color: #0000FF;
	text-decoration: underline;
}

/* li.faq = style of "answer to questions" that expands on click */
li.faq {
	
	font-family: inherit;
	font-style:none;
	color:blue;
	margin-bottom:4%;
	font-weight:400;
}

/* "trigg" = "trigger class attribute to apply to the 'triggered' text expanded by the plugin used for the FAQ text expand/collapse thing */


.trigg {
	font-family:inherit;
	color:black;
	font-style:normal;
}

