/* TOP RIGHT BOTTOM LEFT */

div.entryContainer
{
	width:	600px;
	margin:	20px 0px 0px 20px;
}

div.entryHeader
{
	width:	600px;
	height:	82px;
	margin:	0px 0px 0px 0px;
	
	color: #444444;
	background-image:	url(http://blog.steelsnowflake.com/images/ssf_standard/background_5b.png);
	background-position:	bottom right;
	background-repeat:	no-repeat;
}

div.entryInfo
{
	padding: 6px 6px 0px 0px;
	
	text-align:	right;
}

div.entryInfo>a:link, div.entryInfo>a:visited
{
	color:	#444444;
	text-decoration:	none;
	font-style:		italic;
	font-weight:	bold;
	font-size:		10pt;
	font-family:	georgia,serif;
	text-shadow: 		#CCC 2px 2px 3px;
}

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

div.entryTitle
{
	margin:	4px 0px 0px 0px;
	color:	#444444;
	text-align:	center;
	font-weight:	bold;
	font-size:	14pt;
	font-family:	georgia,serif;
	text-shadow: 		#CCC 2px 2px 3px;
}

div.entryDate
{
	text-align:	center;
	color:	#444444;
	font-size:	12pt;
	font-weight:	bold;
	font-family:	monospace;
	text-shadow: 		#CCC 2px 2px 3px;
}

div.entryContent
{
	width:	575px;
	margin:	7px 0px 0px 0px;
	padding: 1px 20px 10px 10px;
	
	color: #222222;
	font-size: 10pt;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	background-image:	url(http://blog.steelsnowflake.com/images/ssf_standard/background_3.png);
	background-position:	top left;
	background-repeat:	no-repeat;
}

div.entryEdit
{
	width: 100%;
	text-align:	right;
}

div.entryEdit>a
{
	color: #444444;
	text-decoration: none;
}

div.entryNav
{
	width:	600px;
	height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	
	text-align:	center;
	color:	#444444;
	text-decoration:	none;
	font-weight:	bold;
	font-size:		10pt;
	font-family:	georgia,serif;
	text-shadow: 		#CCC 2px 2px 3px;
	
	background-image:	url(http://blog.steelsnowflake.com/images/ssf_standard/divider_h.png);
	background-position:	top left;
	background-repeat:	no-repeat;
}

div.entryNav > a:link, div.entryNav > a:visited
{
	width: 190px;
	display: block;
	float: left;
	
	color:	#363636;
	text-align:	center;
	text-decoration:	none;
	font-weight:	bold;
	font-size:		10pt;
	font-family:	georgia,serif;
	text-shadow: 		#CCC 2px 2px 3px;
}

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

/* comment styles */
div.commentContainer
{
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	width: auto;
}

a.newComment:link, a.newComment:visited
{
	display: block;
	margin: 10px 0px 0px 25px;
	
	color:	#363636;
	text-align:	left;
	text-decoration:	none;
	font-weight:	bold;
	font-size:		10pt;
	font-family:	georgia,serif;
	text-shadow: 		#CCC 2px 2px 3px;

}

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

div.comment
{
	width: 600px;
	height: auto;
	margin: 10px 0px 0px 25px;
	padding: 4px 0px 0px 10px;
	
	background-image:	url(http://blog.steelsnowflake.com/images/ssf_standard/background_1.png);
	background-position:	top left;
	background-repeat:	no-repeat;

	color: #222222;
	text-align:	left;
	font-size: 10pt;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

div.commentInfo
{
	margin: 0px 0px 8px -6px;
	
	font-weight: bold;
}

div.commentInfo>a
{
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

div.commentInfo>a:hover
{
	color: #666666;
}

div.commentCaptcha
{
	margin: 8px 0px 4px 12px;
}

#commentDisclaimer
{
	width: 600px;
	padding: 0px 35px 0px 35px;
	
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}
