/*-  CSS RESET
----------------------------------------------------------------------*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style:none;
}                  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}


/*-  SELF-CLEARING FLOATS
----------------------------------------------------------------------*/

.mod:after,
#container:after,
#inner:after,
.meta_data .inner:after,
.pagination:after,
li.languages ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*-  BASE STYLES
----------------------------------------------------------------------*/

body {
	background: #eee;
	background-attachment: fixed;
	color: #666;
	font: normal 16px/22px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
::-moz-selection {
	background: #fff7b6;
	color: #444;
}
::selection {
	background: #fff7b6;
	color: #444;
}
html, body {
	-webkit-font-smoothing: antialiased;
}
b, strong { font-weight: bold }
i, em { font-style: italic }
a {
	color: #4ea8d7;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #4ea8d7;
	text-decoration: underline;
}
a:active {
	color: #2f9dd6;
	text-decoration: underline;
}
p {
	margin-bottom: 22px;
}
p:last-child {
	margin-bottom: 0;
}
#content h2 {
	font-size: 36px;
	line-height: 39px;
	margin-bottom: 20px;
}



/*-  LAYOUT
----------------------------------------------------------------------*/

#container {
	margin: 40px auto;
	padding: 0 40px;
	width: 960px;
}
aside {
	float: left;
	margin-top: 40px;
	width: 220px;
}
#content {
	float: right;
	margin: 0 auto;
	width: 700px;
}
.permalink {
	display: none;
}



/*-  HEADER & SIDEBAR
----------------------------------------------------------------------*/

header,
aside {
	font-size: 13px;
	line-height: 18px;
}
header {
	margin: 40px auto 0;
	padding: 0 40px;
	text-align: center;
}
aside {
	text-align: center;
}
h1 a,
h1 a:hover, 
h1 a:visited,
h1 a:active {
	color: #666;
	text-decoration: none;
}
header h1,
aside h1 {
	font: bold 38px/35px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666;
	display: block;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 15px;
/*	text-transform: uppercase;*/
}
h1.badge {
	display: block;
	margin-bottom: 40px;
}
header img.badge,
aside img.badge {
/*	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 150ms;*/
	opacity: .7;
}
header img.badge:hover,
aside img.badge:hover {
/*	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 150ms;*/
	opacity: .9;
}
header img.badge:active,
aside img.badge:active {
	opacity: 1;
}
header p,
aside p {
	margin-bottom: 18px;
}
header .description,
aside .description {
	display: inline;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	text-transform: none;
}
header nav {
	margin-top: 18px;
}
aside nav {
	line-height: 1;
	margin-top: 40px;
}
header nav a {
	font-weight: normal;
	text-decoration: underline;
}
aside nav a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #999;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 4px 7px 6px 7px;
}
aside nav li:first-child {
	margin-left: 0;
}
aside nav a:hover {
	background: #777;
	color: #fff;
	text-decoration: none;
}
aside nav a:active {
	background: #666;
	color: #fff;
	text-decoration: none;
}
header nav li {
	display: inline;
	margin-right: 20px;
}
aside nav li {
	display: inline-block;
	margin: 0 0 10px 10px;
}
/*aside nav li {
	display: block;
	margin-bottom: 18px;
}*/
header nav li:last-child,
aside nav li:last-child {
	margin-right: 0;
}



/*-  FOOTER
----------------------------------------------------------------------*/

footer {
	font-size: 16px;
	line-height: 22px;
	margin-top: 35px;
	text-align: center;
}
#content footer h2 {
	display: inline;
	font-size: 16px;
	line-height: 22px;
	margin: 0 10px 0 0;
	padding: 0;
}
#content footer .international {
	border: none;
	color: #999;
	font-size: 13px;
	padding: 0;
}
#content footer .international h2 {
	color: #999;
	font-size: 13px;
}
footer nav {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 35px;
	padding-bottom: 35px;
}
footer nav a {
	color: #999;
	display: inline-block;
	font-weight: normal;
	margin-right: 10px;
}
footer nav ul,
footer nav li {
	display: inline;
}
footer .copyright {
	color: #999;
	font-size: 11px;
	line-height: 15px;
	text-transform: none;
}


/*-  POSTS
----------------------------------------------------------------------*/

