/* bones CHANGES FOLLOW  theme-default.css */ 

.dark {background: #212121 url("../images/blue_paper.jpg") repeat;color: #dbdbdb;}

body {font : normal 0.93em verdana, arial, sans-serif; color: #2e2e2e;background: #ffffff;}
header {height: 60px; background:#000095;}
header h2 {font-size:1.20em;color: #eeeeee;display:block;text-shadow: none;}
p {line-height : 1.5em;}
p a:hover {color:#ff0000;}

.menu {margin:1px 0px 10px 0px; list-style:none; height:30px;}
@media only screen and (min-width: 767px) and (max-width: 9999px) {
.menu {background:url("http://www.perfectpaws.com/images/menback.gif") repeat left top;margin-top:1px;}}
@media only screen and (min-width: 0px) and (max-width: 480px) {
.menu {margin-top:8px;}}
.menu li {float:left; margin:0px 0px 8px 0px;}
.menu li a {float:left;display:block;height:20px;
font-size:12px;color:#eeeeee;font-weight:bold;text-decoration:none;
background:url("http://www.perfectpaws.com/images/menback.gif") repeat left top;
padding:6px 11px 4px 11px;border:1px solid #ffffff;border-width:0 1px 0px 0px;}
.menu li a:hover {height:20px;color:#0000ff;text-decoration:underline;
background:url("http://www.perfectpaws.com/images/menbackhov.gif") repeat left top; 
font-weight:bold;border:0px solid #ffffff;border-width:0 1px 0px 0px;}

/* new phone dropdown menu */ 
select  {
    outline: 0;
    overflow: hidden;
    height: 35px;
    width: 300px;
    background: #000095;
    font-family:'verdana';  font-size:16pt; color: #ffffff;
    padding: 5px 3px 5px 10px;}
select option {border: 5px solid #ffffff;padding: 5px 0px 5px 5px;}

#footer { text-align:center; font-size:13px; color:#ffffff; padding: 20px 0px 5px 10px; }
#footer a { color:#ffffff; text-decoration:underline; }
#footer a:hover { color:#0000ff; }

hr {margin-bottom: 3px;margin-top: 3px;color: #bbbbbb;background-color: #000095;height: 1px;width: 100%;
line-spacing:0px;}

#search { margin :14px 0px 0px 0px;width: 300px;height: 60px;}
#R300search { margin-top: 0px;padding : 0px 5px 10px 5px;float:right;width: 290px;height: 60px;}

#topshare {margin : 10px 0px 0px 0px; }
#botshare {margin : 10px 0px 0px 0px; }

h1 { font-size: 24px; line-height: 30px; margin-bottom: 0px; }
h2 { font-size: 26px; line-height: 34px; margin-bottom: 8px; }
h3 { font-size: 18px; line-height: 26px; margin-bottom: 6px;  margin-top: 12px; }
h4 { font-size: 17px; line-height: 24px; }
h5 { font-size: 14px; line-height: 21px; }
h6 { font-size: 13px; line-height: 19px; }

h4 a:hover {color:#ff0000;}

/* Content links */
a, a:visited {color: #0000ff;}
a:hover, a:focus {color: #000;}

/* Content links in dark context */
.dark a, .dark a:visited {color:#37b1ff;}
.dark a:hover, .dark a:focus {color: #fff;}
