/*
 * Project:		Specialty Vet Path
 * Date:		2009-04-04
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { font-size: 100.01%; }
body { background: #fff; font-size: 62.5%; }

body, textarea, input, select, option, button { color: #5e5e5e; font-family: Verdana, Arial,Helvetica Neue,Helvetica,sans-serif; line-height: 1.5; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.2em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }

a { color: #6075bb; text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: underline; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p * { font-size: 1em; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #c1c1c1; color: #c1c1c1; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/* LAYOUT
------------------------------------------- */

 #top { text-align: center; margin: 0 0 15px; }
  #logo { border: none;  }
  #skip-links { display: none; }
   
/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 2.4em; }
h2 { font-size: 1.4em; margin: 0 0 5px; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/* tables */

table { }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }
 
/* forms */
form p { overflow: hidden; }
 form p label { width: 75px; text-align: right; float: left; margin: 0 10px 0 0; vertical-align: middle; }
 form p input { width: 185px; float: left; }

form p.box { padding: 0 0 0 85px; }
 form p.box input { float: none; width: auto; margin: 0 25px 0 0; vertical-align: middle; }
 form p.box label { width: auto; text-align: left; float: none; margin: 0; }
 
 form p.submit { text-align: right; } 
 form button,
 a.button { width: 142px; height: 28px; text-align: center; color: #fff; border: none; background: url(../images/button.png) no-repeat; font: normal 10px/26px Verdana, Arial, Helvetica, sans-serif; text-transform: lowercase;  }
 
 a.button { display: inline-block; }
  a.button:hover { text-decoration: none; }
  
/* other */
.figure { font-size: 1em; text-align: center; }
 .figure img { display: block; margin: 0 auto 5px; }

.vcard { margin: 0 0 20px; }  
 .vcard p { margin: 0 0 5px; }
 .vcard .tel .type { margin: 0 10px 0 0; display: inline-block; width: 20px; }
 
.addresses { overflow: hidden; width: 100%; margin: 0 0 15px; }
 .addresses .address { width: 150px; float: left; margin: 0 10px 0 0; }
  .addresses p { margin: 0 0 5px; }
    
/* ELEMENTS
------------------------------------------- */
#nav { display: none; }
   
#primary h1 { text-transform: uppercase; }  
  
#tertiary ul { margin: 0 0 15px; padding: 0; }
 #tertiary li { margin: 0 0 10px; padding: 0; list-style: none; font-size: 1em; line-height: 1.4; }  
   #tertiary li a span { font-weight: bold; }
 
#login { padding: 15px 0 0; overflow: hidden; } 
 #login form { display: block; width: 275px; float: left; }
 #login .new-account { float: right; width: 142px; }
 #login h2 { color: #5e5e5e; font-size: 1.2em; }
