/*
 * DO NOT EDIT; THIS IS DYNAMICALLY GENERATED BY ./build
 *
 * Whitespace to right of them,    
 * Whitespace to left of them ...
 */

/* BEGIN: reset.css */

/* 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;
}
/* END: reset.css */


/* BEGIN: layout.css */

/* Layout inspired by http://lessframework.com/ */

/* Selection colours (easy to forget) */

::selection         { background: rgb(255,255,0);                  }
::-moz-selection    { background: rgb(255,255,0);                  }
img::selection      { background: transparent;                     }
img::-moz-selection { background: transparent;                     }
body                { -webkit-tap-highlight-color: rgb(255,255,0); }

/*      Default Layout: 992px. 
        Gutters: 24px.
        Outer margins: 48px.
        Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
    padding: 0px 48px 84px;
    width: 896px;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

.header {
    width: 804px;
    padding: 5px 5px 5px 92px;
    margin-top: 38px;
    margin-bottom: 35px;
}

.prebar {
    float: left;
    width: 242px; /* take 10px off */
    padding-top: 15px;
    padding-left: 92px;
    padding-right: 24px;
}

.prebar .footer {
    width: 180px;
}

.text {
    float: left;
    width: 516px; /* add 10px on (plus 2px for border) */
    margin: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
    border-left: 2px solid transparent; /* TODO Figure out how to get rid of this--what needs to be made wider? */ 
}

.sidebar {
    display: none;
}

@media only screen and (min-width: 1241px) {
    
    body.album {
        padding: 0px 48px 84px;
        width: 1212px;        
    }

    body.album .header {
        width: 528px;
        padding: 5px 0px 5px 10px;
    }

    body.album .prebar {
        display: none;
    }

    body.album .text {
        width: 528px;
        padding-left: 10px;
        border-left: none;
    }

    body.album .image {
        position: fixed;
        display: block;
        top: 150px;
        left: 616px;
    }

}

/*      Tablet Layout: 768px.
        Gutters: 24px.
        Outer margins: 28px.
        Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    body {
        width: 712px;
        padding: 0px 28px 60px;
        background-color: red;
    }

    .header {
        width: 528px;
        padding: 5px 5px 5px 92px;
        margin-top: 0px;
        margin-bottom: 35px;
        border-radius: 0px 0px 7px 7px;
        box-shadow: 0 0 1px 1px #b0b0b0;
    }

    .prebar {
        display: none;
    }

    .text {
        float: left;
        width: 528px;
        margin: 0px;
        padding: 0px 92px 0px 92px;
        border: none;
    }

}

/*      Mobile Layout: 320px.
        Gutters: 24px.
        Outer margins: 34px.
        Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
    
    body {
        width: 252px;
        padding: 0px 34px 60px;
    }

    .header {
        width: 252px;
        padding: 5px 5px 5px 10px;
        margin: 0px;
        box-shadow: 0 0 1px 1px #b0b0b0;
    }

    .prebar {
        display: none;
    }

    .text {
        float: left;
        width: 252px;
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border: none;
    }
    
}

/*      Wide Mobile Layout: 480px.
        Gutters: 24px.
        Outer margins: 22px.
        Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    body {
        width: 436px;
        padding: 0px 22px 48px;
    }

    .header {
        width: 436px;
        padding: 5px 5px 5px 10px;
        margin: 0px;
        box-shadow: 0 0 1px 1px #b0b0b0;
    }

    .prebar {
        display: none;
    }

    .text {
        float: left;
        width: 436px;
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border: none;
    }
    
}
/* END: layout.css */


/* BEGIN: base.css */

body {
    font-family: "minion-pro-1", "minion-pro-2", Times, "Times New Roman", serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
}

input {
    font-family: "ff-dagny-web-pro-1", "ff-dagny-web-pro-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
}  

h1, h2, h3, h4, h5, h6 {
    font-family: "ff-dagny-web-pro-1", "ff-dagny-web-pro-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #333333;
    background-color: transparent;
}

