/*
----------------------------------------------------------------------
Basic page CSS. The basic code that defines the general page layout.
---------------------------------------------------------------------- 
*/

body
{
	background-color: #000000;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color: #dddddd;
}

a:link, a:visited, a:active
{
	color: #cccccc;
}

a:hover
{
	color: #ffffff;
}

.layout
{
	/* margin: 10px auto 10px auto; */
	margin: 10px auto 0px auto; /* remove when tagalong no longer used */
	padding:0px;
	background-color: #2b3c44;
	border: 1px solid #666666;
}

.tagalong
{
	margin: 0px auto 10px auto;
	padding:0px;
}

.tag
{
	border-top: 1px solid #666666;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	background-color: #222222;
	font-size: 7pt;
	font-weight:normal;
	padding: 0px 5px;
	margin: 0px 10px;
}

.tag a:link, .tag a:visited, .tag a:active
{
	color: #666666;
}

.tag a:hover
{
	color: #ffffff;
}

.header
{
	background: url(../../graphics/backgrounds/gradient-top.png) repeat-x;
}

.header-logo
{
	padding:6px 0px 6px 6px;

}

.header-nav
{
	padding: 0px 8px;
}

.footer
{
	padding:2px 10px;
	color: #aaaaaa;
}

.footer .small
{
	font-size: 7pt;
	color: #777777;
	font-weight:normal;
}

.sidehead
{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #446677;
	padding:4px 4px 0px 4px;
	margin: 0px 10px 5px 2px;
	font-weight:bold;
}

.sidebox
{
	background-color: #335566;
	border: 1px solid #446677;
	padding:4px;
	margin: 0px 10px 5px 2px;
	font-size: 8pt;
	font-weight:normal;
}

.standardsbox
{
	border: 1px solid #446677;
	padding:4px;
	margin: 0px 10px 5px 2px;
	font-size: 8pt;
	font-weight:normal;
	height:30px;
}

.hitcounter
{
	background-color: #dddddd;
	color: #2b3c44;
	font-size: 7pt;
	padding: 0px 2px 1px 2px;
	font-weight:bold;
}

.textbox
{
	background: url(../../graphics/backgrounds/hexes.png);
	border: 1px solid #446677;
	padding:5px;
	margin: 0px 5px 5px 10px;
}

.textbox img
{
	max-width:370px;
}



.caption
{
	border: 1px solid #666666;
	background-color: #444444;
	color: #999999;
	font-size: 7pt;
	font-weight:normal;
	padding: 0px 5px;
	margin: 0px 10px;
}

.comment
{
	border: 1px solid #666666;
	background-color: #444444;
	color: #999999;
	padding: 4px;
}

.alert
{
	background-color: #335566;
	color: #88aabb;
	border: 1px solid #668899;
	padding: 4px;
}

.deadrow
{
	font-size: 1pt;
}

.external
{
	padding-left: 10px;
	background-image: url(../../graphics/icons/linkarrow-8x8.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.feed
{
	padding-left: 14px;
	background-image: url(../../graphics/icons/rss.png);
	background-repeat: no-repeat;
	background-position: center left;
}


/*
----------------------------------------------------------------------
RSS Feed. This code affects the display of RSS feeds, things like the
blog page and site history.
---------------------------------------------------------------------- 
*/

.rss-box
{
	/* The container for the entire feed (div) */
}

.rss-items
{
	/* The container for all entries (div) */
}

.rss-item
{
	/* The container for a single post (div) */
	margin: 0px 0px 10px 0px;

}

.rss-itemheader
{
	/* The container for post title and date (div) */

	margin: 0px 0px 5px 0px;
	padding: 3px;
	border: 1px solid #666666;
	background-color: #444444;
}

.rss-title
{
	/* Formatting for the post title (span) */

	font-size: 14px;
	color: #dddddd;
	font-weight: bolder;
}

.rss-date
{
	/* Formatting for the post date (span - newline) */

	color: #aaaaaa;
}

.rss-text
{
	/* Formatting for the body of the post (div) */

	padding: 5px;
	border: 1px solid #666666;
}

.rss-text img
{
max-width:360px;
}

/* ---------------------------------------------------------------------- */
