/*
Theme Name: kathyandjon.com
Description: Custom theme for kathyandjon.com
Author: Jon Tai
Author URI: http://kathyandjon.com/
Template: twentyeleven
*/

@import url(../twentyeleven/style.css);
@import url(//fonts.googleapis.com/css?family=Shadows+Into+Light+Two);

/* =Global
----------------------------------------------- */
body {
	background: #cfe3e9;
}
.one-column.singular .entry-meta .edit-link a {
	position: static;
	left: 0;
	top: 0;
}

/* =Header
----------------------------------------------- */
#site-title a {
	font: normal 40px 'Shadows Into Light Two', cursive;
	word-spacing: -0.3em;
}
#site-description {
/*
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
*/
	margin-top: 0.3em;
}

/* =Content
----------------------------------------------- */
.singular .hentry,
.singular.page .hentry {
	padding-top: 0;
}
.singular .entry-title {
	color: #222;
	font-size: 26px;
	line-height: 1.5em;
}
.entry-header .comments-link {
	display: none;
}
.one-column #nav-below {
	border-bottom: 0;
	margin-bottom: 0;
}
/* make columns line up perfectly */
.gallery-columns-5 .gallery-item {
	width: 110px !important;
	text-align: left !important;
	margin-right: 8px !important;
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+4) {
	margin-right: 9px !important;
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+0) {
	margin-right: 0 !important;
}
@media (max-width: 800px) {
        /* reset to default widths and margins on low-res screens */
	.gallery-columns-5 .gallery-item {
		width: 20% !important;
		text-align: center !important;
		margin-right: 1.625em !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+4) {
		margin-right: 1.625em !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+0) {
		margin-right: 1.625em !important;
	}
}
.singular .entry-header .entry-meta {
	position: static;
}
footer.entry-meta .cat-links,
footer.entry-meta .cat-links + span.sep {
	display: none;
}

/* =Footer
----------------------------------------------- */
#supplementary {
	background: #f9f9f9;
}
#supplementary aside {
	margin-bottom: 13px;
}
#site-generator {
	display: none;
}
