﻿/*
CSS for Carmel Mountain Vision Care site
*/


/* ==============
   basic elements 
   ============== */

h1, h2, h3, body {
  font-family: Helvetica, sans-serif;
  color: #00bbf2;  /* cyan */
}

h1 {
  font-size: xx-large;
  margin: 0;
  padding-top: 2em;
}

h2 {
  font-size: large;
}

h3 {
  font-size: medium;
}

h4 {
  font-size: medium;
  color: #053237;
}

body {
    background: #152735;  /*  dark blue */
  line-height: 105%;
  font-family: Helvetica, sans-serif;
  margin: 0 auto;
  width: 900px;
  text-align: left;
  background-image: url(background.png);
  background-repeat:repeat-x;
}

p, li {
  font-size: small;
  color: black; 
}

em {
  color: #00bbf2;  /* cyan */
  font-weight: bold;
  font-style:normal;
  font-size:16px;
}

ul {
  padding: 0;
  margin-top: 0;
}

li.first {
  margin-top: -1.2em;
}

th {
  font-size: small;
  font-weight: normal;
}

th.day {
  font-weight: bold;
}


/* =============
   specific divs
   ============= */

#navigation, #subnav, #foot {
  margin: 0;
  padding: 0;
  width: 933px;
}

#subnav {
  text-align: right;
  margin-top: 1em;
  height: 1em;
}

#subnav p, #foot p {
  color: #F0EEE0;  /* offwhite */
}

#navigation {
  text-align: left;
  margin-bottom: 1em; 
}

#bodycontent {
  width: 900px; 
  padding: 1em; 
  background-color: #F0EEE0;  /* offwhite */
  border: .06em solid black; 
}

#banner {
  margin-left: 20px;
  padding: -10px;
  width: 575px;
  height: 87px;
  float: left;
  background-color: white;
}

#rtlogo {
  width: 290px;
  text-align: right;
  float: left;
  padding-bottom: 20px;
}

#maintext, #subtext {
  margin-left: 70px;
  width: 760px;
}

#sublft, #subrt {
  width: 345px;  
  padding-top: 10px;
  padding-bottom: 0;
}

#sublft {
  margin-left: 100px;
  float: left;
}

#subrt {
  padding-left: 20px;
  float: left;
}

#sublft ul, #subrt ul {
  margin-left: 1em;
}

#cntrbtn {
  text-align: center;
  height: 65px;
}

#map {
  /* For Location & Direction page */
  border: .1em solid #422A24;  /* dark brown */
}

#foot {
  margin-bottom: 1%;
}

#foot p {
  line-height: 105%;
}

#contact {
  margin: .5em;
  padding: 0;
  color:#FFF;
  font-size:12px;
  text-align:center;
}

#notes {
  margin-top:8px;
  width: 235px;
  text-align: right;
  padding-top: 4px;
  float: right;
}

#notes p {
  font-size: x-small;
}

#copyrt {
  padding-top: 0px;
  margin-top: 5px;
  float: left;
}
.copyrighttext {
  font-size:xx-small;	
  color:#FFF; 
  font-weight:normal;
}

#copyrt p {
  font-size: x-small;
}

/* ================
        links
   ================ */
/* ==== In body text  */
a:link {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: black;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
  color: #00bbf2;  /* cyan */
}

/* ==== In top and bottom navigation bars  */
#navigation a, #subnav a, #foot a {
  color: #:#e6be21;  /* offwhite */
  text-decoration: none;
}

#navigation a {
  padding-left: .3em;
  padding-right: .3em;
  font-weight: normal;
}

#subnav a:hover, #foot a:hover, #navigation a:hover,
    #subnav a:active, #foot a:active, #navigation a:active {
  color: #00bbf2;  /* cyan */
}

/* ==== Level 2 navigation bars (directly above text)   */
#rtlist a {
  text-decoration: none;
  color: #333;  /* dark gray */
  font-weight: bold;
}

#rtlist a:visited {
  color: black;
  font-weight: normal;
}

#rtlist a:hover, #rtlist a:active {
  color: #00bbf2;  /* cyan */
}


/* ================
   specific classes
   ================ */

.cur {
  color: #00bbf2;  /* cyan */
  font-weight: bold;
  font-style: none;
}

.navlist {
  font-size: small;
  margin: 0;
  padding: 0;
}

.navlist ul {
  margin: 0;
  white-space: nowrap;
}

.navlist li {
  display: inline;
  list-style-type: none;
}

.feature {
  border: .1em solid #422A24;  /* dark brown */
}

.logo, .bttn {
  border: .1em solid #F0EEE0;  /* offwhite */
}
