body {
	margin:0 auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	max-width:1200px;
	background-color:black;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:105%;
	font-family:Asul;
}
a {
	color:darkgreen;
}
a:hover {
	color:#fff;
	background:darkgreen;
	text-decoration:none;
}
h1, h2, h3, h4 {
	margin:10px 0 .2em 0;
	padding:0;
	text-align:center;
	font-variant:small-caps;
}
p {
	margin:.4em 1em .8em 1em;
	padding:0;
	line-height:140%;
}

div#comparison { 
  width: 60vw;
  height: 60vw;
  max-width: 600px;
  max-height: 600px;
  overflow: hidden; }
div#comparison figure { 
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/photoshop-face-before.jpg); 
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%; 
  height: 100%;
  margin: 0; 
}
div#comparison figure > img { 
  position: relative;
  width: 100%;
}
div#comparison figure div { 
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/photoshop-face-after.jpg);
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

input[type=range]{
  -webkit-appearance:none;
  -moz-appearance:none;
  position: relative;
  top: -2rem; left: -2%;
  background-color: rgba(255,255,255,0.1);
  width: 102%; 
}
input[type=range]:focus { 
  outline: none; 
}
input[type=range]:active { 
  outline: none;  
}

input[type=range]::-moz-range-track { 
  -moz-appearance:none;
    height:15px;
    width: 98%;
    background-color: rgba(255,255,255,0.1); 
    position: relative;
    outline: none;    
 }
input[type=range]::active { 
  border: none; 
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    width: 20px; height: 15px;   
    background: #fff;
    border-radius: 0;
   }
input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
     }   
input[type=range]:focus::-webkit-slider-thumb {
    background: rgba(255,255,255,0.5);
   }
input[type=range]:focus::-moz-range-thumb {
    background: rgba(255,255,255,0.5);
   }

blockquote {
	width:80%;
	margin:0 auto;
}

.center {
	margin:0 auto;
	text-align:center;
}

img {
	border-radius:6px;
}

.pwhite {
	background-color:whitesmoke;
	padding:8px;
	border-radius:6px;
}

ul {
	margin-top:-10px;
}

ul li {
	line-height:130%;
	margin-top:10px;
}

.treelist li {
	list-style-image: url(images/dawnsmallgreen.png);
	padding-left: 1px;
	margin-left: 24px;
	width:88%;
}

.newslettertable {
	margin:0 auto;
	
	border-collapse:collapse;
}

.newslettertable th {
	border:1px solid black;
	padding:6px 8px;
	font-variant:small-caps;
	font-size:110%;
	font-weight:800;
	color:darkgreen;
}

.newslettertable td {
	text-align:center;
	border:1px solid black;
	padding:10px 14px;
}

.imagetable {
	margin:0 auto;
	border:2px solid red;
}

.imagetable td {
	border:2px solid green;
	width:50%;
}
	


/* Header styles */
#header {
	clear:both;
	margin:0 auto;
	width:100%;
	background-color:darkgreen;
}
#header {
	border-bottom:6px solid darkgreen;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
	text-align:center;
}

/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:1px solid #000; /* black line below menu */
   width:100%;
   font-family:Asul; /* Menu font */
   font-size:100%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   background-color:darkgreen;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
   background:black;
   text-decoration:none;
   color:gold;
   font-weight:bold;
   border-bottom:1px solid #000;
}
#centeredmenu ul li.active a {
   color:red;
   background:#000;
}
#centeredmenu ul li a:hover {
   background:black; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:black; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid black;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:1em;
   font-weight:800; /* resets the bold set for the top level menu items */
   background:black;
   color:white;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#36f; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

*/

.obitimg {							/* In remembrance page */
	border:5px solid black; 
	-moz-border-radius:7px;
	-webkit-border-radius:7px; 
	border-radius:7px; 
	float:right;
	width:30%;
	margin:10px;
	}

.obitdiv {
	background-color:white;
	border:8px solid black; 
	-moz-border-radius:8px;
	-webkit-border-radius:8px; 
	border-radius:8px; 
	font-size:99%; 
	padding:15px; 
	margin:10px;
	width:750px;
	}


.intextimgright {
	float:right;
	width:30%;
	margin:10px 1.5em 10px 15px;
	display:block;
	border:3px solid black;
	padding:0px;
	border-radius:4px;
	}

.intextimgright img {
	width:100%;
	display:block;
	border-radius:1px;
	}
		
.intextimgleft {
	float:left;
	width:30%;
	margin:10px 15px 10px .5em;
	display:block;
	border:3px solid black;
	padding:0px;
	border-radius:4px;
	}

.intextimgleft img {
	width:100%;
	display:block;
	border-radius:4px;
	}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	margin-top:15px;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:darkgreen;		/* right column background colour */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

.headtable {
	margin:0 auto;
	width:100%;
}
.headtable td {
	width:33%;
	padding:10px;
	vertical-align:middle;
	text-align:center;
}

.linkstable {
	margin:0 auto;
	font-variant:small-caps;
	font-weight:700;
}

.linkstable tr {
	margin-top:6px;
}

.linkstable td {
	color:gold;
	padding:8px;
	font-size:90%;
	border-collapse:collapse;
	border-right:3px solid black;
}

.linkstable td a {
	color:gold;
	padding:2px 4px;
	text-decoration:none;
}

