/*
Theme Name: Uku Social Customization
Template: uku-light
*/

@import '../uku-light/style.css';

.entry-header {
	margin-bottom: 8px;
}

@media screen and (min-width: 85em) {
	.no-sidebar #primary {
		width: 60%;
	}
}

@media screen and (min-width: 48em) {
	.blog #primary .hentry .meta-main-wrap,
	.archive #primary .hentry .meta-main-wrap,
	.search-results #primary .hentry .meta-main-wrap {
		width: 100%;
		float: none;
	}
}

/* Center the content on single pages */
.single-post.no-sidebar .entry-content,
.single-post.no-sidebar .entry-footer,
.single-post.no-sidebar #comments,
.single-post.no-sidebar .post-navigation {
	width: 75%;
}

/* Center images in content for instagram images */
.post_format-post-format-image .entry-content {
	text-align: center;
}

/* Goodreads */
.blog .keyring_services-goodreads .entry-title,
.archive .keyring_services-goodreads .entry-title {
	display: block;
}

.keyring_services-goodreads .entry-title:before {
	content: 'Read: ';
	color: #666;
}

.goodreads-bookcover {
	margin: auto;
	display: block;
}

/* Twitter */
.keyring_services-twitter .entry-title {
	display: none;
}

.keyring_services-twitter-retweet .entry-content p:first-child:before,
.keyring_services-twitter-retweet .entry-summary p:first-child:before {
	content: 'RT: ';
	color: #666;
}

.twitter-permalink {
	margin-top: -1em;
	font-size: small;
	text-align: right;
}

.twitter-permalink a {
	color: #666;
}

/* Tripit */
.map {
	width: 100%;
	height: 20em;
	border: solid 1px #888;
	margin: 0 auto 1em 0;
}

.map .map-icon {
	margin-left: -4px !important;
	margin-top: -4px !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50%;
	background-color: #3B88A3;
}

/* Footer: hide "follow us" */
#footer-social span {
	display: none !important;
}

.title-footer,
.credit .copyright {
	display: none !important;
}