﻿/* CSS style file for Fallingbrook Community Association,
   www.fallingbrook.com.
   David Villeneuve, Oct 2006.
*/

#container {		/* container for entire body */
	width: 950px;
	margin: 2px auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;	/* everything is centered left-right */
	background-image: url(images/FallBackground2.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	margin-top:4pt; 
	margin-bottom:1pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	padding: 0;
	margin-bottom: 20px;
	background-color: rgb(0,147,221);
	color: white;
	LETTER-SPACING: 0.2em;
	WHITE-SPACE: nowrap;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	color: blue;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	color: blue;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	margin-left: 20px;
	margin-top:4px; 
	margin-bottom:1px;
}

p.largertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000; 
	margin-left: 20px;
	margin-top:8px; 
	margin-bottom:1px;
}

.largertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000; 
	margin-left: 20px;
	margin-top:8px; 
	margin-bottom:1px;
}

.largertext p {
	margin-left: 10px;
}

.sidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	text-align:left; 
	line-height:100%; 
	margin-left:15px;
}

.HeaderLine {		/* Used in Dispatches.htm */
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt; 
	MARGIN-BOTTOM: 5px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #0000ff
}

.hboxfull {		/* full width container */
	clear: both;
	width: 100%;
}

.boxonethird {	/* 1/3 width box for short items */
	float: left;
	width: 29%;
	padding: 5px;
	border: 1px solid blue;
	margin: 4px;
	background-color: #FFF;
	text-align:left; 
}

/* Containers for columns.  No padding */

.container100 {
	clear: both;
	width: 100%;
}

.container50 {
	float: left;
	width: 50%;
}

.container33 {
	float: left;
	width: 33%;
}

.whitebox {		/* white framed box to fit inside another container */
	border:1px blue solid;
	margin:2px 2px 2px 2px;
	padding:3px 3px 3px 3px;
	background-color:white;	
	width: auto;
	height: auto;
}


	
/* Columns for the main part of each page. 
   Enclose the material inside <div class=leftcol> </div> */
   
.eithercol,.fullcol,.rightcol,.leftcol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 46%;
	text-align: left;
	background-color: #FFF;
	margin: 5px;	/* margin is outside border */
	padding: 3px;  /* padding is inside border */
	border: solid 1px black;
	vertical-align: top;
	}

.leftcol {
	float: left;
	clear: left;
	}
	
.rightcol {
	float: right;
	clear: right;
	}
	
.fullcol {
	width: 95%;
	margin: 5px;
	clear: both;
	}
	
.eithercol {		/* this goes in the next available column */
	float: left;
	}
	
.eithercol h1,.fullcol h1,.rightcol h1,.leftcol h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 6px;
	background-color: #048;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px white;
	}

.eithercol h2,.fullcol h2,.rightcol h2,.leftcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 6px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px black;
	}

.eithercol h3,.fullcol h3,.rightcol h3,.leftcol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #000000;
}


.eithercol p, .fullcol p, .rightcol p, .leftcol p {
	margin-top: 4pt;
	padding: 0px;
	}
	

/*
Properties of the UL list environment for the top menu.
Apply  <div id="hnavcontainer"> for each list
of items within a category.
We don't use the <ul> format, just a text list of <a>s.
*/

#hnavcontainer 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 0px;
	background-color: rgb(0,147,221);
	color: #fff;
}

#hnavcontainer ul
{
	text-align: center;
	padding: 0;
	list-style-type: none;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2px;
	margin-bottom: 0px;
}

#hnavcontainer li
{
display: inline;
width: 150px;
padding: 2px;
margin-left: 0px;
background-color: #69C;
color: #FFFFFF; 
}

#hnavcontainer a 
{ 
text-decoration: none; 
color: #fff;
/* background-color: #69C; */
}

#hnavcontainer a:hover
{
text-decoration: underline;
color: #fff;
/* background-color: #69C; */
}

/*
Another left column menu bar, this one from www.sharpreader.net.
You enclose the entire left menu in <div id="menubar"> </div>.
The section heads are <h3>.
The list in each section is in a <ul>.
*/

#menubar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 140px;
	overflow: hidden; 
	}

#menubar h3 {
	margin: 0px;
	padding: 6px;
	background-color: #048;
	color: white;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 1px white;
	}

#menubar p {
	font-size : 10px;
	margin : 2px;
	padding : 0px;
	}

#menubar ul {
	list-style : none;
	margin : 0px;	
	padding : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#menubar li {
/*	height:22px; */
	overflow:hidden;
	border-bottom: solid 1px white;
	}

#menubar a {
	font-size: 12px;
	display: block;
	padding: 1px;
/*	width: 140px; */
	background-color: #06A;
	}

#menubar a:visited {
	color: white;
	text-decoration: none;
	}

#menubar a:link {
	color: white;
	text-decoration: none;
	}

#menubar a:hover {
	background-color: #69F;
	color: white;
	}