@import "/resources/css/base.css";

a.news-link
{
	padding-right: 1em;
}

body
{
	height: 901px;
}

div#banner
{
	height: 257px;
}

div#content
{
	/* don't cover up the side ribbon */
  padding-left: 13px;
  padding-right: 13px;
  
  height: 409px;

	background-image: url('/resources/images/backgrounds/sideribbon.png');
	background-repeat: repeat-y;
	background-position: top left;
	text-align: left;
}

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: 409px;
}

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 .aligncenter
{
	/* display: block; */
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}
div#post .aligncenter p.wp-caption-text
{
	margin: 0;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	font-size: .80em;
}

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;     
}

div.industry
{
	float: left;
	margin-left: 9px;
	margin-right: 9px;
	margin-bottom: 1em;
	margin-top: 0;
}
div.industry img
{
		display: block;
}

div#legal
{
	clear: left;
	margin: 0;
	line-height: 18px;
	color: white;
	font-size: .85em;
}

img.social-link
{
	float: left;	
	display: block;
	margin-right: 5px; 
}

