
#subnav {
	list-style-type: none;
	overflow: hidden;
	margin: 0 0 12px 8px;
}

#subnav li {
	float: left;
}

#subnav li a {
	color: #666;
	font-size: 1.25em;
	text-decoration: none;
	border-right: 1px solid #666;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}

#subnav li a.end {
	border: none;
}
#subnav li a.first {
	padding-left: 0;
}

#subnav li a:hover, #subnav li a:focus,
#subnav li a.on {
	color: #ec7106;
}


/*staff
++++++++++++++++++++++++++++*/
#snippets ul.staff {
	
}

#snippets ul.staff li {
	border-bottom: 1px solid #c8c7c7;
	margin-bottom: 8px;
	padding: 0px 0 5px 50px;
	
	font-size: .9em;
	
}

#snippets ul.staff li a.on {
	color: #ff9334;
	text-decoration: underline;
}

#snippets ul.staff li#carol {
	background: url("/images/staff/patton-sm.jpg") no-repeat;
}
#snippets ul.staff li#stark {
	background: url("/images/staff/stark-sm.jpg") no-repeat;
}
#snippets ul.staff li#shannon {
	background: url("/images/staff/shannon-sm.jpg") no-repeat;
}
#snippets ul.staff li#bachmann {
	background: url("/images/staff/bachmann-sm.jpg") no-repeat;
}
#snippets ul.staff li#spicer{
	background: url("/images/staff/spicer-sm.jpg") no-repeat;
}
#snippets ul.staff li#deuchrass {
	background: url("/images/staff/deuchrass-sm.jpg") no-repeat;
}
#snippets ul.staff li#gillard {
	background: url("/images/staff/gillard-sm.jpg") no-repeat;
}
#snippets ul.staff li#king {
	background: url("/images/staff/king-sm.jpg") no-repeat;
}

#snippets ul.staff li p {
	margin-bottom: 0;
}

#snippets ul.staff li h3 {
	/*width: auto;*/
	background-image: none;
	margin: 0;
	padding: 0;
}

/*photos
++++++++++++++++++++++++++++*/
div.photo {
	position: relative;
	margin-bottom: 20px;
}

div.photo h1 {
	position: absolute;
	left: 15px;
	top: 260px;
	font-size: 1.1em;
	color: #fff;
}

h1#storiesh1 {
	width: auto;
	height: auto;
	margin: 0 0 1em 0;
	font-size: 1.25em;
}


p.storyquote {
	margin-top: 1.5em;
	border-top: 1px dashed #a1a1a1;
	padding-top: .5em;
}

p.storyquote span {
	color: #ff9334;
	padding: 0 20px;
	display: block;
}
