﻿/** MAIN PAGE STYLESHEET *****************************************************/

#w
{
	width: 260px;
	cursor: default;
}

#page
{
	padding-left: 280px;
}

#content
{
	margin-top: 120px;
}

div.icolinks
{
	float: right;
	padding-top: 3px;
}

div.icolinks a
{
	margin-left: 5px;
}

h1
{
	color: silver;
	font-style: italic;
}

.item
{
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-weight: bold;
}

/** LINKS ********************************************************************/

.item a
{
	display: block;
	float: left;
	margin-top: -10px;
}

.antilib a
{
	color: #9900FF;
}

.lotof a
{
	color: #FF0066;
}

.bestiary a
{
	color: #0000CC;
}

.dump a
{
	color: #CC3300;
}

.antilib a
{
	color: green;
}

/** UPDATES ******************************************************************/

.new
{
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	height: 30px;
	margin: 10px 0 35px 10px;
	padding: 10px 12px 0 30px;
	white-space: nowrap;
	color: white;
	font-weight: normal;
}

.new a
{
	color: white;
	margin: 0;
}

.antilib .new
{
	background-color: #339933;
}

.lotof .new
{
	background-color: #FF3399;
}

.bestiary .new
{
	background-color: #3333FF;
}

.dump .new
{
	background-color: #ED7821;
}

.noUpdate
{
	background-color: white !important;
}

/** WHAT'S NEW ***************************************************************/

#content p
{
	width: 100%;
}

/*

CURRENTLY NOT USED

#whats-new
{
	clear: both;
	margin: 130px 0 40px 0;
}

#whats-new p
{
	width: 100%;
}

#whats-new table
{
	width: 100%;
	border-collapse: collapse;
	display: none;
}

#whats-new table td
{
	border: 1px #CCCCCC solid;
	vertical-align: top;
	padding: 5px;
}

#whats-new h2 a
{
	margin-bottom: 15px;
	color: gray;
	border-bottom-color: gray;
}

*/