/* General */
*
{
	margin: 0em;
	padding: 0em;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
}

/* Links */
a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a img
{
	border: solid 2px #AF0A0A;
}

a:hover
{
	text-decoration: none;
}

/* Section titles */
h1, h2, h3, h4, h5, h6
{
	color: #6a6a6a;
}

.htop
{
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/nav/top.png") no-repeat 0 50%;
}

.hfeed
{
	float: right;
}

.hfeed img
{
	border-width: 0;
}

/* Header */

#header
{
	padding: 0em 1.5em 0em 1.5em;
	height: 8em;
	width: 15em;
	float: left;
	position: absolute;
	background: #AF0A0A url('../images/layout/header_bg.gif') center no-repeat;
	z-index: 1;
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 1.3em;
	color: #EFE0E0;
	font-size: 0.8em;
}

#header h2 a
{
	color: #fff;
	text-decoration: none;
}

/* Outer body div */

#outer
{
	margin: 2.5em 3.0em 1.5em 3.0em;
}

/* Primary content area */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 18em;
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
}

/* Secondary content area (sidebar) */

#secondaryContent
{
	float: left;
	width: 15em;
	padding: 1.5em;
}

.sidebarIcon
{
	float: left;
	margin-right: 1em;
}

#secondaryContent h1, #secondaryContent h2, #secondaryContent h3, #secondaryContent h4, #secondaryContent h5, #secondaryContent h6
{
	clear: left;
}

/* News items (e.g. in sidebar) */

.newstextContainer
{ 
	border: dotted 1px #cacaca;
	background-color: #fafafa;
	padding: 0.5em;
	margin-bottom: 1em;
}

.newstextContainer .newstextContainerTitle
{
	margin: 0;
	text-align: center;
}

.newstext
{
	font-size: 90%;
}

.authtime
{
	font-style: italic;
	font-size: 80%;
	text-align: right;
	float: right;
}


/* Footer */

.clear
{
	clear: both;
}

#footer
{
	margin-top: 1.0em;
	margin-bottom: 0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

#footer img
{
	border: none;
	margin: 1em 0.5em 0em 0.5em;
}
