/* [10/01/12]  [boB]  [ Created 10/01/12 ]
[11/29/12]  [boB]  [ Now imports the global.css writings.css and author-collections.css files for faster loads ] */

/* Loads the global.css file */
@import url("../../common-css/global.css");

/* Loads the writings.css file */
@import url("../writings.css");

/* Loads the author-collections.css file */
@import url("../author-collections.css");


#page-width, footer {
	behavior: url(../../js/pie/PIE.htc);
	}
/* Above applies PIE.htc to the inner pages */
/* For use on the pages with Kipling stories */
.drop-cap-box-kipling {
	display:block;
	float:left;
	margin:4px 15px -5px 15px;
	width:100px;
	border: 2px solid #ff9900;
	line-height:.8em;
	background:url('drop-cap-art/drop-cap-background6.jpg');
	background-position: center top;
	}
.drop-cap-kipling{
	font-family: tajmahal;
	color:#ff9900;
	font-size:525%;
	font-weight:bold;
	text-align:center;
	text-shadow: 0 -1px #000000,
	3px 0 #000000,
	0 1px #000000,
	-3px 0 #000000;
	padding:1px;
	}
.kipling-first-word-offset {
	margin-left:-12px;
	font-weight:bold;
}
.kipling-poem{
	display:block;
	margin:10px auto;
	width:70%;
	text-align:center;
	font-style:italic;
}
.kipling-poem2{
	margin:20px auto;
	font-style:italic;
}
.kipling-poem-title {
	font-size:150%;
	font-family:"tajmahal";
	}
.kipling-poem-indent {
	display:block;
	margin-left:25px;
}
.kipling-illustrations {
	width:610px;
	background-color:#ffffff;
}