﻿/*  
Pharmacy Canada
core.css
Default styles for commonly used tags




/* 00 - BASIC TYPOGRAPHY
/* ----------------------------------------------*/

a abbr, a acronym {
    border: none;
}

abbr, acronym {
    font-size: 85%;
    letter-spacing: .1em;
    text-transform: uppercase;
}

abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px solid #ccc;
    cursor: help;
}

blockquote:before {
    color: #999;
    content: open-quote;
    display: block;
    font-size: 700%;
    height: 0;
    margin: .15em 0 0 -0.4em;
    width: 50px;
}

blockquote {
    background: #f8f8f8;
    margin:3em;
    padding:0.9em 1em 0.9em 3em;
}
blockquote .quote_author {
  color:#666;
  font-style:italic;
    text-align:right;
}
blockquote .quote_author:before {
  color:#666;
  content:"— ";
  font-style:italic;
    text-align:right;
}

cite, em, dfn {
    font-style: italic;
}

code {
    color: #000;
    font: 1.17em Georgia, "Times New Roman", Times, serif;
    height: auto;
    margin: 0;
    padding: 0;
    width: 80%;
}

del {
    color: #990000;
    text-decoration: line-through;
}

ins, dfn {
    border-bottom: 1px solid #ccc;
    color: #009999;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:bold;
}

h1 {
    font-size: 1.9em;
    line-height: 1.3em;
  font-weight:100;
}

h2 {
    font-size: 1.6em;
    line-height: 1.3em;
}

h3 {
    font-size: 1.3em;
    line-height: 1.3em;
}

h4, h5, h6 {
    font-size: 1.1em;
    line-height: 1.3em;
}

p {
    margin: 1em 0;
}

pre {
    border: 1px solid #f8f8f8;
    color: #3e3e3e;
    font: 0.92em Georgia, "Times New Roman", Times, serif;
    line-height: 200%;
    margin: 0 auto;
    padding: 5px 20px;
}

q {
  quotes: "\00AB" "\00BB";
  //font-style:italic;
}

small, sup, sub {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}




/* 01 - GENERAL HTML ELEMENTS
/* ----------------------------------------------*/

html, body, div, span, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, label, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td , img{
    margin: 0;
    padding: 0;
}

/** Structural elements **/
div {
  overflow:hidden;
}

/** Images **/
img {
  border:0;
}

/** Tables **/
table {
  margin: 1em 0;
}
table td {
  background:#f3f3f3; 
  border:none;
}


/** Lists **/
dd {
    margin: .3em 0 0 1.5em;
    padding: 0;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style-type: lower-alpha;
}

ol ol ol {
    list-style-type: decimal;
}

ul li {
    list-style: inherit;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: disc;
}

ul ul {
    list-style-type: circle;
}

ul ul ul {
    list-style-type: square;
}

ul ul ul ul {
    list-style-type: circle;
}

ul, ol {
    margin-left: 0;
    padding-left: 2em;
}

ul ul, ul ol, ol ol, ol ul/*, .block ul ul, .block ul ol, .block ol ol, .block ol ul*/ {
    margin: 0;
}


/** HTML 5 Reset **/
nav, section, article, header, aside, footer, figure, dialog { display:block; }
time, progress, mark, output { display:inline; }
