﻿
/*
  PIPERS RIDGE STYLE SHEET
  Foothills Data, LLC
*/

/*************************************************************** BODY */

*
{
margin:0px; padding:0px;    
}

body
{
    margin: 4px 0px 0px 0px;
    background-color: White;
    font-family: Verdana;
    font-size: small;
    color: Navy;
}

h1
{

    font-family: Tahoma;
    font-size: 14pt;
    color: #990000;
    font-weight: bold;
}
h2
{

    font-family: Tahoma;
    font-size: 10pt;
    color: green;
    font-weight: bold;
}
h3
{

    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    color: Green;
}










a:link
{
    color: Blue;
    font-weight:normal;
}
a:visited
{
    color: Blue;
}
a:active
{
    color: Blue;
}
a:hover
{
    color: #C01046;
    font-weight:bold;
}


/************************************************************** MENU LINKS */

/* Static */

a.mmenu:link
{
    background-color: #C0C0C0;
    color: #000080;
    font-weight: bold;
    font-size: 10pt;
}
a.mmenu:visited
{
    background-color: #C0C0C0;
    color: #000080;
    font-weight: bold;
    font-size: 10pt;
}
a.mmenu:active
{
    background-color: #C0C0C0;
    color: #000080;
    font-weight: bold;
    font-size: 10pt;
}
a.mmenu:hover
{
    background-color: #C01046;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}

.menuDynamicMenuStyle
{
    background-color: #C0C0C0;
    border: 1px solid #0000FF;
    z-index: 100;
}

/************************************************************** ELEMENT ID'S */

#divPageContents
{
    /* height and width variable by page */ /* 	border-right: gainsboro thin solid; 	border-top: gainsboro thin solid; 	border-left: gainsboro thin solid; 	border-bottom: gainsboro thin solid; */
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/************************************************************** CLASSES */

.shadowround
{
    box-shadow: 3px 3px 3px #A0A0A0;
    border-radius: 7px;
   -webkit-box-shadow: 3px 3px 3px #A0A0A0;
    -webkit-border-radius: 7px;
    -moz-box-shadow: 3px 3px 3px #A0A0A0;
    -moz-border-radius: 7px; 
}

.textBox
{
    border: 1px inset #C0C0C0;
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0000FF;
}

.divWhiteBlock
{
    /* 	border-right: gainsboro thin solid; 	border-top: gainsboro thin solid; 	border-left: gainsboro thin solid; 	border-bottom: gainsboro thin solid; 	*/
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 1px;
}

.divBeigeBlock
{
    padding: 0px;
    background-color: #ffffcc;
    border-right: gainsboro thin solid;
    border-top: gainsboro thin solid;
    border-left: gainsboro thin solid;
    border-bottom: gainsboro thin solid;
}



.pageheading
{
    font-size: 12pt;
    font-weight: bold;
    color: Maroon;
}

.scrolldiv
{
    background-color: White;
    border-right: darkgray thin solid;
    border-top: darkgray thin solid;
    border-left: darkgray thin solid;
    border-bottom: darkgray thin solid;
    overflow: auto;
}
.imageWeatherMap
{
    border: 1px solid #C0C0C0;
}
.divPetPic
{
    border: 2px solid #C0C0C0;
}
.imageTypical
{
    border: 2px solid #C0C0C0;
}
.divImageAndText
{
    font-size: 8pt;
    color: #0000FF;
    text-align: center;
}
.tableWeather
{
    border: 1px solid #C0C0C0;
    margin: 4px;
    padding: 4px;
}


.footerImage
{
    border-style: double;
    border-color: #C0C0C0;
    padding: 3px;
    background-color: #FFFFFF;
}


#nav /* div container */
{
    font-family: lucide,arial,sans Serif;
    font-size: small;
    font-weight: normal;
    color: black;
    height: 18px;
}
#nav * /* border and padding for everything */
{
    margin: 0px;
    padding: 0px;
}
#nav ul /* top level menu */
{
    width: 100%;
    float: left;
    background-color: green;
    text-align: center;
    z-index: 999;
}
#nav li
{
    font-size: small;
    width: 90px;
    list-style-type: none;
    float: left;
    position: relative;
    background-color: green;
    color: Black;
}
#nav li:first-child
{
    border-left: none;
}
#nav a
{
    display: block;
    padding: 3px;
    color: #FFFBD0;
    text-decoration: none;
}
#nav a:hover
{
    color: White;
    background-color: blue;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
#nav li ul /* sub menu */
{
    font-size: small;
    position: absolute;
    display: none;
    width: 150px;
    padding-right: 12px;
    padding-left: 12px;
    border-top: none;
    padding-bottom: 8px;
    background-color: green;
    color: #FFFBD0;
    -moz-box-shadow: 5px 5px 5px #111111;
    -moz-border-bottom-right-radius: 2em;
    -moz-border-bottom-left-radius: 2em;
    -webkit-box-shadow: 5px 5px 5px #111111;
    -webkit-border-bottom-right-radius: 2em;
    -webkit-border-bottom-left-radius: 2em;
    box-shadow: 5px 5px 5px #111111;
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;
}
#nav li:hover > ul
{
    display: block;
}
#nav li ul li /* sub menu item */
{
    width: 100%;
    background-color: green;
    color: Black;
}
#nav li ul li ul /* sub sub menu. */
{
    position: absolute;
    left: 100px;
    top: 0px;
    display: none;
}
#nav li ul li ul li /* sub sub menu item. */
{
    width: 100%;
    background-color: Purple;
}
#nav li ul li ul li ul li /* sub sub sub menu item. */
{
    width: 100%;
    background-color: Yellow;
}
#nav li ul li ul li ul li a /* sub sub sub menu item link. */
{
    color: Black;
}




.goldgradient
{
    background: rgb(243,226,199); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(233,212,179,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,226,199,1)), color-stop(50%,rgba(193,158,103,1)), color-stop(100%,rgba(233,212,179,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(233,212,179,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(233,212,179,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(233,212,179,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(233,212,179,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
}

.silvergradient
{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

