/*
Theme Name: InContext
Theme URI: http://www.blankslate.com/wordpress/themes/incontext
Author: Blankslate
Author URI: http://www.blankslate.com
Description: Blankslate Responsive Wordpress Theme
Version: 2.4.2
License: Proprietary
License URI: dev/null
Tags:
Based On: _s by Automattic
*/

/*
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	/*font-size: 62.5%;  Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	min-width: 320px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	margin: 1.5em;
	padding: 1em;
	color: #666;
	background: #EFEFEF;
	font-style: italic;
	border: 1px solid #ECECEC;
}
a:focus {
	outline: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
form, fieldset {
	margin-bottom: 0px;
}

/* =WordPress Core (added to posts through admin)
-------------------------------------------------------------- */
.alignnone {
}

.aligncenter, div.aligncenter {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

a img.alignright {
}

a img.alignnone {
}

a img.alignleft {
}

a img.aligncenter {
}

.wp-caption {
	max-width: 100%;
}

.wp-caption.alignnone {
}

.wp-caption.alignleft {
}

.wp-caption.alignright {
}

.wp-caption img {
}

.wp-caption p.wp-caption-text {
}

.sticky{
	
}

.gallery-caption{
	
}

.bypostauthor{
	
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content ol, .entry-content ul {
	padding-left:40px;
	margin:1em 0;
}

.entry-content ol{
	list-style: decimal;
}

.entry-content ul {
	list-style: disc;
}

.entry-content blockquote, .entry-content q {
	margin: 1.5em;
	padding: 1em;
	color: #666;
	background: #EFEFEF;
	font-style: italic;
	border: 1px solid #ECECEC;
}

span.comment-author{
  padding-left:5px;
}
.hidden {
  display: none;
  overflow: hidden;
}

.entry-content h2{
	margin-top:10px;
}

h1{ font-size:120%; }
h2{ font-size:115%; }

.inline-block-half-width{
	display: inline-block;	
	width: 49%;
}

.pop-image{
	padding:3px;
	border: 1px solid #666;
	moz-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
}

/** Single Post Pagination **/
div#page-links {
	margin:10px 0;
	font-size:24px;
	font-weight:bold;
}

div#page-links .label{
	margin-left:5px;
}

div#page-links .page-link{
	background: #F8F8F8;
	padding: 0.35em 0.75em;
	text-decoration: none;
}

#page-links > a{
    line-height: 3.1em;
}

div#page-links a .page-link{
	background: #F1F1F1;
}

.widget-transparent{
	background-color: transparent !important;
	border:none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	overflow:visible;
}