/*#############################################################
Name: Beautiful Day Print CSS
Date: 2007-01-06
Description: A print stylesheet for Beautiful Day.
Author: Tim Gaunt
URL: http://www.thesitedoctor.co.uk

Feel free to use and modify but please provide credits.
#############################################################*/
/* standard elements */
html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
a {color: #000;}
a:hover {color: #FF0000;}
body {
	font: normal 62.5% Tahoma,sans-serif;
	color: #000;
}
p,code,ul {padding-bottom: 1.2em;}
h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
code {
	font: normal 1em Tahoma,sans-serif;
	white-space: pre;
}
hr{
	height: 1em;
	background: #FFF;
	border: 1px solid #666;
	border-left: 6px solid #666;
	display: block;
	margin-bottom: 1em;
}
blockquote {
	display: block;
	font-weight: bold;
	font-style: italic;
	border: 1px solid #999;
	padding: 8px;
	margin: 8px;
}
h1,h2,h3 {padding-top: 6px;}
/* misc */
.clearer {clear: both;}
.hidden{
	position: absolute;
	left: -10000px;
}
.navigation,
.header .left,
.sidenav,
.footer,
.noPrint,
.content .AdWords{
	display: none;
}
/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	width: 100%;
}
/* title */
.top .header {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.header .right {
	border-bottom: 3px double #666;
	padding: 0 16px;
}
.header .right h2 {
	font: italic 1.6em "Trebuchet MS",sans-serif;
	padding: 16px 0 16px 0;
}

/* content */
.content {
	margin: 0;
	padding: 10px;
}
.content .descr {
	color: #333;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
	clear: none;
	line-height: 1.4em;
}
/* Customised blog items
---------------------------------------------------------------------*/
.dayHeader,
.commentDateStyle,
.commentBoxFooterStyle{
	background: #FFF;
	border: 1px solid #666;
	border-left: 6px solid #666;
	color: #333;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	vertical-align: middle;
}
.itemFooter{
	background: #fff;
	border: 1px solid #666;
	color: #000;
	display: block;
	font: bold 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 24px;
	padding: 8px 10px;
	vertical-align: middle;
}
.itemFooter a{
	font-weight: normal;
}
.commentBoxStyle{
	margin: 0 0 12px 0;
	border-bottom: 1px solid #666;
}
.commentBodyStyle{
	background-color: #fff;
}
/* Quote Box
----------------------------------------------------------------*/
.sidebox{
	margin: 0 auto;
	width: 75%;
	font-size: 1em;
	border: 3px double #666;
}
.sidebox .clearer{
	clear: left;
}
.boxhead{
	text-align: justify;
}
blockquote.boxbody{
	padding: 10px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #666;
	font-weight: normal;
}
.smlFoot .boxfoot{
	padding: 5px 10px;
	margin: 0;
}
.botAlign{

}
/* Quote Sizes
----------------------------------------------------------------*/
.smlFoot{

}
.smlFoot .boxfoot{

}
.medFoot{

}
.medFoot .boxfoot{

}
.lrgFoot{

}
.lrgFoot .boxfoot{

}

/* Styling
----------------------------------------------------------------*/
.boxbody h1{
	font-size: 1.5em;
	padding: 0.5em 0 0.2em 0;
}
.boxbody h2{
	font-size: 1.4em;
	padding: 0.5em 0 0.2em 0;
}
.boxbody h3{
	font-size: 1.3em;
	padding: 0.5em 0 0.2em 0;
}
.boxbody h4{
	font-size: 1.2em;
	padding: 0.5em 0 0.2em 0;
}
.boxbody h5{
	font-size: 1.1em;
	padding: 0.5em 0 0.2em 0;
}
.boxbody h6{
	font-size: 1em;
	padding-bottom: 0.8em;
}
.boxbody p{

}
.boxfoot p{
	font-size: 1em;
	padding-bottom: 0;
	font-weight: bold;
	font-style: italic;
}