﻿/*
CSS for Nahani website


   """""""""""""""""""""""ELEMENT STYLES""""""""""""""""""""""""""""""" */

body {
  font-family: calibri, Helvetica, Arial, sans-serif;
  line-height: 125%;
  color: #000000;
  padding: 0;
  margin: 0;
}

li {
  font-size: medium;
}



p {
  font-size: medium;
  padding-right: 1em;
}

table {
  font-size: medium;
  border-collapse: collapse;
}

td {
  
  padding: .4em 2em;
}


h1, h2 {
  color: #00005A;  /* Nahani navy */
  line-height: 100%;
  background-color: white;
}

h1 {
  font-size: x-large;
}

h2 {
  font-size: large;
  border-top: 2px solid teal;
  padding-top: .5em;
}

hs {
  color: #00005A;  /* Nahani navy */
  font-size: large;
  border-top: 2px solid teal;
  padding-top: .5em;
  border-width: 500px;
}

h3 {
    line-height: 100%;
    font-size: medium;
}

/*  """"""""""""""""""""""HYPERLINK CONTROLS"""""""""""""""""""""""""  */

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: gray;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}
/* """"""""""""""""""""""""""""""""""""CLASSES""""""""""""""""""""""""""""""" */

.huge {
  font-size: xx-large;
  font-style: italic;
  font-weight: bold;
}

.biggish {

   font-size: x-large;
}

.indent {
   position: relative;
   left: 25px;
}

.picturecaption {
  font-size:  65%;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.4em;
}

.feature {
  float: right;
  margin: 10px;
}

.featureleft {
  float: left;
  margin: 10px;
}

.simplegrayborder {
  border-width: 2px;
  border-style: solid;
  border-color: silver;
}

/*  """""""""""""""""""""""""""""""""""BLOCK STYLES""""""""""""""""""""""""""""""""" */

#navigation, #bodycontent,#pageheader, #inpageindex {
  position: relative;
}

#navigation a {
    text-decoration: none;
}


#pageheader {
  width: 100%;
}

#banner {
  font-family: "myriad web", calibri, Arial, Helvetica, sans-serif;
  color: #000058;
  border: 3px solid #7DA5D8;
  padding-left: 30px;
  background: #c0d0d0 url(gallery/smallnahani.jpg) no-repeat bottom right;
}

#tagline  p {
  font-style: italic;
  font-family: Georgia, Times, Serif;
  font-size: large;
  color: navy;
  background: #bed8f3 url(gallery/tagline-fade.jpg) repeat-y right bottom;
  border-bottom: 3px solid #7DA5D8;
  padding: .2em .8em;
  margin: 0;
}

#tagline td  {
  font-style: italic;
  font-family: Georgia, Times, Serif;
  font-size: large;
  color: navy;
  background: #bed8f3 url(gallery/tagline-fade.jpg) repeat-y right bottom;
  border-bottom: 3px solid #7DA5D8;
  padding: .2em .8em;
  margin: 0;
}
#navigation {
  padding-top: 60px;
  width: 180px;
  border-top: 10px solid #c0d0d0;
  color: black;
  background-color: #c0d0d0;
  background-image: url(gallery/compassrose.gif);
  background-repeat: no-repeat;
  background-position: top center;
  font-weight: bold;
  float: left;
  border-bottom: 20px solid #c0d0d0;
}

#inpageindex {
  width: 180px;
  font-style: italic;

  color: navy;
  background-color: #c0d0d0;
}

#navigation li {
  list-style-type: none;
}
#inpageindex li {
  list-style-type: none;
  text-indent: -15px;
}
#inpageindex p {
  text-indent: 10px;
}

#bodycontent {
  margin-left: 200px;
}






