/* portal css */


/* theme css */
/* general page elements */

a
{
	text-decoration: none;
	
}

a:link { color: #b70d0f; }
a:visited { color: #b70d0f; }
a:active { color: #b70d0f; }
a:hover { color: #b70d0f; }
#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #FFFFFF;
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
}

#banner-inner { padding: 0px; }

#banner a
{
	color: #FFFFFF;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: x-small;
	
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */
	
	#banner
	{
		height: 0px;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		text-align: left;
	}
	
	#banner-inner { overflow: visible; padding: 0; }
	
	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 31px;
		text-indent: -1000em;
	}
	
	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}



/* default to artistic/calendar/timeline layout */

#container
{
	width: 410px;
}


/* content */

.content-nav { 
margin-top: 0; 
font-size: 11px;
text-align: center;
}

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px;
	border-bottom: 1px solid #ffffff;
	padding: 3px;
	color: #525252;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	
}

.entry-header
{ margin: 15px 0 10px; border: 0; color: #FF0000; font-family: Verdana, Arial, sans-serif; font-size: 16px; text-align: left; font-weight: bold; line-height: 18px; }

.entry-content
{ font-family: verdana, helvetica, arial, sans-serif; font-weight: normal; font-size: 11px; line-height: 16px; }
.entry-footer
{ font-family: verdana, helvetica, arial, sans-serif; font-weight: normal; font-size: 10px; }
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 0px 0;
	font-size: 10px;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 35px;
	border-top: 1px dotted #efefef;
	padding: 3px;
	color: #FF0000;
	text-align: left;
	font-size: 10px;
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}
.background {
	background-attachment: scroll;
	background-image: url(../images/silver-maroon-bg_tile.jpg);
	background-repeat: repeat;
}
