/*  
Theme Name: Newsprint
Theme URI: http://www.qinit.com
Description: A fast loading, minimalist three column newspaper-style theme
Version: 1.0
Author: Offshore IT Outsourcing Providers China
Author URI: http://www.qinit.com

Newsprint 1.0
http://www.qinit.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

@import 'screen.css';
@import 'design.css';
a, a:active, a:visited{
	color: #003366;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.code
{
	font-family: "Consolas", "Courier New", Courier, mono, serif;
	font-size: 12px;
	/*background-color: #E7E5DC;*/
	background-color: #F8F8F8;
	width: 95%;
	overflow: auto;
	margin: 18px 0 18px 0 !important;
	padding: 10px; /* adds a little border on top when controls are hidden */
/* 	border: 1px solid #6CE26C; */
	border: 1px solid #E7E5DC;
	color: black;
  border-left: 3px solid #6CE26C;
}
blockquote {
	background: #F9F9F9;
	border-left: 3px solid #AAAAAA;
	padding-left: 6px;
	margin: 7px 10px 7px 10px;
	font-style: italic;
}
 code {
/*	color: #668800; */
	font: 110% "Courier New", Courier, monospace;
}   
/* pre {
	width: 90%;
	margin: 1em 0;
	padding: 1em 3em 1em 1em;
	font: 1.1em "Courier New", Courier, monospace;
	overflow: scroll;
	border: 1px solid #cacaca;
}   */
pre {
	margin: 0 auto;
	margin-bottom: 1em;
	padding: 0.5em;
	text-align: left;
	white-space: normal;
	/* cach pour IE 5 Mac qui sait pas faire */
		white-space: pre;
		width: 90%;
		overflow: auto;
		border: 1px solid #cacaca;
	/* End hack */
}
.quote {
	border: 1px solid silver;
	padding: 2px;
	margin: 2px;
}
.entry blockquote {
	margin: 15px 40px 15px 20px;
	padding: 0 0 0 20px;
	border-left: 1px dotted #ff8900;
	text-align: justify;
}
.entry blockquote p {
	line-height: 1.2em;
}
blockquote cite {
	margin: 4px 0 0 0;
	display: block;
}