/* =====
Designer:	"BenWBlue";
Site:	"http://www.codeysworld.com/";
Path:	"grant-bentley/reaching-out/";
File:	"reaching-out-styles.css";
Date:	"2009-01-24" ~ date created;
Date:	"2009-01-24" ~ date modified;
===== */

/* // pseudocode
@_color-list "rgbReachingOut" {
	#ccddff	"SnowBluePale";	// hsv( 220&deg;, 100%, 90% );
	#6699ff	"SnowBlueLight";	// hsv( 220&deg;, 100%, 70% );
	#003399	"SnowBlueDark";	// hsv( 200&deg;, 100%, 30% );
	#006655	"JadeDark";
	#00ccaa	"JadeLight";
	#550066	"RosettaDark";
	#aa00cc	"RosettaLight";
	#ff6600	"SafetyOrange";
	#998033	"BuffDark";
} // @_color-list "rgbReachingOut";
*/

.clearBoth {
	clear: both;
	height: 1px;
}
.tocSnow, div.tocSnow {
	clear: both;
	border: none;
	/* 
	background-color: transparent;
	background-image: url(reaching-out.jpg);
	width: 500px; 
	height: 352px;
	*/
	/*
	background-color: #ccddff;
	background-image: url(blizzard-640x451.jpg);
	color: #003399;
	width: 640px; 
	height: 451px;
	*/
	background-color: #ccddff;
	background-image: url(blizzard-800x563.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #003399;
	width: 800px; 
	height: 563px;
	font-family: "Calibri", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: medium;
	margin:  0.25in auto 0.00in auto;
	padding: 0px 0px;
} 
.tocSnow h1, .tocSnow h2, .tocSnow h3 {
	background-color: transparent;
	color: #6699ff;
	margin: 0 auto;
	font-style: normal;
}
.tocSnow h4, .tocSnow h5, .tocSnow h6 {
	background-color: transparent;
	color: #003399;
	margin: 0.5em auto;
	font-style: italic;
}
.tocSnowColumn {
	float: left;
	width: 48.00%;
	/* height: 563px; */
}
.tocSnow .tocNovelChapters {
	font-size: large;
	/* padding-top: 72px; */
	padding: 4px 0px;
	margin-left:  1.5em;
	text-indent: -1.5em;
}
.tocSnow .tocNovelChapters li {
	font-size: large;
	margin-bottom: 0.0em;
}

.tocSnow a { 
	background: transparent; 
	color: black; 
	/* text-decoration: none; */
	/* font-weight: bold; */
}
.tocSnow a[href] { text-decoration: underline; }
.tocSnow a:link    { background: transparent; color: #009980; }
.tocSnow a:visited { background: transparent; color: #003399; }
.tocSnow a:active, 
.tocSnow a:hover   { background: transparent; color: #ff6600; }

