/* Print Style Sheet  for Theme : Hennell's Final
Theme URI: http://www.hennell-online.co.uk
Print Version: 1. 
Author: hennell
Author URI: http://www.hennell-online.co.uk

*/

@media print {
body { background:white; color:black; margin:0 }
}

p{
	padding:  10px 0 0 0;
	margin: 0 5px ;
	text-align: left;
}

blockquote {
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	border: 2px solid #cdcdcd;
	padding: 0 20px 10px 20px;
	margin: 10px 40px 0 20px;
	background-color: #eeeeee;
	font-family:courier;
}


/* Heading styles */

h1, h2, h3, h4, h5, h6{
	font-family:  Verdana, sans-serif;
	padding: .2em 0em;
	color:#336699;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 2.5em;
}

h6{
	font-size: .8em;
}

/* Link styles */

a:link, a:visited{
	text-decoration: none;
	color: #336699;
}

/*Box Styles*/

/*Header Styles */

#header h1{ 
	display:block;
	font-size:12pt;
}

#header #top_text{
	display: block;
	width: 483px;
	height: 74px;
	margin: 76px 0 0 0; 
	background-image: url('images/top.png');
	background-repeat:no-repeat;
}

/*  End of Header bit */

/* Main Page Menus */

#menu{
	display:none;
}

/* End of Main Page Menus */

/*Footer Styles*/

#footer h6{
	padding:0;
	font-size:9pt;
	text-align:center;
}

#footer p{
display:none;
}

/* End of Footer Styles.*/
/* Page styles*/

.page h2{ /*Page Titles*/
	color:#336699;
	font-size:16pt;
	text-align:left;
margin: 0 0px 10px 10px;

}

.page_sidebar{ /*Holds Page menus and image.*/
 display:none;
}

#pagemenu{
	display:none;
}

.entry{
	line-height:18px;
text-align:left;
font-style: Serif;
}

.entry .alignright{
	float:right;
}

.entry .alignleft{
	float:left;
}

.entry ul{
	list-style: disc;
	margin:10px 40px 5px 40px;
	padding: 0px;
	line-height:20pt;
background:none;
border:none;
text-align:left;
}

.entry ul li{
list-style:disc outside;
}



/*navigation*/

.navigation{
display:none;
}


/*Sidebar*/

.sidebar{
	display:none;

}


/* Blog Post Styles */

.post{
margin:0 auto 20px auto;
width:90%;
}

p.postmetadata{
	border-top:1px solid #ccc;
	margin: 10px 0 0 0;
clear:both;
}

.entry img{
max-width:75%;
height:auto;
border: none;
margin:10px auto;
}

.content h2{ /*Page Titles*/
	color:#336699;
	font-size:16px;
text-align:left;
	padding:3px 3px 10px 20px;
	margin: 0 -10px 10px -20px;
	border-bottom:3px solid #000;
}



.entry{
margin:0 5px;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }



/*Blog Comments */

.comments-template{
	margin:10px 30px 10px 30px;
}

#comments-header{
margin:0;
	padding:5px 15px;
	background-color: #ababab;
	border: 2px solid #9a9a9a;
color:#333;
text-align:left;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: relative;
}

.comments-template ol{
	margin: 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin:5px 0px 15px 0px;
	line-height: 18px;
	background-color:#fefefe;
	border:2px solid #ababab;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.comments-template ol li p{
	padding:5px;
overflow:hidden;
}
.comments-template h2, .comments-template h3{
	font-family: Arial, Sans-serif;
	font-size: 16px;
}

.author{
	font-size:16px;
	color:#EF9048;
}

.grav{
float:left;
margin:5px;
}

.comments-template p.nocomments{
	padding: 0;
}

.commentmetadata{
text-align:left;
	padding:0 0 0 10px;
	background-color:#cdcdcd;
	font-size:10px;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	position: relative;
	display:inline-block;
	margin: 0;
border-bottom:2px solid #ababab;
}

.comment-box{

background-color:#efefef;
	border:2px solid #9a9a9a;
	-moz-border-radius:10px;
	border-radius:10px;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#respond{
display:none;
}
