@charset "UTF-8";

/*  Screen Layout SMALL  */

.dogpaw  { width: 50px; }

header  { height: 285px; }

body  { font-size: 14px; }
 
header a.logo  {
            width: 105px;
            height: 40px;
            top: 16px;
            right: 15px;
          } 

article  { padding: 30px 20px 10px 20px; }

nav  {
    position: static;
    padding: 10px 0px 10px 0px;
    background-color: #515673;
   }

nav a  {
     color: #a6abc5;
     display: block;
     margin: 15px;
     padding: 9px;
     border: 1px solid #a6abc5;
     background: url(../chain-link-icon.jpg) no-repeat right center;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
     border-radius: 12px;
   }
   
.contactUs  { width: 25%; }

nav a:hover { color: #fff; background-color: rgba(255,255,255,.15); }

.promo_container  { padding: 0px; }

.promo_container .promo  { 
                       width: auto;
                       float: none;
                       padding: 10px 0px 0px 35px;
                       background-position: 20px 13px;
                       border-top: 1px solid #ccc;
}

.promo_container .promo .container  { padding: 0px 20px 5px 90px; }

footer  { border-top:1px solid #a6abc5; }

body  { background-image: none; }

.textShadow {
              font-size: 18pt;
              font-weight: bold;
              text-shadow: white 2px 2px 1px;
              float: left;
              padding: 3px;
             }   

.image  { width: 125px; }

h1  { font-size: 1.4em; text-align: center; }

.facebook  { width: 77%; }




 