ul, ol, p {
    margin-top: 8px;
    margin-bottom: 8px;
}

li > ul {
    margin: 0px;
}

li > ol {
    margin: 0px;
}

li {
    margin-left: 20px;
}

ol li {
    list-style-type: decimal;
}

ul li {
    list-style-type: circle;
}

strong {
    font-weight: bold;
    font-style: inherit;
}

em, cite {
    font-weight: inherit;
    font-style: italic;
}

small, .small {
    font-size: 85%;
}

big, .big {
    font-size: 115%;
}

pre, code, pre code {
    font-family: "Lucida Console", "Andale Mono", monospace;
    font-weight: inherit;
    font-style: inherit;
}

pre, blockquote {
    padding: 8px 15px 6px 15px;
    margin: 3px 6px 3px 6px;
    background-color: #f8f8f8;
    border: 2px solid #f6f6f6;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a {
    color: #333333;
    background-color: transparent;
}

a:link, a:visited, a:hover { 
}

a:active {
    color: #e04843;
    background-color: transparent;
}

a img, img { /* "a img" necessary for mozilla */
    border: none; 
}

td, th {
    border: none;
}

form input, form textarea {
    font-size: 13px;
    line-height: 1.2;
    padding: 3px;
}

form textarea {
     width: 350px;
}

.numeric {
/*    font-family: Calibri, Times, "Times New Roman", "Liberation Serif", serif; */
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

/* END: base.css */


/* BEGIN: _footer.css */

.footer h2.first {
    margin: 0px;
}

.footer h2 {
    color: #808080;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0px 5px 0px;
}

.footer a {
    text-decoration: none;
}

.footer p, .footer li {
    line-height: 1.3;
}

/* END: _footer.css */


/* BEGIN: _header.css */

.header {
    color: inherit;
}

.header h2 .logo {
    font-family: "ff-masala-web-pro-1", "ff-masala-web-pro-2", sans-serif;
    font-size: 42px;
    color: #e65b54;
    background-color: transparent;
}

.header h2 .divider {
    font-family: "ff-masala-web-pro-1", "ff-masala-web-pro-2", sans-serif;
    font-size: 28px;
    color: #c0c0c0;
    background-color: transparent;
}

.header h2 .section {
    font-family: "ff-dagny-web-pro-1", "ff-dagny-web-pro-2", sans-serif;
    font-size: 24px; 
    color: #808080;
    background-color: transparent;
}

.header h2 a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}

/* END: _header.css */


/* BEGIN: _prebar.css */

.prebar {
    font-family: "ff-dagny-web-pro-1", "ff-dagny-web-pro-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.prebar h1, .prebar h2, .prebar h3, .prebar h4, .prebar h5, .prebar h6 {
    color: #808080;
    background-color: transparent;
}
.prebar p, .prebar ul li, .prebar a {
    font-size: 12px;
    color: #606060;
    background-color: transparent;
}


/* END: _prebar.css */


/* BEGIN: _sidebar.css */

.sidebar.short {
    margin-top: 60px;
}

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

.sidebar h1 {
}

.sidebar h2 {
    color: #303030;
    margin-top: 7px;
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
}

.sidebar h3 {
}

.sidebar div.box {
    background-color: #f8f8f8;
    border: 2px solid #f6f6f6;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sidebar p, .sidebar li {
    font-size: 12px;
    color: #303030;
    line-height: 1.4;
}

.sidebar p {
    text-align: left;
}

.sidebar p a {
    text-decoration: underline;
}

/*

.sidebar ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0px;
    padding-left: 0px;
}    

.sidebar li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

*/

.sidebar a {
    text-decoration: none;
}

/* END: _sidebar.css */


/* BEGIN: _text.css */

.text {
    background-color: #ffffff;
    min-height: 100%;
}

.text h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    line-height: 1.2;
}

.text h2 {
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    margin: 20px 0px 10px 0px; /* affects: sitemap */
    line-height: 1.2;
}

.text h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: -5px;
    padding-bottom: 0px;
}

