/* FRAME STYLES */

#listing {
	width: 920px;
	margin: 0 auto;
}
	#listing .left {
		width: 160px;
		margin: 0 12px 0 0;
	}
		#listing .sky {
			width: 160px;
		}
	#listing .center {
		width: 423px;
		padding: 0 12px 0 0;
	}
	#listing .right {
		width: 313px;
	}
		#listing .right .span {
			float: left;
			width: 300px;
			padding: 0 0 0 12px;
			border-left: 1px solid #EEE;
		}
		#listing .post {
			width: 300px;
			margin: 0 0 12px 0;
		}

/* INTRO MODULE */
.intro {
	float: left;
	width: 399px;
	padding: 8px 11px;
	margin: 0 0 6px 0;
	background: #EEC;
	color: #664;
	border: 1px solid #DDB;
}
	.intro h2 {
		font: 26px Georgia, "Times New Roman", Times, serif;
		color: #442;
	}
	.intro .drop {
		float: left;
		width: 399px;
		margin: 4px 0 0 0;
	}

/* SUBINTRO MODULE */
.subintro {
	float: left;
	width: 399px;
	padding: 8px 12px;
	background: #F5F5F5;
	border-top: 2px dotted #E4E4E4;
}
	.subintro a {
		color: #666;
	}
	.subintro a:hover {
		color: #444;
	}
	.subintro h3 {
		font: bold 11px Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
	}


/* LISTINGS THEMSELVES */

.storylist {
	float: left;
	width: 423px;
}
	.storylist li {
		float: left;
		position: relative;
		width: 399px;
		padding: 8px 12px 12px 12px;
		border-bottom: 2px dotted #EEE;
		list-style: none;
	}
		.storylist li .s {
			font-size: 11px;
			color: #AAA;
		}
		.storylist li a.h {
			font: 16px Georgia, "Times New Roman", Times, serif;
		}
	.storylist ul .noborder {
		border: none;
	}

/* OUTSIDE LINKS BOX */
.linkout {
	float: left;
	width: 276px;
	padding: 8px 11px 11px 11px;
	margin: 0 0 12px 0;
	border: 1px solid #E4E4E4;
	background: #F5F5F5;
}
	.linkout h2 {
		font: bold 11px Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
	}
	.linkout ul {
		margin: 2px 0 0 0;
	}
		.linkout  ul li {
			margin: 0 0 0 14px;
			padding: 4px 0 2px 0;
			list-style: disc outside;
			line-height: 11px;
		}
			.linkout ul li .s {
				font-size: 11px;
			}
			.linkout  ul li a {
				font-size: 11px;
			}
	.linkout a {
		color: #777;
	}
		.linkout a:hover {
			color: #555;
		}

