@charset "utf-8";
/*-------------------------------------------

	Name: ProChan (print)
	Author: Paul Wisniowski
	Date: 2012/01/06
		
	Website: http://wisniowski.org
			   		   
/*! General
---------------------------------------------*/
* { margin: 0; padding: 0; }

html { font-size: 100.01%; }
body { background: #fff; font-size: 60%; }

body, textarea, input, select, option, button { color: #555; font-family: Calibri, Helvetica, Arial, sans-serif; line-height: 1.4; }
li, dt, dd, p, th, td, caption, pre, legend { font-size: 1.5em; } /*---*/ li *, li li, dt *, dd *, p *, th *, td *, legend * { font-size: 1em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6, legend { margin-bottom: 15px; }

table th, table td { padding: 5px 10px; border: 1px solid #ccc; }
ul, ol, dd, blockquote { padding-left: 30px; }
	ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
div { margin-bottom: 30px; }
	
	
/*! Layout
---------------------------------------------*/
#top { margin: 0 0 15px; padding: 0 0 1px; border-bottom: 1px solid #ccc; }
	#top h1 a { color: #000; text-decoration: none; }
#content { }
#content a:after { content: " (" attr(href) ") "; color: #555; font-size: 0.8em; font-style: italic; }
#footer { margin: 15px 0 0; padding: 15px 0 0; border-top: 1px solid #ccc; }


/*! Columns
---------------------------------------------*/


/*! Modules
---------------------------------------------*/
	 

/*! Headers
---------------------------------------------*/
h1, h2, h3, h4, h5, h6 { margin: 20px 0 5px; color: #000; font-family: Cambria, Georgia, serif; }
	h1 { margin-top: 0; font-size: 2.4em; }
	h2 { font-size: 2.0em; }
	h3 { font-size: 1.8em; }
	h4 { font-size: 1.6em; }
	h5 { font-size: 1.5em; text-transform: uppercase; }
	h6 { font-size: 1.4em; text-transform: uppercase; }


/*! Content - paragraphs
---------------------------------------------*/


/*! Content - links
---------------------------------------------*/
a { color: #09f; text-decoration: underline; }


/*! Content - images
---------------------------------------------*/
img { max-width: 100% !important; border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }


/*! Content - lists
---------------------------------------------*/
ul, ol, dd, blockquote { padding-left: 2em; }
	ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }


/*! Content - tables
---------------------------------------------*/
table { display: table; border-collapse: collapse; border-spacing: 0; }
	table th, table td { padding: 5px 10px; border: 1px solid #ccc; }


/*! Remove
---------------------------------------------*/
#skip, nav, form, .module-a h2 a, #user, #social, .link-a, .social-a, .module-a p.image, .cols-a > aside > p, .cols-b > aside > p, .link-b, .module-e .image, .image-a, .link-c, .link-d, .link-e, .link-f { position: absolute; left: -3000em; top: -3000em; }