.text p, .text table, .text blockquote, .text ul li, .text ol li {
    font-size: 18px;
    line-height: 1.4;
}

.text p tt, .text pre {
    font-family: "Andale Mono", monospace;
    font-size: 13px;
}

.text pre {
    line-height: 1.5;
}

.text p.quiet {
    color: #606060;
    background-color: transparent;
    font-size: 13px;
}

.text p.info {
    color: #666666;
    background-color: transparent;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.text blockquote p.source {
    margin-left: 20px;
}

.text a {
    text-decoration: none;
    color: #2200c1;
}

.text a:hover {
    text-decoration: underline;
}


body.article .text h1 {
}

body.article .text h2 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: -5px;
    text-transform: uppercase;
}

body.article .text h3 {
}

/* END: _text.css */


/* BEGIN: misc.css */

div.entry {
}

div.entry span.quiet {
    font-size: 11px;
    color: #909090;
    background-color: transparent;
}

div.entry span.quiet a {
    color: #909090;
    background-color: transparent;
}

/* no indentation, because a div.quote stands alone */

div.quote blockquote {
    margin-left: 0em;
    margin-right: 0em;
}

div.quote p.source {
    margin-left: 0em;
}

/* <ul class="flat"> gives a list with no indenting or bullets */

ul.flat {
    margin-left: 0px;
    padding-left: 0px;
}

ul.flat li {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}

/* <ul class="hanging"> gives a list with a no bullets where each <li> has a slight
 * hanging indent. 
 */

ul.hanging {
    margin-left: 0px;
    padding-left: 0px;
}

ul.hanging li {
    text-indent: -0.4em;
    margin-top: 0.3em;
    margin-left: 0.4em;
    padding-left: 0px;
    list-style-type: none;
}

/* <ul class="inline"> gives a list with no indenting, bullets, or line breaks */

ul.inline {
    margin: 0px;
    padding: 0px;
    display: inline;
}

ul.inline li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
}

/* <ul class="inline"> gives a list with no indenting, bullets, or line breaks */

ul.tagcloud {
    margin: 0px;
    padding: 0px;
    display: inline;
    line-height: 0.8;
}

ul.tagcloud li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
    margin-right: 5px;
    line-height: 1.2 !important; /* override .text */
}

ul.tagcloud li a {
    text-decoration: none !important;
}

div.format span.left {
    float: left;
    text-align: left;
}

div.format span.right {
    float: right;
    text-align: right;
}

.intro {
    font-family: "ff-dagny-web-pro-1", "ff-dagny-web-pro-2", sans-serif;
    font-weight: bold;
    color: #333333;
}

.intro p {
    font-size: 26px;
    line-height: 1.3;
}

.intro a {
    color: #e65b54;
    font-size: 140%;
}

.intro big {
    font-size: 140%;
}

.intro img.left {
    float: left;
    margin-right: 10px;
}

.intro img.right {
    float: right;
    margin-left: 10px;
}

.intro .logo {
    font-family: "ff-masala-web-pro-1", "ff-masala-web-pro-2", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.franklin {
    font-family: "p22-franklin-caslon-1", "p22-franklin-caslon-2", serif;
    font-size: 40px !important;
}

.resizer {
    background-image: url(/img/resizer.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 0px;
    position: fixed;
}

.resizer p {
    font-family: "ff-masala-web-pro-1", "ff-masala-web-pro-2", sans-serif;
}

/* For WordPress Theme */

.navigation {
    display: block;
}

#archives ul {
    margin-left: 0px;
    padding-left: 0px;
}

#archives ul li {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.comment-count-wrapper {
    background-image: url(/lately/images/comment-stalk-fresh.gif);
}

.comment-count {
    background-color: #D54E21;
    color: #FFFFFF;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    display:block;
    height:1.3em;
    line-height:1.3em;
    padding:0pt 0.6em;
    position:absolute;
    right:0pt;
    top:-0.8em;
}

/* Hide Disqus trackback section */

div.dsq-trackback-url {
    display: none;
}

/* END: misc.css */

