/*
Theme Name: Inquiry
Theme URI: http://www.pinksheepmedia.com/
Description: A theme for mobile, forked from pea 1.0
Version: 1.0 March 22 2013
Author: Pink Sheep Media
Author URI: http://www.pinksheepmedia.com/
Tags: minimalist
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}
	
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

a {
	text-decoration:none;
	}

/****** easing ******/

body, a #title, section, h1, h2, h3, p, .ease, .searchform, input.searchterm {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	}


/****** main structure ******/

body {
	font-size: 62.5%; /* Resets 1em */
	font-family: 'Droid Serif', Georgia, serif;
	display:block;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	color:#222727;
	border-top:.5em solid #000;
	background-color:#f6f6f6;
	}

#headerwrapper {
	width:100%;
	padding:0 0 1em 0;
	float:left;
	background-image:url('/wp-content/themes/inquiry/images/bg-3.jpg');
	background-position: bottom center;
	background-size:900px;
	background-repeat: no-repeat;
	background-color:#21bdc5;
	background-attachment: scroll;
	}

header {
	width:90%;
	margin: 0 0 0 5%;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	}

.wrapper {
	width:96%;
	float:left;
	margin:0 0 0 2%;
	}

a #title {
	width:100%;
	margin:2em 0 0 0;
	padding:1em 0 0 0;
	float:left;
	}

a #title:hover {
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	-khtml-opacity:.7;
	opacity:.7;
	}

a #title h1 {
	margin: 0;
	line-height:1em;
	font-size:2.5em;
	color:#000;
	font-weight:700;
	}

a #title h2 {
	color:#333;
	font-weight:400;
	font-size:2em;
	line-height:1.4em;
	float:left;
	margin: .5em 0;
	}

section {
	width:90%;
	margin: 1em 0 1em 5%;
	float:left;
	}

footer {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	float:left;
	width:96%;
	margin: 1em 0 1em 2%;
	background:url('/wp-content/themes/inquiry/images/story-teller-500.jpg') no-repeat right bottom;
	background-size:30%;
	}

/*** credits ***/

footer article {
	margin: 0;
	}

footer article p {
	margin: 0;
	}

footer article.credits {
	border:none;
	font-size:8px;
	}

footer article.credits p a {
	color:#555;
	border-bottom:1px solid #999;
	}

/*** mobile nav ***/

nav.mobile {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	top:0;
	margin: 0;
	float:right;
	width:100%;
	background-color:#000;
	}

nav.mobile ul {
	width:100%;
	float:right;
	}

nav.mobile ul li a:link, nav.mobile ul li a:visited {
	font-weight:600;
	color:#fff;
	padding: .5em 2%;
	margin: 0;
	float:right;
	text-align:right;
	width:96%;
	font-size:1.6em;
	background-image:url('/wp-content/themes/inquiry/images/bg_h1.png');
	}

.menu_icon {
	font-size:1.5em;
	}

nav.mobile ul li ul {
	}

nav.mobile ul li ul li a:link, nav.mobile ul li ul li a:visited {
	padding: .5em 3%;
	margin: 0;
	float:left;
	width:94%;
	border-top:1px solid #444;
	text-align:left;
	background-color:#222;
	}

nav.mobile ul li ul li a:active, nav.mobile ul li ul li a:hover {
	color:#555;
	}

/*** current ***/

nav.mobile ul li.current_page_parent a {
	}

nav.mobile ul li.current-menu-item a {
	background-color:#fff;
	color:#fc091b;
	}

/*** desktop nav ***/

nav.main, nav.about {
	display:none;
	}

nav.main {
	border-top: 1em solid #000;
	margin: .5em 0 0 3%;
	float:left;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	}

nav.about {
	margin: .5em 0 0 3%;
	float:left;
	width:94%;
	}

nav.about ul {
	margin: 0;
	width:100%;
	}

nav.about ul li {
	font-size:1.6em;
	display:inline;
	}

nav.about ul li a {
	background-image:url('/wp-content/themes/inquiry/images/bg_h1.png');
	color:#fff;
	padding: .5em 3%;
	margin: 0 2px 0 0;
	float:left;
	}

nav.main ul {
	margin: 1em 0;
	width:100%;
	}

nav.main ul li {
	font-size:1.6em;
	display:block;
	}

nav.main ul li a {
	color:#555;
	padding: .4em 2%;
	margin: 0 0 1px 0;
	float:left;
	clear:left;
	width:96%;
	line-height:1.2em;
	border-bottom:1px solid #ddd;
	}

nav.main ul li a:hover, nav.about ul li a:hover, nav.main ul li.current_page_parent a:hover {
	color:#999;
	}

/*** current ***/

