@import "/resources/css/base.css";

/*a.news-link
{
	display: block;
	text-align: right;
  margin-right: 1em;
  clear: both;
}*/

body
{
	height: 901px;
}

div#banner
{
	height: 257px;
}

div#content
{
	/* don't cover up the side ribbon */
  padding-left: 13px;
  padding-right: 13px;
  
  height: 411px;

	background-image: url('/resources/images/backgrounds/sideribbon.png');
	background-repeat: repeat-y;
	background-position: top left;
	text-align: left;
}
div#content em
{
	font-style: normal;
  color: #0068f1;
}
div#content div#wrapper
{
	background-image: url('/resources/images/backgrounds/content.png');
	background-repeat: repeat-x;
	background-position: top center;
	border-top: 1px solid rgb(120,120,120);
  min-height: 411px;
}

div#post
{
	text-align: left;
  margin-left: 1em;
  margin-right: 1em;
}
div#post p
{
	margin-left: 0;
  margin-right: 0;
}
div#post h1
{
	font-size: 1em;
  text-align: left;
  margin-bottom: 0;
}
div#post h1 a
{
	font-size: 1em;
  font-weight: bold;
	color: #324D71;
  margin-top: 0;
}
div#post .date
{
	font-weight: normal;
  font-size: .75em;
  margin-top: 0;
  margin-bottom: 1em;
  text-decoration: underline;
}
div#post img.alignleft
{
	float: left;
  margin-right: 1em;
}
div#post a.more-link, a.news-link
{
	display: block;
  float: right;
  clear: both;
  
  padding-left: 18px;
  /* custom bullet styles */
  background-image: url('/resources/images/bullets/list.png');
  background-repeat: no-repeat;
	background-position: 0px 6px;     
}
a.news-link
{
	padding-right: 1em;
}