/* RESOURCES PAGES */

#qa_preview {
	font-size: .9em;
	padding-bottom: 10px;
}
#qa_preview .question {
	font-style: italic;
	padding: 5px 10px;
}
#qa_preview .answer {
	font-style: italic;
	padding: 5px 10px 0 10px;
}
#col_left .box .title {
	color: #135e57;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	padding: 5px 10px 0 10px;
	background: url('images/col_left_li_bg.jpg') 1px 0px repeat-y;
	border-bottom: 1px dotted #135e57;
}
#qa_preview p:first-child {
	margin: 0 0 .5em 0;
}
.answer .count {
	text-align: right;
}
.answer .count a {
	color: #af969b;
	font-style: normal;
}
.answer .count a:hover {
	color: #9c1c1f;
	text-decoration: none;
}

#sub_menu_title, #sub_menu {
	width: 35%;
	float: right;
	padding: 5px;
}
#sub_menu_title {
	font-weight: bold;
	margin: 10px 0 0 10px;
	background: #f0cbd2;
	border: 1px solid #bbc5ac;
	border-bottom: none;
}
#sub_menu {
	clear: right;
	padding: 5px;
	margin: 0 0 10px 10px;
	background: white;
	border: 1px dashed #bbc5ac;
}
#sub_menu ol {
	list-style-type: lower-roman;
	margin-left: 25px;
}
#sub_menu a {
	color: black;
}
#sub_menu a:hover {
	color: #9c1c1f;
	text-decoration: none;
}
.info_box {
	clear: right;
	position: relative;
}
.info_box p {
	margin: .5em 0 .75em 0;
}
.backtotop {
	position: absolute;
	top: 5px;
	left: 320px;
	width: 30%;
	text-align: right;
}

/* Food Activism */
.info_box .title {
	width: 50%;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 5px 5px 15px; 
	margin: 15px 0 0 0;
	background: url('images/title_bg.gif');
	border-left: 1px solid #bbc5ac;
}
.info_box .summary {
	min-height: 190px;
	padding: 15px 5px 15px 15px;
	background: url('images/yeast_edging.jpg') no-repeat;
	border-top: 1px solid #bbc5ac;
	border-left: 1px solid #bbc5ac;
}

/* Fermentation Links */
.info_box .subcategories {
	padding: 5px 15px;
	border-top: 1px solid #bbc5ac;
	border-left: 1px solid #bbc5ac;
	background: #edf5e5;
}
.link_url {
	float: right;
}
.link_url a {
	color: #af969b;
}
.link_url a:hover {
	color: #9c1c1f;
	text-decoration: none;
}
.link_title {
	font-weight: bold;
	border-bottom: 1px dashed #af969b;
}
.link_summary {
	font-size: .9em;
	font-style: italic;
	margin: 0 0 20px 0;
}
