﻿/**
 * common.css
 * Styles that are used on several or most pages, but not necessarily every page.
 * This is mostly for common type treatments like standard headings.
 */

p
{
	color: #24270F;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	line-height: 1.4em;
}

p.intro
{
	color: #992D26;
	font-style: italic;
	font-weight: bold;
}

.head1 { font-weight: bold ; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #24270F}
.head2 { font-weight: bold ; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #24270F}
.head3 { font-weight: bold ; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #24270F}

span.sns /* Italicize the words "SWEET & Spicy" */
{
	font-style: italic;
}

a
{
	color: #24270F;
}
a:hover
{
	color: #000000;
}

sup
{
	font-size: .7em;
	vertical-align: baseline;
	position: relative;
	bottom: .7em;
	line-height: 0px;
	color: inherit;
}

form
{
	margin: 0px;
	padding: 0px;
}


/* Common List Styles */
ul
{
	margin: 0px;
	padding: 0px 0px .7em 1.5em;
	list-style-image: url(/images/site-wide/site-bullet-triangle-black.gif);
}
ol
{
	margin: 0px;
	padding: 0px 0px .7em 1.5em;
}
li
{
	margin: 0px;
	padding: 0px 0px .3em 0px;
}
ul ol,
ol ol,
ul ul,
ol ul
{
	padding-bottom: 0px;
}
.listrightarrowblack  {
	list-style-image:url(/images/nav/rightarrowblack.gif);
	margin-left:2.5em;
	padding-left:0em;
}

/* Headings */

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px 0px .7em 0px;
}





/* Uglify commonly-used deprecated tags for easy spotting. */
b, center, font, i, u
{
	background-color: #0ff;
	border: 3px solid #f00;
}

/* tst tens seasonal, but could broaden */

.narrownavhalfwidthlistcontainer {
	width:162px; float:left; padding:0 8px 0 0;
}