@import "/shared/first-layer/stylesheets/style.css";
@import "/shared/first-layer/stylesheets/dropdowns.css";

//.showgrid {background: url(/new/img/16_col.gif) repeat-y;}

#header_bg { background: #fff; }

#pd_header {
 text-indent: -2000px;
 width: 100%;
 height: 116px;
 margin: 3px 0 0 0;
 background: url(/pd/img/pd-header-960.jpg) no-repeat top right;
}

/* Disable 960's li left margin */
#pd ul li { margin-left: 0; }

/* Decrease 960's p bottom margin */
#pd p { margin-bottom: 10px;	}

/* Latest News & Upcoming Feeds */
#posts .inner {
	padding: 0 8px;
	border: 1px solid #ccc;
	border-width: 0 1px 0 1px;
}
#posts h3 {
	padding-left: 5px;
	padding-bottom: 0.1em;
	margin-bottom: 10px;
	background-color: #1D1753;
	color: #fff;
	font-size: 25px;
/*
 border-bottom: 1px solid #ccc;

 text-indent: -2000px;
 height: 286px;
 background: url(/pd/img/pd-post.png) no-repeat top right;
*/
}
#posts ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
  #posts ul li {
    padding-left: 0;
    margin-left: 0;
  }
  #posts ul li h6 {
    font-size: 16px;
    margin-bottom: 0;
  }
    #posts ul li h6 a:link,
    #posts ul li h6 a:visited,
    #posts ul li h6 a:active {
      color: #1D1753;
    }
/***************/

/* Support Info */
#support .inner {
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
/***************/

/* News */
#news {}
	#news h3 {
		background-color: #1D1753;
		color: #fff;
		font-size: 16px;
		padding: 0 2px;
		margin-bottom: 4px;
	}
	#news ul {
		padding-left: 10px;
		margin-left: 5px;
	}
/***************/

