/*
Post: Where is the Mind?
*/

#where-is-the-mind { background: #d3d5d4 url(i/mind-bg.png) repeat; }
#where-is-the-mind .container { width: 720px; min-width: none; max-width: none; padding: 0 30px; }
#where-is-the-mind article h1, #where-is-the-mind article { /*font-family: Futura, Calibri, sans-serif;*/ }
.bar, #comments { border-color: #bdbfbe; }
.bar .arrows a { background-color: #535554; }
#where-is-the-mind article h3 { margin-top: 48px; font-size: 16px; line-height: 36px; margin-bottom: 12px; }
#where-is-the-mind article h4 { font-size: 20px; line-height: 24px; text-transform: uppercase; text-align: center; }
#where-is-the-mind article h4 span { font-size: 10px; display: block; line-height: 14px; margin: 0; margin-top: -14px; font-weight: 500; }
#where-is-the-mind article a { -webkit-transition: all 0.25s; -moz-transition: all 0.25s; }
#where-is-the-mind hgroup { text-align: center; background: url(i/brain.png) no-repeat center 12px; padding-top: 360px; }
#where-is-the-mind hgroup h2 { text-transform: uppercase; font-style: normal; font-size: 14px; line-height: 24px; letter-spacing: 2px; }

.column-2 { -webkit-column-count: 2; -webkit-column-gap: 40px; }

blockquote { background: #565656 url(i/mind-blockquote-bg.png); color: #EEE; padding: 40px; font-weight: 500; margin-bottom: 36px; -webkit-box-shadow: inset #535353 9px 9px 0, inset #535353 -9px -9px 0, inset #676767 10px 10px 0, inset #676767 -10px -10px 0; -moz-box-shadow: inset #535353 9px 9px 0, inset #535353 -9px -9px 0, inset #676767 10px 10px 0, inset #676767 -10px -10px 0; box-shadow: inset #535353 9px 9px 0, inset #535353 -9px -9px 0, inset #676767 10px 10px 0, inset #676767 -10px -10px 0; }
blockquote p:before { margin-left: -0px; }
#post blockquote p { font-size: 13px; line-height: 20px; margin-bottom: 20px; }
blockquote a, blockquote cite { color: #999; }
blockquote a:hover { color: #FFF; }
blockquote cite { text-align: right; display: block; }
blockquote cite:before { content: "\2014  "; }

.column-left, .column-right { width: 340px; float: left; }
.column-left { margin-right: 40px; border-bottom: 4px solid #a6a7a6; }
.column-right { border-top: 4px solid #a6a7a6; padding-top: 20px; }

.white-box { background: #f1f2f1 url(i/mind-box-bg.png); -webkit-box-shadow: inset #f6f7f6 9px 9px 0, inset #f6f7f6 -9px -9px 0, inset #e5e6e5 10px 10px 0, inset #e5e6e5 -10px -10px 0; padding: 10px; -moz-box-shadow: inset #f6f7f6 9px 9px 0, inset #f6f7f6 -9px -9px 0, inset #e5e6e5 10px 10px 0, inset #e5e6e5 -10px -10px 0; padding: 10px; box-shadow: inset #f6f7f6 9px 9px 0, inset #f6f7f6 -9px -9px 0, inset #e5e6e5 10px 10px 0, inset #e5e6e5 -10px -10px 0; padding: 10px; }
.white-box p { font-size: 14px; line-height: 20px; margin-bottom: 20px; }
.white-box .column-left { width: 290px; border: 0; padding: 48px 29px 30px 30px; margin-right: 29px; border-right: 2px dashed #d8d9d8; }
.white-box .column-left h4 { background: url(i/mind-dualism.png) no-repeat center 36px; padding-bottom: 96px; }
.white-box .column-right { width: 290px; border: 0; padding: 48px 30px 30px 0; }
.white-box .column-right h4 { background: url(i/mind-monism.png) no-repeat center 50px; padding-bottom: 96px; }

/*#where-is-the-mind #comments { border-top: 0; padding-top: 40px; }
#where-is-the-mind #comments, #where-is-the-mind #respond, #bottom-bar { background: #f1f2f1; }
#where-is-the-mind #respond { margin-bottom: 0; padding-bottom: 20px; }*/

@media screen and (max-width: 480px)
{
	#where-is-the-mind hgroup { background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; padding-top: 280px; }
	.column-left, .column-right { margin: 0; width: 100%; float: none; border: 0; padding: 0; }
	.white-box .column-left, .white-box .column-right { margin: 0; width: 100%; float: none; border: 0; padding: 30px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
	.white-box .column-right { border-top: 2px dashed #d8d9d8; padding-top: 48px; }
}