/* fsgwV6b.css */
/* Author: For fsgw.org by Sandy Aubin, Will Strang */
/* Revision: 29 Jun, 2014  SA */
/* Revision: 17 Mar, 2014  WS */

/* Default is FSGW title, no display of title tag-line, site nav, or side bar */
/* When the body or a page-container div has a class="public" selector, these switch in: */
/* 	Taller banner div */
/* 	large logo */
/* 	Larger h1 site title */
/* 	Site title tag-line, both offset right to center right of logo over content */
/* 	sidebar under the logo forming a visual column */
/* 	Content left margin to clear logo/sidebar dimensions */
	
/* Original site-nav display fixed at top of view-port per W3C markup. */
/* 	Undone and other concession to support non-standard browsers, IE 6, 7, and 8). */
	
html {
	font-family: Arial, sans-serif;
	color: black;
/*	font-size: .87em; */
}

body {
	/*margin: 0 1em 0;*/

/* Body background options. Comment out later options to enable earlier ones */
/* option 1 Background light blue */
	background-color: #d3ffff ; 
/*	background-color: #CF7092; Valentine */
/* option 2 Background color picked to blend seamlessly with bottom of 
   option 3 graphic if used. Provides default if link to graphic breaks
	background-color: #fff5f3 ;  */
/* option 3 Background is 528 pxl tall gradient, 2 pxl wide repeated across X axis, or sideways. Requires option 2 plus image and repeat
	background-image: url("http://footfalldance.com/fsgw8/gradient.jpg");
	background-repeat: repeat-x;*/
/* End of background options */
} 
/* end of body styles */


h1 { /* Default for all except home page */
	font-size: 2.0em ;
	margin: 0 ;
}

/* Typographical branding que using same type-face for page title (org name) and other 
   occurrences of it's name or initials when used with span, etc. */
h1, .org-type-face {
	font-family: "Times", "Times New Roman", serif;
}

.public h1 { /* enable different size for home page */
	font-size: 2em ;
	text-align: center;
}
#content h1 { /* enable different size for home page */
	font-size: 2.0em ;
	margin: 0 ;
}
h2, h3, h4 {
	margin: .5em 0
}
h2 {
	font-size: 1.5em;
	text-align: center ;
/*	margin: .5em 0 0 ; use default for h2, 3, 4  2014-1108 SA */
/*	margin-bottom: 1em ; use default for h2, 3, 4  2014-1108 SA */
}
h3 {
	text-align: center;
	padding: 2px;
}
h4 {
	margin: .5em 0 0;
}
.smaller { /* to replace inline small or font-size -1 */
	font-size: 85%;
}
a {
	font-size: 1em;
	color: #af2a2a; 
/*	color: #800033;  Valentine */
	text-decoration: none;
}
a:hover {
	font-size: 1em;
	text-decoration: underline;
	color: blue;
	background-color: #f0f0f0;	 
}
table {
	border: 1px #bbbbbb solid;
}
td {
	background-color: #D0EADA;
/*	background-color: #F4E6E6; Valentine */
}
form {
	margin-bottom: 0;
}

/* Site Banner and Branding Elements */
#site-banner {
    min-height: 80px ; /* Match .logo height */
	font-weight: bold ;
	margin-top: 5px;
}

.public #site-banner {
	margin-top: 5px;
	min-height: 120px; /* Match .public .logo height */
}

#site-banner a {
	text-decoration: none ;
}
.logo {
	width: 120px;
	height: 80px;
	float: left;
}

.public .logo {
	display: inline;
	 width: 180px;
	 height: 120px;
	 margin: 0 6px; /* center over sidebar +5px relief on right for narrow window */
	 float: left;
}
/* Fine grained styling of the FSGW name */
#site-title {
	text-align: center;
}

.public #site-title {
	text-align: center;
}
.title-short-word {
	font-size: 80%;
}
#site-title p {
	display: none;
	font-size: 87%;
}
/* block to inline to allow text-align center */
.public #site-title p {
	display: inline;
	font-style: italic;
	font-size: 87%;
}

/* Site Navigation (top menu). No display except class=public */
#site-nav {
	display: none;
}
.public #site-nav {
	display: block;
	overflow: visible;
	margin: 5px 0 0 0;
/*	white-space: nowrap;
	width:  100% ; */
	text-align: center;
