/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.7 Plugin: WP-Print 2.50										|
|	Copyright (c) 2008 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								|
|																							|
+----------------------------------------------------------------+
*/


Body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	color: #000000;
	width: 1000px;
	line-height: 19px;

}


a { color:#1B00FF;
    text-decoration: underline;
	line-height: 16px;
	}



a.green: {color:#245F12;
    text-decoration: underline;
font-size: 18px; color:#A415AF;
	line-height: 16px;
}


#BlogDate {
	margin-top: 5px;
	margin-bottom: 10px;	
	line-height: 190%;
    color :#CFCFCF;
	font-size: 75%;
}

#BlogDate a:link, .metadata a:visited{
	margin-top: 5px;
	margin-bottom: 10px;	
	color: #CFCFCF;
}

#BlogDate a:hover,{
	margin-top: 5px;
	margin-bottom: 10px;	
	color: #CFCFCF;
background-color: #CFCFCF;
}




pre {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #000000;
width: 800px;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
	line-height: 16px;
}



gras {
	font-size: 100%;
	margin-bottom:1em;
	font-family:"Verdana", Verdana, Sans-serif;
	font-weight: bold;
		line-height: 16px;
}


date {
font-family: Verdana; font-size: 16px; color:#3A6F00; text-decoration: underline; font-weight: bold; margin-top: 25px;
}

strong {
	font-size: 100%;
	margin-bottom:1em;
	font-family:"Verdana", Verdana, Sans-serif;
	line-height: 16px;
		font-weight: bold;
}



h6 {
	font-size: 135%;
	font-weight:900;
	color: #DF0101;	
	margin: 3px;
}


h6 a {
	font-size: 135%;
	font-weight:900;
	color: #DF0101;	
	padding-top: 5px;
	margin-bottom:3px;
	text-decoration: none;
}



.Center {
	margin: 10px;
}
#Outline {
	width: 98%;
	margin-left: 1px; 
	margin-right: 1px;
	padding: 10px;
	border: px solid #FFFFFF;
}
#BlogTitle {
    font-size: 140%;
    margin-bottom:1em;
    font-family:"Verdana", Verdana;
    line-height: 25px;
    font-weight: bold;
	color: #3E0D8F;

}
#BlogContent {
	padding: 000px;
	margin-top: 10px;
	font-size: 14px;
		line-height: 19px;

}
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;
font-size: 14px;
}
.alignright, div.alignright {
	float: right;
	margin: 10px 0 5px 10px;
	font-size: 14px;
}