  /* myOakton Common CSS */

.clearDiv { clear: both; }
.hide { display: none; }
a:focus, a:hover, a:active { outline:none }

/* banner settings */
.banner {
    border-top-style:solid;
    border-top-width:1px;
    border-right-style:solid;
    border-right-width:1px;
    padding-top: 10px;
    border-left-style:solid;
    border-left-width:1px;
    border-bottom-style:solid;
    border-bottom-width:18px;
    border-color:#006666;
}
.banner .img {
    float: left;
    vertical-align: bottom;
}
.banner .text {
    font: 1.55em Palatino Linotype, Palatino, serif;
    color: #006666;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    text-align: right;
    padding-top: 50px;
}

/* page and body settings */        

            * {
              padding : 0;
              margin : 0;
            }

html {
    padding: 0;
    margin : 0 0px 0 8px;
}

body {
    text-align: left;
    padding : 20px;
    margin : 0 0px 0 0px;
    background-color : #FFFFFF;
    font: 62.5% Arial, Verdana, sans-serif;
    /* this sets default font-size of 1em = 10px */
    /* for font size changes, style elements one time using ems */
    font-size: 1.0em;
    clear: both;
    
}

p {
    font-family: Arial, sans-serif;
    font-size: 1.05em;

    margin: 0px 10px 10px 10px;
    line-height: 1.4;
    clear: both;

}

p a {
    color: #0072bc; 
    text-decoration: none;
}

p a:hover {
    text-decoration: underline;
}
    
form {
    font-family: Arial, sans-serif;
    font-size: 1em;

    margin: 0px 0px 0px 0px;
    line-height: 1;
    clear: both;

}  

h1 {
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0px 10px 10px 10px;
}

h2 { font-family: Arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px 10px 10px 10px;
   
}

h3 { font-family: Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0px 10px 10px 10px;
    color: #0a5a54;
    
}

h4 {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px 10px 10px 10px;
}

h5 {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0px 10px 10px 10px;
}

h6 {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #006666;
    margin: 15px 0px 0px 0px;
}

h7 { font-family: Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    color: #0a5a54;
    
}

ul, ol {
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul li  {
    margin: 5px 0px 0px 0px;
    font-family: Arial, serif;
    /*list-style-image: url("/my/images/lists/gdot.png"); */
    background: url("/my/images/lists/gdot.png") no-repeat top left;    
    background-position: 0 .4em; 
    padding-left: 12px;
    list-style: none;
    list-style-image: none;
}

ol li  {
    margin: 5px 0px 0px 0px;
    font-family: Arial, serif;
    /*list-style-image: url("/my/images/lists/gdot.png"); */

    background-position: 0 .4em; 
    padding-left: 12px;

}

 ul li a, ol li a {
    color: #0072bc;
    text-decoration: none;
}

ul li a:hover, ol li a:hover {
    text-decoration: underline;
}

.footer {
    font-size: smaller;
    margin: 25px 0 0 5px;
    border-top: 1px #DDD solid;
}

    /* photo directory photosearch is the search page, photodir is the listing page, photoselect is the single person */

.photodir {
    font-family: Arial, sans-serif;
    font-size: .86em;
    line-height: 1;
    margin: 0px 10px 10px 10px;
    clear: both;

}

.photodir td {
    border-bottom: 1px solid #ddd!important;
    padding-bottom: 15px;

}

.photodir table tbody tr td {
    vertical-align: top!important;
    padding-top: 8px;
}

.photodir table tbody tr td img {
max-width: 10em;
}

.photosearch p {
    font-family: Arial, sans-serif;
    font-size: .86em;
    line-height: 1em;
    margin: 10px 0 0 10px;
    clear: both;

}

.photosearch p input {
    font-family: Arial, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    margin: 10px 0 0 0;
    padding: 5px 0 5px 0;
    clear: both;

}


@media (max-width: 560px) {
.photoselect table tbody tr td img {
width: 12em;
  }
  .photoselect p {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 10px 0 0 20px;
    text-align: top;
    clear: both;

}
}

@media (min-width: 561px) {
.photoselect table tbody tr td img {
width: 20em;
  }
  .photoselect p {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 10px 0 0 20px;
    text-align: top;
    clear: both;

}
}

@media (max-width: 420px) {
.photoselect table tbody tr td img {
max-width: 8rem;
  }
  .photoselect p {
    font-family: Arial, sans-serif;
    font-size: .86em;
    line-height: 1em;
    margin: 10px 0 0 20px;
    text-align: top;
    clear: both;

}
}

.button {
    background-color: #6f93b0;
    border: 1px solid transparent;
    color: white;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1em;
    margin: none;
    cursor: pointer;
    border-radius: 3px;
    line-height: 1.4em;
}

a img {
    padding-right: 8px !important;
}