/* colors */

.brown { color: #987347; }
.red { color: #C33531; }
.peach { color: #FFE6AE; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.flesh { color: #D6A477 }


/* simple backgrounds */

.brown_bg { background-color: #987347; }
.red_bg { background-color: #C33531; }
.peach_bg { background-color: #FFE6AE; }
.white_bg { background-color: #FFFFFF; }
.black_bg { background-color: #000000; }
.flesh_bg { background-color: #D6A477; }


/* complex backgrounds */

.content_bg
{ 
	background-image: url('images/logo_bg.gif');
	background-repeat: no-repeat;
	background-position: top center;
}


/* edgings */

.peach_edging_bottom
{
	border-bottom: solid #FFE6AE 1px;
}

.peach_edging_top
{
	border-top: solid #FFE6AE 1px;
}

.brown_edging_bottom
{
	border-bottom: solid #987347 1px;
}

.brown_edging_sides
{
	border-left: solid #987347 1px;
	border-right: solid #987347 1px;
}

/* text and margins */

.top_nav_link
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #987347;
	font-weight: normal;
	text-decoration: none;
}

.top_nav_link_sel
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #D6A477;
	font-weight: normal;
	text-decoration: none;
}

.top_nav_bars
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	color: #987347;
	font-weight: normal;
	text-decoration: none;
}

.left_nav_link
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #FFE6AE;
	font-weight: normal;
	text-decoration: none;
}

.left_nav_link_sel
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #D6A477;
	font-weight: normal;
	text-decoration: none;
}

.left_nav_margins
{
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
}


.bottom_nav_link, .left_nav_small_link
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #FFE6AE;
	font-weight: normal;
	text-decoration: none;
}

.bottom_nav_link_sel
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #D6A477;
	font-weight: normal;
	text-decoration: none;
}

.bottom_nav_margins
{
	margin-top: 2px;
	margin-bottom: 2px;
}

.text_fields
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

.flush_vertical_margins
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.flush_horizontal_margins
{
	margin-left: 0px;
	margin-right: 0px;
}

.flush_all_margins
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.column_title
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #FFE6AE;
	font-weight: normal;
	text-decoration: none;
}

.column_text
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.column_text_big
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.column_superscript
{
	font-size: 10px;
	vertical-align: super;
}

.column_inside_title
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.column_quote
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}

.column_link
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #C33531;
	font-weight: normal;
	text-decoration: none;
}

.column_link:hover
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #C33531;
	font-weight: normal;
	text-decoration: underline;
}

.column_med_link
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #C33531;
	font-weight: normal;
	text-decoration: none;
}

.resources_important_update
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: blue;
	font-weight: normal;
	text-decoration: none;
}

.column_text_margins
{
	padding: 7px;
	margin: 0px;
}

.single_column_margins
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

.column_inside_list_spacing
{
	margin-top: 0px;
	padding-top: 6px;
	margin-left: 1em;
	padding-left: 1em;
}

.indent_level_2
{
	margin-left: 1em;
	padding-left: 1em;
}

.column_inside_list_item_spacing
{
	margin-bottom: 6px;
}

.food_copy
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

.food_author_copy
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.details_link
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 8px;
	color: #000000;
	text-decoration: none;
}

/* misc */

.red_hr
{

}

/* one-off styles (oo_) */

.oo_logo
{
	margin-top: 24px;
	margin-bottom: 19px;
}

.oo_left_nav
{
	margin-bottom: 20px;
}

/* other */

.submenu
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.subdiv
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.secondaryNavigation:link 
{ 
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: 987347;
	text-decoration: none;
	font-weight: bold;
}

.secondaryNavigation:active 
{ 
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: 987347;
	text-decoration: none;
	font-weight: bold;
}

.secondaryNavigation:visited 
{ 
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: 987347;
	text-decoration: none;
	font-weight: bold;
}
.secondaryNavigation:hover 
{ 
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: 674e30;
	text-decoration: none;
	font-weight: bold;
}
.diaspora_titles
{
	color: 674e30;
	font-weight: bold;
	text-decoration: none;
}
