body { 
  font: 14px/24px 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center; 
  color: #444; }  
  
.strong { font-weight: 800; }

/* Global Links
------------------------------------ */

a { 
  color: #0f5e9d; 
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition:    color .3s ease-in-out;
  -o-transition:      color .3s ease-in-out;
  -ms-transition:     color .3s ease-in-out;
  transition:         color .3s ease-in-out; }
a:focus, a:hover { 
  color: #18ae6b; 
  outline: none; 
  text-decoration: none; }

/* Firefox Seleted Text
------------------------------------ */

::-moz-selection {
  background: #b8deff;
  color: #fff; } 
::selection {
  background: #b8deff;
  color: #fff; } 	

/* Headings - Weights: 600,700
------------------------------------ */

h1, h2, h3, h4, h5, h6 { 
  font-family: 'Open Sans', serif;
  line-height: 1; 
  font-weight: 300;
  color: #0f5e9d;
  text-transform: normal;
  margin-bottom: 0.5em; }
h1 { font-size: 40px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.1em; }
p img.left  { float: left; margin: 0 10px 10px 0; padding: 0; }
p img.right { float: right; margin: 0 0 10px 10px; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

.clear { 
  clear: both; 
  display: block; }

/* Lists
-------------------------------------------------------------- */

article li ul, 
article li ol  { margin: 0 1.5em; }
article ul, ol { margin: 0 1.5em 1.5em 1.5em; }

article ul { list-style-type: disc; }
article ol { list-style-type: decimal; }

article dl    { margin: 0 0 1em 0; }
article dl dt { font-weight: bold; }
article dd    { margin-left: 1.5em; }


/* Tables
-------------------------------------------------------------- */

table      { margin-bottom: 1.4em; width:100%; }
th         { font-weight: bold; }
th,td      { padding: 4px 10px 4px 5px; }
td         { vertical-align: top; }
tfoot      { font-style: italic; }
caption    { background: #eee; }
