/*
	Name: Print Stylesheet
	Description: Printer friendly rules.
				 Remove floats, backgrounds and font
				 styles to make printing a charm.
				 Based on Eric Meyer's ALA's great articles here:
				 http://www.alistapart.com/articles/goingtoprint/
				 http://www.alistapart.com/articles/alaprintstyles
	Coder: Enrique Ramirez
	Coder URI: http://enrique-ramirez.com
*/

/*
	Note to author:

	Large printed elements (like content)
	should NOT be floated.
	Double check.
*/

/***** Global *****/
/* Body */
body {
	background: #fff;
	font-size: 12pt;
	line-height: 16pt;
}
body,#body .section{background-image: none !important}
#logo {background:#000}
/* Links */
a:link, a:visited {
	color: #000;
	background: #fff;
	font-weight: bold;
	text-decoration: underline;
	
}



#body a[href^="/"]:after {
  content: " (http://www.website.com" attr(href) ") ";
}
#body h2 a:link:after, #body h2 a:visited:after {content: none;}
/***** Layout *****/
#menu, #nav {
	display: none !important;
}


body, #header, #body, #footer {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}
	
#body {
	background: #fff;
	border: 0;
	color: black;
	margin: 0 12.5% !important;
}
/* general stuff */
body {
     font-size:10pt; 
     color: black;
	background: #fff;
}

/* getting rid of whole blocks we don't want to see */
/* all themes */


/* sandbox theme */
.sidebar, #access { display:none }

/* K2 theme */
div#sidebar-main, div#sidebar-alt, div#header, .entry-edit  { display:none }

/* Cutline theme */
#masthead, #nav, #header_img,  #sidebar, #l_sidebar, #footer { display: none }

/* getting rid of background-images */
body, div#container{ background-image: none; }

/* header */
div#header #blog-title, div#header h1 {
	text-indent: 0px;
}

div#header h1 a {
	font-size: 16pt;
	font-family: Times New Roman, Times, serif;
	text-decoration: none;
}

#nav, #header .intro, #header .intro h2, #header #phone {display:none}
#header .contents {background: #fff;background-image:none}

div#header {display:block}
/* getting rid of nasty size constraints */


/* other things */

div#content, div#container{ margin:0; 
     float:none; 
     width:auto }
.demo .red { color:black; 
     font-weight:bold }
#header, #body .section {border:none}
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline }
div#container, div#content{ margin-left:0; 
     float:none; 
     width:auto }
#footer, .ad { display:none }
#index {font-size:14px}
.contents {width: 990px;}
#body .section {padding:2em 0}
.home #body .section {padding:1em 0}

h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }

h1#logo {border:none;margin-left:150px;display:block}
h1#logo a:link, h1#logo a:visited{display:block;color:#fff}
h1#logo a img{display:block}
#logo {margin: 0 2em 2em 0}
#blog-content {float:none;width:700px}
#print-copyright {display:block;margin-top:20px}
.post .box {display:none}
.post p a {display:inline;}
.post {font-family: georgia,times,serif;font-size:11pt}
#header,#body,#blog-content,.contents {background:#fff;width:100%;margin:0;padding:0}

h2 {color:#000;border-bottom: 1px dotted rgb(170, 170, 170); text-transform: lowercase; padding-bottom: 1em;}
#body .section, .home #body .section {padding-top:0}
#body .section{padding-bottom:0}

img { page-break-inside:avoid; 
     page-break-after:avoid; }
}
h1#logo {page-break-before:"";page-break-after:"";page-break-inside:avoid}

#header,#body,.section,.contents {page-break-before:"";page-break-after:"";page-break-inside:avoid}
h1#logo *{display: none !important}
h1#logo a img {display: none !important}
h1#logo {display: none !important}
#header{display: none !important}
#printing-logo {display:inline;page-break-before:"";page-break-after:"";page-break-inside:avoid;padding:5px 0 25px 0px}
