/* this stylesheet is for story asset detail templates */

#rail_a {
	display: none;
}

#rail_b {
	width: 750px;
	/*margin: 0 137px;*/
}

#rail_c {
	float: right;
}

.preview #ad_top {
	margin: 12px auto;
	padding: 6px;
	border: 1px solid black;
}

#galleries {
	background-color: #3e3828;
}

#galleries a:hover, #heading a:hover {
	text-decoration: underline;
}

#galleries td {
	width: 250px;
	height: 210px;
	text-align: center;
	border-right: 1px solid #d5d0b3;
	border-bottom: 1px solid #d5d0b3;
}

#galleries td img {
	border: 2px solid #fef6b5;
}

#galleries h2, #galleries h2 a {
	color: #e7b109;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
}

#galleries h4 {
	color: #fffcf0;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

#heading {
	background-color: #3e3828;
	border-right: 1px solid #d5d0b3;
	border-bottom: 1px solid #d5d0b3;
}

#heading h1 {
	color: #e7b109;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1.5px;
	padding: 10px 15px 10px 10px;
	width: 200px;
	float: left;
}

#heading .spill_navigation {
	float: right;
	padding: 15px;
}

#heading .spill_navigation a {
	color: #e4e0c7;
}

