/*
 * WordPress Plugin: WP-Print
 * Copyright (c) 2012 Lester "GaMerZ" Chan
 *
 * File Written By:
 * - Lester "GaMerZ" Chan
 * - http://lesterchan.net
 *
 * File Information:
 * - CSS Style For Printer Friendly Page
 * - wp-content/plugins/wp-print/print-css.css
 */

@font-face {
    font-family: 'HelveticaNeueRoman';
    src: url('/wordpress/wp-content/uploads/fonts/helveticaneue-roman-webfont.eot');
    src: url('/wordpress/wp-content/uploads/fonts/helveticaneue-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wordpress/wp-content/uploads/fonts/helveticaneue-roman-webfont.woff') format('woff'),
         url('/wordpress/wp-content/uploads/fonts/helveticaneue-roman-webfont.ttf') format('truetype'),
         url('/wordpress/wp-content/uploads/fonts/helveticaneue-roman-webfont.svg#HelveticaNeueRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}


#ck_print_page_wrapper {
/* 	border: 1px solid blue;  */


	margin: 0 auto; 
	font-family: HelveticaNeueRoman !important;
	text-align: justify;
	font-size: 1.1em;
	color: #474445;
}

#ck_print_page_wrapper a {
	color: #474445 !important;
	text-decoration: none;

}
#ck_print_page_wrapper p {
	padding-top: 0px !important;
	margin-top: 0px !important;

}

#ck_print_page_wrapper td {
/*  CELL PADDING  */
/* 	padding-bottom: 10px !important;  */

}

#ck_print_page_wrapper {

 	width: 680px;  


}

#ck_print_page_wrapper td:first-child + td { 
/*	border: 1px solid red;   */
	width: 450px;
	padding-left: 0px;
	
}



#print_ck_logo {
/* 	border: 1px solid red !important;  */
	width: 370px;

	padding-bottom: 10px;
}

#print_ck_logo IMG {
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}

#print_ck_footer {

	margin-top: 10px;
	padding-top: 10px;

border-top: 1px solid #807b7c;

}

#ck_print_page_click_to_print {
	padding-right: 0px;

	color: #fff;
	background-color: #474445;
	text-transform: uppercase;
	
	width: 135px;
	height: 23px;
	
	text-align: center;
	
	
	margin-left: 506px;
	margin-top: 0px;	


	position: relative;
	top: 23px;
/*	margin-top: -23px;  */
	margin-top: -23px;  


}
#ck_print_page_click_to_print:hover {
	background-color: #D86E2F;
}

#ck_print_page_click_to_print a {
	color: #fff !important;
	letter-spacing: 1px;
	font-size: 11px;

	width: 133px !important;
	height: 20px !important;
	
	border: 1px solid white;

	display: block;

	padding-top: 5px !important;

position: relative;
left: -13px;
padding-right: 26px;
}


@page {
/* margin: 2cm; */
}















Body {
/*	font-family: Verdana, Arial, Tahoma; */
	font-size: 12px;
	color: #000000;
}
.Center {
	margin: 0px auto 0px auto;
}
#Outline {
	width: 90%;
	margin-left: auto; 
	margin-right: auto;
/*	padding: 10px; */
/* 	border: 1px solid #000000; */


}
#BlogTitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#BlogDate {
	margin-top: 5px;
	margin-bottom: 10px;	
}
#BlogContent {
	padding: 10px;
	margin-top: 10px;
}
HR.Divider {
	width: 80%; 
	height: 1px; 
	color: #000000;
}
#CommentTitle {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}
.CommentDate {
	margin-top: 5px;
	margin-bottom: 10px;
}
.CommentContent {
	padding: 2px 10px 10px 10px;
}
@media print {
    #comments_controls,
    #print-link {
        display: none;
    }
}
.alignleft, div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright, div.alignright {
	float: right;
	margin: 10px 0 5px 10px;
}