/*
Print Stylesheet for Plumbum
*/
* {margin:0; padding:0; border:0;}

/* Define Background */
body {
	font-family: Verdana, Arial, Sans-Serif;
	background:white;
	color:black;
	text-align: left;
	}

p {padding-bottom:0.5em;}

#logo {
	float:left;
	margin:20px;
	font-family: Viner Hand ITC, Verdana, Sans-Serif; 
}
/* Hide a load of stuff */
#roller, .stepcarousel, .belt, .panel, #flickr_badge_uber_wrapper, #tabs, .navigation, #controls {
display:none; height:0; width:0;
}

/* Defining the main body */

#page {
width: 100%;
	}
	
.post {position:relative; clear:both; padding: 90px 0 0 0;}
	
#content a:link {
color: #799a35;
text-decoration: none;
}

#content a:visited {
color: #A53939;
text-decoration: none;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
	 
#content H2 a:link:after, #content H2 a:visited:after, #content a.footnote-link:link:after, #content a.footnote-link:visited:after, #content .postmetadata a:link:after, #content .postmetadata a:visited:after {
   content: " (" attr(href) ") ";
	 font-size: 0;
   }

.post H2 {
  position:relative;
	left:70px; top:-70px;
	font-family: Garamond, serif;
	font-size: xx-large;
	float:left;
	margin-bottom:-60px;
	padding:0 0.5em 0 0.5em;
}

.post H3 {

	font-size: normal;
	color:#8f0909;
	font-weight:bold;
	padding:1em 0.5em 0.25em 0.5em;

}

.date {
  position:absolute;
  top:10px; left:0px;
  width:50px;height:50px;padding:10px;
  background:#dd1c1c;
  color:white;
  margin:0;
  float:left;
	-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.entry, .entrytext {clear:both; padding:0 1em 10px 1em;}

.notification { 
 background: white;
 color:black;
 border:1px solid #8F0909;
 padding: 10px;
 margin: 20px 30px 10px 10px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
 }
.notification H3 {color:#8F0909 !important; margin:0 0 10px -5px !important; padding:0;}
.bignot {width:auto;}
.midnot {width:50%;}
.smallnot {width:25%;}

.postmetadata { font-size:small;
 color:black;
 width:auto;
 padding: 20px;
 margin: 20px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:1px solid #8F0909;
clear:both;
 }
#content .postmetadata a:link, #content .postmetadata a:visited {
color:#8f0909;
}
 
blockquote {
  margin: 10px 10px 10px 50px;
	padding:20px;
border-left:3px solid #DD1C1C;
background:  url(images/lqt.png) top left no-repeat;
background:  url(images/lqt.png) top left no-repeat, url(images/rqt.png) bottom right no-repeat, url(images/mildhl.png);
}	

/* Images and divs */
/* Start with the alignments */
.alignnone {clear:none;}
.alignleft {float:left; margin:15px 15px 15px 0; clear:left;}
.alignright {float:right; margin:15px 0 15px 15px; clear:right;}
.stack {clear:none;}
.aligncenter {display:block; clear:both; margin:15px auto;}
.wp-caption, .frame {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.frame {
   padding: 4px;
}

/* Define the siderbar */

#navigation {
	display:none;
	}
/* Now lets sort out those pesky comments */
.commentary {background:white; padding:1em; color:black;}

.commentary h3 {
 color:black;
}
.commentlist li {  
    list-style:none;  
    margin-bottom:14px;  
    } 
.commentlist li .comment { 
 font-size:medium;
 color:black;
 text-align:left;
 background:white;
 width:auto;
 padding:1em 0;
 border-top:black 1px solid;
} 
.avatar {padding:1px;  
    border:1px solid #EEEEEE;  
    float:left;  
    margin-right:5px;}
		
.commentlist cite {display:block; padding:3px; overflow:auto; margin:5px;}


/*Define the comments form*/
#commentform {
  display:none;
}

.btc-powered {font-size:small;}

/*Define the footer*/
#footer {
	width:auto;
	clear: both;
	}

#prefooter { /*For any heading images*/
 display:none;
	}
#footerint {
  width:auto;
	}

#selfphoto {
display:none;
}

.footbox {
  float:left;
	margin:15px;
	padding:15px;
	width:200px;
	font-size:smaller;
	display:none;
	border-top:#202020 solid 3px;
	}

	
	#copyright {
	display:block;
	float:none;
	width:auto;
	clear:both;
	height:50px;
	text-align:center;
	font-size:small;
	background:transparent;
	}
