/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-Print 2.30										|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- //lesterchan.net															|
|																							|
|	File Information:																	|
|	- CSS Style For Printer Friendly Page										|
|	- wp-content/plugins/wp-print/print-css.css								|
|																							|
+----------------------------------------------------------------+
*/


body { margin: 64px; }
body { background-color: white; color: black; }
body { font: normal 17px "Times New Roman",  serif; }
h1, h2, h3, h4, h5, h6, p { line-height: 1.25em; }
h1, h2 { text-align: center; margin-bottom: 1.2em; }
img{
    max-width:100%;
}
#Outline {

	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	max-width:1000px;
    width:100%
}
blockquote {
	border-left: 5px solid #CCC;
	margin-left: 1.5em;
	padding-left: 5px;
	margin-right: 10px;
}
#BlogTitle {
	font-weight: bold;
	font-size: 20pt;
	margin-bottom: 10px;
	text-align:center;
}
#BlogDate {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#BlogContent {
	padding: 10px;
	margin-top: 10px;
	font-size: 14pt;
}
HR.Divider {
	width: 80%;
	height: 1px;
	color: #000000;
}
#CommentTitle {
	font-weight: bold;
	font-size: 20pt;
	padding-bottom: 10px;
}
.CommentDate {
	margin-top: 5px;
	margin-bottom: 10px;
}
.CommentContent {
	padding: 2px 10px 10px 10px;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12pt;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
@media print {
    #print-link {
        display: none;
    }
	body { margin: 2em 0 0 0; }
	body { font-size: 12pt; }
	.cn, .cn-c, .cn-i { font-size: 14pt; }
	.cn-t { font-size: 20pt; }
}

p { margin: .4em 0; }
.cn, .cn-c, .cn-i { font: normal 1.5em FZKai-Z03, SimSun, Ms Song; padding-top: .5em; }
.cn-t { font: bold 2em FZKai-Z03, SimSun, Ms Song; text-align: center;  padding-top: .5em;}
.cn-c { text-align: center; }
.cn-i { text-indent: 2em; }
.hv, .hv-c, .hv-i, .hv-l, .hv-a, .hv-f,
.vn, .vn-c, .vn-i, .vn-l, .vn-a, .vn-f { font-size: 1.1em; text-align: justify;}
.hv-t, .vn-t { font-size: 1.2em; font-weight: bold; }
.hv-c, .vn-c { text-align: center !important; }
.hv-r, .vn-r { text-align: right !important; }
.hv-i, .vn-i { text-indent: 2em; }
.nv, .nv-c, .nv-r, .nv-i, .nv-l { clear: both; }
.nv { text-align: justify; }
.nv-c { text-align: center; }
.nv-r { text-align: right; }
.nv-l { text-align: left; }
.nv-i { text-align: justify; text-indent: 2em; }
.hr, .hr-c, .hr-r { clear: both; font-size: 0.9em; padding: 1.5em 0; }
.hr { text-align: right; }
.hr-c { text-align: center; }

/*Extra small devices Phones (<768px)*/
@media (max-width: 768px) {
    body {
        margin: 5px;
    }
    #BlogContent {
        padding: 5px;
    }
    #Outline{
        padding: 0px;
    }
}