/*	padding-left: 40px; */
}
#site-nav a {
	font-size: .9em;
	color: #af2a2a; 
	text-decoration: none;
}

#site-nav a.link-to-current-page { /* Distinct appearance for link to current page */
	color: #bbbbbb;
}

#site-nav a:hover {
	text-decoration: underline;
	color: blue;	 
}

#site-nav h2 { /* For current page label on site-nav */
	padding: 0 4px; /* coordinate with body L margin */
	float: left;
	background-color: #fff0d0;
	margin: 0 0 0 2em;
	border: 1px #555555 solid;
	font-size: 1.2em;
}
#site-nav ul {
	list-style: none outside none;
	vertical-align: top;
	padding: 0;
}
.public #site-nav ul {
	margin: 0 0 0 0;
}
#site-nav ul li {
	display: inline;
	line-height: 1.5em;
	width: 5em;
	background-color: #fff0d0;
	border: 1px #A0A0A0 solid;
	border-radius:5px;
	vertical-align: top;
	/*margin: 2em 2px 1em 2px;*/
	padding: 0px 3px;
}
.logo-icon {
	display: inline;
	width: 43px ;
	 height: 24px ;
	 margin: 0 2em 0 ;
}

/* Side-bar */
#sidebar {
	display: none;
	margin-top: .5em;
	text-align: left;
	clear: both ; 
	font-size: 0.8em;
	font-weight: bold;
/* coordinate width with .public #content margin */
	width: 180px;
	padding: 5px;
	border: solid 1px #777777;
	float: left;
	background-color: #Fff0d0 ;
}
.public #sidebar {
	display: block;
}
#sidebar h2 {
	font-size: 1.2em;
}
#sidebar-top-space {
	height: 120px;
	margin-bottom: 1em;
	display: none;
}
#sidebar-top-space img {
	width: 180px;
	height: 100px;
	border: 10px #aa7766 ridge;
}
#sidebar h3 {
	margin: 5px 0 0;
	text-align: left;
}

#sidebar ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style-type: circle !important;
}
#sidebar li {
	margin: 0 ;
	padding: 0;
}
#content {
	margin: 0;
}
.public #content {
/* coordinate with .public #sidebar vertical and width */
	margin: -1em auto 1em;
	padding: 8px 0 0 200px;
}
.public #content td {
	max-width: 60em;
	vertical-align: top;
}
.public #content .h2item {
	padding: 0 1em 1em;
	text-align: left;
}

/* Generic left-just text box entries */
.text-item {
	padding: 0 .5em;
	text-align: left;
	max-width: 60em;
}
.reprint {
	padding: .5em;
	text-align: left;
	color: #202020;
	background-color: white;
	max-width: 50em;
	border: solid gray 1px;
	border-radius: 20px;
}
.user-input-note {
	font-size:80%;
	max-width:50em;
	margin:-1em 1em .5em;
}

/* Styling for arrays of tool buttons when logged in */
.many-buttons {
   margin:1em auto;
   text-align:center;
   max-width:70em;
}
.staff .many-buttons table {
	border: 0  /* suppress the default table border */
}
.mymenu-item {
   border:0;
   height: 3em;
   margin: 5px 0;
   text-align: left;
// vertical-align: bottom;
// background-color: #D0EAD9; 
//   or use container (td) BG color
}
.staff .mymenu-item {
/* Float left left justifies items for all browsers if mymenu-items are divs not td's */
/*   float: left; */
/* No float and display as inline-block allows centered for most browsers */
   display:inline-block;
}
 .mymenu-item form {
   display:inline;
}
mymenu-item input{
   font-size: 0.8em
}

@viewport {  /* mobile page scaling. W3C and MS proposal rather than meta="viewport" */
  width: auto;
  zoom: 1.0;
  user-zoom: zoom;
}
@-ms-viewport {  /* MSIE 10 requires -ms- prefix since not yet a formal W3C proposal */
  width: auto;
  zoom: 1.0;
  user-zoom: zoom;
}

/* Valentines Day Special Colors  */
/* body {background-color: #eab1bc; }
.public td {background-color: #F4E6E6; }
a {color: #800033;}
.public #sidebar {background-color: #F4E6E6; } */
/* End of Valentines Day Special Colors  */

/* St Paddys Day Special Colors  */
/* body {background-color: #247E34;}
#site-banner {color:white;}
.public #site-banner {height: 10em ; } */
/* End of St Paddys Day Special Colors  */

