﻿
/* -- PRIMARY COLUMN ITEMS -- */

	#primary .banner {
		margin: 1px -9px 0;
	}
	#primary .articleinfo {
		margin-top: -1em;
	}
	#primary .contentitems {
		border-width: 1px 0 0 0;
		float: left;
		padding: 5px 0;
		width: 100%;
	}
		#primary .contentitems .col1 { float: left; width: 97%; }
		#primary .contentitems .col2 { float: right; width: 0%; }

		#primary .contentitem { margin-bottom: 15px; }
		#primary .contentitem h3 {
			border-width: 1px;
			margin: 0;
			padding: 8px 9px 6px 20px;
		}
		#primary .contentitem ul {
			margin: 0;
			padding: 0;
		}
		#primary .contentitem li {
			border-width: 0 1px 1px 1px;
			margin: 0;
			padding: 1px 5px 5px 25px;
		}
	#primary .badges {
		clear: both;
		overflow: hidden;
		margin: 0 -10px;
	}
		#primary .badges img {
			float: left;
			margin: 10px 19px;
		}
.twocol #primary {
	margin-left: 1px;
	width: 170px;
}
.threecol #primary {
	margin-left: 1px;
	width: 170px;
}

#primary {
	background-color: #fff;
}
	#primary .articleinfo {}
		#primary .articleinfo .author { font-size: 93%; font-weight: bold; }
		#primary .articleinfo .date { font-size: 85%; }
	#primary .contentitems {
		border-color: #c90;
		border-style: solid;
	}
		#primary .contentitem h3 {
			background: #0061b3 url("../images/homeitem-bg.gif") top left repeat-x;
			border-color: #ccc;
			border-style: solid;
			color: #fff; 
			font-weight: normal;
		}
		#primary .contentitem li {
			background: #fff url("../images/homeitem-bullet.gif") 5px center no-repeat;
			border-color: #ccc;
			border-style: solid;
			list-style-type: none;
		}
		#primary .contentitem a {
			color: #000;
			text-decoration: none;
		}
		#primary .contentitem a:hover, #primary .contentitem a:focus, #primary .contentitem a:active {
			text-decoration: underline;
		}
	#primary .badges {
		background-color: #ccc;
	}
	

/* -- SECONDARY COLUMN ITEMS -- */
	#secondary .contentitem {
		margin: 0 0 10px 0;
	}

#soundoff {}
	#soundoff h3, #soundoff h4, #soundoff p { margin: 0 5px; }
	#soundoff h3 {
		padding-top: 5px;
	}


/* -- TERTIARY COLUMN ITEMS -- */
	#tertiary .contentitem {
		margin: 0 0 10px 0;
	}


