
/* 
karma.css
  - increment version number with each release to force download
  - update header() in core.php

20100516 - jm
  - added h5
  - added img.center
20101115 - jm
  - added filetype  

*/

body {
  background-color: #C3CFE7;
  margin: 0 auto 0 auto;
  color: #191970;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-size: 13px;  
  text-align: center; /* override in children */
}

/* 
-----------------------------------------
Text and paragraph
----------------------------------------- 
*/

div.over{
  overflow: auto;
  height: 275px;  
}

/* 10px margin is going outside of container div#content */
p {
  text-align: left;
  margin: 10px;
  color: #191970;
  font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;  
}

p.center{
  text-align: center;
}

p.trail{
  font-style: italic;
  color: #696969;
  font-size: 90%;  
}

p.sidebar{
  text-align: center;
  color: #191970;
  font-size: 80%;
}

p.sitemap{
  text-align: left;
  margin: 20px 10px 5px 10px; 
  color: #191970;
}

hr { border: none; height: 0px; border-top: dotted 1px #9c9; width: 95%; }

hr.sidebar{
  height: 1px;
  width: 95%;
  color: #191970;
}

hr.chron{
  height: 1px;
  width: 95%;
  color: #191970;
}

#smtxt{
  text-align: left;
  font-style: oblique;
  color: #191970;
  font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;  
  font-size: 75%;
  font-weight: normal;  
}

#altcolor{
  color: Red;
  font-weight: bolder;
}

/* used to highlight menu items. */
#bgcolor{
  background-color: #335533;
  color: #ffff99;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  width: 95%;  
}

.pdf,#pdf{
  text-align: left;
  color: #696969;
  font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;  
  font-size: 75%;  
  font-weight: normal;
}

li{
  text-align: left;
  margin: 10px;
  color: #191970;
  font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;  
/*  font-size: 90%;*/
  font-weight: normal;    
}

li.links{
  text-align: left;
  margin-left: 10px;  
  font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;  
/*  font-size: 80%;  */
  font-weight: normal;    
}

ul.sitemap { margin: 0 0 0 10px; }
ul.sitemap li { margin: 0 0 0 10px; }

/* 
-----------------------------------------
Headings 
-----------------------------------------
*/

h1{
  text-align: center;
  color: #191970;
  font-size: 140%;
}

h2{
  text-align: left;
  color: #191970;
  font-size: 120%;
  margin: 10px;
}

h3,h4,h5 { margin: 6px 10px 6px 10px; }

h5 { font-size: 100%; color: #299029; } /* green */

h2.links{
  text-align: left;
  color: #335533;
  font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;  
  font-size: 100%;
  font-weight: bold;  
  margin: 10px;
}

/* 
-----------------------------------------
Table Styles 
-----------------------------------------
*/

table { margin: 0 0 0 10px; } /* keep away from edge of content */

/* obsolete - actually still used on some pages with the submenu on the left sidebar */
table.content
{
  background-color: #fff;    
  width: 100%;
  clear: left;
  margin: 0; /* default 10px increases table more than page width */
}

table.content td { padding: 0; margin: 0; font-size: 100%; } /* td is 90% for some reason... */

table.links
{
  background-color: White;    
  width: 750px;  
}

td
{
 vertical-align: top;
}

td.half{
  width: 45%; /* 50% + padding is more than half */  
}

td.full{
  width: 100%;  
}

td.sidebar{
  width: 160px; /* was 130px */
  text-align: left;
  color: #191970;
  font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;  
  font-size: 90%;
  line-height: 120%;
  font-weight: normal;
  vertical-align: top;
  border-right: Black solid 1px;
}

td.sidebar p { margin-left: 10px; padding: 2px 0 2px 2px; }

/*
-----------------------------------------
Divs
-----------------------------------------
*/

div.header { 
   position: relative;
   margin: 0 auto 0 auto;
   width: 750px;    
   height: 137px;
}

/* main page content */
#content {
  background: #fff; 
  text-align: left;
  width: 748px; /* +2 border = 750px */
  margin: 0 auto 0 auto;
  padding: 4px 0 4px 0;
  /* testing */
  border-left: solid 1px #6397D0;
  border-right: solid 1px #6397D0;

}

#footer {
  font-family: Arial,Helvetica,sans-serif; /* to match menu */
  font-weight: bold;
  background-color: #336633;
  color: #fff;
  font-size: 80%;
  width: 750px;
  margin: 0 auto 20px auto;
}
#footer a { outline: none; }

/* thicken footer */
#footer div { margin: 2px 0 2px 0; }


/* 
-----------------------------------------
Image
-----------------------------------------
*/

img.google{
  vertical-align: bottom;
}

img.masthead{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 137px;
  width: 450px;
  vertical-align: top;  
  border: 0px;
}

img.rollover1{
  vertical-align: top;
  position: absolute;
  left: 450px;
  top: 0px;
  height: 19px;
  width: 300px;
  border: 0px;
}

img.rollover2{
  vertical-align: top;
  position: absolute;
  left: 450px;
  top: 19px;
  height: 25px;
  width: 300px;
  border: 0px;
}

