/*
Theme Name: jontai.me
Description: Custom theme for jontai.me
Author: Jon Tai
Author URI: http://jontai.me/
Template: twentyeleven
License: The MIT License
License URI: http://opensource.org/licenses/MIT
*/

@import url(../twentyeleven/style.css);
@import url(http://fonts.googleapis.com/css?family=Lato:700);

/* =Structure
----------------------------------------------- */
#branding nav {
	display: none;
}
.one-column #nav-below {
	border-bottom: 0;
	margin-bottom: 0;
}

/* =Global
----------------------------------------------- */
body {
	background: #fff;
}
#page {
	background: transparent;
}
blockquote {
	font-weight: 300;
	color: #666;
}
.error-message {
	color: #eee;
	background: #333;
        -moz-border-radius: 5px;
        border-radius: 5px;
	margin: 0 0 1em 0;
	padding: 8px 8px 5px 8px;
	font-size: 80%;
	line-height: 80%;
}
.error-message pre {
	background: transparent;
	margin: 0;
	padding: 0;
}
code {
	background: #f9f9f9;
}
a {
	color: #555;
}
a:focus,
a:active,
a:hover {
	color: #1982d1;
	text-decoration: none;
}
.one-column.singular .entry-meta .edit-link a {
	position: static;
	left: 0;
	top: 0;
}
#share-buttons {
	float: right;
}
.twitter-share-button {
	vertical-align: top;
}
.solution {
	font-weight: bold;
	font-style: italic;
}
.highlight {
	background: #ff3;
}

/* =Header
----------------------------------------------- */
#branding {
	border-top: 0;
	padding-bottom: 0;
}
#site-title a {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#site-description {
	font-size: 16px;
}

/* =Content
----------------------------------------------- */
#main {
	padding-top: 0;
}
.hentry:last-child,
.singular.page .hentry {
	margin-bottom: 0;
}
.singular .hentry,
.singular.page .hentry {
	padding-top: 0;
}
.entry-title,
.singular .entry-title {
	color: #222;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 1.5em;
	padding-bottom: 0.2em;
	padding-top: 0;
}
.entry-meta time {
	color: #555;
	font-weight: bold;
}
.entry-meta a,
.entry-meta time {
	margin: 0 0.1em;
}
.entry-header .comments-link {
	display: none;
}
.entry-content,
.entry-summary {
	padding-bottom: 1.2em;
}
.entry-content h3,
.comment-content h3 {
	font: bold 18px Lato, Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	line-height: 1.5em;
	text-transform: none;
	padding-bottom: 0.2em;
}
.entry-content p,
.entry-summary p {
	margin-bottom: 1em;
}
.entry-content a,
.entry-summary a {
	color: #1982d1;
}
.entry-content a:focus,
.entry-content a:active,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:active,
.entry-summary a:hover {
	text-decoration: underline;
}
.singular .entry-header .entry-meta {
	position: static;
}
footer.entry-meta .cat-links,
footer.entry-meta .cat-links + span.sep {
	display: none;
}

/* =Content (Custom)
----------------------------------------------- */
.page-id-20 .entry-content {
	padding-top: 0;
}
.page-id-20 .entry-content h3 {
	font-size: 17px;
}
.page-id-20 .entry-content h4,
.page-id-20 .entry-content .resume-experience p {
	font-size: 14px;
	margin-bottom: 0;
}
.page-id-20 .entry-content h4 {
	font-weight: bold;
	color: #555;
}
.page-id-20 .entry-content .resume-experience p {
	padding-bottom: 0.2em;
}
.page-id-20 .entry-content h5 {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.page-id-20 .entry-content li {
	font-size: 14px;
}

/* =Navigation
-------------------------------------------------------------- */
.paged #nav-above {
	display: none;
}
#nav-single {
	display: none;
}

/* =Widgets
----------------------------------------------- */
.widget ul li {
	margin-left: 2em;
}
.widget a {
	font-weight: normal;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: none;
}

/* =Footer
----------------------------------------------- */
#supplementary {
	margin: 0 7.6%;
	padding-left: 0;
	padding-right: 0;
}

#site-generator {
	background: transparent;
	text-align: left;
	margin: 0 7.6%;
	padding-left: 0;
	padding-right: 0;
}

#site-generator a:focus,
#site-generator a:active,
#site-generator a:hover {
	color: #1982d1;
}
