/*

Theme Name:		WillowBirdBaking

Description:	Isabelle theme customized especially for Willow Bird Baking

Version:			14.10

Author:				BluChic

Author URI:		http://www.bluchic.com

Theme URI:		http://www.bluchic.com

License:			GPL

License URI:	http://www.gnu.org/licenses/gpl-2.0.html

Template: Isabelle

*/



/* 

html5doctor.com Reset Stylesheet

v1.6.1

Last Updated: 2010-09-17

Author: Richard Clark - http://richclarkdesign.com 

Twitter: @rich_clark

*/





@import url(stylesheet.css);

@import url(font-stylesheet.css);

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,

main, 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;}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display: block;}

nav ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

a {margin: 0; padding: 0; vertical-align: baseline; background: transparent;}

ins {background-color: #ff9; color: #000; text-decoration: none;}

mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;}

table {border-collapse: collapse; border-spacing: 0; padding: 5px; font-size: 1em; width: 100%; border-top: 1px solid #ddd; border-right: 1px solid #ddd; margin-bottom: 20px;}

tr, th, td, tbody, thead, tfoot {padding: 10px; vertical-align: top; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd;}

th {background: #f0f0f0;}

dl {margin-bottom: 20px; line-height: 1.8em;}

dt {font-weight: bold;}

dd {font-style: italic; margin-bottom: 20px;}

input, select {vertical-align: middle;}

:focus {outline: 0;}

hr {background: none; border: none; margin: 10px 0; border-bottom: 1px solid #ccc; clear: both;}

code {font-size: 1.1em;}

code {display: inline-block; border: 1px solid #eee; font-size: 0.9em; padding: 0 3px;}

pre {overflow: auto; font-family: 'courier new', courier, monospace; font-size: 0.85em; padding: 10px;  border: 1px solid #ccc;}

html {-webkit-font-smoothing: antialiased; -webkit-text-stroke: .001em;}

@-webkit-keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }

@-moz-keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }

@-o-keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }

@keyframes fontfix { from{ opacity: 1; } to { opacity: 1; } }

body {-webkit-animation-delay: 0.1s; -webkit-animation-name: fontfix; -webkit-animation-duration: 0.1s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear;}



/* 

following code hides a pinnable image in post using class="hiddenpinimage" in img tag

*/

.hiddenpinimage { opacity: 0; position: absolute; top: 0; left: 0; height: 0px; width: 0px; }

/*Read more at http://www.juliedeily.com/how-to-add-a-hidden-pinnable-image-to-blog-posts/#CehDfmBq1BGCt5XF.99*/



/* Additions by Once Coupled, October 2016 */

.container .section {
    width: 600px;
}

.container .aside {
    width: 340px;
}

@media only screen and (max-width: 1023px) {

    .container .section,
    .container .aside {
        width: calc(100% - 40px);
        margin: 20px;
    }

    .container .aside {
        /*display: none;*/
    }

}

@media only screen and (max-width: 424px) {

    .wrap .container {
        width: 100%;
    }

    .container .section,
    .container .aside {
        width: calc(100% - 20px);
        margin: 10px;
    }

}