img.rollover3{
  vertical-align: top;
  position: absolute;
  left: 450px;
  top: 44px;
  height: 25px;
  width: 300px;
  border: 0px;
}

img.rollover4{
  vertical-align: top;
  position: absolute;
  left: 450px;
  top: 69px;
  height: 25px;
  width: 300px;
  border: 0px;
}

img.rollover5{
  vertical-align: top;
  position: absolute;
  left: 450px;
  top: 94px;
  height: 25px;
  width: 300px;
  border: 0px;
}

img.rollover6{
  vertical-align: top;
  position: absolute;
  left: 450px;
  top: 119px;
  height: 18px;
  width: 300px;
  border: 0px;
}

img.rt{
  float: right;  
}

img.lft{
  float: left;  
}

img.center { margin-left: auto; margin-right: auto; }

/* 
-----------------------------------------
Hyperlinks 
-----------------------------------------
*/

a, a:link{
  color: Blue;
  text-decoration: underline;
}

a:visited{
  color: #BA55D3;
}

/* links only on "links" page? */
a:link.links{
  margin-left: 10px;  
}

a:visited.links{
  margin-left: 10px;  
}

#footer a, #footer a:link {
  color: #fff; 
  text-decoration: none;
  padding-left: 10px;  
}

#footer a:visited { }

#footer a:hover {
  color: #ff9; 
}

/* 
-----------------------------------------
Custom classes 
-----------------------------------------
*/


.editlink
{ 
  /* used at bottom on home page, below news and events */
  font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;  
  font-size: 75%;

}

.required
{
    /*used in PHPlist subscription page /lists/ */
    color:red;
    font-weight:bold;
}

.simplebox
{ 
   /* used in the content pulled from the web binder on the home page */
   padding:10px;
   margin:10px;
   font-size: 75%;
   border: 1px solid #CCCCCC;
}

.style1, .bigtext {
	font-size: 130%;
	font-weight: bold;
}

.floatl { float: left; }
.floatr { float: right; }
div.clear { clear: both; } /* for clearing floats */

/*
-----------------------------------------
Menu
-----------------------------------------
*/

#nav-box { width: 750px; margin: 0 auto 0 auto; }

#nav { width: 750px; background-color: #363; 
  float: left; 
  position: relative; /* so sub-menu coords are relative to this div */
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
  font-family: sans-serif; font-size: 12px; font-weight: bold;
  line-height: 12px; /* needed for safari. otherwise it assigns 14px for 12px font */
	display: block;
	text-decoration: none;
	width: 136px;
	color: #fff;
	margin: 5px 0 4px 4px; /* nice and slim at 4px 0 2px 4px */
}

#nav a:hover { color: #ff9; }

#nav li {
	float: left;
	color: #fff;
	padding: 0;
	margin: 0;
/*  height: 18px;*/
}

#nav li.first {
  margin-left: 15px; /* push out from side */
}

/* highlight only sub-menus */
#nav li ul li a { margin: 0; padding: 4px 0 1px 4px; border-bottom: solid 1px rgb(132,163,102); }
#nav li ul li a:hover { background: rgb(132,163,102); }

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
  top: 21px; /* 18px for slim version */
  z-index: 10;
}

/* sub-menu has a lighter bg */
#nav li ul li { background: rgb(122,153,102); /*border-bottom: solid 1px rgb(132,163,102);*/ }

/* show submenu during hover */
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/* ADDED FROM FINANCE COMMITTEE PAGE */

table.minutes { 
  width: 90%; 
  border: 0;
  margin-left: 2em;
  border-collapse: collapse;
  }

table.minutes td { margin: 5px; ; font-size: 75%; }    
tr.even { background-color: #ffffff; }
tr.odd, tr.odd td { background-color: #f2f2f2; }
td.month  { width: 10%; vertical_align: top; font-weight: bold; color: #333333;  }
td.minute { width: 30%; vertical_align: top; color: #000; }
td.other  { width: 60%; vertical_align: top; color: #000; }

/* sub-area navigation */

p.on {
  background-color: #353;
  color: #ff9;
/*  padding: 2px 0 2px 2px;*/
}

/* karma logo - e.g. on chronicle page */
#logo { border: none; margin-left: 15px; }

/* REPORT A PROBLEM */

#problem { position: relative; margin: 0 auto; display: none; padding-bottom: 12px; background: #696; width: 748px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#problem label { display: block; margin: 4px 0 2px 10px; }
#problem #url { width: 400px; }
#problem textarea { width: 400px; height: 90px; margin: 0 0 4px 10px; padding: 3px; }
#problem input { margin: 0 0 0 10px; }
#problem p { margin: 4px 10px 2px 10px; }
#problem h2 { padding-top: 4px; }
.block { display: block; }
.hidden { display: none; }
#problem a#close { position: absolute; top: 10px; right: 10px; background: #fff; padding: 2px;
text-decoration: none; font-size: 9px; }
#problem a#close:hover { color: #000; }

div.glyph { background: url(../images/glyph.gif) no-repeat top left; width: 59px; height: 25px; margin: 10px auto; padding-right: 8px; }

.urgent { color: #c00; }
