/*
 Theme Name:   Twenty Fourteen Keston
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       John Keston
 Author URI:   http://johnkeston.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-keston
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/* Accent Color Changed to #0095b2 via "Fourteen Colors" plugin */

#page {
	margin-right: auto;
	margin-left: auto;
}
@font-face {
	font-family: 'Socialico';
	src: url('http://johnkeston.com/wp-content/themes/twentyfourteen-keston/Socialico.otf');
}
@font-face {
	font-family: 'Socialico Plus';
	src: url('http://johnkeston.com/wp-content/themes/twentyfourteen-keston/Socialico Plus.otf');
}
div.socicons {
	display: inline-block;
	width: 23%;
	margin: 0;
	padding: 0;
	text-align: center;
}
a.socialico {
	font-family: 'Socialico';
}
a.socialico-plus {
	font-family: 'Socialico Plus';
}
a.socialico, a.socialico-plus {
	display: inline-block;
	color: #767676;
	font-size: 3.7em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.0em;
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: rgba(255,255,255,0.5);
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}
.site { 
	background-color: rgba(255,255,255,0.65);
}
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-header,
.site-content .entry-meta,
.page-content {
	background-color: rgba(255,255,255,0.0);
}
/* added to fix type in fancy box plugin */
#fancybox-title-inside {
	font-family: 'Lato';
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content,
.contributor-info {
	margin: 0 auto;
	max-width: 640px;
}
.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 640px;
	padding: 0 10px;
}
.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 640px;
}
.comments-area {
	margin: 48px auto;
	max-width: 640px;
	padding: 0 10px;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 640px;
	padding: 0 30px;
}