/*
Theme name: Teleogistic
Template: twentytwelve
Author: Boone Gorges
Version 1.0
License: GPLv2
*/

@import url('../twentytwelve/style.css');

body {
	background: #0b4a65;
}

h1,
h2,
h3,
h4 {
	font-family: "Quando", serif;
	font-weight: normal;
}

.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
  margin-bottom: 1.5em;
}

a.bbg-links {
	display: block;
	text-indent: -999em;
	height: 75px;
	width: 75px;
	float: left;
}
	#bbg-twitter {
		background: url('img/twitter.png') no-repeat;
	}
	#bbg-wordpress {
		background: url('img/wordpress.png') no-repeat;
	}
	#bbg-github {
		background: url('img/github.png') no-repeat;
	}

.site-header {
	overflow: hidden;
	clear: both;
}
.site-header hgroup {
	width: 400px;
	float: left;
}

.main-navigation {
	float: right;
	margin-top: 0;
}
.main-navigation li:last-child {
	margin-right: 0;
}

#main {
	border-top: 4px double #ededed;
}

.title-meta {
	margin: 10px 0;
	font-size: .9em;
}
.title-meta a,
.entry-meta a,
.widget-area .widget a,
.main-navigation li a {
	color: #b88346;
	text-decoration: none;
}
	.title-meta a:hover,
	.title-meta a:active,
	.entry-meta a:hover,
	.entry-meta a:active {
		color: #444;
	}

.widget ul {
	list-style-type: circle;
}
.widget li {
	margin-left: 16px;
}
.widget-title {
	font-weight: normal;
	font-size: 1rem;
	text-transform: none;
}
.widget-area .widget h3 {
	margin-bottom: .2rem;
}

.comment-content blockquote {
	padding: 1rem 1.71429rem 0.1rem;
	line-height: 2em;
}

.wp-caption.alignright {
	margin-left: 20px;
}

/* For gists */
.gist table {
	text-rendering: auto;
}
.entry-content .gist pre {
	line-height: inherit;
}

/* Media queries */
@media screen and (max-width: 600px) {
	.main-navigation {
		float: none;
	}
	.site-header hgroup {
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
		width: auto;
	}
}

