/* fcai.css
 * Cascading style sheet for Funeral Consumers Alliance of Idaho
 * Simple two-column layout leveraged from
 * http://nemesis1.f2o.org/authors/weakley/final
 * by Tom von Alten, 2010-04-28
*/

body {
	background-color: rgb(119,0,0);
	/* The body background provides the "ground" with all page
	 * content shown over container/banner/nav/footer colors. */
	color: black;
	line-height: 120%;	/* relax leading */
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

#container {
	margin: 1em 3%;
	background-color: white;
	color: black;
	background-image:  url(images/navcol-bg.gif); /* 255,221,213 solid */
	background-repeat: repeat-y;
	border: 1px solid rgb(195,47,47);
}

#banner {
	background-color: rgb(230,168,255);
	color: rgb(0,0,210);
	border-bottom: 1px solid rgb(195,47,47);
}

#banner h1 {
	margin: 0;
	padding: 0.5em;
}

#nav {
	float: left;
	width: 160px;
	margin-left: 10px;
	padding-top: 1em;
}

#nav p {
	margin-top: 0;
	margin-bottom: 1em;
}

#content {
	padding-top: 1em;
	margin: 0 2em 0 200px;
}

#footer {
	clear: both;
	background-color: rgb(230,168,255);
	color: rgb(0,0,210);
	padding: 1em;
	text-align: center;
	border-top: 1px solid rgb(195,47,47);
	font-size: 0.8em;
}

.logo { float:right }

/* floating table of contents "in" the banner */
.toc {
	clear: both;	/* get it below the logo */
	background-color: rgb(255,221,213);	/* same as #nav */
	float:right;
	margin-left: 2em;
	margin-right: 6px;
	width: 25%;
	padding: 6px;
	border: 1px solid rgb(195,47,47);
}
.signboard {
	padding: 1em;
	margin: 0 15%;
	border: 1px dotted rgb(195,47,47);
}

h1 {
	padding: 4px;
	font-size: 1.5em; font-weight: bold; }
h2 {
	font-variant: small-caps;
	font-size: 1.2em
}
h3 { font-size: 1.1em }
u { text-decoration: underline }
a:link { text-decoration: underline }
a:visited { text-decoration: underline }
a:active { text-decoration: none }
ol {
	line-height: 120%;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
}
ol.a { list-style-type: lower-alpha }
ol.d { list-style-type: decimal }
ul {
	margin-top: 0.6em;
	margin-bottom: 0.2em;
	list-style-type: square;
}
ul.checks {
	list-style-type: none;
}
ul ul {	/* tighten compound lists */
	margin-top: 0;
}
li { margin-bottom: 0.5em; }
p {
	margin-top: 0.6em;	/* split the 120% leading */
	margin-bottom: 0.2em
}
p.list {	/* non-bulleted list making */
	margin: 0 1em 0.2em 1em;
	line-height: 100%;	/* tighten leading for multi-line items */
	text-indent: -0.5em }
p.list2 {
	margin: 0 1em 0.2em 1.5em;
	line-height: 100%;
	text-indent: -0.5em }
p.jump {
	text-align: right;
	font-size: 0.75em;
}
p.byline {
	font-size: 0.9em;
	font-style: italic;
}
.ctr { text-align: center; }
p.ind { text-indent: 3em; }
p.new {	/* tight under headers */
	margin-top: 0;
}
.small { font-size: 0.75em; }
.bluenote { color: rgb(0,0,210); }
.gray { color: rgb(102,102,102); }
.grayitalic {
	color: rgb(102,102,102);
	font-style:italic;
}
hr {
	border-top: 1px solid rgb(195,47,47);
	height: 1px;
}
hr.short {
	border: none; 
	border-top: 1px dashed rgb(195,47,47);
	width: 50%;
	text-align: center;
	height: 1px;
}
/* Table control */
table.b1 {
	border: 1px solid rgb(195,47,47);
}
td {
	font-size: 0.8em;
	vertical-align: top;
}
td.r { text-align: right; }
td.c { text-align: center; }
th {
	font-size: 0.75em;
	vertical-align: bottom;
}
td.x {
	font-weight: bold;
	text-align: center;
}
tr.gray, td.gray {	/* pseudo-gray, in our color scheme */
	background-color: rgb(205,183,240);
}
td.section { border-bottom: 1px solid black; }
/* floating images, usually; use with <span> for captioning */
.pix {	/* image floated inside a <p> */
	float: right;
	padding: 0px 0px 5px 5px;
	margin-right: 5%;
	border-style: hidden;
	border-width: 0;	/* because MSIE is hard of hearing */
}
.poppix {
	float: right;
	margin: 0px 5% 5px 5px;
	padding: 0;
	border: #700 dotted 1px;
}
@media print {
	.noprint { display: none; }
	a:link { text-decoration: none; }
	a:visited { text-decoration: none; }
}

