#indexContainer
{
	height:	auto;
	width:	720px;
	
	text-align:	center;
}


/* TOP RIGHT BOTTOM LEFT */
#monthContainer
{
	padding:	0px 0px 0px 20px;
	width:	600px;
	float:	left;
}

#indexPages
{
	text-align:center;
	font-weight:	bold;
	font-size:		12pt;
	font-family:	georgia,serif;
	text-shadow: 		#CCC 2px 2px 3px;
	color:	#888888;
}

#indexPages a:link, #indexPages a:visited
{
	text-decoration:	none;
	padding:	2px 0px 1px 0px;
	color:	#444444;
}

#indexPages a:hover, #indexPages a:active
{
	color:	#666666;
}

div.indexMonth
{
	padding: 0px 0px 10px 0px;
	
	color:	#444444;
	text-align:	center;
	font-weight:	bold;
	}

div.monthTitle
{
	padding: 0px 0px 10px 0px;
	
	font-size:	14pt;
	font-family:	georgia,serif;
	text-shadow: 		#CCC 2px 2px 3px;
}

div.indexDay
{
	width: 600px;
	padding:	0px 0px 0px 4px;
	margin:		0px 0px -20px 0px;
	background-image:	url(http://blog.steelsnowflake.com/images/ssf_standard/background_1.png);
	background-position:	top left;
	background-repeat:	no-repeat;
	background-color:	white;

	text-align:	left;
}

div.dayNumeral
{
	margin: 0px 0px 0px 2px;
	position: static;
	z-index: 10;
	
	color:	#FFFFFF;
	font-weight:	bold;
	font-style:	italic;
	font-size:	32pt;
	font-family:	Palatino Linotype, Book Antiqua3, Palatino6, serif;
	text-shadow: 		#FFFFFF 1px 1px 4px;
}

div.indexEntry
{
	margin:	0px 10px 5px 36px;
	position: relative;
	top: -40px;
	z-index: 20;
	
	background-image:	url(http://blog.steelsnowflake.com/images/ssf_standard/background_2.png);
	background-position:	bottom right;
	background-repeat:	no-repeat;
}

div.indexEntry a:link, div.indexEntry a:visited
{
	color:	#444444;
	text-decoration:	none;
}

div.indexEntry a:hover, div.indexEntry a:active
{
	color:	#666666;
}

div.entrySynopsis
{
	margin:	0px 10px 0px 15px;
	
	font-size:	10pt;
}

div.entryInformation
{
	padding: 5px 6px 4px 0px;
	
	font-size:	10pt;
	text-align:	right;
	font-style:	italic;
}

/* navigation */
#indexNav
{
	width:	60px;
	float:	left;
	margin: 30px 0px 0px 10px;
	
	text-align:	left;
	color:	#888888;
	text-decoration:	none;
	font-weight:	bold;
	font-size:		10pt;
	font-family:	georgia,serif;
	text-shadow: 		#CCC 2px 2px 3px;
}

#indexNav>a:link, #indexNav>a:visited
{
	padding:	2px 0px 1px 0px;
	display:	block;
	color:	#444444;
	text-decoration:	none;
	font-weight:	bold;
	font-size:		10pt;
	font-family:	georgia,serif;
	text-shadow: 		#CCC 2px 2px 3px;
}

#indexNav>a:hover, #indexNav>a:active
{
	color:	#666666;
}

#indexNavYear, #indexNavExtra
{
	margin: 10px 0px 5px 0px;

	color:	#444444;
	text-align:		center;
	text-decoration:	none;
	font-weight:	bold;
	font-size:		10pt;
	font-family:	georgia,serif;
	text-shadow: 		#CCC 2px 2px 3px;
}

#indexNavYear>a, #indexNavExtra>a
{
	text-decoration:none;
}

#indexNavYear>a:link, #indexNav>a:visited, #indexNavExtra>a:link, #indexNavExtra>a:visited
{
	padding:	2px 0px 1px 0px;
	display:	inline;
	color:	#444444;
	text-decoration:	none;
	font-weight:	bold;
	font-size:		10pt;
	font-family:	georgia,serif;
	text-shadow: 		#CCC 2px 2px 3px;
}

#indexNavYear>a:hover, #indexNav>a:active, #indexNavExtra>a:hover, #indexNavExtra>a:active
{
	color:	#666666;
}