#content h1 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ddd;
	font: bold 16px/1 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666;
	display: block;
	font-weight: bold;
	margin-bottom: 40px;
	padding: 10px 10px 12px;
	text-align: center;
}
#posts li.post {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 40px;
	position: relative;
}
#posts li.post:last-child {
	margin: 0;
}
#posts .post_content,
#posts .caption {
	border-bottom: 1px solid #eee;
	padding: 40px;
}
#posts .source {
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #999;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	padding: 7px 9px;
	text-transform: uppercase;
}
#posts .source a {
	font-size: 12px;
	line-height: 1;
	text-transform: none;
}
#posts a.source {
	display: inline-block;
}
#posts .source img {
	opacity: 0.6;
}
#posts .media_container {
	position: relative;
	text-align: center;
}
#posts .media_container .shadow {
	background: transparent url('http://static.tumblr.com/sd4dp5h/b7Qm301vz/media_shadow.png') no-repeat 50% top;
	bottom: 0px;
	height: 11px;
	position: absolute;
	width: 100%;
}
#posts iframe {
	display: block;
	margin: 0 auto;
}
#posts .post_content ul,
#posts .post_content ol,
#posts .caption ul,
#posts .caption ol {
	margin: 22px 0;
}
#posts .post_content li,
#posts .caption li {
	margin: 0 0 10px 24px;
	padding-left: 16px;
}
#posts .post_content ol,
#posts .caption ol {
	margin-left: 20px;
}
#posts .post_content ul li,
#posts .caption ul li {
	list-style-type: circle;
	padding: 0;
}
#posts .post_content ol li,
#posts .caption ol li {
	list-style-type: decimal;
	padding: 0;
}
#posts .post_content li p,
#posts .caption li p {
	margin-bottom: 22px;
	padding: 0 40px;
}
#posts blockquote {
	background: transparent url('http://static.tumblr.com/sd4dp5h/kUtm301ty/blockquote.png') no-repeat 5px 1px;
	color: #999;
	font-style: italic;
	margin: 22px 0;
	padding-left: 40px;
}
#posts blockquote blockquote {
	margin-left: 0px;
	padding-right: 0;
}
#posts .post_content blockquote p,
#posts .post_caption blockquote p,
#posts .post_content li p,
#posts .post_caption li p {
	padding: 0;
}
#posts p.photo {
	position: relative;
	margin: 30px 0;
	padding: 0;
    max-width: 100%;
}
#posts p.photo img {
	max-width: 100%;
}
#posts li.quote q p,
#posts li.link h2 {
	max-width: none;
}
#posts li.chat ul {
	max-width: none;
}
.pagination {
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	line-height: 1;
	margin: 40px auto 0;
	padding-bottom: 35px;
	text-align: center;
}
.pagination a {
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 150ms;
	color: #666;
	display: block;
	float: left;
	line-height: 1;
	margin-right: 20px;
	opacity: .5;
	text-decoration: none;
	min-height: 14px;
}
.pagination a:hover {
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 150ms;
	opacity: 1;
}
.pagination .newer a {
	background: transparent url('http://static.tumblr.com/sd4dp5h/Fahm301wp/newer.png') no-repeat left 3px;
	padding-left: 19px;
}
.pagination .older a {
	background: transparent url('http://static.tumblr.com/sd4dp5h/m6hm301x4/older.png') no-repeat 100% 3px;
	float: right;
	margin: 0;
	padding-right: 19px;
}

/*  POST CONTROLS (REBLOG, LIKE)  */

#posts .post_controls {
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 75ms;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, .15);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, .15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fff url('http://static.tumblr.com/sd4dp5h/ff2m301xf/post_controls_divider.png') repeat-y 41px top;
	height: 41px;
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 5px;
	width: 83px;
	z-index: 10;
}
#posts li:hover .post_controls {
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 75ms;
	opacity: 1;
	top: 20px;
}
a.reblog,
a.like {
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 75ms;
	display: inline-block;
	height: 41px;
	margin: 0;
	text-indent: -9999px;
	opacity: .25;
	width: 41px;
}
a:hover.reblog,
a:hover.like {
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 75ms;
	background-color: #eee;
	opacity: .45;
}
a:active.reblog,
a:active.like {
	opacity: .55;
	position: relative;
}
a.reblog {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	background: transparent url('http://static.tumblr.com/sd4dp5h/9acm301y9/reblog.png') no-repeat 50% 10px;
	float: left;
}
a.like {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	background: transparent url('http://static.tumblr.com/sd4dp5h/WJYm301uv/like.png') no-repeat 50% 12px;
	float: right;
}

/*  META DATA  */

.meta_data {
	color: #999;
	font-size: 13px;
	line-height: 18px;
}
.meta_data .inner {
	margin-right: 40px;
}
.meta_data .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	height: 64px;
	margin: 40px 20px 40px 40px;
	width: 64px;
}
.meta_data .content {
	float: left;
	margin: 45px 0 40px;
}
.meta_data p {
	margin: 0;
}
.meta_data a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.meta_data .date a {
	font-weight: bold;
}
.meta_data a:hover,
.meta_data a:focus {
	color: #4ea8d7;
}
.meta_data a:active {
	color: #2f9dd6;
}