nav.main ul li.current_page_parent a {
	}

nav.main ul li.current-menu-item a, nav.about ul li.current-menu-item a {
	background-color:#F92F2B;
	background-image:none;
	color:#fff;
	}

/*** nav breadcrumb ***/

nav.breadcrumb {
	width:100%;
	float:left;
	margin: 0;
	padding: 2em 0;
	}

nav.breadcrumb p {
	font-size:1.4em;
	line-height:1.6em;
	}

nav.breadcrumb p a {
	color:#F92F2B;
	padding: 0 .5em .5em 0;
	}

nav.breadcrumb p a:hover {
	color:#555;
	}

/*** h1, h2, h3 ***/

h1, h2, h3 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:700;
	color:#252525;
	}

h1 {
	font-size:3em;
	margin:1em 0;
	}

h2 {
	font-size:2.2em;
	line-height:1.3em;
	}

body.single article h2 {
	font-size:1.8em;
	font-weight:700;
	padding:1em 0 .5em 0;
	border-bottom:1px dashed #ddd;
	}

h3 {
	font-size:1.6em;
	padding: 1em 0 .3em 0;
	}

.arrow {
	color:#aaa;
	font-size:16px;
	}

/*** typography links ***/

article h1, article h2 {
	margin: .5em 0;
	}

article em {
	font-style:italic;
	}

article strong {
	font-weight:700;
	}

article p, article ul li, article ol li {
	font-size:1.6em;
	line-height:1.6em;
	margin: .5em 0 1.4em 0;
	}

article ul, article ol {
	margin: 0 0 1.4em 3em;
	}

article ul li {
	font-size:1.5em;
	line-height:1.6em;
	margin: 0;
	list-style:disc;
	}

article ol li {
	font-size:1.5em;
	line-height:1.6em;
	margin: 0;
	list-style:decimal;
	}

article p a, article p a:visited, article ul li a, article ol li a {
	color:#f92f2b;
	}

article p a:hover, article ul li a:hover, article ol li a:hover {
	color:#0000ee;
	}

abbr {
	border-bottom:2px dashed #bad976;
	cursor: help;
	}

abbr:hover:after {
	content: attr(title);
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size:16px;
	line-height:16px;
	padding: 5px;
	background-color:#fae7a8;
	color:#222;
	position:absolute;
	margin: -30px 0 0 -40px;
	z-index:500;
	-webkit-box-shadow:  3px 3px 3px 3px #aaa;
	box-shadow:  3px 3px 3px 3px #aaa;
	}

/*** stats jetpack ***/

#wpstats {
	display:none;
	}

/* blockquote */

article blockquote {
	margin: 0 0 0 3em;
	}

article blockquote p {
	font-size:1.5em;
	line-height:1.4em;
	margin: 0 0 1.4em 0;
	}

article blockquote.participant {
	border-top:5px solid #689599;
	margin: 2em 0 1em 3em;
	}

article blockquote.participant p {
	color:#689599;
	font-style:italic;
	line-height:1.4em;
	margin: .5em 0 .5em 0;
	}

article blockquote.participant ol li {
	color:#689599;
	margin: .4em 0 0 3em;
	}

/*** images ***/

.alignnone {
	float:none;
	}

.alignleft {
	float:left;
	margin: 1em 1em 1em 0;
	}

.alignright {
	float:right;
	margin:1em 0 1em 1em;
	}

hr {
	margin:1em 0;
	width:100%;
	display:block;
	}

/*** table text ***/

table {
	padding:.5em 0 0 0;
	}

table td {
	padding: 0 .5em;
	border:1px solid #ddd;
	}

p.table-text {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:400;
	font-size:1.2em;
	line-height:1.6em;
	color:#252525;
	margin: 0;
	}

p.table-text-centre {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:400;
	font-size:1.2em;
	line-height:1.6em;
	color:#252525;
	margin: 0;
	text-align:center;
	}

body.home table td {
	padding: 0 .5em;
	border:0px solid #ddd;
	}

/*** article index page ***/

article {
	margin: 0;
	padding: 0;
	-webkit-border-radius:.2em;
	border-radius:.2em;
	float:left;
	width:98%;
	border-top:1px solid #ddd;
	}

.entry {
	float:left;
	width:94%;
	margin: 2% 0 2% 3%;
	}

.infinity {
	float:right;
	}

.infinity a {
	color:#aaa;
	}

.infinity a:hover {
	color:#F92F2B;
	}

/*** category template chapter index ***/

h1#chapter {
	padding: 1em 0 .2em 0;
	margin:0;
	}

nav.toc {
	float:left;
	padding: 0;
	width:100%;
	margin: 0 0 .5em 0;
	}

