/* This is the print stylesheet for Bunny's Print CSS plugin.
modified for RileArts theme by Anthony Templer
v0.1
*/

/* general stuff */
body { font-size: 12pt; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000066; }

.noprint {display: none; }

/* get rid of whole blocks we don't want to print */

#navbar, #navbar-artist, #pmenu, pmenu-artist { display: none; }
#sidebar-artist, #sidebar-left, #sidebar-right { display: none; }
#searchform { display: none; }
#commentform { display: none; }
.navigation { display: none; }
.ad { display: none; }


#header, #header img { margin: 0;
	padding: 0;
	}

#header {
	background-image: url('http://rilearts.com/images/JRAM_485x65.gif');
	}

#header, #header h1 {
	text-indent: 0px; }

#header, #header h1, #header h1 a  { width: 100%;
	height: auto; }

#header h1 a { font-size: 16pt;
	text-decoration: none; }

#container, #container2, #content { margin: 0; 
	float: none; 
	width: auto; }

#content a { font-weight: bold;
	text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { page-break-after: avoid; 
	page-break-inside: avoid; }

blockquote, table, pre { page-break-inside: avoid }

ul, ol, dl { page-break-before: avoid }

img { page-break-inside: avoid; 
     page-break-after: avoid; }

img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }

img.right { padding: 0px; 
	margin: 0px; 
	display: inline; }

img.left { padding: 0px; 
	margin: 0px; 
	display: inline; }

.right { float: right; }

.left { float: left; }

#footer { font-size: 9pt;
	text-align: left;
	}

.demo .red { color: black; 
     font-weight: bold }

