/*

aaron.springer.com stylesheet

Class naming convention explained:

.lay* - for styling the layout of large areas. Usually applied to <table>.
.table* - for styling the layout smaller areas. Usually applied to <td>.
.text* - for styling text. Usually applied to <p>, <a> or <span>.

*/

/*
HTML tags redefined
*/
HTML { font-size: 100%; } /* IE Win hack so em font-size works */
BODY
{
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
	font-size-adjust: 0.58;
	line-height: 1.25em
}
TABLE { font-size: 100%; } /* IE Win hack so em font-size works */
P, TABLE, TD, FONT, .textforminput, .textformbutton, INPUT, TEXTAREA
{
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-size-adjust: 0.58;
	line-height: 1.25em
}
A:link, A:visited, A:active
{
	color: #999999;
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
}
A:hover
{
	color: inherit;
	text-decoration: none;
	font-family: inherit;	
	font-size: inherit;
}
TD P
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}
FORM
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*
IDs
*/
#cover
{
	margin-top: 0px;
}
#cover, #cover P, #cover TABLE, #cover TD, #cover FONT, #cover INPUT, #cover TEXTAREA
{
	color: inherit;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-size-adjust: 0.4;
}
#cover A:link, #cover A:visited, #cover A:active
{
	color: inherit;
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	/*border-bottom: 1px dotted #666666;*/
}
#cover A:hover
{
	color: inherit;
	text-decoration: none;
	font-family: inherit;	
	font-size: inherit;
	border-bottom: 0px solid transparent;
}
#cover .cover
{
	width: 600px;
	height: 450px;
	background-color: transparent;
	color: #FFFFFF;
	background-image: url(../img/solstice/cover/Cover3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
#toc
{
	display: block;
	/*color: #55291C;*/
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	width: 300px;
	height: 300px;
	top: 25px;
	left: 280px;
	overflow: visible;
	text-align: right;
	/*border: 1px solid red;*/
	font-size: 1.5em;
}
/*
Fix #toc for non- IE5 Mac browsers
using commented backslash hack v2
http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html
\*/
#footoc {
	top: 40px;
	left: 380px;
}
/* end IE5 Mac Fixes */

#toc H1 {
	font-size: 1.5em;
	margin: 0px 0px 6px 0px;
}
#cover #toc A:link, #cover #toc A:visited, #cover #toc A:active
{
	color: #FFFFFF;
	/*border-bottom: 1px dotted #745826;*/
}
#cover #toc A:visited
{
	/*text-decoration: line-through;*/
}
#cover #toc A:hover
{
	text-decoration: underline;
	/*border-bottom-color: transparent;*/
}
#toc .storylinks {
	margin-top: 30px;
}
#description
{
	border: solid 1px red;
	/*visibility: hidden;*/
	overflow: hidden;
	text-align: right;

	top: 20px;
	background-color: transparent;
	background-image: url(../img/blank_70.png);
	background-position: top left;
	background-repeat: repeat;
}

#footer
{
	text-align: center;
	vertical-align: bottom;
	color: #333333;
}
#footer A:link, #footer A:visited, #footer A:active	
{
	color: #333333;
	border: 0px solid transparent;
}
#footer A:hover
{
	color: #333333;
	border: 0px solid transparent;
}
#cover #footer{
	margin-top: 25px;
	width: 600px;
}
#about
{
	display: table;
	margin: auto auto auto auto;
	padding: 6px 10px 0px 10px;
	text-align: left;
	width: 300px;
	border: 1px dotted #666666;
}

#about H1
{
	color: #999999;
	font-weight: bold;
	font-size: 1.2em;
}

/*
Classes
*/
.center
{
/*
.center and .centerchild usage:

<div class="center">
	<div class="centerchild">
		<div style="width:100px;">This div is centered horizontally</div>
	</div>
</div>
*/
	display: block;
	text-align: center;
}
.center .centerchild
{
	display: table;
	margin: auto auto auto auto;
	text-align: left;
}

.new
{
	color: #cc0000;
	font-weight: bold;
	font-size: 12px;
	font-family: "Courier";
	text-transform: uppercase;
}