/* collapse slider */

h2.toc {
	color:#f92f2b;
	font-size:2em;
	margin: 1em 0 0 0;
	padding: 0em 0 .5em 1em;
	}

h2.toc:hover {
	color:#555;
	text-decoration:none;
	}

.collapseomatic {
	background-position: 0% 50%;
	}

nav.toc ul {
	margin: 0 0 1em 0;
	display:block;
	overflow:auto;
	}

nav.toc ul li {
	display:block;
	}

nav.toc ul li a {
	color:#f92f2b;
	font-size:1.4em;
	line-height:1.4em;
	padding: .3em 5%;
	float:left;
	width: 85%;
	border-bottom:1px solid #fff;
	}

nav.toc ul li a:hover {
	color:#555;
	background-color:#fff;
	}

/*** scrolling top button ***/

article p a.scroll {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	line-height:25px;
	}

a.scroll:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	}

article p .scroll:active {
	position:relative;
	top:1px;
	}

/* This imageless css button was generated by CSSButtonGenerator.com */

/*** sharing ***/

.sharedaddy {
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	-khtml-opacity:.5;
	opacity:.5;
	}

article div.sharedaddy div.sd-block {
	border:none;
	}

/* index */

body.blog nav.toc ul li a {
	color:#555;
	font-size:1.2em;
	line-height:1.2em;
	padding: .3em 5%;
	float:left;
	width: 85%;
	border-bottom:1px solid #fff;
	}

body.blog nav.toc ul li a:hover {
	color:#f92f2b;
	background-color:#fff;
	}

h2.toc a {
	color:#f92f2b;
	}

h2.toc a:hover {
	color:#555;
	}

body.blog nav.toc ul li .edit a {
	float:right;
	width:5%;
	margin:0;
	padding:0;
	}

body.blog nav.toc ul li .edit a {
	color:#aaa;
	}

nav.toc ul li .edit a:hover {
	color:#F92F2B;
	}

/****** search form ******/
/* wtf 40979f */

header .searchnav {
	}

.searchnav {
	padding:.2em;
	background-color:transparent;
	margin:0 0 1em 0;
	text-align:center;
	-webkit-border-radius:.2em;
	border-radius:.2em;
	width:90%;
	float:left;
	display:inline;
	}

.searchform {
	background-color:transparent;
	border:0px;
	float:left;
	margin:1em 0 0 0;
	width:48%;
	padding:.2em 0;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	}

.searchform:focus, .searchform:hover, .searchform:active {
	width:70%;
	}

input.searchterm {
	text-align:center;
	font-size:1.2em;
	height:2em;
	color:#aaa;
	width:100%;
	-webkit-border-radius:.2em;
	border-radius:.2em;
	border:1px solid #aaa;
	background:url('/wp-content/themes/inquiry/images/icon-search.gif') no-repeat #eee;
	float:left;
	margin:0;
	}

input.searchterm:hover, input.searchterm:active, input.searchterm:focus {
	background-color:#fff;
	width:100%;
	}

input.searchsubmit {
	display:none;
	font-size:1.2em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	border:1px solid #555;
	background-color:#eee;
	float:left;
	margin: .1em 0 0 1%;
	padding:0;
	}

input.searchsubmit:hover {
	background-color:#fff;
	}

/****** aside ******/

aside {
	width:100%;
	background-color:#20bec5;
	margin: 1em 0 0 0;
	padding:2em 0 0 0;
	border-top:1px solid #20bec5;
	border-bottom: 1px solid #20bec5;
	-moz-box-shadow: 1px -1px 11px #aaaaaa;
	-webkit-box-shadow: 1px -1px 11px #aaaaaa;
    box-shadow: 1px -1px 11px #aaaaaa;
	}

aside blockquote {
	padding:0;
	margin: 0 5%;
	}

aside blockquote p {
	font-style:italic;
	color:#fff;
	font-size:1.8em;
	}

aside blockquote cite {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-style:normal;
	font-size:.8em;
	line-height:.8em;
	margin: 2em 0 0 0;
	color:#fff;
	}

aside.grey {
	width:90%;
	background-color:#eee;
	margin: 1em 0 0 0;
	padding:5%;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-box-shadow: 1px -1px 11px #aaaaaa;
	-webkit-box-shadow: 1px -1px 11px #aaaaaa;
    box-shadow: 1px -1px 11px #aaaaaa;
	}

/* ===== == = === (320px) === = == ===== */

@media only screen and (min-width : 320px) {

#headerwrapper {
	}

#title {
	}

header h1 {
	}

article {
	}

}/*/mediaquery*/

/* ===== == = === (480px) === = == ===== */

