/* Enter Your Custom CSS Here */
/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

/* Made Dartmouth green all the things! */
a, h1, h2, h3, h4 {
	color: #3b633b;
}

/* Font adjustment */
body {
	font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
}

/* What follows are some somewhat arbitrary changes. Not sure if these all do anything. Just copy-pasted from the parent theme and made color/font changes. */
.entry-meta,
.edit-link,
.comment-reply-link,
#infinite-handle span {
	color: #3b633b;
	font-family: font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
}

/* GREEN */
.edit-link a,
.comment-reply-link a,
.entry-footer a[rel="tag"] a,
.entry-footer a[rel="category tag"] a,
#infinite-handle span a {
	color: #3b633b;
	font-family: font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
}

/* GREEN */
.edit-link a:hover,
.comment-reply-link a:hover,
.entry-footer a[rel="tag"] a:hover,
.entry-footer a[rel="category tag"] a:hover,
#infinite-handle span a:hover {
	color: #3b633b;
}

/* GREEN */
a:active,
a:hover {
	color: #3b633b;
}

/* GREEN */
button {
	color: #3b633b;
	font-family: font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
}

/* Widget Customization */
h1,
h2,
.widgettitle,
.widget-title,
.comments-title,
#reply-title,
h3,
h4,
h5,
h6 {
	color: #3b633b;
	font-family: font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Times, serif;
}

/* buttons for posting comments, etc */
button, input[type="button"], input[type="reset"], input[type="submit"], .button-primary, .button, .button-secondary {
	border-color: #3b633b;
	color: #3b633b;
}

/* date on posts in rectangle and category tags */
.entry-meta, .entry-footer a[rel="category tag"], .entry-footer a[rel="tag"] {
	background: #3b633b;
}

/* blog post titles, clickable. */
.archive .entry-title a, .blog .entry-title a {
	color: #3b633b;
}

/* main menu */
.main-navigation a, .main-navigation a:hover {
	color: #3b633b;
}

/* Widget Stuff */
.widget-area .sidebar-primary aside {
	background: #c6ecc6;
	border-top-color: #3b633b;
}

/* Hovering over buttons */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #c6ecc6;
	border-color: #3b633b;
}

/* line over selected menu item */
.apostrophe-navigation .current_page_item a, .apostrophe-navigation .current-menu-item a {
	border-top-color: #3b633b;
}

/* logo */
.site-logo {
	max-height: 150px;
}

/* social media links at bottom of page */
.social-media-links {
	text-decoration: none;
}

/* copyright text widget */
.copyright {
	margin-bottom: .66em;
	font-size: .75em;
}

/* email text widget */
.email {
	font-size: .75em;
}

/* subscribe buttons from paypal on the subscribe page */
.subscribe-button {
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* border around text boxes when clicked in */
.input[type="search"]:focus {
}