.linkstable td a:hover {
	color:black;
}

.aircrafttable {
}

.aircrafttable th {
	text-align:left;
	padding:2px 9px;
}

.aircrafttable td {
	text-align:left;
	padding:2px 9px;
}

.treetable {
	margin:0 auto;
	border:3px solid brown;
}

.treetable td {
	border:3px solid darkgreen;
	padding:6px;
}

.treetable td img {
	width:100%;
}

.lasttable {
	width:96%;
	margin:0 auto;
	border-radius:8px;
}

.lasttable td {
	padding:12px 16px;
	width:50%;
	border-radius:8px;
	text-align:center;
}

.lasttable tr:nth-child(even) {
    background-color:darkgreen;
    color:brown;
}

.lasttable tr:nth-child(even) a {
    color:whitesmoke;
}

.lasttable tr:nth-child(odd) {
    background-color:gold;
    color:brown;
}

.lasttable tr:nth-child(odd) a {
    color:darkgreen;
}


.citiestable {
	margin:0 auto;
	border:1px solid red;
}

.citiestable td {
	padding:10px 16px;
	text-align:center;
	border:1px solid navy;
	font-weight:900;
}



.citiestable tr:nth-child(even) {
    background-color:darkgreen;
    color:gold;
}

.citiestable tr:nth-child(even) a {
    color:whitesmoke;
}

.citiestable tr:nth-child(odd) {
    background-color:gold;
    color:brown;
}

.citiestable tr:nth-child(odd) a {
    color:darkgreen;
}

figcaption {
	font-size:80%;
	background-color:darkgreen;
	color:whitesmoke;
	padding:4px;
}

.treetable {
	margin:0 auto;
	border:1px solid red;
	}

.treetable td {
	border:1px solid green;
	padding:10px;
	text-align:center;
	}


.sciencetable {
	margin:0 auto;
	max-width:90%;
	background-color:gray;
	color:black;
	border:5px solid black;
	}

.sciencetable td {
	padding:15px 25px;
	width:25%;
	text-align:center;
	background-color:white;
	border:2px solid black;
	}
	
.sciencetable td a {
	color:navy;
	}

.exhibittable  {
	margin:0 auto;
	border:3px solid brown;
	background-color:black;
}

.exhibittable td {
	border:3px solid darkgreen;
	padding:6px;
	vertical-align:bottom;
}

.exhibittable td img {
	width:100%;
}

.formertable {
	margin:0 auto;
	border:4px solid red;
}

.formertable th {
	padding:16px 10px;
	border:4px solid darkgreen;
}

.formertable td {
	text-align:center;
	padding:16px 10px;
	border:4px solid navy;
}

.formertable tr:nth-child(even) {
    background-color:darkgreen;
    color:whitesmoke;
}

.formertable tr:nth-child(odd) {
    background-color:gold;
    color:black;
}

.formertable tr:nth-child(odd) a {
    color:whitesmoke;
}
	

.rightside {
	float:left;
	width:25%;
	margin-right:8px;
	margin-top:10px;
}

.mishatable {
	margin:0 auto;
	width:75%;
	border:1px solid red;
}

.mishatable td {
	border:1px solid navy;
	width:50%;
}

.downtowntable {
	margin:0 auto;
	width:96%;
}

.downtowntable td {
	border:1px solid navy;
	width:50%;
	padding:5px;
}

.populationtable {
	margin:0 auto;
	border:1px solid red;
	border-collapse:collapse;
	font-size:90%;
}

.populationtable th {
	text-align:center;
	color:red;
	border:1px solid black;
	padding:6px 10px;
	font-size:85%;
}

.populationtable td {
	text-align:center;
	border:1px solid navy;
	padding:6px 8px;
}

.populationtable tr:nth-child(odd) {
    background-color:black;
    color:white;
}

.populationtable tr:nth-child(even) {
    background-color:gray;
    color:black;
}

/* Footer styles */
#footer {
	clear:both;
	margin:0 auto;
	
	border-top:1px solid darkgreen;
	background-color:darkgreen;
	color:gold;
}

#footer p {
	padding:10px;
	margin:0 auto;
	text-align:center;
}

#footer a {
	color:navy;
}

.overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  background: url("images/edyerha.png") no-repeat;
}

body#index a#indexnav,
body#about a#aboutnav,
body#nwf a#nwfnav,
body#issues a#issuesnav,
body#question a#questionnav,
body#dawnredwoods a#dawnredwoodsnav,
body#election a#electionnav,
body#links a#linksnav,
body#endorsements a#endorsementsnav,
body#dawns a#dawnsnav,
body#question a#questionnav,
body#trees a#treesnav,
body#benefits a#benefitsnav,
body#contribute a#contributenav,
body#updates a#updatesnav,
body#champion a#championnav,
body#article a#articlenav,
body#reading a#readingnav,
body#downtown a#downtownnav,
body#population a#populationnav,
body#newsletters a#newslettersnav,
body#archive a#archivenav,
body#notes a#notesnav,
body#roundabouts a#roundaboutsnav,
body#downtown a#downtownnav,
body#ccpimages a#ccpimagesnav,
body#downtownpark a#downtownparknav,
body#dote a#dotenav {
	color:black !important;
	font-weight:900;
	text-decoration:none;
}

