
/*

Table of Contents - Red Push Pin

Global
Structure

*/



/* ==========================================================================
   Global
   ========================================================================== */

*, html, body, p, h1, h2, h3, h4, a  {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased !important;
	font-weight: normal;
}

html, body {
	font-family: 'Helvetica', sans-serif;
	color: #b7000e;
	font-size: 14px;
	background: #ffffff;
	line-height: 15px;
	letter-spacing: 1px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  padding: 0;
  margin: 0;
	width: 100%;
  height: 100%;
}

html {
	overflow: hidden;
}

body {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

a {
	font-size: 9px;
	color: #E87162;
	text-decoration: none;
}

/* ==========================================================================
   Structure
   ========================================================================== */

.page {
	margin:  0 auto;
	text-align: center;
	max-width: 650px;
	padding: 40px;
}

/* ==========================================================================
   Header
   ========================================================================== */

.logo a {
	text-transform: uppercase;
	font-size: 9px;
	width: 8px;
	height: 8px;
	display: block;
	margin: 0 auto;
	background: url(../images/red_push_pin.png) 0 0 no-repeat;
	background-size: 8px 8px;
	color: #E87162;
}

.description {
	padding-top: 10px;
	font-size: 14px;
	line-height: 14px;
	max-width: 400px;
	margin: 0 auto;
}


/* ==========================================================================
   Content
   ========================================================================== */

.level {
	margin-bottom: 60px;
}

.post {
	position: relative;
	margin-bottom: 0;
	padding: 80px 0;
	line-height: 10px;
}

.post img {
	width: 100%;
}

.copy {
	max-width: 400px;
	margin: 0 auto;
	font-size: 12px;
	color: #E87162;
}

.txt_copy {
	text-align: left;
}

.txt_copy p:first-child {
	font-size: 14px;
}

.txt_copy p, .txt_copy blockquote, .txt_copy ul, .txt_copy dl {
	margin-bottom: 30px;
}

.tags {
	padding-top: 10px;
}

.tags a {
	padding: 0 8px;
}

.meta {
	font-size: 12px;
}

.meta div {
	margin-bottom: 10px;
}

.meta .notecontainer {
	margin-top: 100px;
}

.meta div ol {
	margin: 0;
	text-align: left;
}

.meta div ol li {
	margin: 0;
	text-align: left;
	list-style: none;
}

.meta div ol li img {
	display: none;
}

.meta div ol li span {
	font-size: 9px;
	color: #E87162;
	text-decoration: none;
}

.meta div ol li span a {
	margin: 0 0 0 10px;
	text-align: left;
	font-weight: bold;
	padding-left: 15px;
	background: url(../images/red_push_pin.png) 0 0 no-repeat;
	background-size: 8px 8px;
}

.audio .player {
	margin-bottom: 20px;
}

.audio .player embed {
	border: 1px solid #F9E3E1;
}

.type {
	display: none;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

.title {
	font-size: 18px;
}

.posted {
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	font-size: 9px; }

.post:hover .posted {
	display: block;
}

.post_footer {
	font-size: 11px;
	width: 100%;
	overflow: hidden;
}

.note_count {
	color: #b7000e !important;
  font-size: 9px;
	float: right !important;
	font-weight: bold;
	padding-left: 15px;
	background: url(../images/red_push_pin.png) 0 0 no-repeat;
	background-size: 8px 8px;
}

.plays {
	font-size: 12px;
}

.question {
	margin-bottom: 3px;
}

.asker {
	margin-bottom: 15px;
	font-size: 12px;
}

.answer_copy {
	font-size: 12px;
}

.quote {
	margin-bottom: 3px;
}

.quote-copy {
	font-size: 12px;
}

.chat .line {
	margin-bottom: 3px;
}

.link {
	margin-bottom: 3px;
}

.link-copy {
	font-size: 14px;
}

.level_1 {
	padding: 60px 0;
	margin-bottom: 0;
}



/* ==========================================================================
   Footer
   ========================================================================== */

.pages {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 20px;
}

.pages a {
	padding: 0 8px;
}

.pagination {
	padding: 80px 0;
}

.pagination a, .pagination span {
	padding: 0 5px;
	padding-bottom: 15px;
	margin: 0 3px;
}

.pagination a:hover, .current_page {
	font-size: 9px;
	color: #E87162;
	text-decoration: none;
	border-bottom: 1px solid #E87162;
}

.following {
	padding: 0 0 0 0;
}

.following a {
	padding: 0 5px;
}

.footer {
	padding: 0;
	font-size: 9px;
	color: #E87162;
}

.footer #icon {
	Width: 40px;
	height: 40px;
	display: block;
	margin: 20px auto;
	background: url(../images/codypallo_icon.png) 0 0 no-repeat;
	background-size: contain;
}

.footer span {
	font-weight: bold;
	padding-left: 15px;
	background: url(../images/red_push_pin.png) 0 0 no-repeat;
	background-size: 8px 8px;
}

.footer a {
	font-weight: bold;
}

#disqus_thread	{
	margin-top: 100px;
}
