@charset "UTF-8";
/* CSS Document */

/*
 Theme Name:   Twenty Fourteen Tangible Memories
 Description:  Twenty Fourteen Theme modified for Tangible Memories
 Author:       Peter Bennett
 Author URI:   http://www,peteinfo.com
 Template:     twentyfourteen
 Version:      1.0.0
 Text Domain:  twentyfourteen-tangiblememories
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.site {
	margin: 0 auto;
}

#secondary {
	background-color: #555;
}

.site:before {
		background-color: #555;
}

.site-header {
	background-color: #555;
}


.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 649px;
}

.archive-title,
.page-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

/* remove meta and title from project category info */

#post-246 .entry-title {display: none;}
#post-246 .entry-meta {display: none;}

#post-244 .entry-title {display: none;}
#post-244 .entry-meta {display: none;}

#post-312 .entry-title {display: none;}
#post-312 .entry-meta {display: none;}

#post-309 .entry-title {display: none;}
#post-309 .entry-meta {display: none;}

#post-429 .entry-title {display: none;}
#post-429 .entry-meta {display: none;}




/* Remove UPPERCASE styling */

.entry-meta {
	text-transform: capitalize;
}
.featured-content .entry-title {
	font-size: 20px;
	line-height: 1.2;
	text-transform: capitalize;
}

.cat-links {
	text-transform: capitalize;
}


/* Keep the H1 and blog post entry title the same */

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: capitalize;
}

h1 {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: capitalize;
}




/**
 * LINKS
 * -----------------------------------------------------------------------------
 */
 
a:active,
a:hover {
	color: #000000;
	background-color:#EEE;
}

.site-navigation a:hover {
	color: #EEE;
}

.entry-title a {
	color: #333;
}

.entry-title a:hover {
	color: #000;
}

.entry-meta a {
	color: #666;
}

.entry-meta a:hover {
	color: #000;
}

.entry-content a {
color: #333;
background-color: #EEE;
text-decoration: none;
}
.entry-content a:hover {
color: #000;
background-color: #DDD;
text-decoration: none;
}


.cat-links {
	font-weight: 600;
	text-transform: uppercase;
}


.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #ccc;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}


.entry-meta .tag-links a:after {
	border-top: 10px solid transparent;
	border-right: 8px solid #ccc;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}


a.more-link:link, a.more-link:visited {
    -moz-border-radius: 3px 3px 3px 3px; /*round corners*/
    border-radius: 3px 3px 3px 3px; /*round corners*/
    background: #CCC;
    border: none;
    color: #FFF;
    float: right;
    font-family: some-font;
    font-style: italic;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
 }

a.more-link:hover {
	background: #AAA;
	color: #FFF;
}

/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */
 
 .TeamPageContainer {
 text-align: center;
 column-count:2;
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
 column-fill:auto;
 padding-left:7%;
 }

.contributor {
	float: left;
	vertical-align: top;
	width: 90%;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 24px 10px;
	text-align: left;
	overflow: auto;
	display:inline-block;
}

.contributor:first-of-type {
	padding-top: none;
}

.contributor-summary {
	overflow: hidden;
}

.contributor-summary .p {
	overflow: hidden;
	border:none;
	padding:none;
	margin:none;
	line-height:1em;
	display: inline-block;
}

.contributor-info {
	margin: 0 auto;
	/*max-width: 400px;*/
	overflow: auto;
	display: inline-block;
}

.contributor-avatar {
	border: none;
	margin: 0 15px 0px 0;
	padding: none	;
	vertical-align: top;
	float:left;
	width: 132px;
}

.contributor-name {
	display:inline;
	font-size: 30px;
	font-weight: 300;
	margin: none;
	padding:none;
	line-height: 1em;
}

.contributor-role {
	display:inline;
	color: #666;
	font-size: 15px;
	font-weight:300;
	margin: none;
	vertical-align:1em;
	padding:none;
}

.contributor-bio p {
	margin-bottom:0.5em;
}

.contributor-bio a {
	color: #333;
	background-color: #EEE;
	text-decoration: none;
}
.contributor-bio a:hover {
	color: #000;
	background-color: #DDD;
	text-decoration: none;
}

.contributor-bio a:hover {
	text-decoration: none;
}

a.button.contributor-posts-link {
	float:left;
	line-height: normal;
	padding: 5px;
	background-color: #CCC;
}

a.button.contributor-posts-link:hover {
	float:left;
	line-height: normal;
	padding: 5px;
	background-color: #AAA;
}


/**
 * Sort out featured images...
 * -----------------------------------------------------------------------------
 */

#content .post-thumbnail {
height: 100%;
overflow: hidden;
}

#content .post-thumbnail img {
min-width: 100%;
}




.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #555;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 5px;
	padding-top: 7px;
	text-transform: none;
}



/**
 * remove infinite scroll footer
 * -----------------------------------------------------------------------------
 */
 #infinite-footer {
 display: none;
 }



.mceContentBody {

background: #fff;

border: 1px solid #999;

padding: 6px 10px;

margin: 6px auto;

width: 640px;

}