/*
Theme Name: Lovecraft JEEL Organization Theme
Description: a child theme designed for a student organization based on Lovecraft 2.0 by Anders Noren
Version: 0.2
Author: Emily Barney
Template: lovecraft
*/

/** Style for template notes during troubleshooting **/

.template-note {
	background-color: yellow;
	padding: 1em;
	font-family: monospace;
	display: none; /*Remove for Troubleshooting*/
}

/**** formatting for Custom Templates ****/

h3.home-update {
	border-bottom: 1px solid #ddd;
   padding-bottom: 20px;
}

h4.home-update {
	margin: 0;
}


/**** Formatting for Custom Profiles: ****/

h2.semester {
	display: block;
	text-align: center;
	width: 100%;
	float: none;
	clear: both;
	font-size: 2em;
	margin: 1em 0 .25em 0;
}

.profile {
	padding-bottom 1em;
}
.executive-board h3 {
	margin-top: 1em;
	font-size: 1.25em;
	font-weight: bold;
    text-transform: uppercase
}

.profile-thumbnail {
   display: inline;
	float: left;
	margin: 1em;   
}

.profile-portrait {
   display: inline;
	float: left;
	margin: 1em;   
}

h1.profile-name {
	margin-top: 2em;
	padding-top: 1em;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 2.6em;
	line-height: 130%;
	font-weight: 700;
	color: #111;
}

h2.profile-name, h4.profile-title {
    display: inline-block;
	font-weight: bold;
}

h2.profile-name{
    font-size: 1.5em;
    margin-top: 1em;
}

h2.profile-title, h3.profile-title {
    font-weight: bold;
}

h2.profile-title {
	text-transform: uppercase;
}

h4.profile-title {
	margin: 0;
}

h4.class-year{
	margin: 0;
}

.advisor {
	margin: 1em;
}

ul.advisor-links {
	margin-top: 1em;
	padding-left: 2em;
	float: left;
	list-style-position: inside;
	list-style: circle;
}

.social-profile {
	padding: .5em;
}