/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Entire blog */
body p, li {
	font-weight: 400;
}

hr {
	width: 300px;
	margin: 22px auto;
}

span.figcaption {
	padding: 8px 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	color: #555;
}

ul.highlighted li span {
	background: #FFFF99;
	font-weight: 500;
}

div.conversation-snippet {
	background: #EEE;
	padding: 10px 10px 5px;
	margin-bottom: 17px;
}

div.conversation-snippet p {
	margin-bottom: 5px;
}

a.anchor {
	color: inherit;
}

.sidebar-box {
	margin-top: 0px;
}

#sidebar {
	padding: 0 15px 0 30px;
}

#popular-posts {
	margin-top: 20px !important;
}

#sidebar li {
	list-style-type: none;
	line-height: 20px;
	margin-bottom:10px
}

#sidebar h5 {
	font-weight: 400;
	margin: 5px 0;
}


iframe {
	border: 0;
}

h3.heading {
	font-weight: bold;
}

br.pre-footnote {
	margin-bottom: 50px;
}

.no-shadow img {
	box-shadow: none;
}

.emphasis {
	background-color: rgb(254,241,198);
	padding: 10px;
}

.entry-title {
	line-height: 1.2em;
}

.footnote {
	font-size: 12px;
}

/* Press page */
div#press-page h4 {
	margin-bottom: 0;
}

div#press-page h4 a {
	color: #222222;
	font-weight: 400;
}

div.press-item {
	margin-bottom: 75px;
	width: 690px;
}

.press-item img {
	opacity: .8;
}

|

div.press-item-text {
	margin-left: 200px;
	height: 180px;
}

div.teaser {
	margin-top: 19px;
	margin-left: 198px;
	padding: 13px;
	line-height: 1.6;
	font-size: 13px;
	font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	color: #222;
	background-color: #EEE;
}

div.teaser.teaser-expanded {
	margin-top: 24px;
}

div#press-page span.byline {
	font-size: 12px;
	color: #3D3D3D;
}

div#press-page span.byline-inner {
	font-size: 13px;
	font-weight: 400;
}

/* Stupid hack to get around WordPress inserting p's and br's */
div#press-page p {
	margin: 0;
}

div#press-page br {
	display: none;
}

/* Stats blog post */
div.gchart {
	display: block;
}

iframe.plotly {
	display: inline;
	margin-top: 15px;
}

p.mobile-chart-link {
	display: none;
}

div.smallgraph {
	float: left;
	width: 350px;
}

@media only screen and (max-device-width: 480px) {
	/* Press page for phonez */
	div#press-page img {
		width: 60px;
		height: 60px;
	}
	
	div#press-page h4 {
		font-size: 16px;
	}
	
	div.press-item {
		width: 300px;
		margin-bottom: 25px;
	}
	
	div.press-item-text {
		margin-left: 60px;
		height: auto;
	}
	
	div.teaser {
		display: none;
	}
	
	div#press-page span.byline {
		font-size: 10px;
	}
	
	div#press-page span.byline-inner {
		font-size: 11px;
	}
	
	/* Stats blog posts */
	div.gchart {
		display: none;
	}
	
	iframe.plotly {
		display: none;
	}
	
	p.mobile-chart-link {
		display: block;
	}
}

.linkedin_button {
	line-height: 0;
}

/* Padiact stuff */
#norilsk_save {
	background-color: #2795b6 !important;
	border-color: #2795b6 !important;
}

a[href^="http://www.padiact.com"] {
	display: none;
