/*  

PRINT STYLESHEET

Theme Name: Journal

Theme URI: http://journal.thinkingmatters.org.nz
Description: Developed from Phoenix and inspired by the Amazing Grace theme them, by Vladimir Prelovac theme.
Author: Dominic Bnonn Tennant
Author URI: http://bnonn.thinkingmatters.org.nz

Print stylesheet for Journal

*/

@media print {

body{
   width:90%;
   height:90%;
   margin:auto;
   padding:0;
   background-color:#fff;
   font-family:'Dejavu Serif Condensed',Georgia,serif;
   font-size:62.5%; /* resets 1em to 10px */
   color:black;
}

#blog_wrapper{
   width:100%;
   height:100%;
   margin:0 auto;
}

#blog_header,
h1,
#blog_header_menu_bar *,
#blog_menu *,
#sidebar *,
.sidebar *,
.tab *{
   display:none;
}

/* MAIN PROPERTIES */

#main {
   float:left;
   width:100%;
   margin:0;
   text-align:justify;
   font:small 'Dejavu Serif Condensed',Georgia,serif;
   color:#000;
   }

h2.entry_title {
   display:block;
   margin:1em 0 2.5em 0;
   padding:0;
   font:xx-large 'Dejavu Sans Condensed',Arial,Helvetica,sans-serif;
   letter-spacing:-1px;
   text-align:right;
   color:#000;
   }

h2.entry_title a:link,
h2.entry_title a:visited,
h2.entry_title a:hover {
   border:none;
   text-decoration:none;
   }

a.link {
   margin-top:20px;
   text-decoration:none;
   color:#000;
}

.entry {
   font-family:'Dejavu Serif Condensed',Georgia,serif;
   font-size:small;
   color:#000;
   line-height:1.4;
   }

.single_post_excerpt{
   margin:3em 2em 3em 2em;
   font-family:'Dejavu Sans Condensed',Arial,Helvetica,sans-serif;
   font-size:75%;
   text-transform:uppercase;
   letter-spacing:1px;
   line-height:1.9;
}

.entry h2{
   display:block;
   margin:0;
   padding:2em 2em 1em 0;
   font:normal large 'Dejavu Sans Condensed',Arial,Helvetica,sans-serif;
   letter-spacing:-1px;
}

.book h2{
   margin-top:1.5em;
   margin-bottom:1em;
   text-transform:uppercase;
   text-align:center;
   font-size:110%;
   text-indent:2em;
}

.book p{
   margin-top:0;
   margin-bottom:0;
   text-indent:2em;
}

.book ul p,
.book ol p{
   margin-top:1em;
   margin-bottom:1em;
   text-indent:0;
}

.entry h3{
   display:block;
   padding:2em 2em 1em 2em;
   font:normal medium 'Dejavu Serif Condensed',Georgia,serif;
   letter-spacing:-1px;
}

.entry h6 {
   display:none;
   }

.entry blockquote {
   margin:2em 2em 2em 0.5em;
   padding:0 0 0 1em;
   line-height:1.25;
   font-size:95%;
   color:#000;
   }

.entry ul,
.entry ol {
   margin:2em;
   padding:0 0 0 1em;
   line-height:1.2;
   font:95% 'Dejavu Sans Condensed',Arial,Helvetica,sans-serif;
   }

ol.major,
ol.upper-roman {
   list-style-type:upper-roman;
   }

ol.minor,
ol.lower-roman {
   list-style-type:lower-roman;
   }

ol.upper-alpha {
   list-style-type:upper-alpha;
   }

ol.lower-alpha {
   list-style-type:lower-alpha;
   }

.entry ol.footnotes {
   margin:3em 0 2em 0;
   padding-left:2em;
   border-top:1px solid #000;
   font-size:90%;
   text-align:left;
   }

.entry li {
   margin:0;
   padding:0.5em 0 0 0.5em;
   }

.entry abbr {
   text-decoration:none;
   border:none;
   }

#reply {
   display:none;
   }

.clear {
   clear:both;
   }

#submit_comment {
   display:none;
   }

/* AUTHOR TEXT */

.entry_metadata {
   display:none;
}

.entry_metadata_for_print{ /* shows different post metadata text for use with print.css */
   display:block;
   margin:10em 0 1em 0;
   padding:00;
   font:small 'Dejavu Sans Condensed',Arial,Helvetica,sans-serif;
   color:#000;
   text-align:right;
   }

.date,
#next_and_previous_entries {
   display:none;
}

/* COMMENTS */

h3.comment_info,
.commentlist *,
.nocomments {
   display:none;
}

/* INPUT PROPERTIES */

#search,
.searchform,
.field {
   display:none;
   }

.comments {
   color:#000;
   }

input.button,
a.button:link,
a.button:visited,
input.button:hover,
a.button:hover,
a.button:link,
a.button:visited,
a.button:hover
#biblesearch,
#s,
#biblesearchsubmit,
#searchsubmit {
   display:none;
   }

* html .button {
   height:20px;
   }

/* IMAGE STYLE */

img {
   float:left;
   padding-right:5px;
   border:0;
   }

.wp-smiley {
   float:none;
   }


/* GENERAL LINK STYLE */

a:link,
a:visited{
   border:none;
   font-family:'Dejavu Sans Condensed',Arial,Helvetica,sans-serif;
   text-decoration:underline;
   color:#000;
}

/* specifies the look of links to comments */ 
.com{
   display:none;
}

/* specifies the look of "edit" buttons */
.edit{
   display:none;
}


/* OTHER TEXT */

.verse{
   padding-right:0.1em;
   font-family:'Dejavu Sans Condensed',Arial,Helvetica,sans-serif;
   font-size:85%;
   color:#888;
}

.footnote{
   vertical-align:top;
   font:x-small 'Dejavu Sans Condensed',Arial,Helvetica,sans-serif;
}

.error{
   padding:2em 0 2em 0;
   border-top:1px dotted #ccc;
   border-bottom:1px dotted #e7680a;

}

.left{
   float:left;
}

.right{
   float:right;
}

.hidden{
   display:none;
}

.sans{
   font-family:'Dejavu Sans Condensed',Arial,Helvetica,sans-serif;
}

.mono{
   font-family:'Dejavu Sans Mono','Lucida Console',monospace;
}

/* FOOTER ELEMENT */

#footer{
   display:none;
}
}