@media only screen and (min-width : 480px) {

#title {
	}

article {
	}

section.full article {
	}

section.home article {
	}
}/*/mediaquery*/

/* ===== == = === (600px) === = == ===== */

@media only screen and (min-width: 600px) {

#title {
	}

article {
	}

aside {
	width:40%;
	background-color:#20bec5;
	margin: 1em 0 1em 1em;
	padding:2em 0 0 0;
	border-top:1px solid #20bec5;
	border-bottom: 1px solid #20bec5;
	float:right;
	-moz-box-shadow: -5px 3px 11px #aaaaaa;
	-webkit-box-shadow: -5px 3px 11px #aaaaaa;
	box-shadow: -5px 3px 11px #aaaaaa;
	}

aside blockquote {
	padding:0;
	margin: 0 5%;
	}

aside blockquote p {
	font-style:italic;
	color:#fff;
	font-size:1.8em;
	}

aside blockquote cite {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-style:normal;
	font-size:.8em;
	line-height:.8em;
	margin: 2em 0 0 0;
	color:#fff;
	}

aside.grey {
	width:40%;
	background-color:#eee;
	margin: 1em 0 0 0;
	padding:2%;
	border:1px solid #ddd;
	float:right;
	-moz-box-shadow: 1px -1px 11px transparent;
	-webkit-box-shadow: 1px -1px 11px transparent;
    box-shadow: 1px -1px 11px transparent;
	}

}/*/mediaquery*/

/* ===== == = === (768px) === = == ===== */

@media only screen and (min-width : 768px) {

/*
blog index

*/

#headerwrapper {
	}

a #title {
	width:auto;
	}

section, .wrapper {
	float:none;
	margin: 1em auto;
	width: 60em;
	overflow:auto;
	}

article {
	}

h1, h2, h3 {
	}

h1 {
	font-size:4em;
	}

h2 {
	font-size:2.5em;
	}

h3 {
	font-size:2em;
	}

article p {
	font-size:1.6em;
	line-height:2em;
	margin: .5em 0 1.4em 0;
	}

article span.emInfo {
	font-size:16px;
	margin: 0 0 0 -20px;
	}

article a.emActiveAnchor {
	color: #000000;
	font-size: 16px;
	}

/*** page single article ***/

section.full article {
	}

}/*/mediaquery*/

/* ===== == = === (900px) === = == ===== */

@media only screen and (min-width : 900px) {

body {
	border-top:0 solid #000;
	}

#headerwrapper {
	background-image:url('/wp-content/themes/inquiry/images/bg-3.jpg');
	background-position: bottom center;
	background-size:900px;
	background-repeat: repeat-x;
	background-color:#21bdc5;
	background-attachment: scroll;
	padding: 0 0 3em 0;
	}

.secondwrapper {
	}

header {
	}

a #title {
	margin: 2em 0 1em 0;
	}

a #title h1 {
	font-size:4em;
	}

a #title h2 {
	}

a #title h1, a #title h2 {
	}

.searchnav {
	padding:.2em;
	background-color:transparent;
	margin:0 0 1em 0;
	text-align:center;
	-webkit-border-radius:.2em;
	border-radius:.2em;
	width:25%;
	float:left;
	clear:left;
	display:inline;
	}

.searchform {
	background-color:transparent;
	border:0px;
	float:right;
	margin:.2em 0 0 0;
	width:100%;
	padding:.2em 0;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	}

.searchform:focus, .searchform:hover, .searchform:active {
	font-size:12px;
	width:100%;
	}

nav.about {
	display:block;
	padding-bottom:1em;
	width:71%;
	float:right;
	}

nav.mobile {
	display:none;
	}

.wrapper {
	float:left;
	margin: 1em 0 0 3%;
	width: 67%;
	clear:none;
	}

section {
	border-top:10px solid #000;
	float:left;
	margin: 3em 0 0 3%;
	width: 67%;
	clear:none;
	}

nav.main {
	margin-top: 3em;
	width:25%;
	display:block;
	float:left;
	}

h1 {
	}

h1#chapter {
	padding: 1em 0 .2em 0;
	margin:0;
	}

article {
	}

article p, article ul, article ol {
	max-width:600px;
	}

}/*/mediaquery*/

/* ===== == = === (1000px) === = == ===== */

@media only screen and (min-width : 1000px) {


}/*/mediaquery*/

/* ===== == = === (1100px) === = == ===== */

@media only screen and (min-width : 1100px) {

header {
	}

section, .wrapper {
	}

nav.main {
	}

article {
	}

}/*/mediaquery*/

/* ===== == = === (1300px) === = == ===== */

@media only screen and (min-width : 1300px) {


}/*/mediaquery*/
