body {
	background:#f7f4ea url('../img/bg.png') repeat-x;
	font-family: "adelle", Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;
	line-height: 32px;
}

p {
	margin-bottom:18px;
}

p,
li,
blockquote {
	font-weight:300;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:#333;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color:#555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-rendering:optimizeLegibility;
}

h1 {
  font-size: 50px;
  line-height: 60px;
}

h2 {
  font-size: 43px;
  line-height: 52px;
}

h3 {
  font-size: 32px;
  line-height: 38px;
}

h4 {
  font-size: 32px;
  line-height: 38px;
}

h5 {
  font-size: 24px;
  line-height: 29px;
}

h6 {
  font-size: 24px;
  line-height: 29px;
}

li {
	line-height:32px;
}

small {
	font-size:75%;
	line-height:22px;
}

blockquote {
	border-color:#ccc;
}

blockquote p {
	color:#777;
	font-size:90%;
}

header {
	padding:30px 0 0;
	position:relative;
}

header h1 {
	margin:-24px 0 0;
}

h2.title {
	margin:0;
}

header h1 a.badge {
	display:block;
	width:112px;height:112px;
	background:url('../img/mg-badge.png') no-repeat;
	text-decoration:none;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto;
}

h3.quotation {
	font-weight:normal;
	line-height:44px;
}

/*header.visible-phone {
	padding:10px 0 20px;
}

header.visible-phone .row {
	text-align:center;
}

header.visible-phone img {
	margin:0px auto;
	width:80px;
	height:80px;
}*/

article {
	margin:70px 0 60px;
	/*padding-bottom:20px;*/
}

hr {
	margin:60px 0;
	border-top:1px solid #d9d3c1;
}

hr.header {
	margin:20px 0 60px;
}

ul.nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

ul.nav {
	text-align:center;
	margin:10px 0 0;
}

.nav-pills > li > a.active {
	color:#333;
}

.nav-pills > li > a:hover {
	background-color:transparent;
	text-decoration: underline;
}

.footer {
	background:#e8e4d6 url('../img/bg.png') repeat-x;
	margin-top:30px;
	padding:60px 0 20px 0;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	font-size:100%;
}

.footer h2 {
	margin:0;
}

.footer ul {
	margin:0 0 10px;
}

.footer ul li {
	list-style-type:none;
}

.footer img.headshot {
	height:74px; width:74px;
	float:left;
	margin-right:8px;
}

/* Responsive */

@media (max-width: 640px) {
	body {
		font-size: 15px;
		line-height: 24px;
		padding:0;
	}
	
	.container {
		padding:0 20px;
	}
	
	p {
		margin-bottom:14px;
	}
	
	h1 {
		font-size: 26px;
		line-height: 31px;
	}
	
	h2 {
		font-size: 22px;
		line-height: 26px;
	}
	
	h3 {
		font-size: 16px;
		line-height: 19px;
	}
	
	h4 {
		font-size: 14px;
		line-height: 17px;
	}
	
	h5 {
		font-size: 12px;
		line-height: 14px;
	}
	
	h6 {
		font-size: 12px;
		line-height: 14px;
	}
	
	li {
		line-height:24px;
	}
	
	small {
		font-size:90%;
		line-height:19px;
	}
	
	article,
	hr {
		margin:20px 0;
	}
	
	hr.header {
		margin:0 0 20px;
	}
	
	header h1 a.badge {
		width:68px;height:68px;
		background:url('../img/mg-badge-small@2x.png') no-repeat;
		-webkit-background-size:68px 68px;
	}
	
	ul.nav {
		margin:4px 0 8px;
	}
	
	.footer {
		margin-top:0;
	}
	
	.footer img.headshot {
		height:62px; width:62px;
	}

	h3.quotation {
		font-weight:normal;
		line-height:22px;
	}
		
}

@media (min-width: 641px) and (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 26px;
		padding:0;
	}
	
	.container {
		padding:0 20px;
	}
	
	p {
		margin-bottom:15px;
	}
	
	h1 {
		font-size: 40px;
		line-height: 48px;
	}
	
	h2 {
		font-size: 34px;
		line-height: 41px;
	}
	
	h3 {
		font-size: 25px;
		line-height: 30px;
	}
	
	h4 {
		font-size: 22px;
		line-height: 26px;
	}
	
	h5 {
		font-size: 19px;
		line-height: 23px;
	}
	
	h6 {
		font-size: 19px;
		line-height: 23px;
	}
	
	li {
		line-height:26px;
	}
	
	small {
		font-size:85%;
		line-height:20px;
	}
	
	article,
	hr {
		margin:30px 0;
	}
	
	.footer {
		margin-top:2px;
	}
	
	.footer img.headshot {
		height:70px; width:70px;
	}

	h3.quotation {
		font-weight:normal;
		line-height:34px;
	}
	
}

@media (min-width: 768px) and (max-width: 979px) {
	body {
		font-size: 18px;
		line-height: 29px;
	}
	
	p {
		margin-bottom:16px;
	}
	
	h1 {
		font-size: 45px;
		line-height: 54px;
	}
	
	h2 {
		font-size: 39px;
		line-height: 47px;
	}
	
	h3 {
		font-size: 29px;
		line-height: 35px;
	}
	
	h4 {
		font-size: 25px;
		line-height: 30px;
	}
	
	h5 {
		font-size: 22px;
		line-height: 26px;
	}
	
	h6 {
		font-size: 22px;
		line-height: 26px;
	}
	
	li {
		line-height:29px;
	}
	
	article,
	hr {
		margin:50px 0;
	}
	
	small {
		line-height:21px;
	}
	
	.footer {
		margin-top:20px;
	}
	
	.footer img.headshot {
		height:70px; width:70px;
	}

	h3.quotation {
		font-weight:normal;
		line-height:40px;
	}
	
}

/* Things */

article.firstPost {
	margin-top:0;
}

article.article img,
article.quote img,
article.link img,
article.chat img
article.video img {
	display:block;
	margin-bottom:18px;
}

article img.right {
	float:right;
	margin-left:18px;
}

article img.left {
	float:left;
	margin-left:18px;
}

a.read_more:after {
	content:'\0020 \00BB';
}

p.meta {
	color:#999 !important;
	font-family:Georgia,'Times New Roman',serif;
	font-style: italic;
}

section p.meta {
	margin-bottom:0;
}

article.article p.meta {
	margin:0 0 10px;
}

p.meta a {
	color:#999;
}

p.meta a:hover {
	color:#777;
}

.social {
	margin-top:20px;
}

.well {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}

span.tag a:after {
	content:"\002C \0020";
}

span.tag a:last-child:after {
	content:"";
}

article.photo .postImage,
article.video .postVideo {
	text-align:center;
}

article.photo .caption p:first-child,
article.video .caption p:first-child {
	margin:18px 0;
}

article.photo img.shrink {
	max-height:612px;
}

img.img-polaroid {
	margin-left:-5px;
}

.quote h3 {
	margin:0;
}

.quote p {
	color:#999;
}

.quote p.source:before {
	content: '\2014 \0020';
}

.photo p.exif {
	color:#999;
	font-size:75%;
	line-height:20px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin:18px 0;
}

article.link p.permalink {
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#disqus_thread {
	margin-bottom:30px;
}