/*  POST BADGES  */

li.post.advocacy .meta_data .inner {
	background: transparent url('http://static.tumblr.com/sd4dp5h/uIAm301z6/badge_advocacy.png') no-repeat 100% 50%;
}
li.post.features .meta_data .inner {
	background: transparent url('http://static.tumblr.com/sd4dp5h/P0Am301zf/badge_rocket.png') no-repeat 100% 50%;
}
li.post.qa .meta_data .inner {
	background: transparent url('http://static.tumblr.com/sd4dp5h/4rWm301zo/badge_qa.png') no-repeat 100% 50%;
}
li.post.tips .meta_data .inner {
	background: transparent url('http://static.tumblr.com/sd4dp5h/WOdm301zx/badge_tip.png') no-repeat 100% 50%;
}
li.post.tumblr_tuesday .meta_data .inner {
	background: transparent url('http://static.tumblr.com/sd4dp5h/mM9m3020a/badge_crush.png') no-repeat 100% 50%;
}

/*  TEXT  */

#posts li.text h2 a {
	text-decoration: none;
}

/*  PHOTO  */

#posts .photo_container {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	background: #f9f9f9;
	line-height: 0;
    overflow: hidden;
}
#posts .photo_container .photo {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
    max-width: 100%;
}

/*  VIDEO  */

#posts .video_container {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	background: #222;
	padding: 80px 0;
	line-height: 0;
    overflow: hidden;
}
#posts .video_container iframe {
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .15);
}

.tumblr_video_container {
    margin: 0 auto;
}

/*  AUDIO  */

#posts li.audio .media_container {
	text-align: left;
}
#posts .audio_container {
	background: #ddd;
	padding: 0;
	line-height: 0;
    overflow: hidden;
}
#posts .audio_container .cover {
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .15);
	float: left;
}
#posts .audio_container .cover img {
	max-width: 300px;
}
#posts .audio_container .content {
	float: left;
	padding: 40px;
	min-width: 220px;
}
#posts .audio_container .content.audio_embed {
	float: none;
	padding: 40px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#posts .audio_container .content .tumblr_audio_player {
	background: #ddd;
	width: 100%;
	max-width: 640px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);
}
#posts .audio_container h2 {
	color: #666;
	font-size: 24px;
	font-weight: normal;
	line-height: 27px;
	margin-top: -7px;
}
#posts .audio_container h2 span {
	display: block;
}
#posts .audio_container h2 .artist {
	font-weight: bold;
}
#posts .audio_container h2 .album {
	color: #767676;
	font-size: 16px;
	line-height: 22px;
	margin-top: 1px;
}

/*  QUOTE  */

#posts li.quote q.content {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	background: #ffffe0 url('http://static.tumblr.com/sd4dp5h/MsEm301xw/quote.png') no-repeat 40px 38px;
	color: #666659;
	display: block;
	font-size: 36px;
	font-weight: bold;
	line-height: 39px;
	padding: 33px 40px 33px 100px;
}
#posts li.quote q:before,
#posts li.quote q:after {
	content: none;
}

/*  LINK  */

#posts li.link a.content {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 75ms;
	background: #4ea8d7 url('http://static.tumblr.com/sd4dp5h/Fubm301v8/link_pointer.png') no-repeat 100% 50%;
	color: #fff;
	display: block;
	font-size: 36px;
	font-weight: bold;
	line-height: 39px;
	padding: 33px 109px 33px 40px;
	position: relative;
	text-decoration: none;
}
#posts li.link a:hover.content {
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 75ms;
	background-color: #2f9dd6;
}

/*  CHAT  */

#posts li.chat {
	padding-top: 40px;
}
#posts li.chat ul {
	border-top: 1px solid #eee;
}
#posts li.chat li {
	background: #f6f6f6;
	display: block;
	padding: 20px 40px;
}
#posts li.chat li:nth-child(odd) {
	background: #f9f9f9;
}
#posts li.chat li:nth-child(even) {
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#posts li.chat h2 {
	margin: -7px 0 33px;
	padding: 0 40px 0;
}
#posts li.chat b.name {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}

/*  QUESTION  */

#posts li.answer div.question {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f6f6f6;
	margin-bottom: 20px;
	min-height: 104px;
	position: relative;
}
#posts li.answer .asker_portrait {
	left: 20px;
	position: absolute;
	top: 20px;
}
#posts li.answer .question .content {
	padding: 20px 20px 20px 104px;
}
#posts li.answer .asker_portrait {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#posts li.answer p.asker {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}